Skip to content

Calling PlatformDispatcher.instance.onReportTimings = in a background isolate causes crash. #114138

@dnfield

Description

@dnfield

e.g.

await compute((_) async {
  PlatformDispatcher.instance.onReporttimings = (_) {};
}, null, debugLabel: 'crasher');

We don't need to support this, but we shouldn't crash.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Important issues not at the top of the work listc: crashStack traces logged to the consoleengineflutter/engine related. See also e: labels.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions