logd: drop prdebug inline

Makes the prdebug helper accessible for debugging

Bug: 30118730
Change-Id: Ieab60fd18221108ae27c54140a25061ab29ca1a3
This commit is contained in:
Mark Salyzyn 2016-07-15 09:55:41 -07:00
parent 07f5d8cc0c
commit 36a8711260
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ bool property_get_bool(const char *key, int flag) {
}
static int fdDmesg = -1;
void inline android::prdebug(const char *fmt, ...) {
void android::prdebug(const char *fmt, ...) {
if (fdDmesg < 0) {
return;
}