Remove unused variable in CrashReporter.
This commit is contained in:
parent
1a9d905a32
commit
f1da5f5dcc
@ -31,7 +31,6 @@ object CrashReporter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
suspend fun getCrashReport(filePath: String): CrashReport {
|
suspend fun getCrashReport(filePath: String): CrashReport {
|
||||||
val path = CrashReporter.getCrashReportPath()?.takeIf { it.isEmpty() } ?: CrashUtil.getDefaultPath()
|
|
||||||
return CrashReport.fromFile(File(filePath), true)
|
return CrashReport.fromFile(File(filePath), true)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user