- Oct 13, 2023
-
-
Victor Hsieh authored
Test: N/A Bug: 303523453 Change-Id: Ib861153b6bec91c612f55c21ee6bbf339240f15f
-
Achim Thesmann authored
Merge "Update OWNERS for BAL logic Change-Id: I04fe3ac8f7d49d3b59395269d000817d59452d22 Test: presubmit (owners change only) Bug: 305115571" into main
-
John Stiles authored
-
Peiyong Lin authored
-
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
-
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
-
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
-
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
-
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
-
Anton Hansson authored
AudioVolumeGroup is not public API, so cannot be linked from public API javadoc. Bug: 303184203 Test: m docs Change-Id: I5026446e03921f7057b97806afadcd127f37e4fd
-
Treehugger Robot authored
-
Chris Göllner authored
Change-Id: Ia42f7a7b3f3eedd4fa784997686185125014a03c
-
Treehugger Robot authored
-
- Oct 11, 2023
-
-
Jihoon Kang authored
-
Eric Biggers authored
* changes: LockSettingsService: fix names of user lifecycle methods locksettings: Don't use AIDL V1 weaver Reconnect if weaver service connection dies Replace isWeaverAvailable() with getWeaverService()
-
Anton Hansson authored
-
T.J. Mercier authored
-
Treehugger Robot authored
-
Anton Hansson authored
-
Anton Hansson authored
-
Makoto Onuki authored
-
Shaquille Johnson authored
-
Anton Hansson authored
-
Jihoon Kang authored
Currently, hiddenapi_modular defines test api surface as a subset of module lib api surface, causing hiddenapi check failure in from-text stub build. In order to mitigate this and enable the hiddenapi check in from-text stub build, this change introduces a java_api_library module that generates the stub jar that contains both test and module lib api contributions. The module will not be available for consumption, but will only be used in hiddenapi check. Test: m android_test_module_lib_stubs_current.from-text --build-from-text-stub Bug: 191644675 Change-Id: I2b6c9f75d9ebcfd75fa5b509dbef14aa0f88ac97
-