commit | 831a62cebb8e2a473b9ca5283d6c56b827711757 | [log] [tgz] |
---|---|---|
author | Vaibhav Devmurari <vdevmurari@google.com> | Mon Dec 02 12:40:56 2024 +0000 |
committer | Vaibhav Devmurari <vdevmurari@google.com> | Tue Dec 03 15:51:34 2024 +0000 |
tree | 7f8de86020ef7418be5222bfb22922912661d911 | |
parent | 18f0d02bf27f9c8fc9ea9d2857db7b8da9c907ef [diff] |
Fix: Boot time regression on systemRunning After lifecycle refactoring for IMS, systemRunning is under ActivityManager ready phase. Need to move complex operations, out of the boot phase. Alternatively can selectively fix all the operations in IMS.systemRunning() so that they don't take any significant time. As a stop gap shifting all of system running to handler thread. Bug: 380801853 Test: manual on ABTD Flag: EXEMPT bugfix Change-Id: I915ab231af980cd5dee72e030dd819659ab99b74