commit | 371bc3a826fc5602661166db36f2007c9ad675cf | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Apr 10 12:23:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 10 12:23:09 2020 +0000 |
tree | d0c22bdf5d0e16cee2493bf22addb0eff01a8ebe | |
parent | 462c014fc946e52ce836b0a1a27d5a608e558885 [diff] | |
parent | b51adbd6f3f9891f1fa311c448a6fc9470da8595 [diff] |
Rename ResolverExperimentalOptions to ResolverOptions am: 05420811c4 am: 89d15a6ad0 am: b51adbd6f3 Change-Id: I31436a2e14e8d5fbffd1fca9f07775c820bd2466
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.