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