commit | a5b466a0aa4d2ebecfb984845d4b52bf89c4a44d | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Mar 24 06:47:58 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 06:47:58 2020 +0000 |
tree | f77e9f18ba0e359c99e72dced842f3e828193fec | |
parent | 661519a3a31b2ef1abba8fc61b3e5aad897a4e81 [diff] | |
parent | baff6f8872a8126ca125b09e394e9cf83628350e [diff] |
Merge "use vector<uint8_t> for byte[] in AIDL" am: baff6f8872 Change-Id: I1d8f0a6e07a893c2e1cea0da025442de46bf5316
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.