Catch all exceptions thrown by the interfaces.
Test: builds, boots Bug: 35749102 Change-Id: Ib5db19dd8f3ae591ed84972c1b234f27932fc66c
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user