xavier-b / RMaps-xavPatch

A fork from RMaps project
11 stars 6 forks source link

rmaps crashes when zooming/moving around in map #1

Open netllama opened 9 years ago

netllama commented 9 years ago

This bug has been present for quite a long time (on the original rmaps, and also on this forked version too). I have a Samsung Galaxy S4 (running 4.2.x), and regardless of the map I'm using, rmaps will hang & crash after a few seconds whenever I start zooming (in or out) or moving around on the map.

I'd be happy to provide additional information required to debug, if requested.

netllama commented 9 years ago

Also, I should note that this bug is not present on other Android devices that I own (Nexus 7 and a super old Samsung phone), so it might be specific to the Galaxy S4 and/or 4.2.x.

xavier-b commented 9 years ago

Hi, I never had this problem on my Galaxy S4 (GT-I9505). If you have drivers and android-sdk on your PC, you can try to get the error with debug during a crach. (/android-sdk/platform-tools/adb logcat > mylog.txt)

netllama commented 9 years ago

Thanks, i've attached everything that was recorded by logcat during the most recent crash. Let me know if you need any other info.

On Sun, Dec 7, 2014 at 1:26 PM, xavier-b notifications@github.com wrote:

Hi, I never had this problem on my Galaxy S4 (GT-I9505). If you have drivers and android-sdk on your PC, you can try to get the error with debug during a crach. (/android-sdk/platform-tools/adb logcat > mylog.txt)

— Reply to this email directly or view it on GitHub https://github.com/xavier-b/RMaps-xavPatch/issues/1#issuecomment-65955894 .

netllama commented 9 years ago

sigh looks like github doesn't allow file attachments? Is there somewhere that I can send the debug log?

netllama commented 9 years ago

sigh looks like github doesn't allow file attachments? Is there somewhere that I can send the debug log?

netllama commented 9 years ago

I think I found the crash output in the log:

E/MP-Decision( 1696): num online cores: 3 reqd : 2 available : 4 rq_depth:2.000000 hotplug_avg_load_dw: 145 E/MP-Decision( 1696): DOWN cpu:2 core_idx:2 Ns:2.100000 Ts:240 total_time_down:242.000000 D/dalvikvm( 8482): GC_EXPLICIT freed 6001K, 18% free 54442K/66180K, paused 4ms+16ms, total 192ms W/dalvikvm(13466): threadid=3: spin on suspend #2 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=0 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=4491 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~350) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): W/ProcessStats( 8482): Skipping unknown process pid 16196 E/MP-Decision( 1696): num online cores: 2 reqd : 3 available : 4 rq_depth:3.500000 hotplug_avg_load_dw: 154 E/MP-Decision( 1696): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 total_time_up:0.000000 E/MP-Decision( 1696): UP cpu:2 core_idx:2 Nw:2.700000 Tw:90 total_time_up:98.000000 W/SignalStrength( 8482): Size of signalstrength parcel:172 W/SignalStrength( 8773): Size of signalstrength parcel:176 W/SignalStrength( 8482): getLTELevel - rsrp:-109 snr:-18 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8482): getLteLevel =2 W/SignalStrength( 8482): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 17 -109 13 -18 2147483647 -120 gsm|lte 0x2) W/SignalStrength( 8773): getLTELevel - rsrp:-109 snr:-18 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8899): Size of signalstrength parcel:176 W/SignalStrength( 9788): Size of signalstrength parcel:176 W/SignalStrength( 8773): getLteLevel =2 W/SignalStrength(10585): Size of signalstrength parcel:176 W/SignalStrength( 8773): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 17 -109 13 -18 2147483647 -120 gsm|lte 0x2) W/SignalStrength( 8773): getLTELevel - rsrp:-109 snr:-18 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8773): getLteLevel =2 W/SignalStrength( 8773): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 17 -109 13 -18 2147483647 -120 gsm|lte 0x2) D/STATUSBAR-NetworkController( 8773): onSignalStrengthsChanged signalStrength=SignalStrength: 99 0 -120 -160 -120 -1 -1 17 -109 13 -18 2147483647 -120 gsm|lte 0x2 level=2 E/QcrilMsgTunnelSocket(10554): IOExceptionjava.io.IOException: No such file or directoryReason: No such file or directory E/MP-Decision( 1696): num online cores: 3 reqd : 2 available : 4 rq_depth:1.100000 hotplug_avg_load_dw: 117 E/MP-Decision( 1696): DOWN cpu:2 core_idx:2 Ns:2.100000 Ts:240 total_time_down:243.000000 I/InputDispatcher( 8482): Delivering touch to current input target: action: 0x3 D/dalvikvm( 8482): GC_FOR_ALLOC freed 1075K, 19% free 54111K/66180K, paused 110ms, total 110ms D/lights ( 8482): button : 1 + I/dalvikvm-heap( 8482): Grow heap (frag case) to 55.883MB for 393236-byte allocation D/lights ( 8482): button : 1 - D/InputDispatcher( 8482): Waiting for application to become ready for input: xxxx Reason: Waiting because the touched window has not finished processing the input events that were previously delivered to it. W/dalvikvm(13466): threadid=3: spin on suspend #3 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=0 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=4564 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~353) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): D/dalvikvm( 8482): GC_FOR_ALLOC freed 256K, 19% free 54239K/66568K, paused 111ms, total 111ms W/dalvikvm(13466): threadid=3: spin on suspend #4 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=0 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=4639 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~353) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): W/dalvikvm(13466): threadid=3: spin on suspend #5 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=1 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=4714 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~352) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): W/dalvikvm(13466): threadid=3: spin on suspend #6 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=1 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=4790 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~350) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): W/dalvikvm(13466): threadid=3: spin on suspend #7 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=1 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=4867 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~350) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): E/QcrilMsgTunnelSocket(10554): IOExceptionjava.io.IOException: No such file or directoryReason: No such file or directory W/dalvikvm(13466): threadid=3: spin on suspend #8 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=2 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=4944 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~353) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): W/dalvikvm(13466): threadid=3: spin on suspend #9 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=2 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=5021 stm=304 core=1 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~353) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): I/dumpstate(16205): begin W/dalvikvm(13466): threadid=3: spin on suspend #10 threadid=1 (pcf=0) I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=2 stm=0 core=0 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=5097 stm=304 core=0 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~352) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): E/dalvikvm(13466): Fatal spin-on-suspend, dumping threads I/dalvikvm(13466): DALVIK THREADS: I/dalvikvm(13466): (mutexes: tll=2 tsl=1 tscl=0 ghl=0) I/dalvikvm(13466): I/dalvikvm(13466): "main" prio=5 tid=1 RUNNABLE JIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x40feab38 self=0x40faab90 I/dalvikvm(13466): | sysTid=13466 nice=0 sched=0/0 cgrp=apps handle=1074861532 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=5097 stm=304 core=0 I/dalvikvm(13466): at org.andnav.osm.util.GeoPoint.calculateEndingGlobalCoordinates(GeoPoint.java:~352) I/dalvikvm(13466): at com.robert.maps.applib.overlays.MyLocationOverlay.onDraw(MyLocationOverlay.java:202) I/dalvikvm(13466): at com.robert.maps.applib.view.TileViewOverlay.onManagedDraw(TileViewOverlay.java:32) I/dalvikvm(13466): at com.robert.maps.applib.view.TileView.onDraw(TileView.java:281) I/dalvikvm(13466): at android.view.View.draw(View.java:14180) I/dalvikvm(13466): at android.view.View.draw(View.java:14064) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14062) I/dalvikvm(13466): at android.view.ViewGroup.drawChild(ViewGroup.java:3024) I/dalvikvm(13466): at android.view.ViewGroup.dispatchDraw(ViewGroup.java:2893) I/dalvikvm(13466): at android.view.View.draw(View.java:14183) I/dalvikvm(13466): at android.widget.FrameLayout.draw(FrameLayout.java:467) I/dalvikvm(13466): at com.android.internal.policy.impl.PhoneWindow$DecorView.draw(PhoneWindow.java:2449) I/dalvikvm(13466): at android.view.ViewRootImpl.drawSoftware(ViewRootImpl.java:2541) I/dalvikvm(13466): at android.view.ViewRootImpl.draw(ViewRootImpl.java:2435) I/dalvikvm(13466): at android.view.ViewRootImpl.performDraw(ViewRootImpl.java:2303) I/dalvikvm(13466): at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2109) I/dalvikvm(13466): at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1179) I/dalvikvm(13466): at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4859) I/dalvikvm(13466): at android.view.Choreographer$CallbackRecord.run(Choreographer.java:749) I/dalvikvm(13466): at android.view.Choreographer.doCallbacks(Choreographer.java:562) I/dalvikvm(13466): at android.view.Choreographer.doFrame(Choreographer.java:532) I/dalvikvm(13466): at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:735) I/dalvikvm(13466): at android.os.Handler.handleCallback(Handler.java:725) I/dalvikvm(13466): at android.os.Handler.dispatchMessage(Handler.java:92) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:137) I/dalvikvm(13466): at android.app.ActivityThread.main(ActivityThread.java:5328) I/dalvikvm(13466): at java.lang.reflect.Method.invokeNative(Native Method) I/dalvikvm(13466): at java.lang.reflect.Method.invoke(Method.java:511) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1102) I/dalvikvm(13466): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:869) I/dalvikvm(13466): at dalvik.system.NativeStart.main(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "TileProviderInet" prio=5 tid=18 WAIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x423c4c68 self=0x6d1655a0 I/dalvikvm(13466): | sysTid=16094 nice=0 sched=0/0 cgrp=apps handle=1830181360 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=13 stm=7 core=1 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x4231fe28> (a java.lang.VMThread) held by tid=18 (TileProviderInet) I/dalvikvm(13466): at java.lang.Thread.parkFor(Thread.java:1231) I/dalvikvm(13466): at sun.misc.Unsafe.park(Unsafe.java:323) I/dalvikvm(13466): at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159) I/dalvikvm(13466): at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019) I/dalvikvm(13466): at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "TileProviderInet" prio=5 tid=17 WAIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x42760360 self=0x40746910 I/dalvikvm(13466): | sysTid=16090 nice=0 sched=0/0 cgrp=apps handle=1861086288 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=8 stm=3 core=1 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x4232bfd0> (a java.lang.VMThread) held by tid=17 (TileProviderInet) I/dalvikvm(13466): at java.lang.Thread.parkFor(Thread.java:1231) I/dalvikvm(13466): at sun.misc.Unsafe.park(Unsafe.java:323) I/dalvikvm(13466): at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159) I/dalvikvm(13466): at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019) I/dalvikvm(13466): at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "TileProviderInet" prio=5 tid=16 WAIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x42842c50 self=0x40707b10 I/dalvikvm(13466): | sysTid=16088 nice=0 sched=0/0 cgrp=apps handle=1074691160 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=11 stm=2 core=0 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x42404050> (a java.lang.VMThread) held by tid=16 (TileProviderInet) I/dalvikvm(13466): at java.lang.Thread.parkFor(Thread.java:1231) I/dalvikvm(13466): at sun.misc.Unsafe.park(Unsafe.java:323) I/dalvikvm(13466): at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159) I/dalvikvm(13466): at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019) I/dalvikvm(13466): at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "TileProviderInet" prio=5 tid=15 WAIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x429f6af0 self=0x400964d0 I/dalvikvm(13466): | sysTid=16086 nice=0 sched=0/0 cgrp=apps handle=1830609040 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=6 stm=3 core=0 E/android.os.Debug( 8482): !@Dumpstate > sdumpstate -k -t -z -d -o /data/log/dumpstate_app_anr I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x429706b0> (a java.lang.VMThread) held by tid=15 (TileProviderInet) I/dalvikvm(13466): at java.lang.Thread.parkFor(Thread.java:1231) I/dalvikvm(13466): at sun.misc.Unsafe.park(Unsafe.java:323) I/dalvikvm(13466): at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159) I/dalvikvm(13466): at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019) I/dalvikvm(13466): at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "TileProviderInet" prio=5 tid=14 WAIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x42a064f8 self=0x6d1677b0 I/dalvikvm(13466): | sysTid=16085 nice=0 sched=0/0 cgrp=apps handle=1081254784 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=16 stm=7 core=0 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x429f0e68> (a java.lang.VMThread) held by tid=14 (TileProviderInet) I/dalvikvm(13466): at java.lang.Thread.parkFor(Thread.java:1231) I/dalvikvm(13466): at sun.misc.Unsafe.park(Unsafe.java:323) I/dalvikvm(13466): at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159) I/dalvikvm(13466): at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019) I/dalvikvm(13466): at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "Binder_3" prio=5 tid=11 SUSPENDED I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x423bbec8 self=0x6d123458 I/dalvikvm(13466): | sysTid=13877 nice=0 sched=0/0 cgrp=apps handle=1857483856 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "CurrentTrack" prio=5 tid=13 WAIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x423b4a10 self=0x6d1301b8 I/dalvikvm(13466): | sysTid=13501 nice=0 sched=0/0 cgrp=apps handle=1829925592 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=14 stm=7 core=0 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x423b4ad0> (a java.lang.VMThread) held by tid=13 (CurrentTrack) I/dalvikvm(13466): at java.lang.Thread.parkFor(Thread.java:1231) I/dalvikvm(13466): at sun.misc.Unsafe.park(Unsafe.java:323) I/dalvikvm(13466): at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159) I/dalvikvm(13466): at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019) I/dalvikvm(13466): at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "TrackOverlay" prio=5 tid=12 WAIT I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x423b1380 self=0x6d128bc0 I/dalvikvm(13466): | sysTid=13500 nice=0 sched=0/0 cgrp=apps handle=1829925944 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=133 stm=6 core=0 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x423b1440> (a java.lang.VMThread) held by tid=12 (TrackOverlay) I/dalvikvm(13466): at java.lang.Thread.parkFor(Thread.java:1231) I/dalvikvm(13466): at sun.misc.Unsafe.park(Unsafe.java:323) I/dalvikvm(13466): at java.util.concurrent.locks.LockSupport.park(LockSupport.java:159) I/dalvikvm(13466): at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2019) I/dalvikvm(13466): at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:413) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1013) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1073) I/dalvikvm(13466): at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:573) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "DispatcherThread" prio=5 tid=10 NATIVE I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x42312d50 self=0x6d1667d0 I/dalvikvm(13466): | sysTid=13491 nice=0 sched=0/0 cgrp=apps handle=1829640224 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=1 stm=2 core=1 I/dalvikvm(13466): #00 pc 00018004 /system/lib/libc.so (epollwait+12) I/dalvikvm(13466): #01 pc 00014d21 /system/lib/libutils.so (android::Looper::pollInner(int)+96) I/dalvikvm(13466): #02 pc 00014f89 /system/lib/libutils.so (android::Looper::pollOnce(int, int, int, void*)+104) I/dalvikvm(13466): #03 pc 00068e2f /system/lib/libandroid_runtime.so (android::NativeMessageQueue::pollOnce(JNIEnv, int)+22) I/dalvikvm(13466): #04 pc 00020210 /system/lib/libdvm.so (dvmPlatformInvoke+112) I/dalvikvm(13466): #05 pc 0004f875 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const, JValue, Method const, Thread)+396) I/dalvikvm(13466): #06 pc 000296a0 /system/lib/libdvm.so I/dalvikvm(13466): #07 pc 0002d7ec /system/lib/libdvm.so (dvmInterpret(Thread, Method const, JValue)+184) I/dalvikvm(13466): #08 pc 00062261 /system/lib/libdvm.so (dvmCallMethodV(Thread, Method const, Object, bool, JValue_, std::valist)+272) I/dalvikvm(13466): #09 pc 0006228b /system/lib/libdvm.so (dvmCallMethod(Thread, Method const, Object, JValue_, ...)+20) I/dalvikvm(13466): #10 pc 00056e0b /system/lib/libdvm.so I/dalvikvm(13466): #11 pc 0000e4f8 /system/lib/libc.so (thread_entry+72) I/dalvikvm(13466): #12 pc 0000dbe4 /system/lib/libc.so (pthread_create+160) I/dalvikvm(13466): at android.os.MessageQueue.nativePollOnce(Native Method) I/dalvikvm(13466): at android.os.MessageQueue.next(MessageQueue.java:125) I/dalvikvm(13466): at android.os.Looper.loop(Looper.java:124) I/dalvikvm(13466): at android.os.HandlerThread.run(HandlerThread.java:60) I/dalvikvm(13466): I/dalvikvm(13466): "Binder_2" prio=5 tid=9 SUSPENDED I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x422e38a0 self=0x70fbe730 I/dalvikvm(13466): | sysTid=13480 nice=0 sched=0/0 cgrp=apps handle=1830575688 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "Binder_1" prio=5 tid=8 SUSPENDED I/dalvikvm(13466): | group="main" sCount=1 dsCount=0 obj=0x422e3740 self=0x70fbf0a8 I/dalvikvm(13466): | sysTid=13479 nice=0 sched=0/0 cgrp=apps handle=1830579600 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "FinalizerWatchdogDaemon" daemon prio=5 tid=7 WAIT I/dalvikvm(13466): | group="system" sCount=1 dsCount=0 obj=0x422def90 self=0x6d0c07b8 I/dalvikvm(13466): | sysTid=13478 nice=0 sched=0/0 cgrp=apps handle=1847783624 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=0 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x40ff47f0> (a java.lang.Daemons$FinalizerWatchdogDaemon) I/dalvikvm(13466): at java.lang.Object.wait(Object.java:364) I/dalvikvm(13466): at java.lang.Daemons$FinalizerWatchdogDaemon.waitForObject(Daemons.java:230) I/dalvikvm(13466): at java.lang.Daemons$FinalizerWatchdogDaemon.run(Daemons.java:207) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "FinalizerDaemon" daemon prio=5 tid=6 WAIT I/dalvikvm(13466): | group="system" sCount=1 dsCount=0 obj=0x422dee38 self=0x6d0c1888 I/dalvikvm(13466): | sysTid=13477 nice=0 sched=0/0 cgrp=apps handle=1847783424 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=13 stm=3 core=0 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x40fe06d0> (a java.lang.ref.ReferenceQueue) I/dalvikvm(13466): at java.lang.Object.wait(Object.java:401) I/dalvikvm(13466): at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:102) I/dalvikvm(13466): at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:73) I/dalvikvm(13466): at java.lang.Daemons$FinalizerDaemon.run(Daemons.java:170) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "ReferenceQueueDaemon" daemon prio=5 tid=5 WAIT I/dalvikvm(13466): | group="system" sCount=1 dsCount=0 obj=0x422decd0 self=0x6d0b59d0 I/dalvikvm(13466): | sysTid=13473 nice=0 sched=0/0 cgrp=apps handle=1635883552 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=0 I/dalvikvm(13466): at java.lang.Object.wait(Native Method) I/dalvikvm(13466): - waiting on <0x40fe05f8> I/dalvikvm(13466): at java.lang.Object.wait(Object.java:364) I/dalvikvm(13466): at java.lang.Daemons$ReferenceQueueDaemon.run(Daemons.java:130) I/dalvikvm(13466): at java.lang.Thread.run(Thread.java:856) I/dalvikvm(13466): I/dalvikvm(13466): "Compiler" daemon prio=5 tid=4 VMWAIT I/dalvikvm(13466): | group="system" sCount=1 dsCount=0 obj=0x422debe0 self=0x6d0c2dd8 I/dalvikvm(13466): | sysTid=13472 nice=0 sched=0/0 cgrp=apps handle=1635883488 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=34 stm=37 core=0 I/dalvikvm(13466): #00 pc 00018224 /system/lib/libc.so (futex_syscall3+8) I/dalvikvm(13466): #01 pc 0000e53c /system/lib/libc.so (pthread_cond_timedwait_relative+48) I/dalvikvm(13466): #02 pc 0000e598 /system/lib/libc.so (pthread_cond_timedwait+60) I/dalvikvm(13466): #03 pc 00075505 /system/lib/libdvm.so I/dalvikvm(13466): #04 pc 000564f7 /system/lib/libdvm.so I/dalvikvm(13466): #05 pc 0000e4f8 /system/lib/libc.so (thread_entry+72) I/dalvikvm(13466): #06 pc 0000dbe4 /system/lib/libc.so (pthread_create+160) I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "Signal Catcher" daemon prio=5 tid=3 RUNNABLE I/dalvikvm(13466): | group="system" sCount=0 dsCount=0 obj=0x422deae8 self=0x6d0c1d30 I/dalvikvm(13466): | sysTid=13471 nice=0 sched=0/0 cgrp=apps handle=1635883288 I/dalvikvm(13466): | state=R schedstat=( 0 0 0 ) utm=2 stm=3 core=0 E/MP-Decision( 1696): num online cores: 2 reqd : 4 available : 4 rq_depth:6.100000 hotplug_avg_load_dw: 167 E/MP-Decision( 1696): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 total_time_up:0.000000 E/MP-Decision( 1696): UP cpu:2 core_idx:2 Nw:2.700000 Tw:90 total_time_up:92.000000 I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): "GC" daemon prio=5 tid=2 VMWAIT I/dalvikvm(13466): | group="system" sCount=1 dsCount=0 obj=0x422dea08 self=0x4008d0a0 I/dalvikvm(13466): | sysTid=13470 nice=0 sched=0/0 cgrp=apps handle=1830589408 I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=114 stm=16 core=0 E/MP-Decision( 1696): UP cpu:3 core_idx:3 Nw:3.500000 Tw:90 total_time_up:92.000000 I/dalvikvm(13466): #00 pc 00018224 /system/lib/libc.so (futex_syscall3+8) I/dalvikvm(13466): #01 pc 0000e53c /system/lib/libc.so (__pthread_cond_timedwait_relative+48) I/dalvikvm(13466): #02 pc 0000e598 /system/lib/libc.so (pthread_cond_timedwait+60) I/dalvikvm(13466): #03 pc 0007416b /system/lib/libdvm.so I/dalvikvm(13466): #04 pc 000564f7 /system/lib/libdvm.so I/dalvikvm(13466): #05 pc 0000e4f8 /system/lib/libc.so (__thread_entry+72) I/dalvikvm(13466): #06 pc 0000dbe4 /system/lib/libc.so (pthread_create+160) I/dalvikvm(13466): at dalvik.system.NativeStart.run(Native Method) I/dalvikvm(13466): I/dalvikvm(13466): NATIVE THREADS: I/dalvikvm(13466): "com.robert.maps" sysTid=13493 nice=0 sched=0/0 cgrp=apps I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=513 stm=6 core=0 I/dalvikvm(13466): I/dalvikvm(13466): "Binder4" sysTid=16197 nice=0 sched=0/0 cgrp=apps I/dalvikvm(13466): | state=S schedstat=( 0 0 0 ) utm=0 stm=0 core=1 I/dalvikvm(13466): E/dalvikvm(13466): threadid=3: stuck on threadid=1, giving up D/dalvikvm(13466): threadid=3: sending two SIGSTKFLTs to threadid=1 (tid=13466) to cause debuggerd dump F/libc (13466): Fatal signal 16 (SIGSTKFLT) at 0x0000349a (code=-6), thread 13466 (com.robert.maps) I/DEBUG (11503): ** * * * * * * * * * * * * * * *** I/DEBUG (11503): Build fingerprint: 'samsung/jflteuc/jflteatt:4.2.2/JDQ39/I337UCUAMF3:user/release-keys' I/DEBUG (11503): Revision: '10' I/DEBUG (11503): pid: 13466, tid: 13466, name: com.robert.maps >>> com.robert.maps <<< I/DEBUG (11503): signal 16 (SIGSTKFLT), code -6 (?), fault addr -------- I/DEBUG (11503): r0 00000000 r1 7ff80000 r2 7fefffff r3 00000001 I/DEBUG (11503): r4 40affd48 r5 6d029c80 r6 40faab90 r7 00003805 I/DEBUG (11503): r8 40af5380 r9 00000052 sl 0000000a fp 00000000 I/DEBUG (11503): ip 40b89ce0 sp bec52588 lr 40affd50 pc 40af47b4 cpsr 20000010 I/DEBUG (11503): d0 7ff8000000000000 d1 0000000000000000 I/DEBUG (11503): d2 3fa5554de1821f9e d3 3efa019d128c8950 I/DEBUG (11503): d4 be927e4f809c52ad d5 c008000000000000 I/DEBUG (11503): d6 4010000000000000 d7 c008000000000000 I/DEBUG (11503): d8 7ff8000000000000 d9 3ff921fb54442d18 I/DEBUG (11503): d10 7ff8000000000000 d11 7ff8000000000000 I/DEBUG (11503): d12 7ff8000000000000 d13 7ff8000000000000 I/DEBUG (11503): d14 7ff8000000000000 d15 7ff8000000000000 I/DEBUG (11503): d16 3f24f5c5f3258442 d17 bc71080000000000 I/DEBUG (11503): d18 3edbf25380f03d09 d19 3e124e185bd2550d I/DEBUG (11503): d20 3fefff5851d066d4 d21 3f14f5c5f3258000 I/DEBUG (11503): d22 3fb10d66a0d03d51 d23 bfb3b0f2af749a6d I/DEBUG (11503): d24 3fb745cdc54c206e d25 bfbc71c6fe231671 I/DEBUG (11503): d26 3fc24924920083ff d27 bfc999999998ebc4 I/DEBUG (11503): d28 3fd555555555550d d29 3fac2abfa42f22ec I/DEBUG (11503): d30 0000000000000000 d31 0000000000000000 I/DEBUG (11503): scr 30000013 I/DEBUG (11503): I/DEBUG (11503): backtrace: I/DEBUG (11503): #00 pc 0001f7b4 /system/lib/libdvm.so I/DEBUG (11503): #01 pc 0002ad4c /system/lib/libdvm.so (javaLangMathsin(unsigned int, unsigned int, unsigned int, unsigned int, JValue)+4) I/DEBUG (11503): #02 pc 00075023 /dev/ashmem/dalvik-jit-code-cache (deleted) I/DEBUG (11503): I/DEBUG (11503): stack: I/DEBUG (11503): bec52548 2fc8c5b9
I/DEBUG (11503): bec5254c 3f89e5f6
I/DEBUG (11503): bec52550 9ff069b9
I/DEBUG (11503): bec52554 3f89e5f6
I/DEBUG (11503): bec52558 f0000000
I/DEBUG (11503): bec5255c 3c29d9cc
I/DEBUG (11503): bec52560 40b8f5b8 /system/lib/libdvm.so I/DEBUG (11503): bec52564 40b0114c /system/lib/libdvm.so (dvmMalloc(unsigned int, int)+60) I/DEBUG (11503): bec52568 3ff00000
I/DEBUG (11503): bec5256c 075a4bc4
I/DEBUG (11503): bec52570 6e89f3b0 /data/dalvik-cache/data@app@com.robert.maps-1.apk@classes.dex I/DEBUG (11503): bec52574 40faab90
I/DEBUG (11503): bec52578 40affd60 /system/lib/libdvm.so (javaLangMathcos(unsigned int, unsigned int, unsigned int, unsigned int, JValue)) I/DEBUG (11503): bec5257c 40faab90
I/DEBUG (11503): bec52580 df0027ad
I/DEBUG (11503): bec52584 00000000
I/DEBUG (11503): #00 bec52588 00000001
I/DEBUG (11503): ........ ........ I/DEBUG (11503): #01 bec52588 00000001
I/DEBUG (11503): bec5258c 76dbf025 /dev/ashmem/dalvik-jit-code-cache (deleted) I/DEBUG (11503): #02 bec52590 40faaba0
I/DEBUG (11503): bec52594 00003805
I/DEBUG (11503): bec52598 6d244ef8 /dev/ashmem/dalvik-LinearAlloc (deleted) I/DEBUG (11503): bec5259c 40faab90
I/DEBUG (11503): bec525a0 40b89c54 /system/lib/libdvm.so I/DEBUG (11503): bec525a4 6d2fe200 /dev/ashmem/dalvik-LinearAlloc (deleted) I/DEBUG (11503): bec525a8 fffffe30
I/DEBUG (11503): bec525ac bec525cc [stack] I/DEBUG (11503): bec525b0 bec52670 [stack] I/DEBUG (11503): bec525b4 00000000
I/DEBUG (11503): bec525b8 422e22f4 /dev/ashmem/dalvik-heap (deleted) I/DEBUG (11503): bec525bc 40b027f0 /system/lib/libdvm.so (dvmInterpret(Thread, Method const, JValue)+188) I/DEBUG (11503): bec525c0 bec525f0 [stack] I/DEBUG (11503): bec525c4 40b1c5bb /system/lib/libdvm.so (dvmHashTableLookup(HashTable, unsigned int, void, int ()(void const, void const), bool)+50) I/DEBUG (11503): bec525c8 40b8f5b8 /system/lib/libdvm.so I/DEBUG (11503): bec525cc 6f3abb2c /system/framework/framework.odex I/DEBUG (11503): I/DEBUG (11503): memory near r1: I/DEBUG (11503): 7ff7ffe0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff7fff0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80000 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80010 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80020 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80030 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80040 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80050 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80060 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80070 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80080 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff80090 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff800a0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff800b0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff800c0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff800d0 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): I/DEBUG (11503): memory near r2: I/DEBUG (11503): 7fefffdc ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7fefffec ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7feffffc ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0000c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0001c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0002c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0003c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0004c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0005c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0006c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0007c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0008c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff0009c ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff000ac ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff000bc ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 7ff000cc ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): I/DEBUG (11503): memory near r4: I/DEBUG (11503): 40affd28 e5831004 e12fff1e e1a02000 e1a03001
I/DEBUG (11503): 40affd38 e3a00001 e59d1000 e1c120f0 e12fff1e
I/DEBUG (11503): 40affd48 e92d4008 ebffd298 e59d3008 e1c300f0
I/DEBUG (11503): 40affd58 e3a00001 e8bd8008 e92d4008 ebffd295
I/DEBUG (11503): 40affd68 e59d3008 e1c300f0 e3a00001 e8bd8008
I/DEBUG (11503): 40affd78 e92d4008 e1a02000 e1a03001 ec432b31
I/DEBUG (11503): 40affd88 eef10be1 eef40b60 eef1fa10 1a000003
I/DEBUG (11503): 40affd98 e59d3008 e3a00001 edc30b00 e8bd8008
I/DEBUG (11503): 40affda8 ebffd25a ec410b30 eafffff8 e92d4010
I/DEBUG (11503): 40affdb8 e2504000 0a000006 e5941014 e3a00001
I/DEBUG (11503): 40affdc8 e59d3008 e2712001 33a02000 e5832000
I/DEBUG (11503): 40affdd8 e8bd8010 eb019f00 e1a00004 e8bd8010
I/DEBUG (11503): 40affde8 e92d4010 e2504000 0a000004 e5942014
I/DEBUG (11503): 40affdf8 e3a00001 e59d3008 e5832000 e8bd8010
I/DEBUG (11503): 40affe08 eb019ef5 e1a00004 e8bd8010 e92d4010
I/DEBUG (11503): 40affe18 e2504000 0a000025 e594c008 e3520000
I/DEBUG (11503): I/DEBUG (11503): memory near r5: I/DEBUG (11503): 6d029c60 3fe50adb 33145c07 3c91a626 6d029e24
I/DEBUG (11503): 6d029c70 6e8954a8 6d597a50 6e89f3a8 00000000
I/DEBUG (11503): 6d029c80 325d2c5d 3fe50adb 33145c07 3c91a626
I/DEBUG (11503): 6d029c90 1f4dbac9 3ff00215 f50b82b2 3f40a644
I/DEBUG (11503): 6d029ca0 6d029d4c 6e89fa66 6d59e830 6e89fe22
I/DEBUG (11503): 6d029cb0 40000000 415854a6 4c2fb880 42c27fd9
I/DEBUG (11503): 6d029cc0 54442d18 3ff921fb 141c97d0 41583fc4
I/DEBUG (11503): 6d029cd0 2eeb8ab9 42c26025 435bc456 3fd351e5
I/DEBUG (11503): 6d029ce0 00000000 7ff80000 33145c07 3c91a626
I/DEBUG (11503): 6d029cf0 6d029d20 6e89f842 00000000 7ff80000
I/DEBUG (11503): 6d029d00 00000000 7ff80000 a11984d1 3feabcbd
I/DEBUG (11503): 6d029d10 00000000 7ff80000 84f3e128 3f6b775a
I/DEBUG (11503): 6d029d20 6d029d54 6e89e8d8 6d59ec30 6e89e856
I/DEBUG (11503): 6d029d30 00000000 00aba950 84f3e128 3f6b775a
I/DEBUG (11503): 6d029d40 40000000 415854a6 141c97d0 41583fc4
I/DEBUG (11503): 6d029d50 37ffbcd4 3fe2a9c7 00000001 3e32d3c8
I/DEBUG (11503): I/DEBUG (11503): memory near r6: I/DEBUG (11503): 40faab70 6176616a 2e6f692e 64706d74 2f3d7269
I/DEBUG (11503): 40faab80 61636473 00006472 00000000 00000453
I/DEBUG (11503): 40faab90 6e89784e 6d029c80 6d597a50 40043000
I/DEBUG (11503): 40faaba0 00000000 7ff80000 bec52598 00000000
I/DEBUG (11503): 40faabb0 bec525cc 00000001 00020010 40afa2c0
I/DEBUG (11503): 40faabc0 00000001 00000000 6c3e0570 6d025300
I/DEBUG (11503): 40faabd0 00000000 00000000 00000001 00006000
I/DEBUG (11503): 40faabe0 00000000 401115dc 40af5380 40afa2c0
I/DEBUG (11503): 40faabf0 00000000 40afe3bc 40afe430 40afe2e0
I/DEBUG (11503): 40faac00 40afe300 40afe35c 00000000 76dbef8d
I/DEBUG (11503): 40faac10 6eb515a8 00000028 76d8929d bec522d0
I/DEBUG (11503): 40faac20 6f2a17bc 00000006 0000108f 40b8fcec
I/DEBUG (11503): 40faac30 00000000 6d2e9d18 00000006 406410b8
I/DEBUG (11503): 40faac40 00000001 00000080 00000200 00000001
I/DEBUG (11503): 40faac50 0000002d 6e89f596 6e89f390 00000059
I/DEBUG (11503): 40faac60 6e89f446 6d597a50 b496cda0 b4b3ceec
I/DEBUG (11503): I/DEBUG (11503): memory near r7: I/DEBUG (11503): 000037e4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 000037f4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003804 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003814 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003824 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003834 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003844 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003854 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003864 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003874 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003884 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 00003894 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 000038a4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 000038b4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 000038c4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): 000038d4 ffffffff ffffffff ffffffff ffffffff
I/DEBUG (11503): I/DEBUG (11503): memory near r8: I/DEBUG (11503): 40af5360 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af5370 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af5380 e1f470b2 e207c0ff e088f30c e92d4ff0
I/DEBUG (11503): 40af5390 e24dd004 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af53a0 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af53b0 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af53c0 e1a01627 e7e30457 e1f470b2 e7952101
I/DEBUG (11503): 40af53d0 e207c0ff e7852100 e088f30c e320f000
I/DEBUG (11503): 40af53e0 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af53f0 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af5400 e1d410b2 e1a00427 e1f470b4 e7952101
I/DEBUG (11503): 40af5410 e207c0ff e7852100 e088f30c e320f000
I/DEBUG (11503): 40af5420 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af5430 e320f000 e320f000 e320f000 e320f000
I/DEBUG (11503): 40af5440 e1d410b4 e1d400b2 e1f470b6 e7952101
I/DEBUG (11503): 40af5450 e207c0ff e7852100 e088f30c e320f000
I/DEBUG (11503): I/DEBUG (11503): memory near ip: I/DEBUG (11503): 40b89cc0 40271029 40271051 4027c8c8 4025f685
I/DEBUG (11503): 40b89cd0 4027c740 400e28e9 400e28f7 400764f8
I/DEBUG (11503): 40b89ce0 40076180 4027afe4 4027b054 40271e70
I/DEBUG (11503): 40b89cf0 40271858 40271d88 4029e4a8 402721e0
I/DEBUG (11503): 40b89d00 402725bc 40271644 4027ce0c 405a3487
I/DEBUG (11503): 40b89d10 405b9695 400e28e9 405b9699 400e28f7
I/DEBUG (11503): 40b89d20 40289809 40276891 4027d900 4027b8c4
I/DEBUG (11503): 40b89d30 40271b44 40281175 402725c4 40281465
I/DEBUG (11503): 40b89d40 4028917f 40272108 401170bc 4027cb60
I/DEBUG (11503): 40b89d50 402800a3 40273009 4027d049 400a3c68
I/DEBUG (11503): 40b89d60 4027c2c4 40289575 40289135 40272188
I/DEBUG (11503): 40b89d70 40272504 40285ea9 40282e2d 4027ca68
I/DEBUG (11503): 40b89d80 4027af64 402855f5 4029d1b0 4027ba6c
I/DEBUG (11503): 40b89d90 40285f3d 402893b9 40288981 4029d258
I/DEBUG (11503): 40b89da0 40289775 40284cb9 40282dd1 4027c18c
I/DEBUG (11503): 40b89db0 4029d18d 402811e5 40287049 40289479
I/DEBUG (11503): I/DEBUG (11503): memory near sp: I/DEBUG (11503): bec52568 3ff00000 075a4bc4 6e89f3b0 40faab90
I/DEBUG (11503): bec52578 40affd60 40faab90 df0027ad 00000000
I/DEBUG (11503): bec52588 00000001 76dbf025 40faaba0 00003805
I/DEBUG (11503): bec52598 6d244ef8 40faab90 40b89c54 6d2fe200
I/DEBUG (11503): bec525a8 fffffe30 bec525cc bec52670 00000000
I/DEBUG (11503): bec525b8 422e22f4 40b027f0 bec525f0 40b1c5bb
I/DEBUG (11503): bec525c8 40b8f5b8 6f3abb2c 6d02aec0 6d214390
I/DEBUG (11503): bec525d8 6e6fe000 422e2260 00000007 bec52708
I/DEBUG (11503): bec525e8 00000000 bec5273c 00000000 00000000
I/DEBUG (11503): bec525f8 00000000 00000000 00000000 00000000
I/DEBUG (11503): bec52608 00000000 00000000 00000000 00000000
I/DEBUG (11503): bec52618 00000000 00000000 00000000 00000000
I/DEBUG (11503): bec52628 00000000 00000000 40faab90 6d2fe200
I/DEBUG (11503): bec52638 40b89c54 00000001 6d02aed4 422e22f4
I/DEBUG (11503): bec52648 00000001 40b3753b 00000003 40faab90
I/DEBUG (11503): bec52658 00000000 6d2fe200 40faab90 40fdb2a8
I/DEBUG (11503): I/DEBUG (11503): code around pc: I/DEBUG (11503): 40af4794 e28cca95 e5bcf538 e28fc600 e28cca95
I/DEBUG (11503): 40af47a4 e5bcf530 e28fc600 e28cca95 e5bcf528
I/DEBUG (11503): 40af47b4 e28fc600 e28cca95 e5bcf520 e28fc600
I/DEBUG (11503): 40af47c4 e28cca95 e5bcf518 e28fc600 e28cca95
I/DEBUG (11503): 40af47d4 e5bcf510 e28fc600 e28cca95 e5bcf508
I/DEBUG (11503): 40af47e4 e28fc600 e28cca95 e5bcf500 e28fc600
I/DEBUG (11503): 40af47f4 e28cca95 e5bcf4f8 e28fc600 e28cca95
I/DEBUG (11503): 40af4804 e5bcf4f0 e28fc600 e28cca95 e5bcf4e8
I/DEBUG (11503): 40af4814 e28fc600 e28cca95 e5bcf4e0 e28fc600
I/DEBUG (11503): 40af4824 e28cca95 e5bcf4d8 e28fc600 e28cca95
I/DEBUG (11503): 40af4834 e5bcf4d0 e28fc600 e28cca95 e5bcf4c8
I/DEBUG (11503): 40af4844 e28fc600 e28cca95 e5bcf4c0 e28fc600
I/DEBUG (11503): 40af4854 e28cca95 e5bcf4b8 e28fc600 e28cca95
I/DEBUG (11503): 40af4864 e5bcf4b0 e28fc600 e28cca95 e5bcf4a8
I/DEBUG (11503): 40af4874 e28fc600 e28cca95 e5bcf4a0 e28fc600
I/DEBUG (11503): 40af4884 e28cca95 e5bcf498 e28fc600 e28cca95
I/DEBUG (11503): I/DEBUG (11503): code around lr: I/DEBUG (11503): 40affd30 e1a02000 e1a03001 e3a00001 e59d1000
I/DEBUG (11503): 40affd40 e1c120f0 e12fff1e e92d4008 ebffd298
I/DEBUG (11503): 40affd50 e59d3008 e1c300f0 e3a00001 e8bd8008
I/DEBUG (11503): 40affd60 e92d4008 ebffd295 e59d3008 e1c300f0
I/DEBUG (11503): 40affd70 e3a00001 e8bd8008 e92d4008 e1a02000
I/DEBUG (11503): 40affd80 e1a03001 ec432b31 eef10be1 eef40b60
I/DEBUG (11503): 40affd90 eef1fa10 1a000003 e59d3008 e3a00001
I/DEBUG (11503): 40affda0 edc30b00 e8bd8008 ebffd25a ec410b30
I/DEBUG (11503): 40affdb0 eafffff8 e92d4010 e2504000 0a000006
I/DEBUG (11503): 40affdc0 e5941014 e3a00001 e59d3008 e2712001
I/DEBUG (11503): 40affdd0 33a02000 e5832000 e8bd8010 eb019f00
I/DEBUG (11503): 40affde0 e1a00004 e8bd8010 e92d4010 e2504000
I/DEBUG (11503): 40affdf0 0a000004 e5942014 e3a00001 e59d3008
I/DEBUG (11503): 40affe00 e5832000 e8bd8010 eb019ef5 e1a00004
I/DEBUG (11503): 40affe10 e8bd8010 e92d4010 e2504000 0a000025
I/DEBUG (11503): 40affe20 e594c008 e3520000 e5940010 e28c3010
E/MP-Decision( 1696): num online cores: 4 reqd : 3 available : 4 rq_depth:2.500000 hotplug_avg_load_dw: 88 E/MP-Decision( 1696): DOWN cpu:3 core_idx:3 Ns:3.100000 Ts:240 total_time_down:241.000000 I/DEBUG (11503): !@dumpstate -k -t -z -d -o /data/log/dumpstate_app_native -m 13466 I/BootReceiver( 8482): Copying /data/tombstones/tombstone_01 to DropBox (SYSTEM_TOMBSTONE) I/dumpstate(16219): begin I/dumpstate(16219): dumpstate is still running D/dalvikvm( 8482): GC_FOR_ALLOC freed 1460K, 20% free 53790K/66964K, paused 146ms, total 146ms D/lights ( 8482): button : 0 + D/lights ( 8482): button : 0 - E/MP-Decision( 1696): num online cores: 3 reqd : 2 available : 4 rq_depth:1.500000 hotplug_avg_load_dw: 90 E/MP-Decision( 1696): DOWN cpu:2 core_idx:2 Ns:2.100000 Ts:240 total_time_down:243.000000 E/MP-Decision( 1696): num online cores: 2 reqd : 3 available : 4 rq_depth:2.700000 hotplug_avg_load_dw: 89 E/MP-Decision( 1696): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 total_time_up:0.000000 E/MP-Decision( 1696): UP cpu:2 core_idx:2 Nw:2.700000 Tw:90 total_time_up:98.000000 E/QcrilMsgTunnelSocket(10554): IOExceptionjava.io.IOException: No such file or directoryReason: No such file or directory D/LocationManagerService( 8482): Location listener died D/LocationManagerService( 8482): Location listener died I/LocationManagerService( 8482): remove 4330e028 I/InputDispatcher( 8482): Dropped event because it is stale. I/LocationManagerService( 8482): remove 43286480 D/LocationManagerService( 8482): provider request: network ProviderRequest[ON interval=+24h0m0s0ms] I/InputDispatcher( 8482): Delivering touch to current input target: action: 0x3 I/InputDispatcher( 8482): Delivering touch to current input target: action: 0x3 I/InputDispatcher( 8482): Delivering touch to current input target: action: 0x3 D/PowerManagerService( 8482): [s] UserActivityState : 0 -> 1 I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. D/lights ( 8482): button : 1 + D/lights ( 8482): button : 1 - I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Dropped event because it is stale. I/InputDispatcher( 8482): Delivering touch to current input target: action: 0x0 I/InputDispatcher( 8482): Delivering touch to current input target: action: 0x0 D/PowerManagerService( 8482): [api] userActivityFromNative : 420 (event: 2 flags: 0) I/InputDispatcher( 8482): Delivering touch to current input target: action: 0x0 I/SurfaceFlinger( 215): id=121 Removed NainActivit (2/4) I/SurfaceFlinger( 215): id=121 Removed NainActivit (-2/4) I/SurfaceFlinger( 215): id=121 Removed NainActivit (-2/4) D/qdmemalloc( 215): ion: unmap_buffer base:0x0 size:8355840 offset:0 fd:75 D/qdmemalloc( 215): ion: unmap_buffer base:0x0 size:4096 offset:0 fd:76 E/WifiHW ( 8482): ##################### set firmware type 0 ##################### D/WifiStateMachine( 8482): setWifiEnabled : WifiNative.setFwType(0) V/WindowManager( 8482): Window{42e10670 u0 Keyguard}mOrientationRequetedFromKeyguard=false I/wpa_supplicant( 9647): Scan requested (ret=0) - scan timeout 30 seconds D/PointerIcon( 8482): setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0 D/PointerIcon( 8482): setHoveringSpenCustomIcon IconType is same.1 D/qdmemalloc( 215): ion: unmap_buffer base:0x0 size:8355840 offset:0 fd:57 D/qdmemalloc( 215): ion: unmap_buffer base:0x0 size:4096 offset:0 fd:59 D/qdmemalloc( 215): ion: unmap_buffer base:0x0 size:8355840 offset:0 fd:36 D/qdmemalloc( 215): ion: unmap_buffer base:0x0 size:4096 offset:0 fd:66 D/BatteryService( 8482): update start D/BatteryService( 8482): level:75, scale:100, status:2, health:2, present:true, voltage: 3965, temperature: 277, technology: Li-ion, AC powered:false, USB powered:true, Wireless powered:false, icon:17303320, invalid charger:0, online:4, charge type:1, current avg:460 D/Zygote ( 8245): Process 13466 terminated by signal (16) E/MP-Decision( 1696): num online cores: 3 reqd : 2 available : 4 rq_depth:0.400000 hotplug_avg_load_dw: 32 E/MP-Decision( 1696): DOWN cpu:2 core_idx:2 Ns:2.100000 Ts:240 total_time_down:245.000000 I/Monitor ( 8482): SIOP:: Current AP = 400, CP = 0 D/STATUSBAR-NetworkController( 8773): refreshSignalCluster: data=-1 bt=false D/STATUSBAR-NetworkController( 8773): refreshSignalCluster: data=-1 bt=false W/SignalStrength( 8482): Size of signalstrength parcel:172 W/SignalStrength( 8482): getLTELevel - rsrp:-108 snr:-18 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8773): Size of signalstrength parcel:176 W/SignalStrength( 8899): Size of signalstrength parcel:176 W/SignalStrength( 9788): Size of signalstrength parcel:176 W/SignalStrength(10585): Size of signalstrength parcel:176 W/SignalStrength( 8482): getLteLevel =2 W/SignalStrength( 8482): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 20 -108 13 -18 2147483647 -120 gsm|lte 0x2) W/SignalStrength( 8773): getLTELevel - rsrp:-108 snr:-18 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8773): getLteLevel =2 W/SignalStrength( 8773): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 20 -108 13 -18 2147483647 -120 gsm|lte 0x2) W/SignalStrength( 8773): getLTELevel - rsrp:-108 snr:-18 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8773): getLteLevel =2 W/SignalStrength( 8773): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 20 -108 13 -18 2147483647 -120 gsm|lte 0x2) D/STATUSBAR-NetworkController( 8773): onSignalStrengthsChanged signalStrength=SignalStrength: 99 0 -120 -160 -120 -1 -1 20 -108 13 -18 2147483647 -120 gsm|lte 0x2 level=2 E/MP-Decision( 1696): num online cores: 2 reqd : 1 available : 4 rq_depth:0.700000 hotplug_avg_load_dw: 18 E/MP-Decision( 1696): DOWN cpu:1 core_idx:1 Ns:1.100000 Ts:190 total_time_down:97.000000 E/QcrilMsgTunnelSocket(10554): IOExceptionjava.io.IOException: No such file or directoryReason: No such file or directory I/wpa_supplicant( 9647): nl80211: Received scan results (9 BSSes) D/Tethering( 8482): interfaceLinkStateChanged wlan0, true D/Tethering( 8482): interfaceStatusChanged wlan0, true I/WifiStateMachine( 8482): There are no configured NW[0] in scanResults I/WifiStateMachine( 8482): There are no configured NW[3] in scanResults I/WifiStateMachine( 8482): There are no configured NW[5] in scanResults I/WifiStateMachine( 8482): There are no configured NW[6] in scanResults I/WifiStateMachine( 8482): There are no configured NW[7] in scanResults I/WifiStateMachine( 8482): There are no configured NW[8] in scanResults V/AlarmManager( 8482): waitForAlarm result :4 I/dumpstate(16205): done D/lights ( 8482): button : 0 + D/lights ( 8482): button : 0 - D/STATUSBAR-StatusBarManagerService( 8482): manageDisableList what=0x0 pkg=WindowManager.LayoutParams D/PointerIcon( 8482): setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0 D/PointerIcon( 8482): setHoveringSpenCustomIcon IconType is same.1 V/WindowManager( 8482): Window{42e10670 u0 Keyguard}mOrientationRequetedFromKeyguard=false D/BatteryService( 8482): Sending ACTION_BATTERY_CHANGED. I/ActivityManager( 8482): Process com.robert.maps (pid 13466) (adj 0) has died. W/ContextImpl( 8482): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1323 com.android.server.am.ActivityManagerService.cleanUpApplicationRecordLocked:12315 com.android.server.am.ActivityManagerService.handleAppDiedLocked:3552 com.android.server.am.ActivityManagerService.appDiedLocked:3656 com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied:998 W/ContextImpl( 8482): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1337 com.android.server.am.ActivityStack.removeHistoryRecordsForAppLocked:6192 com.android.server.am.ActivityManagerService.handleAppDiedLocked:3586 com.android.server.am.ActivityManagerService.appDiedLocked:3656 com.android.server.am.ActivityManagerService$AppDeathRecipient.binderDied:998 I/CustomFrequencyManager( 8482): newFrequencyRequest - mFrequency = 1350000, mTimeoutMs = -1, mPkgName = ACTIVITY_RESUME_BOOSTER@6 I/CustomFrequencyManager( 8482): Boost Request from package = ACTIVITY_RESUME_BOOSTER@6 frequency : 1350000type = 6 I/CustomFrequencyManager( 8482): !! pkgName = ACTIVITY_RESUME_BOOSTER@6 I/CustomFrequencyManager( 8482): Request from package name pkgName = ACTIVITY_RESUME_BOOSTER@6 I/CustomFrequencyManager( 8482): mContext is Not Null mContext.pkgName = android I/CustomFrequencyManager( 8482): 2 Old token will be reused! I/CustomFrequencyManager( 8482): CPUDVFSControlRequest : doFrequencyRequest:: = 1350000 Timeout : -1 I/power ( 8482): *** acquire_dvfs_lock : lockType : 1 freq : 1350000 W/ActivityManager( 8482): Force removing ActivityRecord{42bfeda8 u0 com.robert.maps/.applib.MainActivity}: app died, no saved state D/CustomFrequencyManagerService( 8482): acquireDVFSLockLocked : type : DVFS_MIN_LIMIT frequency : 1350000 uid : 1000 pid : 8482 pkgName : ACTIVITY_RESUME_BOOSTER@6 W/ActivityManager( 8482): mDVFSHelper.acquire() W/ContextImpl( 8482): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1323 com.android.server.am.ActivityManagerService.computeOomAdjLocked:14825 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15116 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15311 com.android.server.am.ActivityManagerService.updateLruProcessLocked:2199 W/ContextImpl( 8482): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1323 com.android.server.am.ActivityManagerService.computeOomAdjLocked:14831 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15116 com.android.server.am.ActivityManagerService.updateOomAdjLocked:15311 com.android.server.am.ActivityManagerService.updateLruProcessLocked:2199 D/WindowManager( 8482): computeScreenConfigurationLocked() set config.orientation=2 dw=1920 dh=1080 Callers=com.android.server.wm.WindowManagerService.updateOrientationFromAppTokensLocked:5124 com.android.server.wm.WindowManagerService.updateOrientationFromAppTokens:5093 com.android.server.am.ActivityStack.resumeTopActivityLocked:2585 D/PowerManagerService( 8482): setKeyboardVisibility: false W/ContextImpl( 8482): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1337 com.android.server.am.ActivityStack.resumeTopActivityLocked:2649 com.android.server.am.ActivityStack.resumeTopActivityLocked:2187 com.android.server.am.ActivityStack.resumeTopActivityLocked:2173 com.android.server.am.ActivityManagerService.handleAppDiedLocked:3599 V/AlarmManager( 8482): trigger ELAPSED_REALTIME_WAKEUP or RTC_WAKEUP W/SignalStrength( 8482): Size of signalstrength parcel:172 W/SignalStrength( 8482): getLTELevel - rsrp:-107 snr:-20 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8773): Size of signalstrength parcel:176 W/SignalStrength( 8899): Size of signalstrength parcel:176 W/SignalStrength(10585): Size of signalstrength parcel:176 W/SignalStrength( 9788): Size of signalstrength parcel:176 W/SignalStrength( 8773): getLTELevel - rsrp:-107 snr:-20 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8773): getLteLevel =2 W/SignalStrength( 8773): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 18 -107 11 -20 2147483647 -120 gsm|lte 0x2) W/SignalStrength( 8773): getLTELevel - rsrp:-107 snr:-20 rsrpIconLevel:1 snrIconLevel:1 W/SignalStrength( 8482): getLteLevel =2 W/SignalStrength( 8773): getLteLevel =2 W/SignalStrength( 8482): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 18 -107 11 -20 2147483647 -120 gsm|lte 0x2) W/SignalStrength( 8773): getLevel=2 (SignalStrength: 99 0 -120 -160 -120 -1 -1 18 -107 11 -20 2147483647 -120 gsm|lte 0x2) D/STATUSBAR-NetworkController( 8773): onSignalStrengthsChanged signalStrength=SignalStrength: 99 0 -120 -160 -120 -1 -1 18 -107 11 -20 2147483647 -120 gsm|lte 0x2 level=2 I/SurfaceFlinger( 215): id=126(12) createSurf 0x4045ff94 (1920x1080),1 flag=4, Mauncher D/WindowManager( 8482): computeScreenConfigurationLocked() set config.orientation=2 dw=1920 dh=1080 Callers=com.android.server.wm.WindowManagerService.updateOrientationFromAppTokensLocked:5124 com.android.server.wm.WindowManagerService.updateOrientationFromAppTokens:5093 com.android.server.am.ActivityManagerService.setRequestedOrientation:3269 D/PowerManagerService( 8482): setKeyboardVisibility: false D/qdmemalloc( 215): ion: Mapped buffer base:0x47304000 size:8355840 fd:38 E/SmartFaceService - 3rd party pause( 8482): onChange, mOptionMenuOpened: false mSystemDialogOpened: true D/qdmemalloc( 215): ion: Mapped buffer base:0x40007000 size:4096 fd:56 E/MP-Decision( 1696): num online cores: 1 reqd : 3 available : 4 rq_depth:5.800000 hotplug_avg_load_dw: 59 E/MP-Decision( 1696): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 total_time_up:146.000000 E/MP-Decision( 1696): UP cpu:2 core_idx:2 Nw:2.700000 Tw:90 total_time_up:146.000000 V/WindowManager( 8482): Window{42e10670 u0 Keyguard}mOrientationRequetedFromKeyguard=false I/SurfaceFlinger( 215): id=127(8) createSurf 0x40a0fa7c (1x1),1 flag=4, naps V/WindowManager( 8482): Window{42e10670 u0 Keyguard}mOrientationRequetedFromKeyguard=false D/qdoverlay( 215): Set pipe=RGB1 dpy=0; Set pipe=VG0 dpy=0; D/STATUSBAR-BatteryController( 8773): onReceive() - ACTION_BATTERY_CHANGED D/STATUSBAR-BatteryController( 8773): onReceive() - BATTERY_STATUS_CHARGING: D/STATUSBAR-PhoneStatusBar( 8773): NORMAL_BATTERY E/WifiHW ( 8482): ##################### set firmware type 0 ##################### D/WifiStateMachine( 8482): setWifiEnabled : WifiNative.setFwType(0) E/MP-Decision( 1696): num online cores: 3 reqd : 4 available : 4 rq_depth:5.300000 hotplug_avg_load_dw: 221 E/MP-Decision( 1696): UP cpu:1 core_idx:1 Nw:1.900000 Tw:140 total_time_up:0.000000 E/MP-Decision( 1696): UP cpu:2 core_idx:2 Nw:2.700000 Tw:90 total_time_up:0.000000 E/MP-Decision( 1696): UP cpu:3 core_idx:3 Nw:3.500000 Tw:90 total_time_up:190.000000 D/CrashAnrDetector( 8482): Process: com.robert.maps D/CrashAnrDetector( 8482): Flags: 0x88be04 D/CrashAnrDetector( 8482): Package: com.robert.maps v8140 (0.9.4.1-xavPatch.1) D/CrashAnrDetector( 8482): Activity: com.robert.maps/.applib.MainActivity D/CrashAnrDetector( 8482): Subject: keyDispatchingTimedOut D/CrashAnrDetector( 8482): Build: samsung/jflteuc/jflteatt:4.2.2/JDQ39/I337UCUAMF3:user/release-keys D/CrashAnrDetector( 8482): D/CrashAnrDetector( 8482): CPU usage from 3797ms to -2334ms ago: D/CrashAnrDetector( 8482): 94% 13466/com.robert.maps: 93% user + 0.4% kernel / faults: 149 minor D/CrashAnrDetector( 8482): 22% 8482/system_server: 19% user + 3.4% kernel / faults: 1519 minor D/CrashAnrDetector( 8482): 1.4% 8899/com.google.process.location: 1.4% user + 0% kernel / faults: 136 minor D/CrashAnrDetector( 8482): 1.1% 8773/com.android.systemui: 0.9% user + 0.1% kernel / faults: 100 minor D/CrashAnrDetector( 8482): 0.2% 8841/com.android.phone: 0% user + 0.1% kernel / faults: 186 minor D/CrashAnrDetector( 8482): 0.9% 1696/mpdecision: 0% user + 0.9% kernel D/CrashAnrDetector( 8482): 0% 8736/android.process.acore: 0% user + 0% kernel / faults: 115 minor D/CrashAnrDetector( 8482): 0.8% 9605/dhd_dpc: 0% user + 0.8% kernel D/CrashAnrDetector( 8482): 0% 8999/com.sec.android.provider.logsprovider: 0% user + 0% kernel / faults: 130 minor D/CrashAnrDetector( 8482): 0% 9159/com.samsung.android.provider.filterprovider: 0% user + 0% kernel / faults: 205 minor D/CrashAnrDetector( 8482): 0% 9175/com.sec.android.sCloudRelayData: 0% user + 0% kernel / faults: 193 minor D/CrashAnrDetector( 8482): 0% 9190/com.android.nfc: 0% user + 0% kernel / faults: 100 minor D/CrashAnrDetector( 8482): 0% 9200/com.samsung.android.providers.context: 0% user + 0% kernel / faults: 116 minor D/CrashAnrDetector( 8482): 0% 9209/com.sec.knox.seandroid: 0% user + 0% kernel / faults: 169 minor D/CrashAnrDetector( 8482): 0.4% 15277/adbd: 0% user + 0.4% kernel D/CrashAnrDetector( 8482): 0% 9132/com.sec.android.app.twdvfs: 0% user + 0% kernel / faults: 123 minor D/CrashAnrDetector( 8482): 0.3% 9647/wpa_supplicant: 0% user + 0.3% kernel D/CrashAnrDetector( 8482): 0% 15676/kworker/0:3: 0% user + 0% kernel D/CrashAnrDetector( 8482): 0.1% 16169/kworker/1:1: 0.1% user + 0% kernel D/CrashAnrDetector( 8482): 0% 1//init: 0% user + 0% kernel D/CrashAnrDetector( 8482): 0% 3/ksoftirqd/0: 0% user + 0% kernel D/CrashAnrDetector( 8482): 0% 215/surfaceflinger: 0% user + 0% kernel D/CrashAnrDetector( 8482): 0% 290/thermal-engine: 0% user + 0% kernel / faults: 35 minor D/CrashAnrDetector( 8482): 0.1% 955/kworker/u:5: 0% user + 0.1% kernel D/CrashAnrDetector( 8482): 0% 9604/dhd_watchdog_th: 0% user + 0% kernel D/CrashAnrDetector( 8482): 0% 9606/dhd_rxf: 0% user + 0% kernel D/CrashAnrDetector( 8482): 0.1% 15612/logcat: 0% user + 0.1% kernel D/CrashAnrDetector( 8482): 2.8% TOTAL: 2.6% user + 0.1% kernel D/CrashAnrDetector( 8482): D/CrashAnrDetector( 8482): D/CrashAnrDetector( 8482): processName: com.robert.maps D/CrashAnrDetector( 8482): broadcastEvent : com.robert.maps data_app_anr D/qdmemalloc( 215): ion: Mapped buffer base:0x45e7d000 size:2715648 fd:68 D/qdmemalloc( 215): ion: Mapped buffer base:0x40033000 size:4096 fd:57 W/ContextImpl( 8482): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1337 com.android.server.analytics.data.collection.application.CrashAnrDetector.broadcastEvent:291 com.android.server.analytics.data.collection.application.CrashAnrDetector.processDropBoxEntry:254 com.android.server.analytics.data.collection.application.CrashAnrDetector.access$100:60 com.android.server.analytics.data.collection.application.CrashAnrDetector$1.onReceive:102 D/dalvikvm( 8482): GC_FOR_ALLOC freed 2954K, 20% free 53952K/66964K, paused 123ms, total 123ms D/CrashAnrDetector( 8482): Build: samsung/jflteuc/jflteatt:4.2.2/JDQ39/I337UCUAMF3:user/release-keys D/CrashAnrDetector( 8482): Hardware: MSM8960 D/CrashAnrDetector( 8482): Revision: 10 D/CrashAnrDetector( 8482): Bootloader: I337UCUAMF3 D/CrashAnrDetector( 8482): Radio: I337UCUAMF3 D/CrashAnrDetector( 8482): Kernel: Linux version 3.4.0-812098 (se.infra@SEP-103) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Jun 5 15:49:36 KST 2013 D/CrashAnrDetector( 8482): D/CrashAnrDetector( 8482): * * * * * * * * * * * * * * * * D/CrashAnrDetector( 8482): Build fingerprint: 'samsung/jflteuc/jflteatt:4.2.2/JDQ39/I337UCUAMF3:user/release-keys' D/CrashAnrDetector( 8482): Revision: '10' D/CrashAnrDetector( 8482): pid: 13466, tid: 13466, name: com.robert.maps >>> com.robert.maps <<< D/CrashAnrDetector( 8482): signal 16 (SIGSTKFLT), code -6 (?), fault addr D/CrashAnrDetector( 8482): processName:com.robert.maps D/CrashAnrDetector( 8482): broadcastEvent : com.robert.maps SYSTEM_TOMBSTONE W/ContextImpl( 8482): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1337 com.android.server.analytics.data.collection.application.CrashAnrDetector.broadcastEvent:291 com.android.server.analytics.data.collection.application.CrashAnrDetector.processDropBoxEntry:254 com.android.server.analytics.data.collection.application.CrashAnrDetector.access$100:60 com.android.server.analytics.data.collection.application.CrashAnrDetector$1.onReceive:102 V/SmartFaceService - 3rd party pause( 8482): onReceive [android.intent.action.ACTIVITY_STATE/com.robert.maps/pause] V/SmartFaceService - 3rd party pause( 8482): onReceive [android.intent.action.ACTIVITY_STATE/com.teslacoilsw.launcher/resume] E/ViewRootImpl( 8482): sendUserActionEvent() mView == null D/PointerIcon( 8482): setHoveringSpenIconStyle1 pointerType: 10001iconType:1 flag:0 D/PointerIcon( 8482): setHoveringSpenCustomIcon IconType is same.1 E/EnterpriseContainerManager( 8482): ContainerPolicy Service is not yet ready!!! D/EnterpriseDeviceManager( 8482): ContainerId: 0

xavier-b commented 9 years ago

Sorry, i have no idea why application crach on your galaxy S4... it's very strange...

xavier-b commented 9 years ago

RMaps proposes to generate a report at the launch following the crash? This report is interesting. Can you post it here?

netllama commented 9 years ago

I never saw any attempt to generate a report when the crashes occur. All I see is rmaps hang for several seconds, then it crashes back to the home screen. When I tap the rmaps icon to restart, it acts as if nothing was wrong, and its running again.

Is there somewhere that I can configure rmaps (or Android) to generate the crash report?