[68725 Open] Cannot debug on ART runtime

@ck Which branch should I build sugar from? master?

OK, rebuilt sugar (from master), changed reference in app to new sugar, and rebuilt app clean. It now doesn’t crash instantly. It now takes about a minute to crash after spewing a buttload of ClassNotFound exceptions. The app does seem to be initialising (moving its files into place etc) but doesn’t actually bring up the main UI.

When it does eventually crash the stack trace is almost identical to before.

Curious. I got it to “run” though I didn’t actually check the gui. strange that this looks different for you than for me.

Unfortunately debugging is slow at the best of times and on first launch the app spends a stupid amount of time initialising (obviously to be fixed before release). I’ll see if I can refactor a bit to make this stuff easier to test.

That’d be cool. I’m going to leave the bug as open and look at this thread when i get to it (probably in the week after next)

bugs://68725 got reopened

Coming back to this, I get this:



LogCat: D/BEERALCHEMY( 5445): ******Adapter not set
An exception of type: java.lang.NullPointerException occurred
An exception of type: java.lang.NullPointerException occurred
An exception of type: java.lang.RuntimeException occurred
....
An exception of type: java.lang.reflect.InvocationTargetException occurred
An exception of type: java.lang.RuntimeException occurred
LogCat: D/AndroidRuntime( 5445): Shutting down VM
LogCat: E/AndroidRuntime( 5445): FATAL EXCEPTION: main
LogCat: E/AndroidRuntime( 5445): Process: com.kentplacesoftware.beeralchemy, PID: 5445
LogCat: E/AndroidRuntime( 5445): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.kentplacesoftware.beeralchemy/com.kentplacesoftware.beeralchemy.MainActivity}: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setVisibility(int)' on a null object reference
LogCat: E/AndroidRuntime( 5445):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2184)
LogCat: E/AndroidRuntime( 5445):     at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2233)
LogCat: E/AndroidRuntime( 5445):     at android.app.ActivityThread.access$800(ActivityThread.java:135)
LogCat: E/AndroidRuntime( 5445):     at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1196)
LogCat: E/AndroidRuntime( 5445):     at android.os.Handler.dispatchMessage(Handler.java:102)
LogCat: E/AndroidRuntime( 5445):     at android.os.Looper.loop(Looper.java:136)
LogCat: E/AndroidRuntime( 5445):     at android.app.ActivityThread.main(ActivityThread.java:5003)
LogCat: E/AndroidRuntime( 5445):     at java.lang.reflect.Method.invoke(Native Method)
LogCat: E/AndroidRuntime( 5445):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:785)
LogCat: E/AndroidRuntime( 5445):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:601)
LogCat: E/AndroidRuntime( 5445): Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.setVisibility(int)' on a null object reference
LogCat: E/AndroidRuntime( 5445):     at com.kentplacesoftware.beeralchemy.RecipeRootViewListViewFragment.update(C:\Users\Carlo\Downloads\BeerAlchemy-RemObjects-1583\BeerAlchemy-RemObjects\BeerAlchemy\Android\ListView-Classes\RecipeRootViewListViewFragment.pas:57)
LogCat: E/AndroidRuntime( 5445):     at com.kentplacesoftware.beeralchemy.MasterDetailListViewFragment.willShowView(C:\Users\Carlo\Downloads\BeerAlchemy-RemObjects-1583\BeerAlchemy-RemObjects\BeerAlchemy\Android\ListView-Classes\MasterDetailListViewFragment.pas:212)
LogCat: E/AndroidRuntime( 5445):     at com.kentplacesoftware.beeralchemy.MainActivity.loadFragment(C:\Users\Carlo\Downloads\BeerAlchemy-RemObjects-1583\BeerAlchemy-RemObjects\BeerAlchemy\Android\MainActivity.pas:251)
LogCat: E/AndroidRuntime( 5445):     at com.kentplacesoftware.beeralchemy.MainActivity.loadMasterFragment(C:\Users\Carlo\Downloads\BeerAlchemy-RemObjects-1583\BeerAlchemy-RemObjects\BeerAlchemy\Android\MainActivity.pas:230)
LogCat: E/AndroidRuntime( 5445):     at com.kentplacesoftware.beeralchemy.MainActivity.onStart(C:\Users\Carlo\Downloads\BeerAlchemy-RemObjects-1583\BeerAlchemy-RemObjects\BeerAlchemy\Android\MainActivity.pas:109)
LogCat: E/AndroidRuntime( 5445):     at android.app.Instrumentation.callActivityOnStart(Instrumentation.java:1171)
LogCat: E/AndroidRuntime( 5445):     at android.app.Activity.performStart(Activity.java:5241)
LogCat: E/AndroidRuntime( 5445):     at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2157)
LogCat: E/AndroidRuntime( 5445):     ... 9 more

I’m not getting the ART unmanaged callstack anymore. Maybe I have a different testcase than what you got your last error from? (Note that i get the same if I run it outside of the ide)

@ck, for whatever reason it does now seem to work on the current VS version of the debugger. On Fire however it doesn’t work (Fire crashes).

Can you mail us your latest project again so we run the same code?

@ck I can’t do it right now as the Android project is doesn’t build right now. I will email you when I can upload a buildable project to Dropbox.

Is that a compiler bug ? (does not build right now)

Nope, a Steve bug. I’ve emailed you the (now building) project.

Is this still failing/crashing?

Haven’t looked for a while. IIRC it was working on VS and failing on Fire. I can’t test at the moment due to a compiler error on Android (I reported this earlier this week).

Thanx. id appreciate if you can let me know as soon as you can retest this, and send me details for how this crashes Fire.

Was your compiler bug logged and fixed for tonights beta?

Don’t know. It was:

69762: Error E253: An element with the same key already exists in the dictionary.

is marked as closed, yes.

@mh Sadly debugging on ART using Fire still doesn’t work for me. The app launches, you see some ClassNotFoundExceptions in the Android Console then Fire closes without leaving anything in the logs except:

27/09/2014 14:42:15.485 com.apple.xpc.launchd[1]: (com.remobjects.oxygene.Fire.3156[3188]) Service exited with abnormal code: 255

There’s no crash log.

In VS. It’s quite odd. The app will launch and sit at a black screen for ages. If I hit the red stop button in VS the app proceeds (i.e. does not die) to the launch screen and then runs properly.

On both Fire and VS installed apps, the apps run fine outside of the debugger.

However, I just tried with an empty template Android app and it worked fine in Fire.

After trying to launch the app from Fire with logcat running I got this

I/ActivityManager( 572): Start proc com.kentplacesoftware.beeralchemy for activity com.kentplacesoftware.beeralchemy/.MainActivity: pid=14575 uid=10116 gids={50116, 3003, 1028, 1015}
W/ActivityThread(14575): Application com.kentplacesoftware.beeralchemy is waiting for the debugger on port 8100…
I/System.out(14575): Sending WAIT chunk
I/art (14575): Debugger is active
I/System.out(14575): Debugger has connected
I/System.out(14575): waiting for debugger to settle…
I/Icing ( 2401): Indexing 5C64D91E11F88BD57FEE8B7FAC953EF31779B020 from com.google.android.googlequicksearchbox
I/System.out(14575): waiting for debugger to settle…
I/Icing ( 2401): Indexing done 5C64D91E11F88BD57FEE8B7FAC953EF31779B020
I/System.out(14575): waiting for debugger to settle…
I/System.out(14575): waiting for debugger to settle…
I/System.out(14575): waiting for debugger to settle…
I/System.out(14575): waiting for debugger to settle…
I/System.out(14575): debugger has settled (1340)
D/BEERALCHEMY(14575): onCreate
F/libc (14575): Fatal signal 6 (SIGABRT) at 0x000038ef (code=-6), thread 14608 (SharedPreferenc)
I/DEBUG (12913): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG (12913): Build fingerprint: 'google/occam/mako:4.4.4/KTU84P/1227136:user/release-keys’
I/DEBUG (12913): Revision: '11’
I/DEBUG (12913): pid: 14575, tid: 14608, name: SharedPreferenc >>> com.kentplacesoftware.beeralchemy <<<
I/DEBUG (12913): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
I/DEBUG (12913): r0 00000000 r1 00003910 r2 00000006 r3 00000000
I/DEBUG (12913): r4 00000006 r5 0000000b r6 00003910 r7 0000010c
I/DEBUG (12913): r8 00000000 r9 487e3fe8 sl 416a1cac fp 00000001
I/DEBUG (12913): ip 41e960e0 sp 487e3f60 lr 40054fe5 pc 40063f90 cpsr 00010010
I/DEBUG (12913): d0 0000000260a87d64 d1 0000000000000065
I/DEBUG (12913): d2 2f65726f63626971 d3 6177726f462f6f75
I/DEBUG (12913): d4 ffff0000000098eb d5 00000000004cffff
I/DEBUG (12913): d6 2e72616700e80000 d7 006b61622e6c6d78
I/DEBUG (12913): d8 00000000000000e4 d9 0000000000000000
I/DEBUG (12913): d10 0000000000000000 d11 0000000000000000
I/DEBUG (12913): d12 0000000000000000 d13 0000000000000000
I/DEBUG (12913): d14 0000000000000000 d15 0000000000000000
I/DEBUG (12913): d16 41e9d0584415d948 d17 0000000000000000
I/DEBUG (12913): d18 0000000000000040 d19 0000072baea31dcf
I/DEBUG (12913): d20 0000000000000032 d21 0002000200020002
I/DEBUG (12913): d22 0010001000100010 d23 0000000000000000
I/DEBUG (12913): d24 0003000000030000 d25 0003000000030000
I/DEBUG (12913): d26 0707070703030303 d27 000000300000002f
I/DEBUG (12913): d28 0001000000010000 d29 0001000000010000
I/DEBUG (12913): d30 00b6800000b38000 d31 00bc800000b98000
I/DEBUG (12913): scr 60000010
I/DEBUG (12913):
I/DEBUG (12913): backtrace:
I/DEBUG (12913): #00 pc 00021f90 /system/lib/libc.so (tgkill+12)
I/DEBUG (12913): #01 pc 00012fe1 /system/lib/libc.so (pthread_kill+48)
I/DEBUG (12913): #02 pc 000131f5 /system/lib/libc.so (raise+10)
I/DEBUG (12913): #03 pc 00011f2b /system/lib/libc.so
I/DEBUG (12913): #04 pc 00021844 /system/lib/libc.so (abort+4)
I/DEBUG (12913): #05 pc 00017621 /system/lib/libstlport.so (std::__stl_throw_overflow_error(char const*)+6)
I/DEBUG (12913): #06 pc 0019b09b /system/lib/libart.so
I/DEBUG (12913): #07 pc 0019b813 /system/lib/libart.so (art::StackVisitor::WalkStack(bool)+314)
I/DEBUG (12913): #08 pc 0019bc9f /system/lib/libart.so (art::StackVisitor::ComputeNumFrames(art::Thread*)+34)
I/DEBUG (12913): #09 pc 000c2b05 /system/lib/libart.so (art::instrumentation::Instrumentation::PushInstrumentationStackFrame(art::Thread*, art::mirror::Object*, art::mirror::ArtMethod*, unsigned int, bool)+20)
I/DEBUG (12913): #10 pc 001d243f /system/lib/libart.so (artInstrumentationMethodEntryFromCode+106)
I/DEBUG (12913): #11 pc 000405a3 /system/lib/libart.so (art_quick_instrumentation_entry+18)
I/DEBUG (12913): #12 pc 0003ff05 /system/lib/libart.so (art_quick_invoke_stub+52)
I/DEBUG (12913): #13 pc 00000048
I/DEBUG (12913):
I/DEBUG (12913): stack:
I/DEBUG (12913): 487e3f20 4415d948 [anon:libc_malloc]
I/DEBUG (12913): 487e3f24 00000001
I/DEBUG (12913): 487e3f28 487e434c [stack:14608]
I/DEBUG (12913): 487e3f2c 00000000
I/DEBUG (12913): 487e3f30 00000000
I/DEBUG (12913): 487e3f34 00000000
I/DEBUG (12913): 487e3f38 40090384
I/DEBUG (12913): 487e3f3c 4166ee64 /system/lib/libart.so
I/DEBUG (12913): 487e3f40 4166edf0 /system/lib/libart.so
I/DEBUG (12913): 487e3f44 4166eeac /system/lib/libart.so
I/DEBUG (12913): 487e3f48 00000000
I/DEBUG (12913): 487e3f4c 00000000
I/DEBUG (12913): 487e3f50 00000000
I/DEBUG (12913): 487e3f54 00000000
I/DEBUG (12913): 487e3f58 4008c1d8 /system/lib/libc.so
I/DEBUG (12913): 487e3f5c 44af4008 [anon:libc_malloc]
I/DEBUG (12913): #00 487e3f60 00000006
I/DEBUG (12913): 487e3f64 0000000b
I/DEBUG (12913): 487e3f68 00003910
I/DEBUG (12913): 487e3f6c 41e960e0 [heap]
I/DEBUG (12913): 487e3f70 41e960e0 [heap]
I/DEBUG (12913): 487e3f74 40054fe5 /system/lib/libc.so (pthread_kill+52)
I/DEBUG (12913): #01 487e3f78 00000006
I/DEBUG (12913): 487e3f7c 00000000
I/DEBUG (12913): 487e3f80 00000000
I/DEBUG (12913): 487e3f84 400551f9 /system/lib/libc.so (raise+14)
I/DEBUG (12913): #02 487e3f88 487e3f94 [stack:14608]
I/DEBUG (12913): 487e3f8c 40053f2f /system/lib/libc.so
I/DEBUG (12913):
I/DEBUG (12913): memory near r1:
I/DEBUG (12913): 000038f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003900 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003910 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003920 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003930 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003940 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003950 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003960 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003970 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003980 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003990 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913):
I/DEBUG (12913): memory near r6:
I/DEBUG (12913): 000038f0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003900 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003910 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003920 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003930 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003940 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003950 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003960 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003970 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003980 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 00003990 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913): 000039e0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (12913):
I/DEBUG (12913): memory near r9:
I/DEBUG (12913): 487e3fc8 00000013 000027a8 44165838 40052e6b
I/DEBUG (12913): 487e3fd8 41e960e0 41e960e0 41e96158 41e9134c
I/DEBUG (12913): 487e3fe8 6467d09b 00000040 487e40dc 487e4ab8
I/DEBUG (12913): 487e3ff8 00000001 4415d95c 00000001 41629817
I/DEBUG (12913): 487e4008 60aa8000 4009d91f 60aa8000 4161c32d
I/DEBUG (12913): 487e4018 41e8f9d4 40090384 00000001 416a2d50
I/DEBUG (12913): 487e4028 41e9d0e4 4169094c 41690b40 41690980
I/DEBUG (12913): 487e4038 41690b28 41690b34 4169094c 41e8f9a8
I/DEBUG (12913): 487e4048 41e9d0e4 41e9d0d8 000006bd 487e40ec
I/DEBUG (12913): 487e4058 41e9d048 414e88ad 44165830 00000067
I/DEBUG (12913): 487e4068 0000006c 44165838 6018e658 40053257
I/DEBUG (12913): 487e4078 4008c000 44165838 44165838 00000067
I/DEBUG (12913): 487e4088 0000006c 4004fc0d 60aa8000 414e8d89
I/DEBUG (12913): 487e4098 487e4174 487e4784 487e447c 40090384
I/DEBUG (12913): 487e40a8 00000041 b41ac154 473e4ec8 00000000
I/DEBUG (12913): 487e40b8 601908f8 4415d948 41e8c144 60a87dd0
I/DEBUG (12913):
I/DEBUG (12913): memory near sl:
I/DEBUG (12913): 416a1c8c 416621d9 414ce4c1 414cdc91 414cdcf1
I/DEBUG (12913): 416a1c9c 414cdcd1 414cdd31 414cdcb1 414cdd11
I/DEBUG (12913): 416a1cac 00000000 00000000 00000000 4006a799
I/DEBUG (12913): 416a1cbc 4006a6a5 40063fcd 40063978 4009d927
I/DEBUG (12913): 416a1ccc 4007d65c 4009d931 40064f85 40232cc5
I/DEBUG (12913): 416a1cdc 4009d919 402393ed 40232c2d 400640dc
I/DEBUG (12913): 416a1cec 40246be1 40232f41 40239367 40232c73
I/DEBUG (12913): 416a1cfc 4023937b 402393fd 40239437 4023161b
I/DEBUG (12913): 416a1d0c 40246bdd 4023a765 40055415 4004f900
I/DEBUG (12913): 416a1d1c 40053ef5 4007bf07 4006aab1 400382bd
I/DEBUG (12913): 416a1d2c 400623f8 40068109 400622dc 40063f50
I/DEBUG (12913): 416a1d3c 40056449 40061d5c 40063b70 4007bf0f
I/DEBUG (12913): 416a1d4c 4006528c 4006a535 4009d919 4009d927
I/DEBUG (12913): 416a1d5c 4007c810 4007d5c8 400b52c4 40062324
I/DEBUG (12913): 416a1d6c 400622fc 40062abc 4006270c 4006276c
I/DEBUG (12913): 416a1d7c 400622bc 40062390 4006f745 40062480
I/DEBUG (12913):
I/DEBUG (12913): memory near ip:
I/DEBUG (12913): 41e960c0 00000000 00000000 00000000 00000000
I/DEBUG (12913): 41e960d0 00000000 00000000 00000000 00000000
I/DEBUG (12913): 41e960e0 41e529e0 600bd640 6242c6b7 00000010
I/DEBUG (12913): 41e960f0 601c2100 00000000 600bd5f0 6242c5a3
I/DEBUG (12913): 41e96100 0000000f 41e96000 00000000 600bd5a0
I/DEBUG (12913): 41e96110 634a0fa1 0000000e 41e96000 00000000
I/DEBUG (12913): 41e96120 60672408 62d23e21 0000000d 41e96000
I/DEBUG (12913): 41e96130 64e0d8a0 60505dc8 62d1979f 0000000c
I/DEBUG (12913): 41e96140 41e96000 00000000 605050f8 62d15875
I/DEBUG (12913): 41e96150 0000000b 41e96000 41e96338 2f617661
I/DEBUG (12913): 41e96160 676e616c 7274532f 3b676e69 616a4c5b
I/DEBUG (12913): 41e96170 6c2f6176 2f676e61 69727453 4c3b676e
I/DEBUG (12913): 41e96180 6176616a 6e616c2f 74532f67 676e6972
I/DEBUG (12913): 41e96190 616a4c3b 692f6176 69462f6f 6544656c
I/DEBUG (12913): 41e961a0 69726373 726f7470 616a4c3b 692f6176
I/DEBUG (12913): 41e961b0 69462f6f 6544656c 69726373 726f7470
I/DEBUG (12913):
I/DEBUG (12913): memory near sp:
I/DEBUG (12913): 487e3f40 4166edf0 4166eeac 00000000 00000000
I/DEBUG (12913): 487e3f50 00000000 00000000 4008c1d8 44af4008
I/DEBUG (12913): 487e3f60 00000006 0000000b 00003910 41e960e0
I/DEBUG (12913): 487e3f70 41e960e0 40054fe5 00000006 00000000
I/DEBUG (12913): 487e3f80 00000000 400551f9 487e3f94 40053f2f
I/DEBUG (12913): 487e3f90 4166eed8 ffffffdf 00000002 00000000
I/DEBUG (12913): 487e3fa0 41690934 00000005 40082e45 4415dbc8
I/DEBUG (12913): 487e3fb0 fffffffd 40063848 00003910 40231625
I/DEBUG (12913): 487e3fc0 00000000 4162909f 00000013 000027a8
I/DEBUG (12913): 487e3fd0 44165838 40052e6b 41e960e0 41e960e0
I/DEBUG (12913): 487e3fe0 41e96158 41e9134c 6467d09b 00000040
I/DEBUG (12913): 487e3ff0 487e40dc 487e4ab8 00000001 4415d95c
I/DEBUG (12913): 487e4000 00000001 41629817 60aa8000 4009d91f
I/DEBUG (12913): 487e4010 60aa8000 4161c32d 41e8f9d4 40090384
I/DEBUG (12913): 487e4020 00000001 416a2d50 41e9d0e4 4169094c
I/DEBUG (12913): 487e4030 41690b40 41690980 41690b28 41690b34
I/DEBUG (12913):
I/DEBUG (12913): code around pc:
I/DEBUG (12913): 40063f70 e8bd00f0 e3700a01 912fff1e e2600000
I/DEBUG (12913): 40063f80 ea006d81 e92d50f0 e3a07f43 ef000000
I/DEBUG (12913): 40063f90 e8bd50f0 e3700a01 912fff1e e2600000
I/DEBUG (12913): 40063fa0 ea006d79 e92d50f0 e3a070ee ef000000
I/DEBUG (12913): 40063fb0 e8bd50f0 e3700a01 912fff1e e2600000
I/DEBUG (12913): 40063fc0 ea006d71 f200429a bf008069 f040f891
I/DEBUG (12913): 40063fd0 4001e92d d3412a10 0300f1c0 030ff013
I/DEBUG (12913): 40063fe0 eba2d01d ea5f0203 bf447cc3 eb01f811
I/DEBUG (12913): 40063ff0 eb01f800 f811bf21 f811cb01 f800eb01
I/DEBUG (12913): 40064000 f800cb01 ea5feb01 da037c43 030df9a1
I/DEBUG (12913): 40064010 031df980 f921d303 f900070d 3a40071d
I/DEBUG (12913): 40064020 f921d30b f921020d f891420d 3a40f100
I/DEBUG (12913): 40064030 022df900 422df900 3220d2f3 f921d305
I/DEBUG (12913): 40064040 f1a2020d f9000220 f102022d f0120220
I/DEBUG (12913): 40064050 d0030f10 0a0df921 0a2df900 7c42ea5f
I/DEBUG (12913): 40064060 f921d303 f900070d da03070d 030df9a1
I/DEBUG (12913):
I/DEBUG (12913): code around lr:
I/DEBUG (12913): 40054fc4 447b4b13 42b3e010 6a1ed10e 44784811
I/DEBUG (12913): 40054fd4 ec84f7fb ea0ef00d 46224631 efd0f00e
I/DEBUG (12913): 40054fe4 d00a3001 e00b2400 2b00681b 480ad1eb
I/DEBUG (12913): 40054ff4 44782403 ec72f7fb f001e002 6804fa23
I/DEBUG (12913): 40055004 fa20f001 46206005 bf00bd70 0003b3de
I/DEBUG (12913): 40055014 0003b3d2 0003b3ca 0003b3a6 bf7ef7ff
I/DEBUG (12913): 40055024 4a3e4b3d e92d447b b08b43f0 4606589c
I/DEBUG (12913): 40055034 6823460d 930946a1 fa04f001 8000f8d0
I/DEBUG (12913): 40055044 d0482d00 f00f4628 280fff9b d8444604
I/DEBUG (12913): 40055054 ffe4f7ff d1064286 4629200f e8d8f00d
I/DEBUG (12913): 40055064 d03c2800 482ee02e f7fb4478 482debb6
I/DEBUG (12913): 40055074 e0154478 d11342b0 482b6a06 f7fb4478
I/DEBUG (12913): 40055084 4a2aec2e 46332120 a801447a f83af013
I/DEBUG (12913): 40055094 a8012101 fb54f01a 46061c42 e011d104
I/DEBUG (12913): 400550a4 28006800 e02cd1e6 46294630 f00d4622
I/DEBUG (12913): 400550b4 1c43e914 d11e4607 f9c4f001 29046801
I/BootReceiver( 572): Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE)
W/ActivityManager( 572): Force finishing activity com.kentplacesoftware.beeralchemy/.MainActivity
I/ActivityManager( 572): Process com.kentplacesoftware.beeralchemy (pid 14575) has died.
I/art ( 175): Process 14575 terminated by signal (6)
I/GoogleHttpClient( 2401): Falling back to old SSLCertificateSocketFactory
I/ConfigFetchService( 2401): fetch service done; releasing wakelock
I/ConfigFetchService( 2401): stopping self
I/ConfigService( 2351): onDestroy
I/art ( 1701): Heap trim of managed (duration=16.542041ms, advised=2MB) and native (duration=3.418282ms, advised=188KB) heaps. Managed heap utilization of 41%.
I/art (10711): Heap trim of managed (duration=18.373264ms, advised=440KB) and native (duration=2.777354ms, advised=288KB) heaps. Managed heap utilization of 70%.
D/Finsky (10711): [1] 5.onFinished: Installation state replication succeeded.

Hm, ok. that’s not a Fire crash though? So take it the debug session just doesn’t start?