commit | 0a8204d4942b0228bdda56fb80ef33e73163f8e7 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Thu May 21 10:51:49 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 21 10:51:49 2020 +0000 |
tree | 4975bbd541d86b77a460897d9db35d8ceca7db23 | |
parent | b7522cf96283e4c9fe61e93faa01ac817326c4c6 [diff] | |
parent | ac4fc1bd5834ba1fcf8cf9d26b77a72252c5963f [diff] |
Add GetCustTableByName to unit test am: ac4fc1bd58 Change-Id: Ieded044f958baacc9511ad6d07d69aff69d645c3
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.