getTopFailedReasons

fun getTopFailedReasons(maxReasons: Int = DEFAULT_REASONS_LIMIT, minReasonPercentage: Int = DEFAULT_PERCENTAGE_THRESHOLD): List<UserAction>

Builds an ordered list of UserAction from most frequent to least frequent.

Parameters

maxReasons

The max number of reasons to return as top failure reasons.

Default: DEFAULT_REASONS_LIMIT

minReasonPercentage

What percentage of the overall frames a UserAction should appear to be considered relevant.

Default: DEFAULT_PERCENTAGE_THRESHOLD