commit | e738108828cd151246257118ebba88ada72ca3e9 | [log] [tgz] |
---|---|---|
author | Android (Google) Code Review <android-gerrit@google.com> | Mon May 11 12:18:55 2009 -0700 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Mon May 11 12:18:55 2009 -0700 |
tree | 7397a7b18c5731e1350f15ff9e9855443261b8d5 | |
parent | 0b25a05c3e5c41292958700bfb6b815f4f4a713f [diff] | |
parent | b112d3af9cc3c14a057988fa23af4f04ae8ebf2d [diff] |
Merge change 1370 into donut * changes: Fix a JNI layer crash due to null camera object passed to get_native_camera() The fix will check on the camera object and if it is a null object, we throw a NullPointerException; application layer should also avoid passing a null java object to MediaRecorder.setCamera().