Skip to content

Commit

Permalink
fix a endless loop
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Oct 26, 2020
1 parent 6913532 commit 5dd5905
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ open class FileLoggingTree(externalCacheDir: File, context: Context? = null, fil
}
}

super.log(priority, tag, message, t)
super.logMessage(priority, tag, message, t, args)
}

fun getFileName(): String = file.absolutePath
Expand Down

0 comments on commit 5dd5905

Please sign in to comment.