commit | 34f83f58b3eb4352d9265fa4ca5ff3ec0aecffc9 | [log] [tgz] |
---|---|---|
author | waynema <waynema@google.com> | Mon Aug 26 21:08:54 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 26 21:08:54 2019 -0700 |
tree | 6fbd0934cf6285672c852f29958b2dee7eeef716 | |
parent | 892630b03f982ff00036ad96b6a1ce5bce796561 [diff] | |
parent | 5c1ec30aab8c35981bea803fb7d11056dd39e4d8 [diff] |
Rename resolver_test.cpp to resolv_integration_test.cpp for consistency am: e930259010 am: 5c1ec30aab Change-Id: I49e01db9cf65c76cc61568572656ddbdac44765e
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.