commit | 8bc0e5c6a415e75ab1c452f33c0645bbca026bc5 | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Wed Mar 09 05:29:58 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 09 05:29:58 2022 +0000 |
tree | e18c6723c817be67e8173915232b9f6622d4bc02 | |
parent | 008122d1cce3491c4fc991854ea7828447d94c6c [diff] | |
parent | a33e2c9d1ddafa6a9b98840dba95525fbf2a4ab7 [diff] |
Merge "Make boot_time::timeout() timeout immediately when passing zero duration"
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.