commit | a6c122afdcef7a1cd4d7e515660f7fe4546baf8a | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Apr 13 11:26:40 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Apr 13 11:26:40 2020 +0000 |
tree | 15434db782d21a638c3e0722214043b885aec85b | |
parent | 1666842348541329b66c8138797adf9da6c9f852 [diff] | |
parent | 27b9a8aa5b9a2ed9a61eab3d9d818953ecef10b0 [diff] |
dnsresolver_aidl_interface is marked as available to platform am: 27b9a8aa5b Change-Id: I82f6914e4d393e389b2e2e5ee677f18ee6717815
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.