Does anybody have any idea why I get often(but not always) error
during the on touch event?
Handling touch events is freezed for few seconds(this appears only
immediately after application start).
Then Error screen appears (choose wait of close). When I choose wait
after few seconds screen is starting to process events. I'm using
surfaceView with thread for painting.
In logcat I get something like :
"No window to dispatch pointer action 1"

 Key dispatching timed out sending to com.myApp
 ANR (application not responding) in process: com.myApp
 Annotation: keyDispatchingTimedOut
 CPU usage:
 Load: 4.21 / 4.46 / 4.63
 CPU usage from 8200ms to 24ms ago:
   com.myApp: 92% = 91% user + 0% kernel
   system_server: 5% = 3% user + 2% kernel
   android.process.acore: 1% = 1% user + 0% kernel
   synaptics_wq: 0% = 0% user + 0% kernel
   akmd: 0% = 0% user + 0% kernel
   events/0: 0% = 0% user + 0% kernel
   mediaserver: 0% = 0% user + 0% kernel
   tiwlan_wifi_wq: 0% = 0% user + 0% kernel
   logcat: 0% = 0% user + 0% kernel
 TOTAL: 100% = 96% user + 3% kernel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to