Loading cmds/statsd/src/logd/LogEvent.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -290,9 +290,9 @@ bool LogEvent::write(float value) { } bool LogEvent::writeBytes(const string& value) { if (mContext) { /* if (mContext) { return android_log_write_char_array(mContext, value.c_str(), value.length()) >= 0; } }*/ return false; } Loading cmds/statsd/src/logd/LogEvent.h +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ #include <android/util/ProtoOutputStream.h> #include <private/android_logger.h> #include <stats_event_list.h> #include <stats_event.h> #include <string> Loading Loading
cmds/statsd/src/logd/LogEvent.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -290,9 +290,9 @@ bool LogEvent::write(float value) { } bool LogEvent::writeBytes(const string& value) { if (mContext) { /* if (mContext) { return android_log_write_char_array(mContext, value.c_str(), value.length()) >= 0; } }*/ return false; } Loading
cmds/statsd/src/logd/LogEvent.h +0 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ #include <android/util/ProtoOutputStream.h> #include <private/android_logger.h> #include <stats_event_list.h> #include <stats_event.h> #include <string> Loading