debuggerd: add SIGSYS to the list of handled signals. am: dfa163d
am: dac5939

* commit 'dac593937fa8ae346138eae26643734ad85020ad':
  debuggerd: add SIGSYS to the list of handled signals.
diff --git a/debuggerd/debuggerd.cpp b/debuggerd/debuggerd.cpp
index 6064568..8a545a5 100644
--- a/debuggerd/debuggerd.cpp
+++ b/debuggerd/debuggerd.cpp
@@ -415,6 +415,7 @@
 #ifdef SIGSTKFLT
       case SIGSTKFLT:
 #endif
+      case SIGSYS:
       case SIGTRAP:
         ALOGV("stopped -- fatal signal\n");
         *crash_signal = signal;