mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Cleanup
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user