Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f959f8e7 authored by Lyn's avatar Lyn
Browse files

Remove unlogged param from logbuffer

Bug: 332762792
Test: SystemUITests
Change-Id: Ie08c62c355faa154e87e750113270d9dc5fc6a14
parent b1acbec7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ class HeadsUpManagerLogger @Inject constructor(
            bool1 = alert
            bool2 = hasEntry
        }, {
            "request: update notification $str1 alert: $bool1 hasEntry: $bool2 reason: $str2"
            "request: update notification $str1 alert: $bool1 hasEntry: $bool2"
        })
    }

@@ -186,7 +186,7 @@ class HeadsUpManagerLogger @Inject constructor(
            bool1 = alert
            bool2 = hasEntry
        }, {
            "update notification $str1 alert: $bool1 hasEntry: $bool2 reason: $str2"
            "update notification $str1 alert: $bool1 hasEntry: $bool2"
        })
    }