commit | 17630773fdd001f2578ecc5430929d677cc51f74 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 17 10:55:34 2020 +0000 |
committer | Luke Huang <huangluke@google.com> | Tue Mar 17 17:44:10 2020 +0000 |
tree | 463299c0f2d29768689b7f9e0f34d09cd581abc5 | |
parent | f327e9da903d13dd0a986a7e052a2b2176fb563d [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 Merged-In: I0b148535d4e0aa7b272bf2af64fdb4f27f4f7e83 Change-Id: Ie8ffe5ef5eb038bb70c0e4de24b5e5f7b55ad0a4 (cherry picked from commit 35eabef5c21e343cdeec0631ffea8319604d98ff)
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.