commit | f680e440337f7d1c68c6b5ce18ff255b6e360145 | [log] [tgz] |
---|---|---|
author | Lorenzo Colitti <lorenzo@google.com> | Tue Jan 18 00:21:09 2022 +0900 |
committer | Lorenzo Colitti <lorenzo@google.com> | Tue Jan 18 08:39:00 2022 +0900 |
tree | 0278fcd3513cc3ab218767b2924e45833e2bddb9 | |
parent | 42a735327fcf9773e25dca0e4ab86de02cb7eb00 [diff] |
Get the mainline-presubmit modules from a defaults clause. All our mainline presubmits have the same list of modules. Instead of specifying them on each test that uses them, get the list from a defaults clause to keep them consistent. Test: treehugger Change-Id: I83f5ab4646076549d0bcd6ccea292ed43160c000
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.