isTraceEnabled() method

Gets whether the e2e tracing has been requested to be started.

This function returns true between calls to hwc.e2eTrace#startTrace and hwc.e2eTrace#stopTrace.

Syntax

<static> isTraceEnabled() → {boolean}

Returns

True if trace is enabled, false otherwise.

Type:

boolean

Source

hwc-api.js, line 3491.