getLogEntries() method

Call this function to get an array of hwc.LogEntry objects.

There will be one hwc.LogEntry object for each line in the HWC log.

Syntax

<static> getLogEntries() → {hwc.LogEntry[]}

Returns

An array of hwc.LogEntry objects.

Type:

hwc.LogEntry[]

Example

var log = hwc.getLogEntries();

Source

hwc-api.js, line 1047.