summaryrefslogtreecommitdiffstats
path: root/libbacktrace/UnwindCurrent.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-04-11 13:05:07 -0700
committerChristopher Ferris <cferris@google.com>2014-04-11 13:05:07 -0700
commit9007677fcbcd7cf01725e155920a8abfcb323c56 (patch)
tree73a0353da474aca2bf98214ada224760b1c823bf /libbacktrace/UnwindCurrent.h
parent391224c807d2e28e55817b53ff3a30e57d08e996 (diff)
downloadsystem_core-9007677fcbcd7cf01725e155920a8abfcb323c56.zip
system_core-9007677fcbcd7cf01725e155920a8abfcb323c56.tar.gz
system_core-9007677fcbcd7cf01725e155920a8abfcb323c56.tar.bz2
Avoid logging functions from signal handler.
Change-Id: Ic61f7054ced223631f95efb519fa1825fb3e1010
Diffstat (limited to 'libbacktrace/UnwindCurrent.h')
-rw-r--r--libbacktrace/UnwindCurrent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbacktrace/UnwindCurrent.h b/libbacktrace/UnwindCurrent.h
index acce110..41080c7 100644
--- a/libbacktrace/UnwindCurrent.h
+++ b/libbacktrace/UnwindCurrent.h
@@ -34,7 +34,7 @@ public:
virtual std::string GetFunctionNameRaw(uintptr_t pc, uintptr_t* offset);
- bool UnwindFromContext(size_t num_ignore_frames, bool resolve);
+ bool UnwindFromContext(size_t num_ignore_frames, bool within_handler);
void ExtractContext(void* sigcontext);