commit | 6f8d0bd2df012b27327de5ebed573f73470a2220 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sun Feb 19 19:37:47 2017 -0800 |
committer | Brian Silverman <bsilver16384@gmail.com> | Sun Feb 19 19:37:47 2017 -0800 |
tree | f5f94e6dce7d1138ca1443bf332f330660d46501 | |
parent | 04226b5641e8888f565ff0b9aee98fb85a9fd075 [diff] [blame] |
Increase logging buffer sizes Austin broke it... Change-Id: I2ee8918f53f88b34e61ed6d33458b7f5115fa9eb
diff --git a/aos/common/logging/implementations.cc b/aos/common/logging/implementations.cc index 697dec9..4c6ebeb 100644 --- a/aos/common/logging/implementations.cc +++ b/aos/common/logging/implementations.cc
@@ -173,7 +173,7 @@ static_cast<int>(message.message_length), message.message); break; case LogMessage::Type::kStruct: { - char buffer[2048]; + char buffer[3072]; size_t output_length = sizeof(buffer); size_t input_length = message.message_length; if (!PrintMessage(