OSDN Git Service

Fix crash in AOSP Camera app when recording video
authorJose Lima <joselima@google.com>
Tue, 21 Jun 2016 22:54:02 +0000 (15:54 -0700)
committerBill Yi <byi@google.com>
Wed, 22 Jun 2016 21:47:41 +0000 (21:47 +0000)
commit1bbfb0bc6e2b663e81812edf8b6984f6a114c68b
treeb94673984d74e77cad484c05b42fade138e6c256
parent788a0ecf88bc71f8f63fc06ca7cb117a10aad42c
Fix crash in AOSP Camera app when recording video

   - Don't allow security exception to crash the app, if it has not been
granted DND access, and log the error instead.

Bug: 27928399
Change-Id: I4dc5b3f3b83cdf93d8cbe9299c987e58b46164de
(cherry picked from commit 35ad43aeb0d810f1ce104d17556f447743756673)
src/com/android/camera/VideoModule.java