[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-27 Thread fadden
On May 26, 1:57 am, Dave Johnston wrote: > Aye, I'm going to try enabling/disabling certain optimisation passes > and see if I can isolate the one causing this issue. Methods that are only referenced via reflection may be dropped as "dead". If that's what's happening here, there's a way to speci

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-26 Thread Dave Johnston
Aye, I'm going to try enabling/disabling certain optimisation passes and see if I can isolate the one causing this issue. -dave On May 26, 8:10 am, Zsolt Vasvari wrote: > I've seen problems like this.  There appears to be no discernable > rhyme and reason as to when a VerifyError will be thrown.

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-26 Thread Zsolt Vasvari
I've seen problems like this. There appears to be no discernable rhyme and reason as to when a VerifyError will be thrown. The only way to know is to run your code. If it only happens with the release build, I suspect a ProGuard optimization issue. On May 26, 3:05 pm, Dave Johnston wrote: >

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-26 Thread Dave Johnston
Aha, appears to be the optimisation step of ProGuard! -dave On May 26, 8:05 am, Dave Johnston wrote: > I managed to extract a crash log. This crash also happens on the > emulator: > > 05-26 06:57:08.516: ERROR/dalvikvm(339): Could not find method > android.app.Activity.invalidateOptionsMenu, ref

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-26 Thread Dave Johnston
I managed to extract a crash log. This crash also happens on the emulator: 05-26 06:57:08.516: ERROR/dalvikvm(339): Could not find method android.app.Activity.invalidateOptionsMenu, referenced from method android.support.v4.app.FragmentActivity.supportInvalidateOptionsMenu 05-26 06:57:08.516: WARN

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-18 Thread Dave Johnston
On May 18, 11:56 am, Mark Murphy wrote: > On Wed, May 18, 2011 at 5:03 AM, Dave Johnston wrote: > > Unfortunately, all automated crash reports are anonymous so that's all > > I've got! > Hmmm... you might see if a third-party crash logger like ACRA has more > smarts here. Since the additional det

Re: [android-developers] Re: v4 Fragments library VerifyError crash

2011-05-18 Thread String
I've got a Mini Pro here (or will later today - it's out of the office at the moment). I'd be glad to take a look and give you more details from a dev perspective if it'd help. Contact me off-forum if so. String -- You received this message because you are subscribed to the Google Groups "Andr

Re: [android-developers] Re: v4 Fragments library VerifyError crash

2011-05-18 Thread Mark Murphy
On Wed, May 18, 2011 at 5:03 AM, Dave Johnston wrote: > Unfortunately, all automated crash reports are anonymous so that's all > I've got! Hmmm... you might see if a third-party crash logger like ACRA has more smarts here. Since the additional details fadden is seeking are not in the exception, t

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-18 Thread Dave Johnston
On May 17, 10:02 pm, fadden wrote: > On May 16, 11:44 pm, Dave Johnston wrote: > > java.lang.VerifyError: android.support.v4.app.FragmentManagerImpl > > at android.support.v4.app.FragmentActivity.(SourceFile:87) > > (...) > > The exception message is a bit lacking.  There's more detail in the > l

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-17 Thread fadden
On May 16, 11:44 pm, Dave Johnston wrote: > java.lang.VerifyError: android.support.v4.app.FragmentManagerImpl > at android.support.v4.app.FragmentActivity.(SourceFile:87) > (...) The exception message is a bit lacking. There's more detail in the logcat output. -- You received this message beca

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-17 Thread Zsolt Vasvari
There was a guy here today from Sony Ericsson: http://groups.google.com/group/android-developers/browse_thread/thread/f5abf823a7ccfeef# On May 17, 8:15 pm, Dave Johnston wrote: > Aye I couldn't see anything odd either, glad I was on the right track! > > I'm trying to contact the user involved

[android-developers] Re: v4 Fragments library VerifyError crash

2011-05-17 Thread Dave Johnston
Aye I couldn't see anything odd either, glad I was on the right track! I'm trying to contact the user involved in the hoping of extracting more information and determine the root cause. Hopefully there's at least a simple workaround. -dave On May 17, 11:31 am, Mark Murphy wrote: > Eyeballing th