commit | 0a1516e7f8b0d694b96c0368b8e8aa883ee9504b | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Jun 01 02:14:25 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jun 01 02:14:25 2020 +0000 |
tree | 5e6545866a21ced15835a5bb6cf29c0ed651a597 | |
parent | 9f4e41c3cee7910bd83937965d811d4ce77b37a2 [diff] | |
parent | 829511c71bd969713df66f8ad76207d2fe572835 [diff] |
Stop depend on libnetd_client_header am: 829511c71b Change-Id: Iaca2ff8ac64d3ba21e428c2b34d4d7e81e37da07
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.