summaryrefslogtreecommitdiff
path: root/msm8998/hal/inc/LocalLogBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'msm8998/hal/inc/LocalLogBuffer.h')
-rw-r--r--msm8998/hal/inc/LocalLogBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/msm8998/hal/inc/LocalLogBuffer.h b/msm8998/hal/inc/LocalLogBuffer.h
index c23ef7d..7cefe64 100644
--- a/msm8998/hal/inc/LocalLogBuffer.h
+++ b/msm8998/hal/inc/LocalLogBuffer.h
@@ -65,9 +65,10 @@ public:
LocalLogBuffer(string /* name */, int /* maxLogs */);
void addLog(FunctionLog /* log */);
void toLogcat();
+ void toFd(int fd);
private:
deque<FunctionLog> mLogs;
const string mName;
const size_t mMaxLogs;
}; /* LocalLogBuffer */
-#endif /* _LOCAL_LOG_BUFFER_H_ */ \ No newline at end of file
+#endif /* _LOCAL_LOG_BUFFER_H_ */