mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-01-29 22:31:50 +03:00
musl: base: Fix stack trace printing
This commit is contained in:
parent
d6305de7f1
commit
0b16ee53aa
@ -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…
x
Reference in New Issue
Block a user