Skip to content

Commit 7132bce

Browse files
committed
fix a endless loop
1 parent 106530d commit 7132bce

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

71-
super.log(priority, tag, message, t)
71+
super.logMessage(priority, tag, message, t, args)
7272
}
7373

7474
fun getFileName(): String = file.absolutePath

0 commit comments

Comments
 (0)