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