commit | 25aca1eb2338c0ccf94ad074058cee740100fb87 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Nov 11 15:57:28 2021 +0800 |
committer | Mike Yu <yumike@google.com> | Thu Nov 11 11:28:40 2021 +0000 |
tree | 6f17ccb74bb2ba16b4ea0af6eeb20a5e4eb982aa | |
parent | f42426ec380f66ccdf28e463c5386c3b611a6b94 [diff] |
Shorten the value of max_idle_timeout Set the value to 55 seconds by default before it is tunable. Bug: 205922706 Test: cd packages/modules/DnsResolver && atest Change-Id: I95f47015ff22044acb27df6f87e452c14d129658
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.