Skip to content

Commit

Permalink
chore(logs): 'blocked main thread' => warning
Browse files Browse the repository at this point in the history
'Error' severity was too severe and it was a distraction
  • Loading branch information
david-allison authored and lukstbit committed Nov 1, 2023
1 parent ba1d3d2 commit 28474b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ object CollectionManager {
}
true
}.first()
Timber.e("blocked main thread for %dms:\n%s", elapsed, caller)
Timber.w("blocked main thread for %dms:\n%s", elapsed, caller)
}
}
}
Expand Down

0 comments on commit 28474b6

Please sign in to comment.