You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Crashlytics reports this crash occasionally for some users.
MemoryUtil.java
Fatal Exception: java.lang.IllegalArgumentException: Invalid path: /storage/Private
at android.os.StatFs.doStat + 46(StatFs.java:46)
at android.os.StatFs.(StatFs.java:39)
at com.codekidlabs.storagechooser.utils.MemoryUtil.getTotalMemorySize(MemoryUtil.java)
at com.codekidlabs.storagechooser.fragments.ChooserDialogFragment.access$000(ChooserDialogFragment.java)
at com.codekidlabs.storagechooser.fragments.ChooserDialogFragment.access$000(ChooserDialogFragment.java)
at com.codekidlabs.storagechooser.fragments.ChooserDialogFragment.access$000(ChooserDialogFragment.java)
at com.codekidlabs.storagechooser.fragments.ChooserDialogFragment.onCreateDialog(ChooserDialogFragment.java)
The text was updated successfully, but these errors were encountered:
Yeah, there are more and more directories added by vendors for their private OS-related files, I have almost eliminated all but this seems like a problem now. I'll give new Android 10 StorageVolume a try and let you know.
Crashlytics reports this crash occasionally for some users.
The text was updated successfully, but these errors were encountered: