commit | d0f21362bdd535a9922a701c3475230cd77c14a5 | [log] [tgz] |
---|---|---|
author | Ken Chen <cken@google.com> | Fri Nov 15 19:33:09 2019 +0800 |
committer | Ken Chen <cken@google.com> | Fri Nov 15 20:53:12 2019 +0800 |
tree | 847924149001ca0d06d2b7209b0eb37190a7e1b4 | |
parent | dffafb7e7134c71f64b09ebb8394bce940b45378 [diff] |
Disable Asan on resolv_integration_test Disable address sanitizer on resolv_integration_test to avoid false positive. Test: atest resolv_integration_test Bug: 144460245 Change-Id: I154bdab70ce6858b0e2805dba44c3f8c16a7074b
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.