commit | 10a8ae4225e53d545c8b08bc8e7d87b1747be650 | [log] [tgz] |
---|---|---|
author | Luke Huang <huangluke@google.com> | Sat Sep 05 02:01:09 2020 +0800 |
committer | Luke Huang <huangluke@google.com> | Sat Sep 05 02:05:56 2020 +0800 |
tree | f6784cbb253769e1c2ab28e0ebce6630cd8428dd | |
parent | c442c132a168d970b3073a4e9084cbc125c80e7c [diff] |
Revert "use vector<uint8_t> for byte[] in AIDL" Reason: To avoid build breakage since relevant AIDL compilier CL is not merged into mainline-prod. Bug: 167653798 This reverts commit 3980b8e93b5e76eff7f59a506c735d0854886b1b. Change-Id: I609f93313f7988d942c1b087aa07885ae51f0576
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.