commit | c1990dc6e39168115888811ad1e64bdce6baf0da | [log] [tgz] |
---|---|---|
author | Mike Yu <yumike@google.com> | Thu Mar 26 02:30:14 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Mar 26 02:30:14 2020 +0000 |
tree | b9952d88ac1b826db941c358fbbd385916834913 | |
parent | 9b040254458fed55ddc20eb3181f8cc695c2e6b4 [diff] | |
parent | 94afd9e33979b0302827606a28b136fa375cc88b [diff] |
Merge "Fix flaky test RepeatedSetup_KeepChangingPrivateDnsServers" am: fe5b82ece4 am: 94afd9e339 Change-Id: I7f14d46eb4d44090b9ce0420583baffcbf2d26b5
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.