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