Use internal cache instead of internal files for automatic crashes and logcats

This commit is contained in:
xynngh
2020-07-30 20:43:34 +04:00
parent 6df27ff3c4
commit a02fd4151f

View File

@@ -122,7 +122,7 @@ public class DebuggingUtils {
} }
*/ */
return context.getFilesDir(); return context.getCacheDir();
} }
} }