commit | 47dab9c297151cec27e3f9e60d2a504829b8b8fa | [log] [tgz] |
---|---|---|
author | waynema <waynema@google.com> | Mon Aug 26 22:04:09 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 26 22:04:09 2019 -0700 |
tree | 6fbd0934cf6285672c852f29958b2dee7eeef716 | |
parent | 6ff635472e219140cbe4c2c25487e63370952ea0 [diff] | |
parent | 8a5edf8d6b17c486c4ed72e1ba71c465c58afd53 [diff] |
Rename resolver_test.cpp to resolv_integration_test.cpp for consistency am: e930259010 am: 5c1ec30aab am: 34f83f58b3 am: 8a5edf8d6b Change-Id: I5119417251ff75c2bf6ce97fed106eb65edd419d
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.