mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-03 13:53:37 +03:00
musl: base: Fix stack trace printing
This commit is contained in:
parent
a3c70df741
commit
601d8431e8
1 changed files with 4 additions and 0 deletions
|
@ -1075,6 +1075,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…
Add table
Reference in a new issue