commit | 6fc6fdf1f4109ca0d065517b1a2ffd46d255b946 | [log] [tgz] |
---|---|---|
author | weijiew <weijiew@codeaurora.org> | Tue Oct 11 15:58:30 2016 +0800 |
committer | weijiew <weijiew@codeaurora.org> | Thu Oct 13 14:16:55 2016 +0800 |
tree | 4f4da189cee52f8bf9a03dc72ff78da811db83a8 | |
parent | aee79a802c9606d16d562b47e6c629967a5047da [diff] |
SnapdragonCamera: Camera force close When finish once capture picture, camera need get available space of SDCard/Internal storage.It is a I/O operation and may block a few millisecond. Currently camera get available space by AsyncTask. When available space was smaller than 60M, storage will switch to sdcard and update UI which cased crash. Change-Id: Ia7790121dfc5321da4e621d1ff4e31f49cfc5a77 CRs-Fixed: 1072961