Skip to content

Commit

Permalink
Replace "tachiyomi" with "mihon" in crash log name (#234)
Browse files Browse the repository at this point in the history
Closes #223.
  • Loading branch information
MajorTanya authored Jan 25, 2024
1 parent b8a9998 commit 65bfa08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/eu/kanade/tachiyomi/util/CrashLogUtil.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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") }
Expand Down

0 comments on commit 65bfa08

Please sign in to comment.