Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
AssertionError(String, Throwable)
instead of supplying the caus…
…e later. I could have done this as part of cl/609415936 and cl/604677493, but I'd missed that `AssertionError(String, Throwable)` was [added in API Level 19](https://developer.android.com/reference/java/lang/AssertionError#AssertionError(java.lang.String,%20java.lang.Throwable)). (The code in `Platform` in cl/609415936 still needs to use `initCause` because it uses `ComparisonFailure`, which does not expose a `Throwable`-accepting constructor.) RELNOTES=n/a PiperOrigin-RevId: 638335715
- Loading branch information