commit | c0b025cf9a86926a4dd0cc70e565b96139a49584 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Oct 13 09:37:52 2022 +0000 |
committer | Mike Yu <yumike@google.com> | Thu Oct 13 10:38:40 2022 +0000 |
tree | 5f1a354b2a000d3773ba62af5226f3b12f3c2910 | |
parent | 62d142fb52fa87af7348f22b836c0e8858622fc3 [diff] |
Change the type of wait_for_pending_req_timeout_count from vector to int No functionality change in this CL. Bug: 242491440 Test: atest Change-Id: I53a473d86ad5b14a12df8b1a58d61e41ad137907
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.