Run git-clang-format on log.{h,cpp}
Bug: 168341163 Test: build Change-Id: Ie51b1d4ab66e256992b6fffa524331ec124e047d
This commit is contained in:
@@ -43,6 +43,7 @@ class LogBuffer {
|
||||
static const int MAX_CAPACITY = 100;
|
||||
void addLog(const LogMessage& log);
|
||||
std::vector<LogMessage> getLogs();
|
||||
|
||||
private:
|
||||
std::deque<LogMessage> buffer_;
|
||||
std::mutex mutex_;
|
||||
|
||||
Reference in New Issue
Block a user