commit | 5576d8fd205b409c652e4faff3003b51e79bb9a6 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Fri Oct 08 21:48:35 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Oct 08 21:48:35 2021 +0000 |
tree | 29cd0ff546c303b2360c573192d9d6d7d0516ecd | |
parent | d61a2423d79367244d5851775270fba95858285a [diff] | |
parent | a4dba473b9a4c8b3374e891cc5176fef40d9c3a5 [diff] |
Merge changes I4fd4c57a,I719965ff,I91a8a7f4 am: 971821fbec am: 2b11d35d75 am: a4dba473b9 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1845781 Change-Id: Ic58e3efec934d2a71828819f7fd818973dc27c5f
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.