diff options
| author | 2023-03-17 17:29:40 +0000 | |
|---|---|---|
| committer | 2023-03-17 17:29:40 +0000 | |
| commit | c08cfde2b95b746b74d76f0a90da95800a15c809 (patch) | |
| tree | 9ce3d8a689a99816367cc3406621016279379670 | |
| parent | c66c93e7c4b06831f4279e28dddb3fe36bbc72fe (diff) | |
| parent | 9bf3b2bcd4985d592d84138f05aa31cbb8c0c09f (diff) | |
Run telecom dumpsys when generating Telephony BR. am: 9bf3b2bcd4
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2495536
Change-Id: I4635ef705be0b4bee770d467f6141b354a0d0737
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 8c77255f8d..21c5bbf0e5 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -2059,6 +2059,8 @@ static void DumpstateTelephonyOnly(const std::string& calling_package) { SEC_TO_MSEC(10)); RunDumpsys("DUMPSYS", {"telephony.registry"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10)); + RunDumpsys("DUMPSYS", {"telecom"}, CommandOptions::WithTimeout(90).Build(), + SEC_TO_MSEC(10)); if (include_sensitive_info) { // Contains raw IP addresses, omit from reports on user builds. RunDumpsys("DUMPSYS", {"netd"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10)); |