am ba79dc4d: am 0998e03a: am e4e52064: am c968c407: am 098c296d: Merge "Do not throw exception when MeasurementDetails.mediaSize is empty" into mnc-dev

* commit 'ba79dc4d32e6fb909732b04b9cec562aa4a762da':
  Do not throw exception when MeasurementDetails.mediaSize is empty
This commit is contained in:
Zoltan Szatmary-Ban
2015-07-14 16:42:04 +00:00
committed by Android Git Automerger

View File

@@ -527,8 +527,7 @@ public class PrivateVolumeSettings extends SettingsPreferenceFragment {
}
}
} else {
throw new IllegalStateException(
"MeasurementDetails mediaSize array does not have key for user " + userId);
Log.w(TAG, "MeasurementDetails mediaSize array does not have key for user " + userId);
}
return total;
}