Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Drecord_page.ts1200 const lastRecordingError = globals.state.lastRecordingError; constant
1201 if (!lastRecordingError) return [];
1202 return m('label.error-label', `Error: ${lastRecordingError}`);
/external/perfetto/ui/src/common/
Dactions.ts711 state.lastRecordingError = undefined;
817 state.lastRecordingError = args.error;
823 state.lastRecordingError = undefined;
Dstate.ts332 lastRecordingError?: string; property