commit | b7522cf96283e4c9fe61e93faa01ac817326c4c6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu May 21 09:01:14 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 21 09:01:14 2020 +0000 |
tree | f25541d6e5f6d8cfca8bcce3749820953150d6ab | |
parent | 4f7ee7cf3ebce29770950e065ec791f589b6c4d6 [diff] | |
parent | 39f7b16ddb89b2c79a5135fd48d17256398d5811 [diff] |
Move test cases to unit test am: 39f7b16ddb Change-Id: Iffc55a6c329b36ecceaa1cd3f783114d9d5da3e1
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.