commit | 4e5fef6d28e89ec2635f92ea344d3947a7bd4422 | [log] [tgz] |
---|---|---|
author | Shuzhen Wang <shuzhenw@codeaurora.org> | Thu Sep 12 12:16:33 2013 -0700 |
committer | Iliyan Malchev <malchev@google.com> | Fri Sep 13 19:56:54 2013 -0700 |
tree | 1b6da28469c5664d7d3d7f2d7994cb55ec803eaa | |
parent | 3e500ec5abf1463c32e0a783bb63802954005dd8 [diff] |
Camera3: Check metadata channel before stopping it - There is a sequence where we could open camera, initialize it and then close it. In this case the metadata channel will not get initialized. The destructor will try to stop it without checking whether it got intitilized first. BUG: 10689446 Change-Id: I8369d04ec5275ce84603dc8a75ac6764f8407415 Signed-off-by: Iliyan Malchev <malchev@google.com>