commit | 3c705206a7e478233d65e6b8ef16ac87939dac27 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Apr 25 17:00:14 2018 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Apr 26 08:19:17 2018 -0700 |
tree | 065570ea913e9c631e13807522fa0361e5c26e5e | |
parent | b9dc8f96d2ec29d42b1b5bf2dc8c5f24142a0522 [diff] |
Show signal sender for SI_FROMUSER signals. Suicide doesn't change: signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr -------- But homicide now looks like this (this is `sleep 666` killed by `kill -SEGV` as root: signal 11 (SIGSEGV), code 0 (SI_USER from pid 4446, uid 0), fault addr -------- Bug: http://b/78594105 Test: manual Change-Id: I8c2feafba8cc5a3db85e8250004d428a464c5d9e