commit | 4ee49cb0e5d0e0f1d7b8b79a48f0689bcdb2813a | [log] [tgz] |
---|---|---|
author | Bill Yi <byi@google.com> | Thu Nov 05 04:00:07 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 05 04:00:07 2020 +0000 |
tree | d23f6ae2c36e129533b794a5a00c3666e0fb5c15 | |
parent | 28ace4201ca415548ee7e789376c5b87102affcf [diff] | |
parent | c6f06115f9a469ca0c05277041ccfc89634ae16c [diff] |
[automerger skipped] Merge rvc-release RP1A.201105.002 to aosp-master - DO NOT MERGE am: f188b54f2b am: c6f06115f9 -s ours am skip reason: subject contains skip directive Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1486974 Change-Id: I51cbe14c7db802e0070e987fe68ddf29c68d67ac
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.