commit | c442c132a168d970b3073a4e9084cbc125c80e7c | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Sep 04 14:04:13 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Sat Sep 05 02:00:24 2020 +0800 |
tree | 441203288f1718eaa08e8f41e0dcca488618a945 | |
parent | 8bb883aef89d2880d4f1cc2b2b9635778ca7997f [diff] |
Revert "Check security context in CA certificate injection" Since the APIs used for security checking is not merged in mainline-prod. Revert this change first. This reverts commit c3239859e01a2570808aded1ddb9ef2e63168622. Bug: 167653798 Change-Id: I36b2572ff2580e2f3971b2029619edb5ac36c8dc
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.