Home
last modified time | relevance | path

Searched refs:_MAX_MSG_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dquick_logger.py35 _MAX_MSG_SIZE = 12288 # 12KB variable
239 if len(record.message) > _MAX_MSG_SIZE:
240 logging.error('Message must be less than (%s)', _MAX_MSG_SIZE)
Dquick_logger_test.py26 logger.Log(str(i % 2) * quick_logger._MAX_MSG_SIZE)