ui: color verbose logs the same as debug logs
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
450ef8ce1c
commit
2da80e8dee
@ -260,7 +260,7 @@ class LogViewerActivity : AppCompatActivity() {
|
|||||||
|
|
||||||
private fun levelToColor(level: String): Int {
|
private fun levelToColor(level: String): Int {
|
||||||
return when (level) {
|
return when (level) {
|
||||||
"D" -> debugColor
|
"V", "D" -> debugColor
|
||||||
"E" -> errorColor
|
"E" -> errorColor
|
||||||
"I" -> infoColor
|
"I" -> infoColor
|
||||||
"W" -> warningColor
|
"W" -> warningColor
|
||||||
|
Loading…
Reference in New Issue
Block a user