Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DReportLog.java87 int messageLength = message.length(); in Metric() local
88 if (messageLength > MAX_MESSAGE_LENGTH) { in Metric()