commit | 366ec41a7cf8b83b7e0906142b2a553f8544d9e1 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Feb 12 09:27:53 2020 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Wed Feb 12 09:27:53 2020 -0800 |
tree | 2bc9e3a7ec7526adc33dc508bac25cfa554d2b55 | |
parent | 204aed0ce9b9d2800531e950e2e3790c1d168bf9 [diff] | |
parent | 08b13d2b4227f12d021b7c18cdd0d6940a66682d [diff] |
Fix async DNS flag NO_CACHE_STORE doesn't work as expected am: 08b13d2b42 Change-Id: Iddbd7f098c23cb01dfb1a70a991ad1c0ad35140b
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.