commit | c2d5e84f26adddfc25a378ecad8808ff27c3f77a | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Thu May 21 10:52:01 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 21 10:52:01 2020 +0000 |
tree | b6a5c825c8b212bdbc138b5bd7a38f668a471154 | |
parent | 781e0d2596504229f6efc063c3e95f4e48ea8b03 [diff] | |
parent | ac4fc1bd5834ba1fcf8cf9d26b77a72252c5963f [diff] |
[automerger skipped] Add GetCustTableByName to unit test am: ac4fc1bd58 -s ours am skip reason: Change-Id I40a129dd6c0aa2eb75f53ddd2b58e080ba8b2656 with SHA-1 eb85d8b0fa is in history Change-Id: I7479fccb0937cba78ef35a361e7e75f2fc70c428
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.