commit | c7e3d40f944cefe53f203889bbe685707b679e0c | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Mar 30 18:56:32 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Mon Mar 30 18:56:32 2020 +0000 |
tree | 0a3162443be112868ed5fd3124c7ccaa6a52c18c | |
parent | 0e6a24b21a5e3097b5b40e588a696d44033710c0 [diff] | |
parent | 26e5815272c66e2935657759332736a9de3d6396 [diff] |
Build both 32bit and 64bit binaries for resolv tests am: 26e5815272 Change-Id: I5255483dea9ed8dee39e267e06ed4109cd4e07c5
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.