I have setup remote crash reports for unhandled java exceptions.  I am
getting lots of users who are crashing right on startup, and I'm
seeing VerifyErrors that look like they are thrown right on startup.

I have tested this app extensively on 1.1 and 1.5 on many different
devices, but some phone just have this problem everytime,
unfortunately I haven't been able to get my hands on one that it
crashes on to see what else is happening in LogCat.

Anyways, the exception looks like this:

java.lang.VerifyError: com.tunewiki.lyricplayer.android.views.TopBar
       at java.lang.Class.getDeclaredConstructors(Native Method)
       at java.lang.Class.getConstructor(Class.java:401)
       at android.view.LayoutInflater.createView(LayoutInflater.java:
470)
       at android.view.LayoutInflater.createViewFromTag
(LayoutInflater.java:560)
       at android.view.LayoutInflater.rInflate(LayoutInflater.java:
613)
       at android.view.LayoutInflater.inflate(LayoutInflater.java:403)
       at android.view.LayoutInflater.inflate(LayoutInflater.java:316)
       at android.view.LayoutInflater.inflate(LayoutInflater.java:272)
       at com.android.internal.policy.impl.PhoneWindow.setContentView
(PhoneWindow.java:227)
       at android.app.Activity.setContentView(Activity.java:1569)
       at
com.tunewiki.lyricplayer.android.library.MainLibraryActivity.onCreate
(MainLibraryActivity.java:21)
       at android.app.Instrumentation.callActivityOnCreate
(Instrumentation.java:1122)
       at android.app.ActivityThread.performLaunchActivity
(ActivityThread.java:2103)
       at android.app.ActivityThread.startActivityNow
(ActivityThread.java:1988)
       at android.app.LocalActivityManager.moveToState
(LocalActivityManager.java:122)
       at android.app.LocalActivityManager.startActivity
(LocalActivityManager.java:335)
       at
com.tunewiki.lyricplayer.android.tabs.TabHostActivity.setCurrentTab
(TabHostActivity.java:359)
       at com.tunewiki.lyricplayer.android.MainActivity.setCurrentTab
(MainActivity.java:687)
       at
com.tunewiki.lyricplayer.android.tabs.TabHostActivity.setCurrentTab
(TabHostActivity.java:259)
       at
com.tunewiki.lyricplayer.android.tabs.TabHostActivity.setDefaultTab
(TabHostActivity.java:67)
       at com.tunewiki.lyricplayer.android.MainActivity.onCreate
(MainActivity.java:268)
       at android.app.Instrumentation.callActivityOnCreate
(Instrumentation.java:1122)
       at android.app.ActivityThread.performLaunchActivity
(ActivityThread.java:2103)
       at android.app.ActivityThread.handleLaunchActivity
(ActivityThread.java:2156)
       at android.app.ActivityThread.access$1800(ActivityThread.java:
112)
       at android.app.ActivityThread$H.handleMessage
(ActivityThread.java:1580)
       at android.os.Handler.dispatchMessage(Handler.java:88)
       at android.os.Looper.loop(Looper.java:123)
       at android.app.ActivityThread.main(ActivityThread.java:3742)
       at java.lang.reflect.Method.invokeNative(Native Method)
       at java.lang.reflect.Method.invoke(Method.java:515)
       at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run
(ZygoteInit.java:739)
       at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:497)
       at dalvik.system.NativeStart.main(Native Method)

TopBar extends RelativeLayout.

Thanks,
Zach

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