commit | 8ab081e304b978602823b5f7fa81a673e98b4bb2 | [log] [tgz] |
---|---|---|
author | Jason Monk <jmonk@google.com> | Mon Apr 18 15:27:43 2016 -0400 |
committer | Jason Monk <jmonk@google.com> | Mon Apr 18 15:30:42 2016 -0400 |
tree | fc2d1b3cac087986f75b597337af6794820b07a9 | |
parent | 39975a60cc0953da058bbfa33c16007f763f5498 [diff] |
Potential fix for receiver leak problem The background thread is not stopping listening fast enough and is resulting in first a receiver leak message followed by a crash when trying to finally unregister the receiver. Fix this by adding a registerReceiver to SummaryLoader that will automatically unregister the receiver on the main thread to ensure it happens in time. Change-Id: I0104e929d5505eb53993f6765e4c90120df35cf6 Fixes: 28211606