clearLinesIfTheyMatch

public boolean clearLinesIfTheyMatch(@Nullable() StartupStacktrace other)

Remove the lines from this stacktrace if the other stacktrace has the same lines. This will reduce the size of the session payload when multiple stacktraces are sent.

Return

boolean if the lines were cleared

Parameters

other

stacktrace being compared to