Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aaee0628 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Catch all exceptions thrown by the interfaces.

Test: builds, boots
Bug: 35749102
Change-Id: Ib5db19dd8f3ae591ed84972c1b234f27932fc66c
parent f73da9c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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) {
        }
    }