commit | 33d92c56781f6058c9e682737a06c41f3a2d2f3a | [log] [tgz] |
---|---|---|
author | Craig Mautner <cmautner@google.com> | Thu Nov 13 16:17:17 2014 -0800 |
committer | David Singleton <davidsingleton@google.com> | Fri Nov 14 15:09:54 2014 +0000 |
tree | 5a953c9be1b065188b7eb2dababa5eefdcb0e8e6 | |
parent | cd22c3d67c98a6ac98291c3337e6506546e771be [diff] |
Use package name as custom resolver process name The process name was being assigned null. This meant that after the process attached we weren't matching the name in ActivityStackSupervisor.attachApplicationLocked(). That meant missing the call to realStartActivityLocked() and then the resolver didn't start until window manager timed out and resumeTopActivity was called five seconds later. Fixes bug 18301267. Change-Id: If3721caeebb309c6054150b2f707e3d6e38a74d2