TimelineFeature

final public class TimelineFeature : ConditionalFeature

The Timeline Feature gathers information about the actions the app performs. You can use this to reproduce the steps the user took to arrive at a certain point or crash.

Entries are stored in a LIFO queue restricted to a maximum number of entries to prevent using every-growing amounts of memory.

See

Timeline.snapshot() for access to the data gathers.