Home
last modified time | relevance | path

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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/processing/
DScopedException.java33 public static final String ERROR_LOG_PREFIX = "****/ data binding error ****"; field in ScopedException
78 sb.append(ERROR_LOG_PREFIX) in createEncodedMessage()
141 int index = output.indexOf(ERROR_LOG_PREFIX); in extractErrors()
144 int end = output.indexOf(ERROR_LOG_SUFFIX, index + ERROR_LOG_PREFIX.length()); in extractErrors()
146 errors.add(createFromOutput(output.substring(index + ERROR_LOG_PREFIX.length()))); in extractErrors()
149 errors.add(createFromOutput(output.substring(index + ERROR_LOG_PREFIX.length(), in extractErrors()
151 index = output.indexOf(ERROR_LOG_PREFIX, end + ERROR_LOG_SUFFIX.length()); in extractErrors()