commit | 6cd439e5d07c357b2a5d355d22cf10db639ff8f9 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Tue Dec 01 01:05:33 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 01 01:05:33 2020 +0000 |
tree | 995eee92569d61d858e70c9d754af0f4f35ea8a3 | |
parent | a67fb5efd354f80c2daa8aea9ae66820cd0b7027 [diff] | |
parent | deecd67ea9dc5b2e65bd5cab60407804184506db [diff] |
Merge changes I923d28d5,Ib801a550 am: deecd67ea9 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1486160 Change-Id: Ic04d7ad55c21f55abf1bc60107a931cf582d0dc8
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.