Hello!

We are exploring the default applications in Froyo and we found out
that the Camera app always crashes seconds after it loads.

Is this related to the no camera/video input limitation of the application?
If not, what seems to be the problem?
We already added all the additional properties to the AVD.
We also disabled the auto-rotate screen option.

Attached is the stacktrace.

Thank you

-- 
Fina

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
D/dalvikvm(  369): GC_FOR_MALLOC freed 4396 objects / 262744 bytes in 328ms
I/ActivityManager(   60): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.HOME] flg=0x10200000 cmp=com.android.launcher/
com.android.launcher2.Launcher }
W/InputManagerService(   60): Ignoring hideSoftInput of: com.android.internal.vi
ew.iinputmethodclient$stub$pr...@43f60d08
W/InputManagerService(   60): Starting input on non-focused client com.android.i
nternal.view.iinputmethodclient$stub$pr...@43dbb2a0 (uid=10004 pid=369)
I/ActivityManager(   60): Starting activity: Intent { act=android.intent.action.
MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.android.camer
a/.Camera bnds=[243,46][317,125] }
I/ActivityManager(   60): Start proc com.android.camera for activity com.android
.camera/.Camera: pid=389 uid=10005 gids={1006, 1015}
D/dalvikvm(   33): GC_EXPLICIT freed 290 objects / 11016 bytes in 156ms
D/dalvikvm(   33): GC_EXPLICIT freed 47 objects / 2120 bytes in 244ms
D/dalvikvm(   33): GC_EXPLICIT freed 2 objects / 64 bytes in 127ms
I/WindowManager(   60): Setting rotation to 1, animFlags=1
I/ActivityManager(   60): Config changed: { scale=1.0 imsi=310/260 loc=en_US tou
ch=3 keys=2/1/2 nav=3/1 orien=2 layout=18 uiMode=17 seq=8}
D/CameraHardwareStub(   34): initHeapLocked: preview size=320x240
D/Camera  (  389): app passed NULL surface
D/CameraHardwareStub(   34): initHeapLocked: preview size=320x240
V/camera  (  389): startPreview
I/ActivityManager(   60): Displayed activity com.android.camera/.Camera: 2858 ms
 (total 2858 ms)
D/qemud   (   38): fdhandler_accept_event: accepting on fd 10
D/qemud   (   38): created client 0x17018 listening on fd 15
D/qemud   (   38): client_fd_receive: attempting registration for service 'senso
rs'
D/qemud   (   38): client_fd_receive:    -> received channel id 10
D/qemud   (   38): client_registration: registration succeeded for client 10
D/qemud   (   38): fdhandler_event: disconnect on fd 15
D/dalvikvm(  389): GC_EXTERNAL_ALLOC freed 2200 objects / 138344 bytes in 171ms
D/libEGL  (  389): egl.cfg not found, using default config
D/libEGL  (  389): loaded /system/lib/egl/libGLES_android.so
W/dalvikvm(  389): threadid=9: thread exiting with uncaught exception (group=0x4
001d800)
E/AndroidRuntime(  389): FATAL EXCEPTION: GLThread 11
E/AndroidRuntime(  389): java.lang.IllegalArgumentException: No configs match co
nfigSpec
E/AndroidRuntime(  389):        at android.opengl.GLSurfaceView$BaseConfigChoose
r.chooseConfig(GLSurfaceView.java:760)
E/AndroidRuntime(  389):        at android.opengl.GLSurfaceView$EglHelper.start(
GLSurfaceView.java:916)
E/AndroidRuntime(  389):        at android.opengl.GLSurfaceView$GLThread.guarded
Run(GLSurfaceView.java:1246)
E/AndroidRuntime(  389):        at android.opengl.GLSurfaceView$GLThread.run(GLS
urfaceView.java:1116)
W/ActivityManager(   60):   Force finishing activity com.android.camera/.Camera
V/camera  (  389): stopPreview
D/dalvikvm(   60): GC_EXPLICIT freed 2847 objects / 140000 bytes in 261ms
I/WindowManager(   60): Setting rotation to 0, animFlags=1
I/ActivityManager(   60): Config changed: { scale=1.0 imsi=310/260 loc=en_US tou
ch=3 keys=2/1/2 nav=3/1 orien=1 layout=18 uiMode=17 seq=9}
W/ActivityManager(   60): Activity pause timeout for HistoryRecord{43f47358 com.
android.camera/.Camera}
I/Process (  389): Sending signal. PID: 389 SIG: 9
I/ActivityManager(   60): Process com.android.camera (pid 389) has died.
I/WindowManager(   60): WIN DEATH: Window{43f26ce0 SurfaceView paused=false}
I/WindowManager(   60): WIN DEATH: Window{43fb2818 com.android.camera/com.androi
d.camera.Camera paused=false}
I/WindowManager(   60): WIN DEATH: Window{43ff0c50 SurfaceView paused=false}
D/dalvikvm(   60): GC_EXPLICIT freed 1465 objects / 78512 bytes in 203ms

Reply via email to