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.

[/reference/refbody/section/sectiondiv {""})

Type:

hwc.LogEntry[]

(sectiondiv]

Example

var log = hwc.getLogEntries();

Source

hwc-api.js, line 1048.