musl: base: Fix stack trace printing
This commit is contained in:
@ -1083,6 +1083,10 @@ void StackTrace::OutputToStreamWithPrefixImpl(
|
||||
StreamBacktraceOutputHandler handler(os);
|
||||
ProcessBacktrace(addresses(), prefix_string, &handler);
|
||||
}
|
||||
#else
|
||||
void StackTrace::OutputToStreamWithPrefixImpl(
|
||||
std::ostream*, cstring_view) const {
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace internal {
|
||||
|
||||
Reference in New Issue
Block a user