mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-21 21:06:12 +03:00
musl: base: Fix stack trace printing
This commit is contained in:
parent
d5c9fe6a41
commit
fe227680cc
@ -1078,6 +1078,10 @@ void StackTrace::OutputToStreamWithPrefixImpl(
|
||||
StreamBacktraceOutputHandler handler(os);
|
||||
ProcessBacktrace(addresses(), prefix_string, &handler);
|
||||
}
|
||||
#else
|
||||
void StackTrace::OutputToStreamWithPrefixImpl(
|
||||
std::ostream*, cstring_view) const {
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace internal {
|
||||
|
Loading…
Reference in New Issue
Block a user