| commit | 624070c95db4ca427a053a5430fac857c51d04f8 | [log] [tgz] |
|---|---|---|
| author | Kai Li <klikli@google.com> | Wed Feb 15 15:25:41 2023 +0800 |
| committer | Kai Li <klikli@google.com> | Wed Feb 22 11:52:42 2023 +0800 |
| tree | 65b48d1489984e4d7cdd400e660e9add7eb4fffa | |
| parent | 1c5a1c4352dcfb4f5ef93385f6db79857a45029f [diff] |
Do not flush when sending view tree appearing event. This can mitigate the IPC spam by half, since the view tree appearing event always comes with a view tree appeared event, and we just need to flush at the view tree appeared time. BYPASS_INCLUSIVE_LANGUAGE_REASON=existing API Bug: 269435271 Change-Id: I0ba3f7df7d6b511d155ac9509826d39633b668f6 Test: some unit tests & I've manually tested it locally.