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

Commit 189f43b0 authored by Chiachang Wang's avatar Chiachang Wang Committed by android-build-merger
Browse files

Merge "Add netd and connmetrics into telephony dump" am: c1ad9fb6 am: fcaf4ba4

am: 7d1506ea

Change-Id: Ife3c7d26402bfa62dd8a6e6bcbc8608caa526970
parents c3c470fc 7d1506ea
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1583,6 +1583,9 @@ static void DumpstateTelephonyOnly() {

    RunDumpsys("DUMPSYS", {"connectivity"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"connmetrics"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"netd"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"carrier_config"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"wifi"}, CommandOptions::WithTimeout(90).Build(),