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