musl: base: Fix stack trace printing
parent
56ee09f800
commit
d94c164109
|
@ -1089,6 +1089,10 @@ void StackTrace::OutputToStreamWithPrefixImpl(
|
||||||
StreamBacktraceOutputHandler handler(os);
|
StreamBacktraceOutputHandler handler(os);
|
||||||
ProcessBacktrace(addresses(), prefix_string, &handler);
|
ProcessBacktrace(addresses(), prefix_string, &handler);
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
void StackTrace::OutputToStreamWithPrefixImpl(
|
||||||
|
std::ostream*, cstring_view) const {
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
Loading…
Reference in New Issue