commit | 47ef0f9fdc78fa2581f95bd058512a8f101c3337 | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Wed Jan 08 01:46:47 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 08 01:46:47 2020 -0800 |
tree | 4ab099b40eb4be2363296fe5a7a577f326f1a644 | |
parent | c35e21ad1d94a8f92486d23aadc2a7ad1441be72 [diff] | |
parent | 44a54601807df7d958af1ea994303b34f205c52f [diff] |
Merge "Customized hostname/address table for DNS query" am: 44a5460180 Change-Id: I21a8bd513576d139f5002137737a69f4564d15cd
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.