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