commit | 7372261770bbf4ce71ff3fe4d56cd3ed4a608840 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Jul 13 09:39:13 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Jul 13 09:39:13 2020 +0000 |
tree | e9544c5e9e855d4a91c62798c37da77cbd4e0e7a | |
parent | 3da9249f7d6f3186d5474ce558b870d7b32ba27a [diff] | |
parent | 6ce587d2c38bcc7dc90985bb7ba687cf27aa1e8e [diff] |
Support multinetwork tests am: 6ce587d2c3 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1195355 Change-Id: Ib0ba4f1763fd776db4f2d5720203a2b9b68b88a6
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.