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