mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-19 13:34:00 +02:00
Moved crash.log file
This commit is contained in:
@@ -1628,7 +1628,7 @@ public class Log {
|
||||
}
|
||||
|
||||
static void writeCrashLog(Context context, Throwable ex) {
|
||||
File file = new File(context.getCacheDir(), "crash.log");
|
||||
File file = new File(context.getFilesDir(), "crash.log");
|
||||
Log.w("Writing exception to " + file);
|
||||
|
||||
try (FileWriter out = new FileWriter(file, true)) {
|
||||
|
||||
Reference in New Issue
Block a user