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

Commit f3364db2 authored by Jeffrey Huang's avatar Jeffrey Huang Committed by Android (Google) Code Review
Browse files

Merge "Remove Exception in getRegisteredExperimentIds" into rvc-dev

parents b4205b32 c43a267c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -467,10 +467,6 @@ public final class StatsManager {
        synchronized (sLock) {
            try {
                IStatsManagerService service = getIStatsManagerServiceLocked();
                if (service == null) {
                    throw new StatsUnavailableException("Failed to find statsmanager when "
                                                              + "getting experiment IDs");
                }
                return service.getRegisteredExperimentIds();
            } catch (RemoteException e) {
                if (DEBUG) {