commit | 6407ae47fcaf8e00ac32f7fd9e65860952eeb3aa | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Mon Feb 10 21:11:05 2020 +0800 |
committer | Mike Yu <yumike@google.com> | Thu Feb 20 17:30:57 2020 +0800 |
tree | 6c821bef26300da50eda1cb9d1f04598651a4207 | |
parent | c573a3d76a3ace472353e6620a91a4b8b54cb0f8 [diff] |
Move the legacy stats function declarations out of resolv_private.h No functionality changes. Bug: 137169582 Test: cd packages/modules/DnsResolver && mm Change-Id: I2aa236f8f3de1582cae820d761295d388b6baee7
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.