commit | 6a3b9f1191b5d2952f72a014f4d678fa81ba3da3 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Thu Oct 01 14:28:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 01 14:28:20 2020 +0000 |
tree | f708a7cc85c7493ba5ede2b4cf92fb1d55627e5a | |
parent | b52d29cb700a744f2f9b938e702ab75f3a31c92f [diff] | |
parent | acedd0c458b845ec7a139fa3498538453b5b704f [diff] |
Merge "Add build flag on platform dependent change" am: b6867372f2 am: c9d598f52a am: 4c1af7a77d am: acedd0c458 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1436851 Change-Id: I13e24fbc51e220f4098503236b7efe9a49e91507
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.