Replace "tachiyomi" with "mihon" in crash log name (#234)

Closes #223.
This commit is contained in:
MajorTanya 2024-01-25 20:00:23 +01:00 committed by GitHub
parent b8a9998bbd
commit 65bfa083f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,7 +21,7 @@ class CrashLogUtil(
suspend fun dumpLogs() = withNonCancellableContext {
try {
val file = context.createFileInCacheDir("tachiyomi_crash_logs.txt")
val file = context.createFileInCacheDir("mihon_crash_logs.txt")
file.appendText(getDebugInfo() + "\n\n")
getExtensionsInfo()?.let { file.appendText("$it\n\n") }