Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java169 String errorName = jsonObject.optString(ERROR_NAME_KEY); in TestRunFailedEventInfo() local
171 if (errorName != null) { in TestRunFailedEventInfo()
176 return errorName; in TestRunFailedEventInfo()
311 String errorName = jsonObject.optString(ERROR_NAME_KEY); in InvocationFailedEventInfo() local
313 if (errorName != null) { in InvocationFailedEventInfo()
318 return errorName; in InvocationFailedEventInfo()
/tools/tradefederation/core/src/com/android/tradefed/result/proto/
DProtoResultParser.java655 String errorName = debugContext.getErrorName(); in parseDebugInfoContext() local
657 if (!Strings.isNullOrEmpty(errorName)) { in parseDebugInfoContext()
666 return errorName; in parseDebugInfoContext()