commit | b2d8a3306d50df6a8a8d531fe6a3ccf094142967 | [log] [tgz] |
---|---|---|
author | chenbruce <chenbruce@google.com> | Wed May 20 14:21:02 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed May 20 14:21:02 2020 +0000 |
tree | bdce154e979129d2247c9d7508b8991dc54dd566 | |
parent | 298e9fe22b39226838d9b296eaf874c99dcee2d1 [diff] | |
parent | eb85d8b0fa558653309a3c40c4165a93f4bbb6cd [diff] |
Add GetCustTableByName to unit test am: eb85d8b0fa Change-Id: I8162ac2ce0cdea44b4dc2623a9a81d3615bbb2ff
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.