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)
committerJose Lima <joselima@google.com>
Tue, 21 Jun 2016 22:57:15 +0000 (15:57 -0700)
commit35ad43aeb0d810f1ce104d17556f447743756673
treea3551a3f6a8f266ae52a11104954e8b49482f9bf
parent2dbf1d956fca4f709a4542ce24c44c38d46d7979
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
src/com/android/camera/VideoModule.java