commit | 0e4ba0a38559664a838861d6c958ce034131ae3a | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Fri Mar 20 11:08:08 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Mar 20 11:08:08 2020 +0000 |
tree | f432792b09ff8fa741b0ee04a5e559c6096cbdee | |
parent | fcf0534ef84128ed17abce80945a70de69b51da5 [diff] | |
parent | bc4b9508d6d5bb209e1ddacd64efc38c0a8f1e19 [diff] |
Fix flaky test RepeatedSetup_NoRedundantPrivateDnsValidation am: bc4b9508d6 Change-Id: I73a3061f140daeb0db960e3d2d56523717c39269
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.