Skip to content

First frame timeline event not reported on the simplest app #3579

Description

@yjbanov

First frame timeline event is not recorded on an app like this:

import 'package:flutter/widgets.dart';

void main() {
  runApp(new Text('Hello'));
}

It works when MaterialApp is used.

/cc @Hixie

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: performanceRelates to speed or footprint issues (see "perf:" labels)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions