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

Commit 9797e5aa authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Update test assertion after R8-D8 update" into tm-dev am: 57794d59

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/17157452

Change-Id: I4e5269c76491506958312d69f51d99ff38da3e39
parents eced59c3 57794d59
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -232,7 +232,7 @@ public final class LooperStatsTest {
        assertThat(entry3.handlerClassName).isEqualTo(
                "com.android.internal.os.LooperStatsTest$TestHandlerSecond");
        assertThat(entry3.messageName).startsWith(
                "com.android.internal.os.LooperStatsTest$$ExternalSyntheticLambda4");
                "com.android.internal.os.LooperStatsTest$$ExternalSyntheticLambda5");
        assertThat(entry3.messageCount).isEqualTo(1);
        assertThat(entry3.recordedMessageCount).isEqualTo(1);
        assertThat(entry3.exceptionCount).isEqualTo(0);