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

Commit e4b6ed78 authored by Lyn Han's avatar Lyn Han Committed by Android (Google) Code Review
Browse files

Merge "Remove unlogged param from logbuffer" into main

parents 35a873ce f959f8e7
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"
        })
    }