commit | 0f33e052b309a8d6b43b6b0ddf7356dbe41a8426 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Dec 04 10:55:23 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Dec 04 10:55:23 2020 +0000 |
tree | 8a5c2e21bc30abca0ee7bcd0d1b8271a31d3370d | |
parent | 55a26f541b1a4ab34114c2d653cddccea9e40ef4 [diff] | |
parent | e3fdcc864f4e982225a06c0dc2c6144309d15424 [diff] |
Merge "Add apex_available to library headers" am: e3fdcc864f Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1512853 Change-Id: I49c21929c3876a763f0345acea99c843371cb921
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.