commit | 3ac3daa730ee936c40953acf038c6ff391f45cba | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Wed Oct 13 19:11:58 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 13 19:11:58 2021 +0000 |
tree | 9459db18c93585e45af7168bb41f653022adbb42 | |
parent | a4dba473b9a4c8b3374e891cc5176fef40d9c3a5 [diff] | |
parent | f76c9616d0f2fc78b4866cd74c9ab89cd33e6ac5 [diff] |
Merge changes I9cbba1b8,I77f8697c,I6d4c296f am: 09a42197b7 am: f76c9616d0 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1847137 Change-Id: I6d06f738b651075d4f720bef6daa86b338153148
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.