commit | dfe715582943b3fc9bab91f88257a3bba6c6deef | [log] [tgz] |
---|---|---|
author | Ruben Brunk <rubenbrunk@google.com> | Thu Dec 05 11:00:37 2013 -0800 |
committer | Ruben Brunk <rubenbrunk@google.com> | Thu Dec 05 11:00:37 2013 -0800 |
tree | 929b4dc5eff24e92441dab6ba0d5132f3a986af0 | |
parent | 84acd489b93e04bea7aab06d8abb024eef2576fd [diff] |
camera2: Fix race with stream deletion during disconnect. Bug: 11856804 - Shutdown order in Camera2Client allows a stream to be deleted before the corresponding processing thread has quit. This can result in updates being called on the processor thread without a valid stream.