commit | 6184b60942487c2fc7d67f7fb545de5d6608e50d | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Apr 10 16:16:24 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Apr 10 16:16:24 2020 +0000 |
tree | e1aae501981eb80d398ca89300055ba11692bbb4 | |
parent | 371bc3a826fc5602661166db36f2007c9ad675cf [diff] | |
parent | a4a500388b8ea0eef8c2e51176a895e4070b585d [diff] |
Freeze DnsResolver AIDL API as v4. am: 05922e38c2 am: c209fc373e am: a4a500388b Change-Id: I440b3d371b4ddadd1cb5d7d650ee7d368f0cda1b
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.