commit | f7801c801dd8e8af030c1beeb8f30cd12f0ffffb | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 18 01:25:09 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Jun 18 01:25:09 2020 +0000 |
tree | 1f65bc7cd8f8f0abd669daa99f61ab73a9857847 | |
parent | 6a84c8146512b9e8ea888ddde18f079d7fbbbf89 [diff] | |
parent | c1dcbc13d76682dd1d6578cbb841f1d1d9719ed8 [diff] |
Merge "[automerger skipped] Remove RESOLV_INJECT_CA_CERTIFICATE am: 3665a1c991 -s ours am: dcce32ac33 -s ours" into rvc-d1-dev-plus-aosp
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.