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

Commit 56698973 authored by Grant Menke's avatar Grant Menke
Browse files

Run telecom dumpsys when generating Telephony BR.

The DUMPSYS Telecom custom view was not available in lite version of telephony BRs that were generated by Telephony AnomalyReporter. This CL ensures the telecom dumpsys is ran in this case.

Bug: 270731315
Test: Manual
Change-Id: I94c953e0ae8165a5c4711b51c83a6a5a607bf324
parent e319cc6b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2062,6 +2062,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));