commit | 957333d2a99861bc9e01a96605a6de1f4ea4cabd | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Jul 28 03:29:17 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Tue Aug 04 11:00:24 2020 +0000 |
tree | e034087691103b709fd3f0d82a9d93532b10347d | |
parent | 12fb6a1966c04e9093408b8f9482377eca7604f2 [diff] |
Move RootTargetPreparer to the front of FilePusher for DnsResolver test xmls FilePusher got some permission errors in Q base imange while MTS testing. Move RootTargetPreparer to see if the problem can be solved Test: atest Bug: 161316469 Change-Id: Ie17c4c711e94628a41400706eceac7a696a29607
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.