Skip to content

Commit 3dcde32

Browse files
committed
Fix an endless loop
1 parent e67a33f commit 3dcde32

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
@@ -75,7 +75,7 @@ open class FileLoggingTree(externalCacheDir: File, context: Context? = null, fil
7575
}
7676
}
7777
// Don't call super, otherwise it logs twice
78-
//super.log(priority, tag, message, t)
78+
//super.logMessage(priority, tag, message, t)
7979
}
8080

8181
fun getFileName(): String = file.absolutePath

0 commit comments

Comments
 (0)