commit | c7e9d4c78a85e7d90c8d6607ea4957c74804af29 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Mar 30 10:40:10 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 30 10:40:10 2020 +0000 |
tree | 2a927eaf321d5343a0bbf8a8d441a05e42bb0193 | |
parent | b12d1520ddf59642e188011ab4e52a8c8a6cd9e6 [diff] | |
parent | 0b6c493717a0af4fa0e76cd302e5ba4f79faebae [diff] |
Build both 32bit and 64bit binaries for resolv tests am: 0b6c493717 Change-Id: Iec5a5a5a0139054d43e20903c76dffc617d1ea54
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.