commit | e7c54de89352b560351528aea4bca69170a76f3c | [log] [tgz] |
---|---|---|
author | lucaslin <lucaslin@google.com> | Thu Mar 25 16:33:21 2021 +0800 |
committer | Lucas Lin <lucaslin@google.com> | Thu Mar 25 13:13:58 2021 +0000 |
tree | e1d542d463055d846e3959ec4a014d9428afa21b | |
parent | c6615600d04ac25c7e958478f3f5d52fa94d4e6b [diff] |
Add TRANSPORT_USB and freeze DnsResolver aidl This change only modified IDnsResolver.aidl and other files are generated by "m dnsresolver_aidl_interface-{update,freeze}-api". Bug: 181742019 Test: atest resolv_unit_test resolv_stats_test_utils_test \ resolv_integration_test resolv_stress_test resolv_gold_test Change-Id: Ie45c2429959bf5098c8f3857e721f44ff203eafd
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.