commit | 9e31950353e9771e7af9ea4f96c10a14e6890e51 | [log] [tgz] |
---|---|---|
author | martinwu <martinwu@google.com> | Thu Oct 22 17:22:48 2020 +0800 |
committer | martinwu <martinwu@google.com> | Thu Oct 22 17:22:48 2020 +0800 |
tree | 9e10e2fb0aee506b7c706c0a678abb8576bcdde9 | |
parent | c85e73d668997ecf81be85db93ea091983cb805c [diff] |
Keep the version of dnsresolver consistent with that on mainline-prod. This is for unblocking Mainline Engprod from adding MTS test configs to git_master for checking backward compatibility The version code in the manifest is only used for development builds, as release builds dynamically replace it. Bug: 170183552 Test: builds Merged-In: I62508d699ccddc682aa3943c7ff87005661efb11 Change-Id: I5ce1273d97203db113a2de8c66cf9704cf2cd166
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.