commit | 023ae07a769ad1b6c1c918ae883399320b2b9e3b | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Aug 03 07:06:16 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Aug 03 07:06:16 2020 +0000 |
tree | f3afd58b63a21090fe31b85254f7069c7ea7c780 | |
parent | 0a82238d685b1d358a77bcc2cbb4f42c5f003ccb [diff] | |
parent | 51967c8a344a87add88899311c0a31e62ac05563 [diff] |
Clean up gPrivateDnsConfiguration am: 6024824b2a am: 51967c8a34 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1375918 Change-Id: I686d93c9eb2ef88895e1c65f098036c9d19f1dc4
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.