diff options
author | Winson Chung <winsonc@google.com> | 2017-06-07 16:53:03 -0700 |
---|---|---|
committer | Winson Chung <winsonc@google.com> | 2017-06-07 16:53:03 -0700 |
commit | b69258b23d3c422e25557813f86cb21c302244c4 (patch) | |
tree | 257e2f469d500f805cd3b9982a5260159b6212cc /libs/hwui/ProgramCache.cpp | |
parent | 69a9c170b39cf26293a5b6d80e9aeed47b17b385 (diff) |
Fix crash when deleting task
- There are several code paths from the loaders (which run on a background
thread) which post the call to notify an update on the task which was
loaded. Not all of these are cleared when a task is unbound, and can
result in a notifyTaskDataLoaded() after the task is unbound. For now,
just ensure that the TaskView is bound to the Task before updating.
Bug: 62194807
Test: Have not been able to repro, just ensure that recents thumbnails still
load
Change-Id: Id9301025275f4b14a2832f7f6c1ebd5a1ce124ea
Diffstat (limited to 'libs/hwui/ProgramCache.cpp')
0 files changed, 0 insertions, 0 deletions