Android app after update: crashes on Motorola Cliq with weird stacktrace
- by sandis
So after updating my app on the market I am getting reports from motorola cliq-users that my app crashes on start. The stacktrace is below, and is not very helpful since it does not go trough my app! Unfortunately I have no access to a motorola cliq-phone by myself, and I have changed too many things in this update to know what is causing the trouble. Have anyone of you guys run into the same problem? I would very much appreciate help with this problem!
05-26 11:44:06.521 I/PacketReader( 116): Got the features element
05-26 11:44:06.941 W/WindowManager( 86): No window to dispatch pointer
action 0
05-26 11:44:07.381 W/WindowManager( 86): No window to dispatch pointer
action 1
05-26 11:44:07.691 W/ActivityManager( 86): Launch timeout has expired,
giving up wake lock!
05-26 11:44:07.931 W/ActivityManager( 86): Activity idle timeout for
HistoryRecord{43714db8
{my.package/my.package.Main}}
05-26 11:44:08.531 E/AndroidRuntime( 565): Uncaught handler: thread main
exiting due to uncaught exception
05-26 11:44:08.541 E/AndroidRuntime( 565): java.lang.RuntimeException:
Unable to start activity
ComponentInfo{my.packageC/my.package.Main}:
java.lang.NullPointerException
05-26 11:44:08.541 E/AndroidRuntime( 565): at
android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2297)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2313)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
android.app.ActivityThread.access$2000(ActivityThread.java:115)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
android.app.ActivityThread$H.handleMessage(ActivityThread.java:1721)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
android.os.Handler.dispatchMessage(Handler.java:99)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
android.os.Looper.loop(Looper.java:123)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
android.app.ActivityThread.main(ActivityThread.java:3977)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
java.lang.reflect.Method.invokeNative(Native Method)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
java.lang.reflect.Method.invoke(Method.java:521)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:782)
05-26 11:44:08.541 E/AndroidRuntime( 565): at
com.android.internal.os.ZygoteI