commit | fd9ff41046993d987a9bc1470b282cb341c22e89 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Wed Aug 05 04:06:02 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Aug 05 04:06:02 2020 +0000 |
tree | ce2f797e563f35d03e17aee340b4cec7245fdd02 | |
parent | f28d42eacf44217bb61d04f4bccd3e75e4a61368 [diff] | |
parent | 715808f5235ed74675121a760973814e90da9c89 [diff] |
Move RootTargetPreparer to the front of FilePusher for DnsResolver test xmls am: 957333d2a9 am: b38495e28c am: 715808f523 Original change: https://android-review.googlesource.com/c/platform/packages/modules/DnsResolver/+/1373696 Change-Id: If2a763a815fd10ef23ac270a464c27a52a175049
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.