commit | ba84a8c3ae69aba69c2c3eb2d299ad9a325fe500 | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Wed Sep 16 15:15:58 2020 +0100 |
committer | Ken Chen <cken@google.com> | Tue Oct 06 13:51:22 2020 +0000 |
tree | c1576611140174ecc6b6413ba1e829dc9649256e | |
parent | 38d92adb1e47408c2290a7cc5f43c99599cd177d [diff] |
Revert "Revert "use vector<uint8_t> for byte[] in AIDL"" This reverts commit 10a8ae4225e53d545c8b08bc8e7d87b1747be650. Reason for revert: broke the master build Test: treehugger Merged-In: I3a9d9e67baff80fb59a172f509f6b161779b899e (cherry picked from commit 4fbc356d75e50d21a777ee0f143c4ca668d3aa7e) Change-Id: Ie7f015e545da5b214dabeeb0c0d79fbd429e516e
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.