Merge "Catch all exceptions thrown by the interfaces."

This commit is contained in:
TreeHugger Robot
2017-02-26 04:39:08 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {
}
}