diff options
| author | Christopher Ferris <cferris@google.com> | 2014-04-11 13:05:07 -0700 |
|---|---|---|
| committer | Christopher Ferris <cferris@google.com> | 2014-04-11 13:05:07 -0700 |
| commit | 9007677fcbcd7cf01725e155920a8abfcb323c56 (patch) | |
| tree | 73a0353da474aca2bf98214ada224760b1c823bf /libbacktrace/UnwindCurrent.h | |
| parent | 391224c807d2e28e55817b53ff3a30e57d08e996 (diff) | |
| download | system_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.h | 2 |
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); |
