commit | 9ff7d2a0ec972e1d5c92c5f6dc6f7de8034ea1cb | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Mar 13 13:11:22 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Tue Mar 17 03:27:59 2020 +0000 |
tree | fc333d59888de98ca4c79e1fd3e5d43f6a5c06e9 | |
parent | f6d037e29761e8f13ae0ab092ceb6d2c249f5a29 [diff] |
Fix resolv_gold_test failure problem in MTS. MTS can not handle the test with testdata correctly. This is a workaround to push the required testdata manually by proper test_config. Bug: 151392634 Bug: 151122313 Test: mts-tradefed run mts-dnsresolver Test: atest resolv_gold_test Change-Id: I0b148535d4e0aa7b272bf2af64fdb4f27f4f7e83
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.