Before this CL, we will drop log for excessive bg anomaly that target O or higher. This CL doesn't drop it however merge it to ACTION_ANOMALY_IGNORED Bug: 79944380 Test: RunSettingsRoboTests Change-Id: I46d0bdb1191d8843ba373e59afb1b0ba16057661
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.