Ok, a few things:

22.02.2011 16:46, André пишет:

>  02-22 14:38:15.951: INFO/UsageStats(1297): Unexpected resume of
>  com.testapp.views while already resumed in com.testapp.views
>  02-22 14:38:20.947: WARN/WindowManager(1297): App freeze timeout
>  expired.
>  02-22 14:38:20.947: WARN/WindowManager(1297): Force clearing freeze:
>  AppWindowToken{47f54088 token=HistoryRecord{47a85750
>  com.testapp.views/.MainActivity}}


This might be it. Looks like your application is taking too long in onCreate, and Android decides to kill it. Note that there is a five-second difference between the "Unexpected resume" and the "App freeze timeout".

Are you doing anything like loading data from the database or from the network?

Then there is this:

02-22 14:39:49.921: VERBOSE/WindowManager(1297):_*Remove
Window*_{479e6eb0 Starting com.testapp.views paused=false}:
mSurface=Surface(name=Starting com.testapp.views, identity=8795)
mExiting=false isAnimating=false app-animation=null
inPendingTransaction=false mDisplayFrozen=false
02-22 14:39:49.931: ERROR/ActivityManager(1297): fail to set top app
changed!
02-22 14:39:49.951: INFO/WindowManager(1297):_*WIN DEATH*_:
Window{47acc2e8 com.testapp.views/com.testapp.views.MainActivity
paused=false}

And something else:

02-22 14:38:15.951: INFO/upgrading(1430): verifyLocale providerLocale:
en_ES

This is in a different application, but that's an strange-looking locale. English as spoken in Spain?

--
Kostya Vasilyev -- http://kmansoft.wordpress.com

--
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