Home
last modified time | relevance | path

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

/development/tools/winscope/src/traces/
DTraceError.ts25 const errorTraceFile = files[FILE_TYPES.ERROR_TRACE];
/development/tools/winscope/src/
Ddecode.js109 ERROR_TRACE: 'ErrorTrace', property
142 [FILE_TYPES.ERROR_TRACE]: TRACE_ERROR_ICON,
250 files: [oneOf(FILE_TYPES.ERROR_TRACE)],
295 [TRACE_TYPES.ERROR_TRACE]: TRACE_ERROR_ICON,
475 [FILE_TYPES.ERROR_TRACE]: {
479 type: FILE_TYPES.ERROR_TRACE,
665 return decodedFile(FILE_TYPES.ERROR_TRACE, buffer, fileName, store);
/development/tools/winscope/spec/
DTagErrorSpec.js61 …const data = decodeAndTransformProto(buffer, FILE_DECODERS[FILE_TYPES.ERROR_TRACE].decoderParams, …