commit | e34efd08c6c06943e2107507e9fc545e5488e1b4 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Nov 11 11:31:55 2021 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 11 11:31:55 2021 +0000 |
tree | c997c8833931614d4eb45f6bbd233675081d9be7 | |
parent | f974124eae008ef23e58d9a287eedac1d12fe905 [diff] | |
parent | 25aca1eb2338c0ccf94ad074058cee740100fb87 [diff] |
Merge "Shorten the value of max_idle_timeout"
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.