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

Commit c08cfde2 authored by Grant Menke's avatar Grant Menke Committed by Automerger Merge Worker
Browse files

Run telecom dumpsys when generating Telephony BR. am: 9bf3b2bc

parents c66c93e7 9bf3b2bc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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));