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

Commit 254272b8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix testDumpsysCacheinfo() for Ravenwood" into main

parents 73c38eef 5d422f6c
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -846,10 +846,6 @@ public class PropertyInvalidatedCacheTests {
            + " +Hits: 0, Misses: 0, Skips: 0";
        assertThat(dump).containsMatch(p);

        // Verify that the well-known cache getApplicationInfo is present.
        p = "Cache Name: getApplicationInfo";
        assertThat(dump).containsMatch(p);

        // Construct a brief listing.
        dump = getDumpsys(/* brief */ true);