- Add some precautious logging in RoundedHomepageIcon in case b/79841665 comes back. - Hide memory setting from app info page. Change-Id: I37d090504ab25854e1278aa3a6d3e85781f394b1 Fixes: 79841665 Fixes: 80140797 Test: visual
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.