Merge pull request #956 from CepGamer/cepgamer/crashCleanup
Remove unused variable in `CrashReporter`.
This commit is contained in:
commit
62d6d4820d
@ -31,7 +31,6 @@ object CrashReporter {
|
||||
}
|
||||
|
||||
suspend fun getCrashReport(filePath: String): CrashReport {
|
||||
val path = CrashReporter.getCrashReportPath()?.takeIf { it.isEmpty() } ?: CrashUtil.getDefaultPath()
|
||||
return CrashReport.fromFile(File(filePath), true)
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user