Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd889894 authored by Mark Goldstein's avatar Mark Goldstein Committed by android-build-merger
Browse files

Update the exception description for start(). am: ac06177a

am: 8b137cc0

Change-Id: Id448ab164e1fd0d3f5977c30c5395bcb6e87f90f
parents b3a14176 8b137cc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;