commit | 355b949def6e61d51f97ab913d53dcbc6981525c | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Mar 23 11:29:27 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 23 11:29:27 2020 +0000 |
tree | 289e6be0ebbe3ab86217fa9d8944b9173dc00abf | |
parent | 690e2fd791ae900b95543129da617f70a5e5b72a [diff] | |
parent | 45b761c7539263be861b5cbbaa160fafb0c21f48 [diff] |
Merge "Fix resolv tests symbol missing problem for R MTS on Q devices."
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.