Skip to content

Commit 0d84245

Browse files
committed
fix a endless loop
1 parent 968bac9 commit 0d84245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LogcatCoreLib/src/main/java/info/hannes/timber/FileLoggingTree.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ open class FileLoggingTree(externalCacheDir: File, context: Context? = null, fil
6868
}
6969
}
7070
// Don't call super, otherwise it logs twice
71-
//super.log(priority, tag, message, t)
71+
//super.logMessage(priority, tag, message, t)
7272
}
7373

7474
fun getFileName(): String = file.absolutePath

0 commit comments

Comments
 (0)