Merge "Do not throw exception when MeasurementDetails.mediaSize is empty" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
098c296df2
@@ -527,8 +527,7 @@ public class PrivateVolumeSettings extends SettingsPreferenceFragment {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new IllegalStateException(
|
Log.w(TAG, "MeasurementDetails mediaSize array does not have key for user " + userId);
|
||||||
"MeasurementDetails mediaSize array does not have key for user " + userId);
|
|
||||||
}
|
}
|
||||||
return total;
|
return total;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user