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