Home
last modified time | relevance | path

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

/external/perfetto/ui/src/common/
Dactions.ts575 state.lastRecordingError = undefined;
622 state.lastRecordingError = args.error;
628 state.lastRecordingError = undefined;
Dstate.ts300 lastRecordingError?: string; property
/external/perfetto/ui/src/frontend/
Drecord_page.ts1026 const lastRecordingError = globals.state.lastRecordingError; constant
1027 if (!lastRecordingError) return [];
1028 return m('label.error-label', `Error: ${lastRecordingError}`);