commit | b1fb539f44523244648828d34b367fb6f64b3947 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon May 24 01:24:33 2021 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon May 24 01:24:33 2021 +0000 |
tree | d40d219734c7336f59d9c8401dab3ad2206d8342 | |
parent | 0b2285aec404ef86ae7c0bea75d78da7d19fa2d9 [diff] | |
parent | d2cab848e893ebf6babde861164a7dcbb08057f1 [diff] |
Merge "Add min_sdk_version to DnsResolver tests" into sc-dev
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.