- Jun 04, 2024
-
-
Ang Li authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3112401 Change-Id: I6c143ea797761f0cc0b1f3121efa45167484e251 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Ang Li authored
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3113199 Change-Id: I8f9ec1d56210d04c5e5568f5a872decbd7baecda Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Sanal Buvaev authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3112276 Change-Id: If717587420c1f10503e5f75394a7c8f53b513fbc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Sanal Buvaev authored
-
Alan Viverette authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3113720 Change-Id: Ifd503b3e35f6d745cc1caea13714922798a02699 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Alan Viverette authored
-
Sanal Buvaev authored
This reverts commit c996b909. Reason for revert: Fixed CTS tests Change-Id: I4ebb7d1a05eec41e8c5f603c42972c2e16d60b3d
-
Ang Li authored
The remote color resources (under `remote_color_resources_res`) were authored and checked in three years ago by pbdr@, and these resource files are well isolated from other frameworks resources. It will make sense to add Pierre as an owner. Bug: 344870230 Test: Not required. Add owner only. Change-Id: I338a40fe7118dd04f168e83e85bf03912da45842
-
Alan Viverette authored
No longer an appropriate reviewer for platform code. Change-Id: I051251f7baee476dd95c4a85b1a6e2e51e9a00fd
-
Jeff DeCew authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3109837 Change-Id: I11a3044a8adafc3ec4950b0e6e06b28ee1ec5f12 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Jeff DeCew authored
-
Siim Sammul authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3107962 Change-Id: I5468a00e3bb1062ce84ddd7469fc5bc3f1449f0a Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Siim Sammul authored
-
Mitch Phillips authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3105763 Change-Id: I3c1cc551b6356218d92e3d26a3700bc52399238c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Siim Sammul authored
Processing the large proto tombstones can cause OOM and there is no point adding tombstones larger than dropbox max capacity as they will not get uploaded. Bug: 343135528 Change-Id: Ib308e48dcfc3282ae7ab0e9fa0827cc8fae97078
-
Mitch Phillips authored
-
Parth Sane authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3099917 Change-Id: If4a58a49a9e83ee38b46d2c0e185944f7ada89eb Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Parth Sane authored
-
Yi Kong authored
We have enough logging now, they have become excessive. Change-Id: Ia26dbbf7d771554e29087527bea97d6e6d5887bb Test: presubmit
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3033592 Change-Id: I7e893947535f9321d443630ad139450559cd9d8a Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
Treehugger Robot authored
Merge "AccessibilityWindowsPopulator:fix CWE problem by add mLock in dump method." into main am: ef549343 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3109838 Change-Id: I58c24b9d03135d5d981eb6936a11afa3a1d19169 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
-
- Jun 03, 2024
-
-
Ioannis Ilkos authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3111779 Change-Id: Ie52fe99acc7800f148eee861f8b699b5990bff34 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Ioannis Ilkos authored
-
Mark Fasheh authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3112599 Change-Id: I56f4508ca21bdd015faac8f563713c8e0e82056f Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Mark Fasheh authored
-
Ioannis Ilkos authored
TracingServiceProxy depends on external system services to forward its requests to. There is an edge case where reportTrace was called before the encrypted storage was unlocked and before external services can be bound (e.g. occurs when reportTrace is concurrent to system_server starting up). This change defers the registration of the service until we are ready to accept requests. As a side-effect this also means that the device needs to be unlocked before the service is published. Bug: 333846370 Test: atest PerfettoReporterTest Test: boot device without lock and invoke perfetto reporting (verify the report is accepted immediately) Test: boot device with lock and invoke perfetto reporting (verify the report is accepted after unlocking) Test: invoke perfetto reporting concurrent to kill -9 `pidof system_server` Change-Id: Ibb75c3e314d30b18cdc32e3774be1ee8022960b1
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3110298 Change-Id: I8b1f96118ab7bfcaf13611d7b84731c7cb5b2b54 Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Mark Fasheh authored
We've been profiling and making improvements to MessageQueue for some time now and also have OWNERS for MessageQueueTest.java. Would like to be able to review future changes to the core MessageQueue class. I also added Message.java for good measure. Test: presubmit Change-Id: I961a2468c7b9a451d3b33d78a67f17cccf22cd60
-
Treehugger Robot authored
-
Treehugger Robot authored
Merge "Increase the dropbox disk quota to 20Mb for user debug builds as we add more debug to dropbox for user debug. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ea261f6a2a9d1034abfaf2ebdaae72c9869c8c90) Merged-In: Ib758fa6fa47cfd26e895bf8d7b9d5bde98c99461 Change-Id: Ib758fa6fa47cfd26e895bf8d7b9d5bde98c99461" into main am: 06cb3424 Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3110910 Change-Id: Icc2ea678c6c894ed09c2648270dea8169a1361dc Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-
Treehugger Robot authored
Merge "Increase the dropbox disk quota to 20Mb for user debug builds as we add more debug to dropbox for user debug. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ea261f6a2a9d1034abfaf2ebdaae72c9869c8c90) Merged-In: Ib758fa6fa47cfd26e895bf8d7b9d5bde98c99461 Change-Id: Ib758fa6fa47cfd26e895bf8d7b9d5bde98c99461" into main
-
Jared Duke authored
While this offers minimal savings, there's no real reason to opt out of optimization (the default for app targets). Test: m + check APK diff Bug: 203241149 Change-Id: Ib1bba31a95afa87f37aedb0251796bdb31ab65c0
-
Parth Sane authored
Bug: 333854840 Test: atest android.os.BinderTest Change-Id: Iaf1fd1e5daea7103a873bc8f8aa0b78377e57714
-
Olivier Gaillard authored
Increase the dropbox disk quota to 20Mb for user debug builds as we add more debug to dropbox for user debug. (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:ea261f6a2a9d1034abfaf2ebdaae72c9869c8c90) Merged-In: Ib758fa6fa47cfd26e895bf8d7b9d5bde98c99461 Change-Id: Ib758fa6fa47cfd26e895bf8d7b9d5bde98c99461
-
Mitch Phillips authored
There's some bad behaviour going on that's exclusive to WatchOS (discovered on the Pixel Watch 2). The TombstoneWatcher class is responsible for watching the /data/tombstones/ directory. It is a member of the NativeTombstoneManager class, which is created when ActivityManager starts, and lives until the device is powered off. Unfortunately, some bad behaviour (unclear exactly what at this stage) means that the TombstoneWatcher class is spuriously garbage collected, even though the parent NativeTombstoneMenager class is still alive and reachable. I chatted with hboehm@ from the ART team, and his hypothesis is that because the TombstoneWatcher member is initialized in the constructor and never used again, some optimiser is doing the wrong thing and thinking that it's unused and can be GC'd. The TombstoneWatcher uses inotify in native code to execute a callback when a file is added to a directory, so it's clearly in use, but unfortunately the bug allows this class to be GC'd anyway. What this means, in practice, is that app native crashes on WatchOS are not being handled correctly. This includes: - Apps cannot get their own crashes through the ApplicationExitInfo::getHistoricalProcessExitReasons API. - Crash reports are never sent to Google, with the exception of tombstones that last until the next reboot, where they're one-time scooped up and sent to Google. This has substantially increased latency (requires a reboot) and also probably drops quite a number of reports because there's a limit of tombstones on the device, and a rate limit of how many are sent by GMS. Bug: 339371242 Test: atest CtsGwpAsanTestCases on eos (Pixel Watch 2, WatchOS) Change-Id: I9226e4368b03bd4742fccdafde6018f145da63e6
-
Treehugger Robot authored
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3111199 Change-Id: I25bfdf5a7ab08af51996469d0af85c2589620d0c Signed-off-by:
Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-