commit | 08e1310ca22b09084e43c73f8792158e06e73df6 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Sep 04 14:04:13 2020 +0800 |
committer | Ken Chen <cken@google.com> | Fri Sep 18 15:45:52 2020 +0800 |
tree | 3e76962c4324e0c50c02785d16d5069dc692eb1c | |
parent | b32cab38a0e02d2ed04eeba30f7c56cefdf0e1b9 [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 Merged-In: I36b2572ff2580e2f3971b2029619edb5ac36c8dc Change-Id: I36b2572ff2580e2f3971b2029619edb5ac36c8dc (cherry picked from commit c442c132a168d970b3073a4e9084cbc125c80e7c)
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.