Skip to content

Commit e698463

Browse files
committed
Lint hint
1 parent a4bb6a5 commit e698463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LogcatCrashlyticLib/src/main/java/info/hannes/crashlytic/CrashlyticsTree.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class CrashlyticsTree(private val identifier: String? = null) : Timber.Tree() {
1616
super.log(priority, tag, message, t)
1717

1818
FirebaseCrashlytics.getInstance().setCustomKey("PRIORITY", when (priority) {
19-
2 -> "Verbose"
20-
3 -> "Debug"
19+
// 2 -> "Verbose"
20+
// 3 -> "Debug"
2121
4 -> "Info"
2222
5 -> "Warn"
2323
6 -> "Error"

0 commit comments

Comments
 (0)