Would anyone want to help me understand this crash-descript/logcat
from Amazon.
Rgds
cellurl

------------------------------
Your application attempts to call an Android Activity lifecycle method
on a background thread. Amazon DRM does not allow developers to invoke
Android Activity lifecycle methods on background thread. For more
information on processes and threads, please visit:
http://developer.android.com/guide/topics/fundamentals/processes-and-threads.html
Additionally, the Android UI toolkit is not thread-safe. So, you must
not manipulate your UI from a worker thread — you must do all
manipulation to your user interface from the UI thread. There are two
rules to Android's single thread model: * Do not block the UI thread *
Do not access the Android UI toolkit from outside the UI thread
--------------------------------
Please see below for the section of aLogCat you need.  The starred
line is the problem area.

D/dalvikvm( 1051): GC_FOR_MALLOC freed 99 objects / 4264 bytes in 63ms
D/PowerManagerService(   97): New lightsensor value:320, lcdValue:130
D/dalvikvm( 1051): GC_FOR_MALLOC freed 7649 objects / 468904 bytes in
84ms
D/NativeCrypto( 1051): Freeing OpenSSL session
D/dalvikvm( 1051): GC_EXTERNAL_ALLOC freed 8476 objects / 431920 bytes
in 78ms
D/PowerManagerService(   97): New lightsensor value:640, lcdValue:160
D/dalvikvm(  639): GC_EXPLICIT freed 7400 objects / 331752 bytes in
409ms
D/dalvikvm( 1051): GC_FOR_MALLOC freed 9299 objects / 723704 bytes in
66ms
D/UpdateService( 1051): Received action:
com.amazon.mas.client.framework.UpdateService.EXECUTE_REFRESHMENT_TASKS
from intent: Intent
{ act=com.amazon.mas.client.framework.UpdateService.EXECUTE_REFRESHMENT_TASKS
cmp=com.amazon.venezia/com.amazon.mas.client.framework.UpdateService }
D/AndroidRuntime( 1051): Shutting down VM
***************W/dalvikvm( 1051): threadid=1: thread exiting with
uncaught exception (group=0x400259f8)****************
D/dalvikvm( 1051): GC_FOR_MALLOC freed 22703 objects / 1274048 bytes
in 56ms
D/NativeCrypto( 1051): Freeing OpenSSL session
D/dalvikvm( 1051): GC_FOR_MALLOC freed 8820 objects / 541776 bytes in
48ms
D/dalvikvm( 1051): GC_FOR_MALLOC freed 1583 objects / 283936 bytes in
44ms
I/Process ( 1051): Sending signal. PID: 1051 SIG: 9
W/ContentService(   97): binderDied() at ObserverNode name system

---------------------------------------------------------------

I started with Jetboy and butchered it to become my app called
"Steampunk Speed Limits".
So the UI is identical to Jetboy if that helps.
I added GPS, so thats the only newness...

thanks



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to