You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/rageshake/impl/src/main/kotlin/io/element/android/features/rageshake/impl/reporter/DefaultBugReporter.kt
-15Lines changed: 0 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,6 @@ class DefaultBugReporter @Inject constructor(
114
114
else-> compressFile(file)
115
115
}
116
116
}
117
-
files.deleteAllExceptMostRecent()
118
117
}
119
118
if (withCrashLogs || withDevicesLogs) {
120
119
saveLogCat()
@@ -316,20 +315,6 @@ class DefaultBugReporter @Inject constructor(
316
315
}.orEmpty()
317
316
}
318
317
319
-
/**
320
-
* Delete all the log files except the most recent one.
0 commit comments