commit | 756f8c8dd472e47b7a14f1a58fa0bb120bfe6217 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri May 01 14:22:18 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri May 01 14:22:18 2020 +0000 |
tree | d41b662091547622b631b69b2a90d377ba9d0da9 | |
parent | 2479593fc10626acaf1e0b0cad1e93db5de2d319 [diff] | |
parent | 4da956148a9fe2b92a7dee5a9e8e7d3a5b37b1ba [diff] |
Fix default value problem of DnsResolver Experiments#getFlag() am: b8012f7861 am: 4da956148a Change-Id: I14e29dc247e37aab4d134f670c50575a3ba936e8
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.