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