Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
MFlisar committed Oct 22, 2020
1 parent 292bece commit c8b1ea5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ object L2 {
fun log(logBlock: () -> Unit) {
if (L.enabled && Timber.treeCount() > 0) {
L.callStackCorrection(4)
if (L.packageNameFilter?.let { it.invoke(StackData.create(null, 0).className) } != false)
if (L.packageNameFilter?.let { it.invoke(StackData(null, 0).className) } != false)
logBlock()
}
}
Expand Down

0 comments on commit c8b1ea5

Please sign in to comment.