diff options
author | 2024-07-30 04:19:24 +0000 | |
---|---|---|
committer | 2024-07-30 04:19:24 +0000 | |
commit | 4b84e83d3f732589c11f7017757cd7dda09abeae (patch) | |
tree | 913439466cbeef1510fb80b450689677fed40efe | |
parent | 62373d668cda39ac3e12b8482b11a697845e0e65 (diff) | |
parent | cc54a253f508122888d0062e6c809b488b2e0e40 (diff) |
Merge "dumpstate: add network policy dumpsys to limited bugreports" into main
-rw-r--r-- | cmds/dumpstate/dumpstate.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cmds/dumpstate/dumpstate.cpp b/cmds/dumpstate/dumpstate.cpp index 6576ffdc54..220fef6f8d 100644 --- a/cmds/dumpstate/dumpstate.cpp +++ b/cmds/dumpstate/dumpstate.cpp @@ -1559,6 +1559,13 @@ static void DumpstateLimitedOnly() { CommandOptions::WithTimeout(90).Build(), SEC_TO_MSEC(10)); printf("========================================================\n"); + printf("== Networking Policy\n"); + printf("========================================================\n"); + + RunDumpsys("DUMPSYS NETWORK POLICY", {"netpolicy"}, CommandOptions::WithTimeout(90).Build(), + SEC_TO_MSEC(10)); + + printf("========================================================\n"); printf("== Dropbox crashes\n"); printf("========================================================\n"); |