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