commit | f3e751715c716ffa383dcb45cc6ce9ca1ae3d228 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Mon Dec 16 13:38:02 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Dec 16 13:38:02 2019 -0800 |
tree | c7a083bae4704188bf6e240b41ec69641095bc05 | |
parent | c06c4676154c35128a8c2f74e21ea76b4d9fdbee [diff] | |
parent | 84ebc21bb5a0099489f9bd2a2b1749aa33bcffa8 [diff] |
Merge changes I25fe98ac,I24f2506c am: 84ebc21bb5 Change-Id: I83fe64e9d2d8bd2df63e0a27052ead4adc6b3add
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.