commit | 1ac78d84840c683633bdbfc38336c43478b622fb | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Nov 11 15:25:04 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 11 15:25:04 2021 +0000 |
tree | 3bf2509e3b3654399927525b5b7816934bac0179 | |
parent | e05276e348c2084d57f7231478552676935f0fa8 [diff] | |
parent | 78d4a42539100e11f96757f5d485d066800785e7 [diff] |
Add more debugging logs for DoH am: 0f13e595f4 am: 9850698b61 am: ecc501407b am: 78d4a42539 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1885749 Change-Id: Icd1939b213c6ab72e4d2122fc121b196b43e8418
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.