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