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