Searched refs:MAX_TRACE_NAME_LEN (Results 1 – 1 of 1) sorted by relevance
11 private const val MAX_TRACE_NAME_LEN = 127 constant34 if (length > MAX_TRACE_NAME_LEN) { in shortenedIfNeeded()35 Log.w(TAG, "Section name too long: \"$this\" (len=$length, max=$MAX_TRACE_NAME_LEN)") in shortenedIfNeeded()36 substring(0, MAX_TRACE_NAME_LEN) in shortenedIfNeeded()