summaryrefslogtreecommitdiffstats
path: root/logd/main.cpp
diff options
context:
space:
mode:
authorMark Salyzyn <salyzyn@google.com>2016-07-15 09:55:41 -0700
committerMark Salyzyn <salyzyn@google.com>2016-07-15 14:36:50 -0700
commit36a87112607b4cef0232f2741b7ba963d564cee2 (patch)
treee865d3cc8389c61933a164143e7d77ca4307cb52 /logd/main.cpp
parent07f5d8cc0c3e16df60e7ea1e46dadd2f2a61de89 (diff)
downloadsystem_core-36a87112607b4cef0232f2741b7ba963d564cee2.tar.gz
system_core-36a87112607b4cef0232f2741b7ba963d564cee2.tar.bz2
system_core-36a87112607b4cef0232f2741b7ba963d564cee2.zip
logd: drop prdebug inline
Makes the prdebug helper accessible for debugging Bug: 30118730 Change-Id: Ieab60fd18221108ae27c54140a25061ab29ca1a3
Diffstat (limited to 'logd/main.cpp')
-rw-r--r--logd/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/main.cpp b/logd/main.cpp
index 3095f7f9d..69ba89654 100644
--- a/logd/main.cpp
+++ b/logd/main.cpp
@@ -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;
}