commit | 02fd4ee63f13eddfb0a9a892b79055317ca63161 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Sep 24 07:14:22 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Sep 24 07:14:22 2020 +0000 |
tree | 24467bb5395b62811985963ff9828d83e8e81a73 | |
parent | 69182d97a18fbf1c908b126138b899012543f91f [diff] | |
parent | 6bcde8897a67562932202b2b1d2720539e72963b [diff] |
Merge changes I9262f65e,I5088d3c6,I47ab70aa,I262f9782 am: 6bcde8897a Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1417030 Change-Id: I11735f45b82282b8089328a54cf3efb61bf7761c
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.