Loading media/java/android/media/MediaRecorder.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -859,7 +859,7 @@ public class MediaRecorder * not start another recording session during recording. * not start another recording session during recording. * * * @throws IllegalStateException if it is called before * @throws IllegalStateException if it is called before * prepare(). * prepare() or when the camera is already in use by another app. */ */ public native void start() throws IllegalStateException; public native void start() throws IllegalStateException; Loading Loading
media/java/android/media/MediaRecorder.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -859,7 +859,7 @@ public class MediaRecorder * not start another recording session during recording. * not start another recording session during recording. * * * @throws IllegalStateException if it is called before * @throws IllegalStateException if it is called before * prepare(). * prepare() or when the camera is already in use by another app. */ */ public native void start() throws IllegalStateException; public native void start() throws IllegalStateException; Loading