I had written landscape app. which use surface view and camera.
It works fine mostly.
However, The weird thing is that the app sometimes (once a 5~6 times)
freezes when I started it.
The DDMS spits out following log.
09-02 10:58:29.191: WARN/WindowManager(1132): App freeze timeout
expired.
09-02 10:58:29.201: WARN/WindowManager(1132): Force clearing freeze:
AppWindowToken{43b4ea00 token=HistoryRecord{4386bcc0 {com.home.camera/
com.home.camera.Camera}}}
09-02 10:58:29.251: WARN/SurfaceFlinger(1132): timeout expired
mFreezeDisplay=1, mFreezeCount=0
The following lines are added in the manifest.xml
android:configChanges="orientation|keyboardHidden"
android:screenOrientation="landscape"
I have struggled but have no progress.
Any Ideas?
Thnks in advance.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---