mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-01-11 08:14:14 +01:00
Use internal cache instead of internal files for automatic crashes and logcats
This commit is contained in:
parent
6df27ff3c4
commit
a02fd4151f
@ -122,7 +122,7 @@ public class DebuggingUtils {
|
||||
}
|
||||
*/
|
||||
|
||||
return context.getFilesDir();
|
||||
return context.getCacheDir();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user