mirror of
https://github.com/bitwarden/android.git
synced 2025-02-17 20:40:00 +03:00
[PM-14241] Backport Timber hotfix (#4195)
This commit is contained in:
parent
540ece5a40
commit
0211729525
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class LogsManagerImpl(
|
||||||
}
|
}
|
||||||
if (value) {
|
if (value) {
|
||||||
Timber.plant(nonfatalErrorTree)
|
Timber.plant(nonfatalErrorTree)
|
||||||
} else {
|
} else if (Timber.forest().contains(nonfatalErrorTree)) {
|
||||||
Timber.uproot(nonfatalErrorTree)
|
Timber.uproot(nonfatalErrorTree)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue