Searched refs:MAX_SOURCE_LENGTH (Results 1 – 1 of 1) sorted by relevance
55 private static final int MAX_SOURCE_LENGTH = 200; field in ReportLog.Metric81 if (sourceLength > MAX_SOURCE_LENGTH) { in Metric()83 mSource = source.substring(sourceLength - MAX_SOURCE_LENGTH); in Metric()