commit | 0403636284fbd2d4c13098c2767e1a27c281d2b5 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Tue Mar 31 03:48:29 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Mon Mar 30 20:42:55 2020 +0000 |
tree | 9db9fbd6a553eec85fe8a9f7a10f49a86426891d | |
parent | 0b6c493717a0af4fa0e76cd302e5ba4f79faebae [diff] |
Fix build breakage for resolv_gold_test in build_test/build_test2(internal master) Building resolv_gold_test 32 bit only might fail some builds with 64-bit only configurations Bug: 152303924 Test: build Change-Id: Ic9c9291affc2a9717b7fa3e6471bc0001dea7fdf
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.