Test: This crash pattern was observed from monkey test, I can't reproduce it. So, just rebuild rom. Fixes: 132819226 Change-Id: I0726524dcf8e1622d64f75c17b3600a7440b58c2
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.