Searched refs:MAX_MESSAGE_LENGTH (Results 1 – 1 of 1) sorted by relevance
56 private static final int MAX_MESSAGE_LENGTH = 200; field in ReportLog.Metric88 if (messageLength > MAX_MESSAGE_LENGTH) { in Metric()90 mMessage = message.substring(0, MAX_MESSAGE_LENGTH); in Metric()