Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit c0537b75 authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Defer sending config change to cached process

Though there was commit e839c2ca to defer on client side, if
CachedAppOptimizer decides to freeze the cached process, the
async binder buffer may still be filled, and may lead to
binder transaction fail right after unfreezing because the
free buffer is not enough.

So now there is no IPC for config change of cached process,
and will send the latest change to the client when the process
state is changed from cached to non-cached.

Bug: 217934273
Test: WindowProcessControllerTests#testCachedStateConfigurationChange

Change-Id: I09c2feffba2fc124c623796af69de9f6adb60a39
parent c3565a50
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment