commit | c80650936af6647d1771a48ac4715b10f19b667a | [log] [tgz] |
---|---|---|
author | Evan Rosky <erosky@google.com> | Fri Jun 24 10:40:57 2022 -0700 |
committer | Evan Rosky <erosky@google.com> | Fri Jun 24 10:40:57 2022 -0700 |
tree | 1c84d6cb53b9a28e20270f20d30180abfd38c60e | |
parent | 6ad1f71cce190b526a1444c6ba77a99f5262edc1 [diff] |
Post view-drawing so that it happens after applying start transaction These views were drawing before the transition startTransaction is applied. This can cause deadlocks if there aren't enough buffers and the view blocks the thread since applying the transaction is what frees-up the buffers. Bug: 233625646 Test: run tests and check for fewer ANRs Change-Id: I7d592fe186695cdcde040d4ec315e656e05354e5