commit | e1b9d0c85aaf26b0c381c2ce3bdbfb68c154df86 | [log] [tgz] |
---|---|---|
author | Bernie Innocenti <codewiz@google.com> | Fri Nov 27 23:31:58 2020 +0900 |
committer | Bernie Innocenti <codewiz@google.com> | Tue Dec 01 11:40:21 2020 +0900 |
tree | d3e0ae18ff9445b5cf9d2bf36ebed7e0267af9d0 | |
parent | ac6c9a404d3f1d2671f4ed1f9770b57e14b504ad [diff] |
Add an optional global limit to OperationLimiter TODO: unit tests Change-Id: Id98157ba9b973e0a4f7b82c4e2bc9249a7da628c
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.