Merge "Remove the LOGV guard from the categorization log statement."
This commit is contained in:
@@ -636,7 +636,6 @@ public class PrivateVolumeSettings extends SettingsPreferenceFragment {
|
||||
final long usedSize = mTotalSize - details.availSize;
|
||||
final long unaccountedSize = usedSize - accountedSize;
|
||||
final long otherSize = totalMiscSize + totalDownloadsSize + unaccountedSize;
|
||||
if (LOGV)
|
||||
Log.v(TAG, "Other items: \n\tmTotalSize: " + mTotalSize + " availSize: "
|
||||
+ details.availSize + " usedSize: " + usedSize + "\n\taccountedSize: "
|
||||
+ accountedSize + " unaccountedSize size: " + unaccountedSize
|
||||
|
Reference in New Issue
Block a user