logd: drop prdebug inline
Makes the prdebug helper accessible for debugging Bug: 30118730 Change-Id: Ieab60fd18221108ae27c54140a25061ab29ca1a3
This commit is contained in:
parent
07f5d8cc0c
commit
36a8711260
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue