musl: base: Fix stack trace printing
parent
0674418520
commit
3f73db18f4
|
|
@ -1082,6 +1082,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