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

Commit ff38f1c9 authored by Chiachang Wang's avatar Chiachang Wang Committed by Automerger Merge Worker
Browse files

Merge "Run distinct command to dump HIGH connectivity" am: 022f9945 am: 09f94a78 am: 3189eed5

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1708447

Change-Id: I323b251429b24fb6daaa3ddaa81c4a4f8dd40c22
parents 1e6cb9d2 3189eed5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -1696,6 +1696,12 @@ static Dumpstate::RunStatus dumpstate() {

    RUN_SLOW_FUNCTION_WITH_CONSENT_CHECK(RunDumpsysHigh);

    // The dump mechanism in connectivity is refactored due to modularization work. Connectivity can
    // only register with a default priority(NORMAL priority). Dumpstate has to call connectivity
    // dump with priority parameters to dump high priority information.
    RunDumpsys("SERVICE HIGH connectivity", {"connectivity", "--dump-priority", "HIGH"},
                   CommandOptions::WithTimeout(10).Build());

    RunCommand("SYSTEM PROPERTIES", {"getprop"});

    RunCommand("STORAGED IO INFO", {"storaged", "-u", "-p"});