mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-02-23 18:33:22 +03:00
musl: base: Fix stack trace printing
This commit is contained in:
parent
7edbd9fac9
commit
a22f7a4364
@ -1084,6 +1084,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