commit | 0ce8055d3e23ea2a94965757ecbec7e4f17cc8af | [log] [tgz] |
---|---|---|
author | Jeongik Cha <jeongik@google.com> | Thu Feb 18 19:53:29 2021 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Feb 19 09:50:01 2021 +0000 |
tree | 760ae549b1a00c4684dc7b2dc3de980e404b4655 | |
parent | 6769567807ed529adcc522adc66de003825ae4cb [diff] |
RESTRICT AUTOMERGE placeholder to avoid merge conflict Because of aidl version rule is different in mainline-prod, the CLs using new aidl version rule shouldn't be auto-merged into mainline-prod. This is placeholder for merged-in tag Ignore-AOSP-First: placeholder to avoid auto-merge Bug: 150578172 Test: none Change-Id: I616933251aec49c60c850198c0594861009c2bb8
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.