You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test framework used to test the presence of certain warnings using [LogLogcatRule](https://developer.android.com/reference/android/support/test/rule/logging/LogLogcatRule.html) when block XML does not match the block definition. That class was removed in Android 27. We need to find an alternative.
The test framework used to test the presence of certain warnings using
[LogLogcatRule](https://developer.android.com/reference/android/support/test/rule/logging/LogLogcatRule.html)when block XML does not match the block definition. That class was removed in Android 27. We need to find an alternative.