Skip to content

EditorFragment is missing the profiling stop calls #5860

@mzorz

Description

@mzorz

Only these calls are found in onCreate():

        ProfilingUtils.start("Visual Editor Startup");
        ProfilingUtils.split("EditorFragment.onCreate");

Should also have these in onDestroy:

                ProfilingUtils.dump();
                ProfilingUtils.stop();
Tested on [device], Android [version]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions