Catch all exceptions thrown by the interfaces.

Test: builds, boots
Bug: 35749102
Change-Id: Ib5db19dd8f3ae591ed84972c1b234f27932fc66c
This commit is contained in:
Jeff Sharkey
2017-02-24 13:19:50 -07:00
parent f73da9c7ed
commit aaee062899

View File

@@ -18702,7 +18702,7 @@ public class PackageManagerService extends IPackageManager.Stub {
Slog.w(TAG, "Shame on you for calling a hidden API. Shame!");
try {
observer.onGetStatsCompleted(null, false);
} catch (RemoteException ignored) {
} catch (Throwable ignored) {
}
}