From a02fd4151f4ab1bf3a5241758b8d71ec80677dd1 Mon Sep 17 00:00:00 2001 From: xynngh Date: Thu, 30 Jul 2020 20:43:34 +0400 Subject: [PATCH] Use internal cache instead of internal files for automatic crashes and logcats --- .../dummydomain/yetanothercallblocker/utils/DebuggingUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/dummydomain/yetanothercallblocker/utils/DebuggingUtils.java b/app/src/main/java/dummydomain/yetanothercallblocker/utils/DebuggingUtils.java index 4cf209a..3a7fb0d 100644 --- a/app/src/main/java/dummydomain/yetanothercallblocker/utils/DebuggingUtils.java +++ b/app/src/main/java/dummydomain/yetanothercallblocker/utils/DebuggingUtils.java @@ -122,7 +122,7 @@ public class DebuggingUtils { } */ - return context.getFilesDir(); + return context.getCacheDir(); } }