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

Commit cd20678f authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Include TelephonyRegistry in connectivity bug reports." into rvc-dev am: af41494f

Change-Id: Ia35ca8cfb734e326cc7c994e6bf2f7b7dbe8b3f7
parents 0169d0e3 af41494f
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -1729,6 +1729,8 @@ static void DumpstateTelephonyOnly(const std::string& calling_package) {
    RunDumpsys("DUMPSYS", {"netpolicy"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"netpolicy"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"network_management"}, CommandOptions::WithTimeout(90).Build(),
    RunDumpsys("DUMPSYS", {"network_management"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
               SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"telephony.registry"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
    if (include_sensitive_info) {
    if (include_sensitive_info) {
        // Contains raw IP addresses, omit from reports on user builds.
        // Contains raw IP addresses, omit from reports on user builds.
        RunDumpsys("DUMPSYS", {"netd"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10));
        RunDumpsys("DUMPSYS", {"netd"}, CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10));