commit | 52bf7a0c61aee4a0a1291fb449de5568e8a7c65b | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Sat Dec 05 17:47:28 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Dec 05 17:47:28 2020 +0000 |
tree | bea745d1ea32295e80769bcd7e134251ec3b4ee7 | |
parent | dc29ec7e01436166a19040d73fe4532136d25075 [diff] | |
parent | c9ba9b117a4bd7e96e04418afc0234c78e11c1ab [diff] |
Merge "Remove res_init.* and move its functionalities into ResState" am: 8bc89313d1 am: 00f080e3bc am: c9ba9b117a Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1517567 Change-Id: I7bd82715e28142ae283a679ac018ba36c6774f0b
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.