commit | 0870a8d67a4650c533a84a5f82f58c80055abe02 | [log] [tgz] |
---|---|---|
author | Nucca Chen <nuccachen@google.com> | Tue Mar 17 00:51:39 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Mar 17 00:51:39 2020 +0000 |
tree | a7dd0eb8b3236cb0ad203c4070d3b91164b1b67e | |
parent | 9fa0ab99b2ddf4f36f9fe17d88a590c6b43c06dd [diff] | |
parent | 473c4deb56f2ec0099e7164b4c2780237d827a2e [diff] |
Merge "resolv_integration_test: refactor TestCase to TestSuite"
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.