commit | 51346ce2c6acbcffc82795d79ae72c8d5f2d5e14 | [log] [tgz] |
---|---|---|
author | Baligh Uddin <baligh@google.com> | Sat Oct 24 02:58:20 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Sat Oct 24 02:58:20 2020 +0000 |
tree | d23f6ae2c36e129533b794a5a00c3666e0fb5c15 | |
parent | cfe13082a86abb96d23a215b9ed910074a64b038 [diff] | |
parent | 5df5cc1b28bc2fcdcdbbd9cd9d527ec390efb2fd [diff] |
Cleanup references to system/core/base -> system/libbase am: d1d1507c73 am: 5df5cc1b28 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1472284 Change-Id: If0b20c2c2262a01573ecd9fcc3d72529cbbbce84
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.