commit | efb109593293065e83786338d485f781bd060be1 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Tue Dec 01 11:41:30 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Dec 01 11:41:30 2020 +0000 |
tree | 0b3b6f69e27da1c5970f93e80bde084a98430f00 | |
parent | f5ddd208230b0e5473c78003d6d5bc85d5dda6cc [diff] | |
parent | bd7bcc9fcae45cb00ead8a2263caefabcf471b66 [diff] |
Merge "Add an optional global limit to OperationLimiter" am: 5bf80bee2d am: 3319d5f107 am: bd7bcc9fca Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1512855 Change-Id: I1e8ec184be6477b1059f16bee04b599c85afc219
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.