commit | a957b0f06adf522f79c9e390e788f7e006a3f5e9 | [log] [tgz] |
---|---|---|
author | Xin Li <delphij@google.com> | Tue Sep 01 21:47:09 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Sep 01 21:47:09 2020 +0000 |
tree | b776e9d9eee533f4d7bb736cf130d078ddbe36bc | |
parent | 5f7e4234c3a4fca95f8ac935647e699f16746bcd [diff] | |
parent | 54d8bfb031e340b5bfed0501dce0cfefc98e0701 [diff] |
[automerger skipped] Merge Android R (rvc-dev-plus-aosp-without-vendor@6692709) am: a2cccc09a0 -s ours am: 54d8bfb031 -s ours am skip reason: Change-Id I007b22e4466e202817dc600631817899535b33d7 with SHA-1 5ad5e92f0d is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/12484872 Change-Id: I7607fcf845b7e46839c9f9d09faf681a8a4228bf
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.