commit | 71f48e07f28ad1c79a88b1e4c89d08eaf4f39ff2 | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 20 12:38:04 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 20 12:38:04 2020 +0000 |
tree | 6c821bef26300da50eda1cb9d1f04598651a4207 | |
parent | 951d63eef1560a0a32ce4683239a2570054efa6c [diff] | |
parent | 6407ae47fcaf8e00ac32f7fd9e65860952eeb3aa [diff] |
Move the legacy stats function declarations out of resolv_private.h am: 6407ae47fc Change-Id: I00fbed0d7064f6935a7be06f0bf5c2fd4042748e
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.