Merge "Remove Exception in getRegisteredExperimentIds" into rvc-dev am: f3364db2d1 am: 1c863cc23e am: 4f318802be
Change-Id: Ie4748a54f19e1a3ea8ec5b1d0b79d6e2ec7a8b26
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