commit | f82153792f89f7719983d28dc744a69d16aff1de | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Nov 22 11:53:41 2019 +0800 |
committer | Luke Huang <huangluke@google.com> | Mon Nov 25 09:40:44 2019 +0000 |
tree | 392424d22a3b8338dd9119c1d7cd97437b58e7da | |
parent | 6ba673b557a3a5b200f1678d2dfb10afd75eca0f [diff] |
Make resolv_integration_test run on Q devices use libbinder_ndk for resolv_intergration_test Also statically link other libs Bug: 144850003 Test: atest manual test in Q + M4 resolv module Change-Id: I1c8a880495afa3764fe6f720e58f46bde18ce872
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.