am 098c296d
: Merge "Do not throw exception when MeasurementDetails.mediaSize is empty" into mnc-dev
* commit '098c296df2388bbcc906e8e149743eea7467b0a8': Do not throw exception when MeasurementDetails.mediaSize is empty
This commit is contained in:
committed by
Android Git Automerger
commit
c968c407f8
@@ -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