Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java32 private String flattenedErrorWithNewlines; field in ExecutionResult
85 if (flattenedErrorWithNewlines == null) { in getFlattenedErrorWithNewlines()
90 flattenedErrorWithNewlines = builder.toString(); in getFlattenedErrorWithNewlines()
92 return flattenedErrorWithNewlines; in getFlattenedErrorWithNewlines()