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