summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Amruth Ramachandran <amruthr@google.com> 2018-04-02 16:16:09 -0700
committer Amruth Ramachandran <amruthr@google.com> 2018-04-02 16:16:09 -0700
commitd25a914cd3d54dfa8760a928cf2b19d53bee27f4 (patch)
treeb7571c2ce0c2faef9c5e099759569321346efcbc
parentb62346a3ed0d8e4a9144aa90d68b10425b5b8afa (diff)
Add Wifi stats to telephony bugreport
Test: Verified through bugreports Bug: 77489797 Change-Id: I868fe004b6b605b7c10e24c64ab400d5aaf45e27
-rw-r--r--cmds/dumpstate/dumpstate.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp
index 80ef788187..1b2dc706d7 100644
--- a/cmds/dumpstate/dumpstate.cpp
+++ b/cmds/dumpstate/dumpstate.cpp
@@ -1496,6 +1496,8 @@ static void DumpstateTelephonyOnly() {
SEC_TO_MSEC(10));
RunDumpsys("DUMPSYS", {"carrier_config"}, CommandOptions::WithTimeout(90).Build(),
SEC_TO_MSEC(10));
+ RunDumpsys("DUMPSYS", {"wifi"}, CommandOptions::WithTimeout(90).Build(),
+ SEC_TO_MSEC(10));
printf("========================================================\n");
printf("== Running Application Services\n");