- Oct 13, 2023
-
-
Achim Thesmann authored
Merge "Update OWNERS for BAL logic Change-Id: I04fe3ac8f7d49d3b59395269d000817d59452d22 Test: presubmit (owners change only) Bug: 305115571" into main am: ca63bf60 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786097 Change-Id: Iba88152a8062679642ea4ed962cf3acc09bfea81 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Achim Thesmann authored
Merge "Update OWNERS for BAL logic Change-Id: I04fe3ac8f7d49d3b59395269d000817d59452d22 Test: presubmit (owners change only) Bug: 305115571" into main
-
John Stiles authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2783534 Change-Id: I7a975e917be21494006bc7a9de71ee46d520902c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
John Stiles authored
-
Peiyong Lin authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786747 Change-Id: Ic9fa91dbf4d22c0310ce482dbb0f8bd718ad858f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Peiyong Lin authored
-
Jiakai Zhang authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786343 Change-Id: Ifa1847506ffcbe523f8901c1e7af565b8ac7e2ae Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jiakai Zhang authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786681 Change-Id: Icb64a67b8703d167494dd5090d30b5c3dcb9f638 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Shunkai Yao authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2787114 Change-Id: I115813124ae619dd407027a17c40977a4531cd87 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Olivier Gaillard authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2758848 Change-Id: Ic2cd6a01fdeda66585a08bc674c3b76e4b194198 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Robin Lee authored
Merge "Global scale must always be updated when size compat scale is changed" into main am: 7b5463ab Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2750502 Change-Id: I70e5ed915547d8c99defc85214091cabea388b67 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jiakai Zhang authored
* changes: Revert^2 "Propagate external profile errors for `adb insta..." Revert^2 "Fail adb install on external profile errors."
-
Shunkai Yao authored
-
Olivier Gaillard authored
-
Robin Lee authored
-
John Stiles authored
We were shadowing the `turbulence` function with a variable of the same name. This isn't illegal, but it is not a good idea to do this. Renamed the variable to `turb`. Change-Id: Ic2046d2ffe507f03e53a947a884114dd660b143e
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2780904 Change-Id: I97f9dba6b3f8af159177f64361b9151d80943540 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Achim Thesmann authored
Change-Id: I04fe3ac8f7d49d3b59395269d000817d59452d22 Test: presubmit (owners change only) Bug: 305115571
-
Peiyong Lin authored
Previously after the application is launched, the GraphicsEnvironment will call into setup ANGLE again to check whether the in use toast message dialog should be shown. However, this step is unnecessary and creates some overhead. This patch eliminates the call into ANGLE setup and only check whether ANGLE is used. Bug: b/283858001 Test: check toast message when opt-in and opt-out Change-Id: I91f59c17100ac43ee8eea4f3fa8c86602c26a416 Merged-In: I91f59c17100ac43ee8eea4f3fa8c86602c26a416
-
- Oct 12, 2023
-
-
Shunkai Yao authored
Remove the outdated max output channel positions comment Bug: 282915771 Test: m docs Change-Id: Ic5a9cd2288d14ac75bad962a761dff2a3b07b273
-
David Duarte authored
A function is registered with atexit when compiling with clang coverage. https://cs.android.com/android/platform/superproject/+/main:external/compiler-rt/lib/profile/InstrProfilingFile.c;l=508;drc=c58a43648cd6121c51a2e795a28e2ef90d7813e6 This function dumps coverage when the process exits. However when calling System.exit from java this leads to a call to _exit(2) which doesn't run exit hooks. Instead when compiled with coverage call exit(3) to run the exit hooks. This behavior is the same as what the default "exit" option of ART is doing. https://cs.android.com/android/platform/superproject/+/master:art/libartbase/base/fast_exit.h;l=44;drc=bdf1737bd17132525bcfdc778663123b61e97fa3 Another way to fix this might be to call __llvm_profile_write_file before _exit(2). Test: run avatar and see if coverage increase Bug: 304849228 Change-Id: Iec40612526f34472320be5ba5980cd1eea361ebc
-
Victor Hsieh authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2775869 Change-Id: I8998f5b3e68157605ca053e55093ee90f6c450c9 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Kweku Adams authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786380 Change-Id: I94fff068332a141de2e01849e9e0f05dc8bf5d3d Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Victor Hsieh authored
-
Kweku Adams authored
-
Kweku Adams authored
If the persisted files have somehow accumulated duplicate versions of the same job (identified by uid-namespace-jobId), then drop the duplicates and only keep one. Bug: 289062813 Bug: 296890885 Test: atest JobStoreTest Change-Id: I3179261309031801f0506cf905206376e59af1fe (cherry picked from commit c8fbd937) Merged-In: I3179261309031801f0506cf905206376e59af1fe
-
Jiakai Zhang authored
Revert submission 24993368-revert-24773688-dm-profile-validation-SONEGLGSYT Reason for revert: Relanding the changes with flags Reverted changes: /q/submissionid:24993368-revert-24773688-dm-profile-validation-SONEGLGSYT Bug: 278080573 Change-Id: I3e2a0f897bc9c2d9d1b7e52d9479c852ca4f5fe7 Merged-In: I3e2a0f897bc9c2d9d1b7e52d9479c852ca4f5fe7 (cherry picked from commit bd37d28b)
-
Jiakai Zhang authored
Revert submission 24993368-revert-24773688-dm-profile-validation-SONEGLGSYT Reason for revert: Relanding the changes with flags Reverted changes: /q/submissionid:24993368-revert-24773688-dm-profile-validation-SONEGLGSYT Bug: 278080573 Change-Id: Ia60b7572ea9c9bafe39c63ec1ed5fe432781e04f Merged-In: I51f45cfa216b15f6c355bfba6ddc4ca620cdf0ae (cherry picked from commit e424064f with modifications)
-
Kweku Adams authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786741 Change-Id: I1d7c00685cede232ef880d9f2112ba1da3f35bd6 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Kweku Adams authored
-
Kweku Adams authored
The system may be busy when trying to bind to the app, so don't penalize it for slow binding. Now, we'll retain the job that was slow to bind and stop triggering an ANR. Bug: 292090044 Bug: 303533836 Test: atest CtsJobSchedulerTestCases:JobSchedulingTest Change-Id: Ida52d63c5e9710d9d590388d20fceb4fa8f2e0d5 (cherry picked from commit 71fdfd48) Merged-In: Ida52d63c5e9710d9d590388d20fceb4fa8f2e0d5
-
Harshit Mahajan authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786740 Change-Id: I74c3249281d72f7b0c99d1ee1251e5ae700d75f8 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Harshit Mahajan authored
-
Jihoon Kang authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2775453 Change-Id: I2e987f35dcbd190db7171a9ba6e5cace06a08607 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Anton Hansson authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2784249 Change-Id: I50c2805f1ad233ab2b922af95d73b0d6094f4275 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jihoon Kang authored
-
Anton Hansson authored
-
Harshit Mahajan authored
This reverts commit 8d9ef830. Reason for revert: This is incorrectly disabling Rollback Bug: b/287568263 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:42783c9fbec0ac2f8aede663c74e3cf91ee2646b) (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:dfb2bfeb59065b8464e70dbb103d45c70bc62e01) Merged-In: If5612bd68cd0ba7c3b9e9f68dac84be3f1482164 Change-Id: If5612bd68cd0ba7c3b9e9f68dac84be3f1482164
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2786479 Change-Id: Ie91f7e4e043d0ee23a9819edc02b7fa01d98e508 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-