commit | 297d2cdd4469401f4038427d4471929ab701924a | [log] [tgz] |
---|---|---|
author | Vinit Nayak <peanutbutter@google.com> | Wed Jul 07 20:29:06 2021 -0700 |
committer | Vinit Nayak <peanutbutter@google.com> | Thu Jul 08 13:05:38 2021 -0700 |
tree | 2cd1beeec234f840659e0d3a8113c7ca6d745436 | |
parent | a2f5ee8f0c266f433b3b3a1426a3b3159c24bd5b [diff] |
Re-try binding to TouchInteractionService if service is killed For problem explanation, see b/190339338#comment26. When the binding dies, this attempts to retry binding to the service with a backoff duration of (1000 * 2^N)ms where N is # of attempts. Bug: 190339338 Test: Taskbar seems interactable more consistently. Manually failed the binding a couple times to see retry mechanism and verified by logging locally. Change-Id: Ia76207d0b2ef30b425ee1d7c66d7dee453bca7d8