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

Commit 1c863cc2 authored by Jeffrey Huang's avatar Jeffrey Huang Committed by Automerger Merge Worker
Browse files

Merge "Remove Exception in getRegisteredExperimentIds" into rvc-dev am: f3364db2

Change-Id: Iccd8aafec120758cfda21d2cab20e56f1279fab5
parents 455b2729 f3364db2
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) {