mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-13 06:01:03 +00:00
debug: Fix uClibc macro condition
This commit is contained in:
parent
df12a8b1af
commit
bb9430889f
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,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…
Add table
Reference in a new issue