summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/dumpstate.cpp
diff options
context:
space:
mode:
author Chiachang Wang <chiachangwang@google.com> 2019-03-25 08:56:49 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-03-25 08:56:49 +0000
commitc1ad9fb654c347fb845b1f17151f6e99e05f4e86 (patch)
treec51bef14fd55e3d2470ea79128c1b988949ad029 /cmds/dumpstate/dumpstate.cpp
parent2c0b5118c35867d49fd66dd32ee211b32b45cd31 (diff)
parent85e0db36d2c0cff4659792949248b781184805a1 (diff)
Merge "Add netd and connmetrics into telephony dump"
Diffstat (limited to 'cmds/dumpstate/dumpstate.cpp')
-rw-r--r--cmds/dumpstate/dumpstate.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index daee7e5597..c1a4b3bc9a 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1577,6 +1577,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(),