commit | b8cb39be8b480745a13dbc91d186869ab2007d9f | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Jul 29 14:04:16 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jul 29 14:04:16 2021 +0000 |
tree | 236077a71a058ed917e694513dd59df0fab58152 | |
parent | 42f0d96570c41b2499120a488ea02eff20ab69c6 [diff] | |
parent | 44cb608cc56795e4a2d5b5328306bbdbbc228a85 [diff] |
Small improvements to debug logging in PrivateDnsResolver am: 44cb608cc5 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1779952 Change-Id: Ic871d31b603fe0eb792f1aebd5c791b3fa6a4046
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.