Jump to top

ScreenTrace

interface

ScreenTrace allows you to record a custom screen rendering trace of slow and frozen frames. Throws on constructor if hardware acceleration is off or if Android is 9.0 or 9.1.

Methods

start

</>

Starts a new screen trace. Does nothing if already started.

start(): Promise<null>;

stop

</>

Stops and sends the screen trace.

stop(): Promise<null>;