commit | 868a59125214468fa9ef0bd8fd3ffa07fdeffa2a | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Mar 23 12:08:10 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 23 12:08:10 2020 +0000 |
tree | 289e6be0ebbe3ab86217fa9d8944b9173dc00abf | |
parent | f97fdbcce8fc64ab8e160f4fc1603f6e1c0387e7 [diff] | |
parent | e2ee898606213cb7e1465372de7327f8d267ef06 [diff] |
Merge "Fix resolv tests symbol missing problem for R MTS on Q devices." am: 355b949def am: e2ee898606 Change-Id: I3683e636a936faa4b1bd18ccd5b2c49934c111f2
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.