commit | 19a291bb57d222ebd0d9b5cfc7fc7a0c15596bdb | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 17 02:41:30 2020 +0000 |
committer | Nucca Chen <nuccachen@google.com> | Thu Mar 19 09:43:35 2020 +0000 |
tree | 58295ae746087f7473ead0c4969ab54d667533fe | |
parent | 1dd5147bd90a6cdf7d422d08fd7443b44553c98c [diff] |
resolv_integration_test: refactor TestCase to TestSuite Follow up the googletest document. TestCase has been refactored to TestSuite. Bug: 145176964 Test: atest Merged-In: I8ebb334328c155098658ff2190181cd1cd811d55 Change-Id: I910b27ef81ac4b44fa7ddd7d94d0c0df8830e7a8 (cherry picked from commit dccceb7c697c85738d5349c93b099aab6f11c598)
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.