commit | e0e201d725ab1f32e1f049bf6d91825f51c38141 | [log] [tgz] |
---|---|---|
author | Hui Ling Shi <huilingshi@google.com> | Wed Jun 22 04:47:19 2022 +0000 |
committer | Hui Ling Shi <huilingshi@google.com> | Fri Jul 01 07:47:53 2022 +0000 |
tree | cfc28f54f0992e7988813127368d029d90537cdb | |
parent | 6fbc98df129acbe2b9926186bab53bce017112dc [diff] |
[6] Fix infinite loop for IME processing Previously, some Winscope traces and ADB captures will go into an infinite loop after IME processing was introduced. The issue was a loop in filtering the SF Layer node that did not account for multi-windowing mode or cases where the expected parent could not be found. This commit fixes this issue. Bug: 236679852 Test: manual with previously failing traces Change-Id: I8d3fe42802efa195926b5be0d4242a0bb0696988