commit | 2dd12799444f480e62e9895b2442167bbc7c053e | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Wed Sep 30 12:45:39 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Sep 30 12:45:39 2020 +0000 |
tree | a654f66186af301b5b5468aee43a303c007adcef | |
parent | 6bcde8897a67562932202b2b1d2720539e72963b [diff] | |
parent | 08e1310ca22b09084e43c73f8792158e06e73df6 [diff] |
Merge "Revert "Check security context in CA certificate injection""
This code uses LOG(X) for logging. Log levels are VERBOSE,DEBUG,INFO,WARNING and ERROR. The default setting is WARNING and logs relate to WARNING and ERROR will be shown. If you want to enable the DEBUG level logs, using following command. adb shell service call dnsresolver 10 i32 1 VERBOSE 0 DEBUG 1 INFO 2 WARNING 3 ERROR 4 Verbose resolver logs could contain PII -- do NOT enable in production builds.