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

Commit 082a2771 authored by android-build-team Robot's avatar android-build-team Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix dumpsys unit test DumpsysTest.PassAllFlagsToNormalServices"

parents 8c61fbc8 3919e1c9
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -371,8 +371,8 @@ TEST_F(DumpsysTest, PassAllFlagsToNormalServices) {
                                   IServiceManager::DUMP_FLAG_PRIORITY_NORMAL);
                                   IServiceManager::DUMP_FLAG_PRIORITY_NORMAL);
    ExpectCheckService("Locksmith");
    ExpectCheckService("Locksmith");
    ExpectCheckService("Valet");
    ExpectCheckService("Valet");
    ExpectDumpWithArgs("Locksmith", {"-a", "--dump-priority", "NORMAL"}, "dump1");
    ExpectDumpWithArgs("Locksmith", {"--dump-priority", "NORMAL", "-a"}, "dump1");
    ExpectDumpWithArgs("Valet", {"-a", "--dump-priority", "NORMAL"}, "dump2");
    ExpectDumpWithArgs("Valet", {"--dump-priority", "NORMAL", "-a"}, "dump2");


    CallMain({"--priority", "NORMAL"});
    CallMain({"--priority", "NORMAL"});