commit | 2501c2728bd2415329957ad4b42c70a871831b08 | [log] [tgz] |
---|---|---|
author | Soonil Nagarkar <sooniln@google.com> | Thu Feb 18 16:35:30 2021 -0800 |
committer | Soonil Nagarkar <sooniln@google.com> | Thu Feb 18 16:40:06 2021 -0800 |
tree | bb0550a4dacafafdc5597488dd752979a083a2e3 | |
parent | 0aa410feb934e7dd0af298d05071a88230461cb8 [diff] |
Proposal: Reduce the number of IPCs in PendingIntent Several PendingIntent methods are named such that there is very little hint they involve any IPC, leading devs to overuse them, and thus adds substantial strain on the system. Caching some of the most used method results could remove 1000s of unnecessary IPCs. Bug: 180518680 Test: manual sanity check Change-Id: I7658251113ebb1e51280a4b8f3b49159d4f764f0