commit | 9f196fe32ff55a5951ee334be68ced8b26262f58 | [log] [tgz] |
---|---|---|
author | waynema <waynema@google.com> | Wed Dec 25 23:15:55 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Dec 25 23:15:55 2019 -0800 |
tree | 790afb7e737de664efe0909e2ddfc584d423e629 | |
parent | 482ec656b9506dc7b031ce073d15a4a27687a3c3 [diff] | |
parent | b9da5e9a8c17c3ca2af6c0c941200abbe29be0f5 [diff] |
Add init value for tlsFingerprints and caCertificate am: b9da5e9a8c Change-Id: Ica61a6a86ce12e604da09cb6f215d4f3a0ad236e
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.