commit | f048b1cc6714ae2718bb25eadcdb5dd9a0d9ae1a | [log] [tgz] |
---|---|---|
author | Hungming Chen <nuccachen@google.com> | Tue Nov 05 00:10:16 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Tue Nov 05 00:10:16 2019 -0800 |
tree | 241c2e6f57be1e8530b1276362332dc8644f1f31 | |
parent | 2af22b1bcd6a4bffc02e62b93d25dda8dec3c7b1 [diff] | |
parent | f034067a1467d17990c651a642e4be86516ec2d1 [diff] |
Merge "resolv_integration_test: Test message compression" am: f034067a14 Change-Id: I9115fd4e6f5b66f54e96952022a819ec9f25dab9
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.