commit | b8b59f6b19e791b6e3f381726d84baadeac4f5ce | [log] [tgz] |
---|---|---|
author | Christopher Wiley <wiley@google.com> | Tue Sep 15 12:19:53 2015 -0700 |
committer | Christopher Wiley <wiley@google.com> | Tue Sep 15 12:24:23 2015 -0700 |
tree | 5512db08e483b7a25b0119c8dd6430a45748b8d6 | |
parent | d93c5b761bf5a53b23a1f0ab954fa38109e72043 [diff] |
Add standard Android logging to aidl This greatly helps understanding the code by enabling instrumenting with debug logging statements. To use: ANDROID_LOG_TAGS=*:v aidl .... Will cause the logging to log at the verbose level. See base/logging.h for more tricks. Change-Id: I44ec26374419ca9d575f14b65c422444d17fcc66 Test: Ran the example command saw verbose logging.