This commit is contained in:
M66B
2023-12-12 14:53:18 +01:00
parent e7e731e04a
commit bac28a9b05
3 changed files with 1 additions and 18 deletions

View File

@@ -3464,11 +3464,7 @@ public class Log {
if (ai != null)
size += write(os, String.format("Source: %s\r\n public: %s\r\n",
ai.sourceDir, ai.publicSourceDir));
File external = Helper.getExternalFilesDir(context);
boolean emulated = (external != null && Environment.isExternalStorageEmulated(external));
size += write(os, String.format("Files: %s\r\n external: %s\r\n emulated: %b\r\n storage: %s\r\n",
context.getFilesDir(), external, emulated,
Environment.getExternalStorageDirectory()));
size += write(os, String.format("Files: %s\r\n", context.getFilesDir()));
size += write(os, String.format("Cache: %s\r\n external: %s\n",
context.getCacheDir(), context.getExternalCacheDir()));