commit | b822fad5233dfeb6799b7a6b455cbdf4f1acb67a | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Tue Aug 10 05:08:33 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Aug 10 05:08:33 2021 +0000 |
tree | fa6e827b2ac0fa114a75229c5059327d405d956a | |
parent | 0a6cdfd9ef6751df09c2e5bf22ce66cf1a6b00b1 [diff] | |
parent | f5e650b62455660cc7ff7ee3caed2e3fbcc6e2e3 [diff] |
Remove ndk_platform backend. Use the ndk backend. am: f5e650b624 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/15498072 Change-Id: Iad80a41fb9873db7076b94389ed8fda2773cdad1
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.