commit | 7302382ba8897b4d23523ec101a354520935138f | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Mon Feb 08 10:28:12 2016 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Tue Feb 09 07:46:39 2016 -0800 |
tree | 5c6f78352015a7b70ab9d80943fd6b5ef39ec554 | |
parent | 01dd1fe212ce4ba425099b43e6ceff504900c589 [diff] |
logd: add internal prdebug function Usage: android::prdebug(const char *fmt, ...) __printflike(1, 2); Will add logd prefix tag, log as debug priority in kernel logs, and will suffix a newline if one is not supplied. To be used to aid debugging of the logger only. Change-Id: I217326ef34dc4eb0ea076bacb7a7a8b564c931c3