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.java37 public static final String ERROR_LOG_PREFIX = "****/ data binding error ****"; field in ScopedException
83 sb.append(ERROR_LOG_PREFIX) in createEncodedMessage()
146 int index = output.indexOf(ERROR_LOG_PREFIX); in extractErrors()
149 int end = output.indexOf(ERROR_LOG_SUFFIX, index + ERROR_LOG_PREFIX.length()); in extractErrors()
151 errors.add(createFromOutput(output.substring(index + ERROR_LOG_PREFIX.length()))); in extractErrors()
154 errors.add(createFromOutput(output.substring(index + ERROR_LOG_PREFIX.length(), in extractErrors()
156 index = output.indexOf(ERROR_LOG_PREFIX, end + ERROR_LOG_SUFFIX.length()); in extractErrors()