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

Skip to content
Commit f58fe599 authored by Jing Ji's avatar Jing Ji
Browse files

Extend the BIND_APPLICATION_TIMEOUT

We're reporting an ANR if the app process doesn't finish
the handling of bindApplication within the BIND_APPLICATION_TIMEOUT.
But very often, due to the contended system resources, the app
process just doesn't get enough CPU time to run. So now we'll
extend the timeout by the time that this process is waiting for
run.

Also given the bindApplication includes the time the app spends
on Application#onCreate(), relax the timeout to 15s by default.

Bug: 304484667
Test: Manual
Change-Id: I442e997fa6f30445ddeb2922146e837cc24d4174
parent 7be165fb
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