Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DTracingUtils.kt11 private const val MAX_TRACE_NAME_LEN = 127 constant
34 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()