- Nov 13, 2020
-
-
Ryan Mitchell authored
Revert "Move map_ptr to incfs namspace" Revert submission 12787270 Reason for revert: b/173250495 Reverted Changes: I5cd1bc8a2:libandroidfw hardening for IncFs Ice5dbcfb2:Move map_ptr to incfs namspace I29ccdc8ed:Do not cache bag parent stack until requested I1e9e9acaa:Cache resolved theme values Change-Id: Ib90ef68339710086df41e9abe0833a542d03a74f
-
Ryan Mitchell authored
Revert "Move map_ptr to incfs namspace" Revert submission 12787270 Reason for revert: b/173250495 Reverted Changes: I5cd1bc8a2:libandroidfw hardening for IncFs Ice5dbcfb2:Move map_ptr to incfs namspace I29ccdc8ed:Do not cache bag parent stack until requested I1e9e9acaa:Cache resolved theme values Change-Id: Ibec051c79dfd28783a57b9ae82ebd8cdbed82fce
-
Ryan Mitchell authored
Revert "Move map_ptr to incfs namspace" Revert submission 12787270 Reason for revert: b/173250495 Reverted Changes: I5cd1bc8a2:libandroidfw hardening for IncFs Ice5dbcfb2:Move map_ptr to incfs namspace I29ccdc8ed:Do not cache bag parent stack until requested I1e9e9acaa:Cache resolved theme values Change-Id: Ib06f254ca4ac6fdec1f9cf75e6fdab35c7d4fb32
-
- Nov 12, 2020
-
-
Ryan Mitchell authored
Bag parent stacks are used when inspecting/debugging layouts. Since they are not needed at runtime when running applications normally, do not cache bag the parent stack when calling AssetManager::GetBag. Bug: none Test: libandroidfw_tests Change-Id: I29ccdc8ed30d4f2d11ee51ef58f6e459ca6c1f6a
-
Ryan Mitchell authored
When calling Resources#obtainStyledAttributes, if a value for an attribute is supplied from the theme, and the value in the theme is a reference to a resource, the reference will be resolved using AssetManager2::ResolveReference each time the value from the theme is selected. This causes Resources#obtainStyledAttributes to do repeated work every time the same attribute is supplied from the theme in multiple invocations. Caching the result of ResolveReference reduces the cost of this repeated work and reduces the amount of time needed to inflate views. Before: com.android.resources.perf (3 Tests) [1/3] com.android.resources.perf.PerfTest#youtube: PASSED (11.748s) youtube_ns_median: 95490747 youtube_ns_standardDeviation: 7282249 youtube_ns_mean: 98442515 [2/3] com.android.resources.perf.PerfTest#maps: PASSED (10.862s) maps_ns_standardDeviation: 4484213 maps_ns_mean: 87912988 maps_ns_median: 86325549 [3/3] com.android.resources.perf.PerfTest#gmail: PASSED (24.034s) gmail_ns_median: 282175838 gmail_ns_standardDeviation: 6560876 gmail_ns_mean: 282869146 After: com.android.resources.perf (3 Tests) [1/3] com.android.resources.perf.PerfTest#youtube: PASSED (11.245s) youtube_ns_median: 92292347 youtube_ns_standardDeviation: 5899906 youtube_ns_mean: 93045239 [2/3] com.android.resources.perf.PerfTest#maps: PASSED (10.583s) maps_ns_standardDeviation: 7567929 maps_ns_mean: 81895979 maps_ns_median: 78647883 [3/3] com.android.resources.perf.PerfTest#gmail: PASSED (21.439s) gmail_ns_median: 229185043 gmail_ns_standardDeviation: 8770133 gmail_ns_mean: 232561234 These tests were done on a Pixel 3 and with cpu settings configured by libs/hwui/tests/scripts/prep_generic.sh: Locked CPUs 4,5,6,7 to 1459200 / 2803200 KHz Disabled CPUs 0,1,2,3 Bug: 170232288 Test: atest ResourcesPerfWorkloads Change-Id: I1e9e9acaa40fa60475a0e55230e11243f5b69b39
-
Ryan Mitchell authored
Migrate libandroifw to using incfs::util::map_ptr to prevent processes from crashing when parsing the resources.arsc, parsing compiled xml, files, and retrieving resource values. This change propagates incremental failures to the JNI level where they are raised as ResourcesNotFoundException. Performance of ResourcesPerfWorkloads without change (time in nanoseconds): [1/3] com.android.resources.perf.PerfTest#youtube: PASSED (11.883s) youtube_ns_median: 93812805 youtube_ns_standardDeviation: 4387062 youtube_ns_mean: 94455597 [2/3] com.android.resources.perf.PerfTest#maps: PASSED (11.265s) maps_ns_standardDeviation: 2997543 maps_ns_mean: 83480371 maps_ns_median: 82210941 [3/3] com.android.resources.perf.PerfTest#gmail: PASSED (24.963s) gmail_ns_median: 266141091 gmail_ns_standardDeviation: 3492043 gmail_ns_mean: 267472765 With change and verification forcibly enabled for all apks (including the framework-res.apk): [1/3] com.android.resources.perf.PerfTest#youtube: PASSED (11.646s) youtube_ns_median: 101999396 youtube_ns_standardDeviation: 4625782 youtube_ns_mean: 102631770 [2/3] com.android.resources.perf.PerfTest#maps: PASSED (11.286s) maps_ns_standardDeviation: 2692088 maps_ns_mean: 91326538 maps_ns_median: 90519884 [3/3] com.android.resources.perf.PerfTest#gmail: PASSED (24.694s) gmail_ns_median: 290284442 gmail_ns_standardDeviation: 5764632 gmail_ns_mean: 291660464 With change and verification disabled: [1/3] com.android.resources.perf.PerfTest#youtube: PASSED (11.748s) youtube_ns_median: 95490747 youtube_ns_standardDeviation: 7282249 youtube_ns_mean: 98442515 [2/3] com.android.resources.perf.PerfTest#maps: PASSED (10.862s) maps_ns_standardDeviation: 4484213 maps_ns_mean: 87912988 maps_ns_median: 86325549 [3/3] com.android.resources.perf.PerfTest#gmail: PASSED (24.034s) gmail_ns_median: 282175838 gmail_ns_standardDeviation: 6560876 gmail_ns_mean: 282869146 These tests were done on a Pixel 3 and with cpu settings configured by libs/hwui/tests/scripts/prep_generic.sh: Locked CPUs 4,5,6,7 to 1459200 / 2803200 KHz Disabled CPUs 0,1,2,3 Bug: 160635104 Bug: 169423204 Test: boot device && atest ResourcesPerfWorkloads Change-Id: I5cd1bc8a2257bffaba6ca4a1c96f4e6640106866
-
- Oct 20, 2020
-
-
TreeHugger Robot authored
-
Tobias Thierer authored
-
Anton Hansson authored
[automerger skipped] Merge "Remove @TestApi from @SystemApi symbols" into mainline-prod am: 0bace0cd -s ours am skip reason: Change-Id I772790b783b0a8730b8bf680c9e569a886b8d789 with SHA-1 586a3cf2 is in history Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12876438 Change-Id: I64743a9f2f8b9ba6afd5da61e8c5ce67bb1fd3cf
-
Anton Hansson authored
-
TreeHugger Robot authored
-
Nate Jiang authored
-
Tobias Thierer authored
No production code relies on the mutability. Code in fakeandroid's AlarmManager added in http://ag/3826144 relies on the mutability, and backup/internal/PerformInitializeTask sets a (now immutable) PendingIntent, but fakeandroid uses a different AlarmManager instance that the real system so these should be unrelated (I think - reviewer, please double-check my thinking). Fixes: 170163281 Test: Treehugger Change-Id: I3dd45cc270c2fd8ab9d4b3402edc6cc5d765fd5a
-
TreeHugger Robot authored
-
Peter Kalauskas authored
-
Jeff DeCew authored
Test: atest SystemUITests Change-Id: I85c9c7797a821a9aa517cf9c782f623b577a81b4
-
Anton Hansson authored
-
TreeHugger Robot authored
-
Dave Mankoff authored
* changes: 5/N Move QS Tile tracking logic into QSPanelControllerBase. 4/N Add QSPanelControllerBase 3/N Remove UserTracker from QSPanel 2/N Remove BroadcastDispatcher from QSPanel 1/N Add QSFragmentComponent
-
Santos Cordon authored
-
Issei Suzuki authored
Test: existing tests pass. Change-Id: I1ad4893c2153ffec1e268643135df8304bcca738
-
Marin Shalamanov authored
-
TreeHugger Robot authored
-
Anton Hansson authored
I ran these commands: cd frameworks/base grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@SystemApi[\s\n]+(\@\w+[\s\n]+)?\@TestApi/\@SystemApi\1/gs' grep -rl '@TestApi' --include '*.java' | xargs perl -i -p0e \ 's/\@TestApi[\s\n]+(\@\w+[\s\n]+)?\@SystemApi/\1\@SystemApi/gs' Bug: 171179806 Test: m checkapi Change-Id: I772790b783b0a8730b8bf680c9e569a886b8d789
-
TreeHugger Robot authored
-
Riddle Hsu authored
-
Terry Wang authored
This change also add namespace for getByUri and deleteByUri in AppSearchManagerService Bug: 170285774 Test: AppSearchManagerTest Change-Id: I8044fc5f22dbd03b2d73f85806659e12d75d8afa
-
TreeHugger Robot authored
-
Jeff Sharkey authored
The validation check that might throw an exception is almost a decade old at this point, and isn't likely to be hit. In addition, the recently added "AndroidFrameworkBinderIdentity" Error Prone checker ensures that clients working with these identities are well-behaved. Removing this exception code is what enables @CriticalNative. Bug: 171078335 Test: none Change-Id: Ib4cc9becf325979a97a9b0e58ac2277f3b226aaa
-
TreeHugger Robot authored
-
TreeHugger Robot authored
-
Wale Ogunwale authored
Allows for managing specific task regardless of windowing mode. Converted TaskView which to use the new API. Bug: 170153209 Test: All tests pass and bubbles works! Change-Id: Ic5281bc9dd9124841834c88f2b85545107567417
-
Adam Bookatz authored
-
TreeHugger Robot authored
-
Songchun Fan authored
This changes allow Incremental Service to directly report health status to package manager service. A health listener is created during package installation session to monitor incremental storage health. After commit, a new listener is created and will overwrite the old one. The new listener will listen to incremental storage health and report the status to package manager service, which will then send the status to IncrementalStates, where the startability state and unstartable reason might change, based on the health status code. During reboot, for each incremental package, if it is not fully loaded, the package manager service will register a health status listener to continue monitor the health status of this package. Test: unit test Test: manual BUG: 170435166 Change-Id: I220f230c523cfaf2c96019f9478554665e6af486
-
Songchun Fan authored
-
Amy Zhang authored
-
TreeHugger Robot authored
-
Beverly authored
Also updates "new lockscreen" smart space layout. Currently TimeBasedColorsClockController will change the TextClock's colors based on hardcoded times. To toggle on the new lockscreen: adb shell settings put global show_new_lockscreen 1 Test: atest KeyguardSliceViewTest Test: manual Bug: 170228350 Change-Id: Ib72b45aad34fe4483538a9094154d6c473910612
-
TreeHugger Robot authored
-