commit | 473c4deb56f2ec0099e7164b4c2780237d827a2e | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Thu Mar 12 11:13:35 2020 +0800 |
committer | Nucca Chen <nuccachen@google.com> | Thu Mar 12 13:19:47 2020 +0000 |
tree | 31d372258e67b0e0436160259128231f038744bd | |
parent | dd938dde80370f147c94f65f26a1a5a9a6beee41 [diff] |
resolv_integration_test: refactor TestCase to TestSuite Follow up the googletest document. TestCase has been refactored to TestSuite. Test: atest Change-Id: I8ebb334328c155098658ff2190181cd1cd811d55
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.