commit | 3c332844250f8dbecbe32a98203463123c42f83a | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Mar 24 04:28:19 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 04:28:19 2020 +0000 |
tree | 363438814c471fcb6eacc1c00a55790f5ff17013 | |
parent | 0d2e0397d46af243ffef0961c3e3ae1b5cd59b3f [diff] | |
parent | 92102ff27643e39c7939598332281eac617be028 [diff] |
Fix resolv tests symbol missing problem for R MTS on Q devices. am: 92102ff276 Change-Id: I999f5a5f4cee53e59821dbc5bee63e7a4f98a7d3
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.