commit | 0bff241f710c08b847c80987973b954fc33532dd | [log] [tgz] |
---|---|---|
author | Bruce Chen <chenbruce@google.com> | Wed Jun 16 09:10:00 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Jun 16 09:10:00 2021 +0000 |
tree | 779e3dee695510b44d37fb15b3896cd6702f5873 | |
parent | 137052fabacc7f4c5eecd90785317623270a70d0 [diff] | |
parent | 119280eedf0b8a10fb5c7607008f2fdac74fbf1d [diff] |
Merge changes Id2a5945b,I4ef63f3f am: 119280eedf Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1737422 Change-Id: I8a14689ac6b8cda9f2f63d8f5a8d740956bd1d50
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.