commit | 7402ddf9b45efc9616676205534ce7b4fc3a13e6 | [log] [tgz] |
---|---|---|
author | Wale Ogunwale <ogunwale@google.com> | Wed Mar 29 12:58:24 2017 -0700 |
committer | Wale Ogunwale <ogunwale@google.com> | Wed Mar 29 20:11:03 2017 +0000 |
tree | 5bdca187b53da30cb3a5cedd456287e90b268b9d | |
parent | c463bed8dbfbb5bbac791299e8997282685e64d2 [diff] |
Correctly blame ANR on process using another process token Activities can give their window tokens to other process to add windows with. E.g. -1 screen on launcher. We were in correctly blaming the process that gave out its token when an ANR occurs because we were looking at the process associated with the activity. This CL fixes that. Test: manual Change-Id: I08fca00d12ab89dc27eb104115fd375bb4e8ec66 Fixes: 36730136