CompatibilityChangeInfo constructor has a new parameter. The logging only is not currently reflected in the dashboard - it will be grayed out as it's not overridable. In a followup we can group those changes together in the UI. Test: atest com.android.settings.development.compat.PlatformCompatDashboardTest bug: 148009004 Change-Id: I833669f7f2a5128bdeda7451b8ff6e0bb753c500
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.