commit | 6405f3e7aaf95428b41210969671f37d40eca7b0 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Thu Mar 12 11:43:01 2020 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Thu Mar 12 11:43:01 2020 +0000 |
tree | 5f36a2b24f7961f45ecc4ab2a6c18377751a4f57 | |
parent | 010183d2a800681c021dca8f85d8280489bfe6e4 [diff] | |
parent | 5f8a944143ea5e9bbcc1e12a3bc3b0fc45fd1eab [diff] |
Merge "Add resolv_unit_test_config.xml for mts" into rvc-dev
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.