commit | a9083b8b4aff4f4be6185a34644aeeeeaa135e90 | [log] [tgz] |
---|---|---|
author | Kalesh Singh <kaleshsingh@google.com> | Sun Jul 14 12:15:35 2019 -0700 |
committer | Kalesh Singh <kaleshsingh@google.com> | Thu Jul 18 16:02:57 2019 -0700 |
tree | a50a05273bcb3f808d782f89fe2e94430db465f7 | |
parent | f191040ad80ab8bcc46c5ebd6088352674c42581 [diff] |
Add wchan data to ANR dump Since only privileged processes with CAP_SYS_ADMIN can read kernel stack traces from /proc/*/stack, we dump the waiting channels instead to provide some insight as to where the process might be stuck in the kernel. Bug: 135458700 Fixes: 135458700 Test: adb shell am hang; Check /data/anr/<anr-file> for wchan data. Change-Id: I9f13511ad89a259ce5e5465155db15d45d2c46d8