commit | dce5f26e946b182f3bb7196dcda040487453704b | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Dec 06 04:44:33 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Dec 06 04:44:33 2021 +0000 |
tree | c0f7715d2185d6a3ff199dae74496a8265fb014f | |
parent | 2d68bf80848851f3d97117b410c4e895901f8991 [diff] | |
parent | a2d29582d4c7a6253aa60bbc019ca3eb282746e7 [diff] |
Use pull model to get the statistics from DohFrontend am: c293f29ffc am: f82ce15097 am: a2d29582d4 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1906164 Change-Id: Ied64d25cbe79e0898e052e9b72ef1c72cb801706
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.