commit | 02630e59b8554f0639b38f960f33e250ae7498e3 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Oct 23 01:12:18 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 23 01:12:18 2020 +0000 |
tree | 5caedb65683eb23cafafbc963ed9aff10ab23d15 | |
parent | 3b4e659aeed9132cd5465986f20a6748d9d116d2 [diff] | |
parent | da56382cb11ee2c3501f87d39f33e018328acf33 [diff] |
Merge changes Iceb7bc7f,I37afed96,I6a0a4c96 am: 0c7b1ca271 am: da56382cb1 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1417033 Change-Id: I368041dbaf0f69914344a55dfeb9d1afaaa27938
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.