commit | 719f58b23f90f9316546679dba790ca49effe2cb | [log] [tgz] |
---|---|---|
author | Sunny Goyal <sunnygoyal@google.com> | Thu Oct 11 13:56:08 2018 -0700 |
committer | Sunny Goyal <sunnygoyal@google.com> | Thu Oct 11 13:59:20 2018 -0700 |
tree | 84720fa719c0dc2751c33a30c672a3880e6ab633 | |
parent | 4548a7d48d431aa960bf81494351662a4146ceac [diff] |
Fixing dead lock in loading icon for recents > getBitmapInfo() is called on background thead which blocks on the main thread to get InvariantDeviceProfile > getDefaultIcon() can be called on the main thread, which would get blocked on a previous call of getBitmapInfo() Bug: 117588621 Change-Id: I6549398c7e0a49284fe59950965495074ab8cdd0