commit | b8a9825bf0f5c74333b0e4ff5ba7677ac6fd2a25 | [log] [tgz] |
---|---|---|
author | James Dong <jdong@google.com> | Sun Aug 26 16:13:03 2012 -0700 |
committer | James Dong <jdong@google.com> | Sun Aug 26 16:18:11 2012 -0700 |
tree | 4dd56785fc2185f44abff6f257197ca982e4c49b | |
parent | 96272d57caa39566842795ba1f0605a5a5f72272 [diff] |
Fixed a potential/rare race condtion in MediaPlayerService::Client::notify() method o The mClient could be disconnected before the notify message is sent out. Use a local reference could help resolve this issue. o related-to-bug: 6782035 Change-Id: Ia2047bd7f2666100fed83c6e5417a3bf2e20cd2c