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

Commit a469afd1 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: Ief35d97a695438072316b21e3c7f713c19e6729a
parents 9b2cb7f8 af41494f
Loading
Loading
Loading
Loading
+2 −0
Original line number 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", {"network_management"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"telephony.registry"}, 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));