commonTail

private fun commonTail(trace: Array<StackTraceElement>, enclosing: Array<StackTraceElement>): Int

Trailing frames trace shares with enclosing — the tail a cause inherits from the throwable it is attached to, which printStackTrace renders as ... N more instead of repeating it at every level.