Merge "Catch all exceptions thrown by the interfaces."
This commit is contained in:
committed by
Android (Google) Code Review
commit
d627294d83
@@ -18710,7 +18710,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