commit | d2c01314d1d2cb83aec16c504c6d3c2c6a80754e | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Mon Apr 06 21:44:07 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Mon Apr 06 21:54:54 2020 +0800 |
tree | 0a03c42818b9dfd237350d12a0a5329c8b9d2ef0 | |
parent | 6ae9616b0edbab46f03b13e7eee8f31da2f305f0 [diff] |
Refine AIDL constant definition for TC_MODE_* Address comments in AIDL API review before AIDL freezing. Bug: 151074535 Bug: 133526962 Test: atest Change-Id: Iaf5e233666b9a05a86d4951a751145a8e94cb94b
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.