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