Merge "Guard against crash in SummaryProvider" into nyc-dev
am: 3095c77
* commit '3095c77d5b28839ff6e757d6c08afd1bd2cd7afa':
Guard against crash in SummaryProvider
Change-Id: I759042100f3b4f21b9056d83b817634f066fae93
This commit is contained in:
@@ -478,6 +478,9 @@ public class StorageSettings extends SettingsPreferenceFragment implements Index
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
final File path = info.getPath();
|
final File path = info.getPath();
|
||||||
|
if (path == null) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
privateUsedBytes += path.getTotalSpace() - path.getFreeSpace();
|
privateUsedBytes += path.getTotalSpace() - path.getFreeSpace();
|
||||||
privateTotalBytes += path.getTotalSpace();
|
privateTotalBytes += path.getTotalSpace();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user