Merge "Remove Exception in getRegisteredExperimentIds" into rvc-dev am: f3364db2d1
Change-Id: Iccd8aafec120758cfda21d2cab20e56f1279fab5
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user