Chromium Code Reviews
DescriptionAndroid Camera2Enumerator: Remove CameraAccessException to avoid VerifyError
Apparently, a class will fail with VerifyError if it contains catch
statements with an Exception from a newer API, even if the code is never
executed. This happens only on Android versions before 4.4.2 and is a
bug. See https://code.google.com/p/android/issues/detail?id=209129 for
more info.
BUG=b/30376736
Committed: https://crrev.com/43e15bb9f01476114cf85be8a47922df2fd7dcf5
Cr-Commit-Position: refs/heads/master@{#13542}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Remove import statement #Patch Set 3 : Use AndroidException instead #Messages
Total messages: 12 (5 generated)
|