commit | 3d8093622af4fa30aeeff566a15d8b3aa3091f6f | [log] [tgz] |
---|---|---|
author | Maciej Żenczykowski <maze@google.com> | Wed Jun 03 11:49:26 2020 -0700 |
committer | Maciej Żenczykowski <maze@google.com> | Wed Jun 03 13:09:18 2020 -0700 |
tree | 70c7b91773e3775e4cf53e299f04bb6875f6e142 | |
parent | 0a1516e7f8b0d694b96c0368b8e8aa883ee9504b [diff] |
libnetd_resolv, resolv_stress_test - switch to dnsresolver_aidl_interface-unstable-ndk_platform This is needed to resolve aidl version mismatch. Test: builds Bug: 157869568 Signed-off-by: Maciej Żenczykowski <maze@google.com> Change-Id: Id2d57f9e0b8ecb5b47c9c9bf78e5aa69c771bfe2
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.