commit | f56cd1b1b389bdd457c1bcf4a13ec01a1f3765d3 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Oct 21 06:06:27 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 21 06:06:27 2021 +0000 |
tree | 5769b88e67c39b231ded4886688c4013a27f8178 | |
parent | f76c9616d0f2fc78b4866cd74c9ab89cd33e6ac5 [diff] | |
parent | 7eb1e33584aa7021e0a92b33ca0c92ef776d8899 [diff] |
Remove default log tag am: 7eb1e33584 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1864818 Change-Id: I60be5f84a982613c440e56bbfb9621913c3e7596
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.