When a user changes an apps aspect ratio, log both the new aspect ratio they select and the previous aspect ratio they are changing from. Fix: 308395282 Bug: 298030311 Test: atest SettingsRoboTests:UserAspectRatioDetailsTest Change-Id: I0ba8f84e1dae94eba0de0301b281506c4eb82f32
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.