commit | 7540923bdaa675c593c0d02b35375c6c4061f2bf | [log] [tgz] |
---|---|---|
author | Adrian Roos <roosa@google.com> | Mon Feb 13 14:48:57 2017 +0100 |
committer | Adrian Roos <roosa@google.com> | Mon Feb 13 14:48:57 2017 +0100 |
tree | 73de7a476a6c46b2917d0b9ec691cbe4f36be1d0 | |
parent | 0bb700914cb84b53a93252e5904826c104b8d65b [diff] |
PendingIntent: Use rethrowFromSystemServer Fixes an issue where during a crash or shutdown of system_server apps would start getting unexpected nulls as results of PendingIntent.get...(), causing them to crash and getting flagged by AUPT. Change-Id: Ieec289921f125da469f83813ca3f5920b5794a31 Fixes: 34932613 Test: adb shell stop; verify that there are no crashes in logcat.