Home
last modified time | relevance | path

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

/cts/common/util/src/com/android/compatibility/common/util/
DReportLog.java56 private static final int MAX_MESSAGE_LENGTH = 200; field in ReportLog.Metric
88 if (messageLength > MAX_MESSAGE_LENGTH) { in Metric()
90 mMessage = message.substring(0, MAX_MESSAGE_LENGTH); in Metric()