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

Commit 8e24dbdc 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 am: fd889894

am: 673a2df2

Change-Id: I297d9243273a178e31abad5bfedc50422a6a8610
parents 69ca1501 673a2df2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -910,7 +910,7 @@ public class MediaRecorder
     * not start another recording session during recording.
     *
     * @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;