I noticed in my crash reporter I had several crashes on some devices with stack trace:
Fatal Exception: java.lang.RuntimeException: takePicture failed, error=-38
at android.hardware.Camera.native_takePicture(Camera.java)
at android.hardware.Camera.takePicture(Camera.java:1728)
at android.hardware.Camera.takePicture(Camera.java:1661)
I know this is a common error and it can have many causes but it's one of the first time I have an error number. Where can I find a list of these error numbers and their meaning?