commit | 5c5d84a9483275bb20f103e54d01d31f9f0a099c | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Thu Jun 04 04:44:27 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Jun 04 04:44:27 2020 +0000 |
tree | 70c7b91773e3775e4cf53e299f04bb6875f6e142 | |
parent | 0a1516e7f8b0d694b96c0368b8e8aa883ee9504b [diff] | |
parent | 3d8093622af4fa30aeeff566a15d8b3aa3091f6f [diff] |
libnetd_resolv, resolv_stress_test - switch to dnsresolver_aidl_interface-unstable-ndk_platform am: 3d8093622a Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1323339 Change-Id: Ie74a3ad31b9a6fe3d7cae58cb79a04aec1d92ecc
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.