commit | 6a9e57ffaa27738a19f89fa84ae941cff0f25bbb | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Tue Mar 24 07:04:13 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Mar 24 07:04:13 2020 +0000 |
tree | f77e9f18ba0e359c99e72dced842f3e828193fec | |
parent | dbd55feb84ea0e5617c3f5292f736e0f0a4c7c16 [diff] | |
parent | a5b466a0aa4d2ebecfb984845d4b52bf89c4a44d [diff] |
Merge "use vector<uint8_t> for byte[] in AIDL" am: baff6f8872 am: a5b466a0aa Change-Id: I5176c457171835e4370d68d9bd855a885b82d2da
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.