aboutsummaryrefslogtreecommitdiff
path: root/README.ANDROID
diff options
context:
space:
mode:
authorPrimiano Tucci <primiano@chromium.org>2016-06-08 17:04:49 +0100
committerPrimiano Tucci <primiano@chromium.org>2016-06-08 17:04:49 +0100
commita34c929f6f46c1c414147ecfa56c3562b2eca027 (patch)
tree8143b9d1ffd6ab215396ad4f3227b4a8412211be /README.ANDROID
parent[Android] Roll back to r10e. (diff)
downloadbreakpad-a34c929f6f46c1c414147ecfa56c3562b2eca027.tar.xz
linux/android: add SIGTRAP to the list of signals handled by the client
__builtin_trap() causes a SIGTRAP on arm64 (at least with GCC 4.9). SIGTRAP is not handled by breakpad, causing crashes induced by __builtin_trap() to be missed. Note that on x86 and arm, instead, __builtin_trap() raises a SIGILL, which is already handled by breakapd. BUG=chromium:614865 R=vapier@chromium.org Review URL: https://codereview.chromium.org/2042853002 .
Diffstat (limited to 'README.ANDROID')
0 files changed, 0 insertions, 0 deletions