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

Commit 5022c985 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Include vcn_management in connectivity bugreports." am: dcc3dc4c am:...

Merge "Include vcn_management in connectivity bugreports." am: dcc3dc4c am: 2f18fdbd am: af2b7f38 am: 281cef26 am: 6423b62f

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1704014

Change-Id: I37517d26b6b90f4eecc701e039fddee4b364550c
parents 03c3414c 6423b62f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1964,6 +1964,8 @@ static void DumpstateTelephonyOnly(const std::string& calling_package) {

    RunDumpsys("DUMPSYS", {"connectivity"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
    RunDumpsys("DUMPSYS", {"vcn_management"}, CommandOptions::WithTimeout(90).Build(),
               SEC_TO_MSEC(10));
    if (include_sensitive_info) {
        // Carrier apps' services will be dumped below in dumpsys activity service all-non-platform.
        RunDumpsys("DUMPSYS", {"carrier_config"}, CommandOptions::WithTimeout(90).Build(),