We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ce5df commit c30b7baCopy full SHA for c30b7ba
1 file changed
app/src/main/java/info/hannes/logcat/app/CrashlyticApplication.kt
@@ -22,8 +22,8 @@ class CrashlyticApplication : LoggingApplication() {
22
23
StrictMode.setThreadPolicy(
24
StrictMode.ThreadPolicy.Builder()
25
- .detectDiskReads()
26
- .detectDiskWrites()
+// .detectDiskReads()
+// .detectDiskWrites()
27
.detectNetwork()
28
.penaltyDialog()
29
.penaltyLog()
0 commit comments