diff options
| author | 2018-04-03 18:20:30 +0000 | |
|---|---|---|
| committer | 2018-04-03 18:20:30 +0000 | |
| commit | ef4c9b64adb5926976813519c42d0ff9c0593861 (patch) | |
| tree | 7fd2c6689de22ae621d3f90095f87957f68029f7 | |
| parent | 36a1fe93c530055a9b25519c9182c20e2eb6e532 (diff) | |
| parent | d25a914cd3d54dfa8760a928cf2b19d53bee27f4 (diff) | |
Merge "Add Wifi stats to telephony bugreport" into pi-dev
| -rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 9d0c30b8b5..19bf216a57 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"); |