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

Skip to content
Commit b96f7c2a authored by jdragon.lee's avatar jdragon.lee Committed by Steve Kondik
Browse files

Remove unnecessary sleep in ActivityThread.

This attachApplication function is working when ActivityThread is created and it takes 30~40 milliseconds in G3.
At that time, ActivityThread goes to sleep even it is not necessary.
Parallel processing can be helpful in this case.
After merging this code, there is no sleep time during attachApplication function and
starting application time is reduced.

sleep time 30ms -> 0ms in G3.

Change-Id: Ia4babb97d15234ac430d148cfdcadfbc7689bb74
parent 1787ad70
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