mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-22 13:26:12 +03:00
debug: Fix uClibc macro condition
This commit is contained in:
parent
a0e497fa68
commit
4fc3ca065b
@ -110,6 +110,9 @@ class BASE_EXPORT StackTrace {
|
|||||||
// prefix string prepended to each line.
|
// prefix string prepended to each line.
|
||||||
void OutputToStreamWithPrefix(std::ostream* os,
|
void OutputToStreamWithPrefix(std::ostream* os,
|
||||||
const char* prefix_string) const;
|
const char* prefix_string) const;
|
||||||
|
#else
|
||||||
|
void OutputToStream(std::ostream* os) const;
|
||||||
|
void OutputToStreamWithPrefix(std::ostream*, const char*) const {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Resolves backtrace to symbols and returns as string.
|
// Resolves backtrace to symbols and returns as string.
|
||||||
|
Loading…
Reference in New Issue
Block a user