commit | 8bb883aef89d2880d4f1cc2b2b9635778ca7997f | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Fri Sep 04 14:17:21 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Sat Sep 05 02:00:19 2020 +0800 |
tree | 90133656a008d64b83845c0403fefa5b16209e31 | |
parent | e218d1b3020f2255070c66e9e25df1667b495db7 [diff] |
Use stable versions of the AIDL interfaces for DnsResolver Stable versions of the interface need to be used in branches that are snapped for release. Bug: 167653798 Test: m Change-Id: I4fe5b027876bcaa0c6ac13382cae51c4caa60732
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.