commit | f34e87cd436a46eb0f79e190754679b94baf60cc | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Sep 09 15:28:36 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Fri Sep 10 17:57:02 2021 +0800 |
tree | d07ef452d5dce075ef71f4fc576f97ba61aa036e | |
parent | 5f79aa092b33b279ea41e932fdd00310172fc7ae [diff] |
Freeze DnsResolver AIDL interfaces to v10 Bug: 186177613 Test: m dnsresolver_aidl_interface-freeze-api Change-Id: Icefc3667f4f5bc3a6104f4821eb0c2fba307239b
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.