Update the exception description for start().

Bug: 31592353
Change-Id: Ic325a8004a87b71c0b43d02db58d4717b4b3831d
This commit is contained in:
Mark Goldstein
2017-02-10 09:54:08 -08:00
parent 72074e3ab9
commit ac06177a13

View File

@@ -859,7 +859,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;