[mono-android] HTC crash in debug

MarkDaniel markdaniel at avolites.com
Tue Oct 30 12:34:39 UTC 2012


This is a the full log, this time my PID is 12444.

I don't seem anything much extra in it, hopefully it will mean more to you!
It does seem to always be doing a GC just before it goes wrong but it's not
that surprising because I'm allocating a fair bit of memory.

Thanks,
Mark Daniel

10-30 12:17:33.325 I/PowerManagerService-JNI(  427): [Stability]
PowerManagerService_userActivity JNI pass power key event to
PowerManagerService userActivity()
10-30 12:17:33.335 D/memalloc(  210): ion: Allocated buffer base:0x434d9000
size:1949696 fd:54
10-30 12:17:33.335 D/memalloc(  210): ion: Freeing buffer base:0x439f6000
size:2088960 fd:71
10-30 12:17:33.335 D/memalloc(  210): ion: Unmapping buffer  base:0x439f6000
size:2088960
10-30 12:17:33.335 D/memalloc(12444): ion: Unmapping buffer  base:0x579ac000
size:2088960
10-30 12:17:33.345 D/memalloc(12444): ion: Mapped buffer base:0x579ac000
size:1949696 offset:0 fd:62
10-30 12:17:33.345 I/Adreno200-EGLSUB(  210): <CreateImage:897>: Android
Image
10-30 12:17:33.345 I/Adreno200-EGLSUB(  210): <GetImageAttributes:1162>:
RGBX_8888
10-30 12:17:33.825 I/PowerManagerService-JNI(  427): [Stability]
PowerManagerService_userActivity JNI pass power key event to
PowerManagerService userActivity()
10-30 12:17:34.166 I/mono-stdout(12444): Starting loading show
10-30 12:17:34.897 D/dalvikvm(12444): GC_EXPLICIT freed 38K, 22% free
3048K/3871K, paused 1ms+2ms
10-30 12:17:35.337 I/mono    (12444): Stacktrace:
10-30 12:17:35.337 I/mono    (12444): 
10-30 12:17:35.337 I/mono    (12444):   at (wrapper delegate-invoke)
<Module>.invoke_int__this___intptr_intptr_intptr_intptr
(intptr,intptr,intptr,intptr) <IL 0x00063, 0xffffffff>
10-30 12:17:35.337 I/mono    (12444):   at
Android.Runtime.JNIEnv.CallNonvirtualIntMethod (intptr,intptr,intptr)
[0x00000] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:500
10-30 12:17:35.337 I/mono    (12444):   at Java.Lang.Object.GetHashCode ()
[0x0004f] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/platforms/android-8/src/generated/Java.Lang.Object.cs:144
10-30 12:17:35.337 I/mono    (12444):   at System.Delegate.GetHashCode ()
<IL 0x00022, 0x0008b>
10-30 12:17:35.337 I/mono    (12444):   at
System.MulticastDelegate.GetHashCode () <IL 0x00001, 0x00047>
10-30 12:17:35.337 I/mono    (12444):   at
System.Collections.Generic.EqualityComparer`1/DefaultComparer.GetHashCode
(T) <IL 0x00015, 0x000d3>
10-30 12:17:35.337 I/mono    (12444):   at
System.Collections.Generic.Dictionary`2.Remove (TKey) <IL 0x0001d, 0x0011b>
10-30 12:17:35.337 I/mono    (12444):   at
Java.Lang.Thread/RunnableImplementor.Run () [0x00031] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:35
10-30 12:17:35.337 I/mono    (12444):   at Java.Lang.IRunnableInvoker.n_Run
(intptr,intptr) [0x00008] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/platforms/android-8/src/generated/Java.Lang.IRunnable.cs:69
10-30 12:17:35.337 I/mono    (12444):   at (wrapper dynamic-method)
object.5912ba36-0244-46ed-97fd-b98dcf86a85c (intptr,intptr) <IL 0x0000c,
0x0002b>
10-30 12:17:35.347 I/mono    (12444):   at (wrapper native-to-managed)
object.5912ba36-0244-46ed-97fd-b98dcf86a85c (intptr,intptr) <IL 0x0001e,
0xffffffff>
10-30 12:17:41.183 I/MonoDroid(12444): UNHANDLED EXCEPTION:
System.NullReferenceException: Object reference not set to an instance of an
object
10-30 12:17:41.183 I/MonoDroid(12444): at (wrapper delegate-invoke)
<Module>.invoke_int__this___intptr_intptr_intptr_intptr
(intptr,intptr,intptr,intptr) <IL 0x0005d, 0x00117>
10-30 12:17:41.183 I/MonoDroid(12444): at
Android.Runtime.JNIEnv.CallNonvirtualIntMethod (intptr,intptr,intptr)
[0x00000] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:500
10-30 12:17:41.183 I/MonoDroid(12444): at Java.Lang.Object.GetHashCode ()
[0x0004f] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/platforms/android-8/src/generated/Java.Lang.Object.cs:144
10-30 12:17:41.183 I/MonoDroid(12444): at System.Delegate.GetHashCode () <IL
0x00022, 0x0008b>
10-30 12:17:41.183 I/MonoDroid(12444): at
System.MulticastDelegate.GetHashCode () <IL 0x00001, 0x00047>
10-30 12:17:41.183 I/MonoDroid(12444): at
System.Collections.Generic.EqualityComparer`1/DefaultComparer<System.Action>.GetHashCode
(System.Action) <0x000d3>
10-30 12:17:41.183 I/MonoDroid(12444): at
System.Collections.Generic.Dictionary`2<System.Action,
Java.Lang.Thread/RunnableImplementor>.Remove (System.Action) <0x0011b>
10-30 12:17:41.183 I/MonoDroid(12444): at
Java.Lang.Thread/RunnableImplementor.Run () [0x00031] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/src/Java.Lang/Thread.cs:35
10-30 12:17:41.183 I/MonoDroid(12444): at Java.Lang.IRunnableInvoker.n_Run
(intptr,intptr) [0x00008] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/platforms/android-8/src/generated/Java.Lang.IRunnable.cs:69
10-30 12:17:41.183 I/MonoDroid(12444): at (wrapper dynamic-method)
object.5912ba36-0244-46ed-97fd-b98dcf86a85c (intptr,intptr) <IL 0x0000c,
0x0002b>
10-30 12:17:42.084 I/wpa_supplicant(11521): wpa_supplicant_trigger_scan +
10-30 12:17:42.385 I/wpa_supplicant(11521): nl80211: New scan results
available
10-30 12:17:42.385 I/wpa_supplicant(11521): wlan0: [HTC]
wpa_supplicant_event():2434- Got an original EVENT_SCAN_RESULTS
10-30 12:17:42.385 I/wpa_supplicant(11521): Got an original
EVENT_SCAN_RESULTS
10-30 12:17:42.385 I/wpa_supplicant(11521):
_wpa_supplicant_event_scan_results -
10-30 12:17:42.385 I/wpa_supplicant(11521): [Award-Guest-AP]
00:50:7f:7d:05:f8 freq=2437 qual=0 noise=0 level=-83 flags=0xb
10-30 12:17:42.385 I/wpa_supplicant(11521): [SoftwareTestNet]
00:02:6f:40:d9:f7 freq=2437 qual=0 noise=0 level=-48 flags=0xb
10-30 12:17:42.385 I/wpa_supplicant(11521): wpa_supplicant_pick_network+
10-30 12:17:42.385 I/wpa_supplicant(11521): Selecting BSS from priority
group 9
10-30 12:17:42.385 I/wpa_supplicant(11521): Selecting BSS from priority
group 8
10-30 12:17:42.385 I/wpa_supplicant(11521): Selecting BSS from priority
group 7
10-30 12:17:42.385 I/wpa_supplicant(11521): Selecting BSS from priority
group 5
10-30 12:17:42.385 I/wpa_supplicant(11521):
wpa_supplicant_enable_network_for_pingpong enter
10-30 12:17:42.385 I/wpa_supplicant(11521): No suitable network found
10-30 12:17:42.385 W/wpa_supplicant(11521): wlan0: Not restrict scheduled
scan for Not WFD CT3
10-30 12:17:42.385 I/wpa_supplicant(11521): Setting scan request: 15 sec 0
usec
10-30 12:17:42.405 D/WirelessDisplayService(  427): Receive Wifi scan
results available intent.
10-30 12:17:42.405 D/WirelessDisplayService(  427):
HANDLE_WIFI_SCAN_RESULT_AVAILABLE, dongle scan = 0
10-30 12:17:42.405 D/WirelessDisplayService(  427):
constructDongleInfoFromWifi() dongleScan = false
10-30 12:17:42.405 D/WirelessDisplayService(  427): Sending intent:
MIRROR_DISPLAY_DONGLE_AVAILABLE_ACTION
10-30 12:17:42.415 D/WirelessDisplayService(  427): getDiscoveryDongleList
10-30 12:17:44.557 E/mono    (12444): 
10-30 12:17:44.557 E/mono    (12444): Unhandled Exception:
10-30 12:17:44.557 E/mono    (12444): System.NullReferenceException: Object
reference not set to an instance of an object
10-30 12:17:44.557 E/mono    (12444):   at (wrapper delegate-invoke)
<Module>:invoke_int__this___intptr_intptr_intptr_intptr
(intptr,intptr,intptr,intptr)
10-30 12:17:44.557 E/mono    (12444):   at
Android.Runtime.JNIEnv.CallNonvirtualIntMethod (IntPtr jobject, IntPtr
jclass, IntPtr jmethod) [0x00000] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/src/Runtime/JNIEnv.g.cs:500 
10-30 12:17:44.557 E/mono    (12444):   at Java.Lang.Object.GetHashCode ()
[0x0004f] in
/Users/builder/data/lanes/monodroid-mac-monodroid-4.2.6-branch/632e6ddf/source/monodroid/src/Mono.Android/platforms/android-8/src/generated/Java.Lang.Object.cs:144 
10-30 12:17:44.557 E/mono    (12444):   at System.Delegate.GetHashCode ()
[0x00000] in <filename unknown>:0 
10-30 12:17:44.557 E/mono    (12444):   at
System.MulticastDelegate.GetHashCode () [0x00000] in <filename unknown>:0 
10-30 12:17:44.557 E/mono    (12444):   at
System.Collections.Generic.EqualityComparer`1+DefaultComparer[System.Action].GetHashCode
(System.Action obj) [0x00000] in <filename unknown>:0 
10-30 12:17:44.557 E/mono    (12444):   at System.Collections.Generic.Dicti
10-30 12:17:44.667 I/ActivityManager(  427): Process
com.avolites.titan.remote (pid 12444) has died.
10-30 12:17:44.667 W/ActivityManager(  427): Force removing
ActivityRecord{40dd2858
com.avolites.titan.remote/androidremote.MainActivity}: app died, no saved
state
10-30 12:17:44.677 D/ConnectivityService(  427):
onUidRulesChanged(uid=10190, uidRules=0)
10-30 12:17:44.687 W/ActivityManager(  427): handleTopAppChanged(): The
previous AP is died unexpectedly.
10-30 12:17:44.687 D/AutoSetting(12556): service - handleMessage() incoming
message, what:50
10-30 12:17:44.687 D/ConnectivityService(  427): onUidRulesChanged(uid=9999,
uidRules=0)
10-30 12:17:44.697 W/InputDispatcher(  427): channel '4150f600
com.avolites.titan.remote/androidremote.MainActivity (server)' ~ Consumer
closed input channel or an error occurred.  events=0x8
10-30 12:17:44.697 W/InputDispatcher(  427): Attempted to unregister already
unregistered input channel '4150f600
com.avolites.titan.remote/androidremote.MainActivity (server)'
10-30 12:17:44.697 D/memalloc(  210): ion: Freeing buffer base:0x432fd000
size:1949696 fd:36
10-30 12:17:44.697 D/memalloc(  210): ion: Unmapping buffer  base:0x432fd000
size:1949696
10-30 12:17:44.697 D/memalloc(  210): ion: Freeing buffer base:0x42fa8000
size:1949696 fd:43
10-30 12:17:44.697 D/memalloc(  210): ion: Unmapping buffer  base:0x42fa8000
size:1949696
10-30 12:17:44.697 D/memalloc(  210): ion: Freeing buffer base:0x434d9000
size:1949696 fd:54
10-30 12:17:44.697 D/memalloc(  210): ion: Unmapping buffer  base:0x434d9000
size:1949696
10-30 12:17:44.697 I/WindowManager(  427): WINDOW DIED Window{4150f600
com.avolites.titan.remote/androidremote.MainActivity paused=false}
10-30 12:17:44.707 D/SensorService(  427): disable: get sensor name =
Panasonic 3-axis Acceleration sensor
10-30 12:17:44.707 D/Sensors (  427):
sensors_pana_poll_context_t::activate_pana 
10-30 12:17:44.707 D/Sensors (  427): AkmSensor::enable htc, handle :0
10-30 12:17:44.707 D/Sensors (  427): Enable akm: en = 0, mEnabled 1
10-30 12:17:44.707 D/Sensors (  427): Enable akm: newState = 0,
(uint32_t(newState)<<what) 0, (mEnabled & (1<<what)1
10-30 12:17:44.707 D/Sensors (  427): Enable akm: , what = 0
10-30 12:17:44.707 D/Sensors (  427): Enable akm: , cmd = 0x4002a113
10-30 12:17:44.707 D/Sensors (  427): Enable akm: , mEnabled = 0x0, flags=
0x0 
10-30 12:17:44.707 D/Sensors (  427): update_delay akm:htc, mEnabled0 
10-30 12:17:44.707 D/Sensors (  427): akm enable ,logcal_enable 0,mEnabled 0 
10-30 12:17:44.707 D/Sensors (  427): akm enable ,close_device 
10-30 12:17:44.707 D/Sensors (  427): Enable akm: ORIENTATION_Activate 0,
MAGNETIC_FIELD_Activate 0, ACCELEROMETER_Activate 0
10-30 12:17:44.707 D/Sensors (  427): Enable akm: ROTATIONVECTOR_Activate 0,
LINEAR_ACCELERATION_Activate 0, GRAVITY_Activate 0
10-30 12:17:44.707 D/Sensors (  427): AkmSensor::set delay to default !! 
10-30 12:17:44.707 D/Sensors (  427): EWHAL_IOCTL_SET_CONTROL akm-Sensor at
enable ,control 0x598b56f4
10-30 12:17:44.707 D/Sensors (  427): sensors_pana_poll_context_t::set_Delay
= 200000000
10-30 12:17:44.707 D/Sensors (  427): setDelay akm: 
10-30 12:17:44.707 D/Sensors (  427): update_delay akm:htc, mEnabled0 
10-30 12:17:44.707 D/SensorService(  427): SensorDevice::activate--: handle
= 0x0, enabled = 0x0
10-30 12:17:44.707 D/SensorService(  427): pid=427, uid=1000
10-30 12:17:44.717 D/Zygote  (  211): Process 12444 exited cleanly (1)
10-30 12:17:44.727 D/AK8975  (  224): Compass CLOSE 
10-30 12:17:44.737 I/ActivityManager(  427): Config changed: {1.0 0mcc0mnc
en_GB layoutdir=0 sw360dp w360dp h614dp nrml long port finger -keyb/v/h
-nav/h s.40 skin=default fontsize=3}
10-30 12:17:44.797 D/AutoSetting(12556): service - handleMessage() stop self
10-30 12:17:44.807 W/WindowManager(  427): Failed looking up window
10-30 12:17:44.807 W/WindowManager(  427):
java.lang.IllegalArgumentException: Requested window
android.os.BinderProxy at 4156d870 does not exist
10-30 12:17:44.807 W/WindowManager(  427): 	at
com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8180)
10-30 12:17:44.807 W/WindowManager(  427): 	at
com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8171)
10-30 12:17:44.807 W/WindowManager(  427): 	at
com.android.server.wm.WindowState$DeathRecipient.binderDied(WindowState.java:1647)
10-30 12:17:44.807 W/WindowManager(  427): 	at
android.os.BinderProxy.sendDeathNotice(Binder.java:417)
10-30 12:17:44.807 W/WindowManager(  427): 	at
dalvik.system.NativeStart.run(Native Method)
10-30 12:17:44.807 I/WindowManager(  427): WIN DEATH: null
10-30 12:17:44.837 D/AutoSetting(12556): service - onDestroy()
10-30 12:17:44.847 D/AutoSetting(12556): service - onDestroy() END
10-30 12:17:44.847 D/Process (  427): killProcessQuiet, pid=12323
10-30 12:17:44.847 D/Process (  427):
dalvik.system.VMStack.getThreadStackTrace(Native Method)
10-30 12:17:44.847 D/Process (  427):
java.lang.Thread.getStackTrace(Thread.java:599)
10-30 12:17:44.847 D/Process (  427):
android.os.Process.killProcessQuiet(Process.java:837)
10-30 12:17:44.847 D/Process (  427):
com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java:15735)
10-30 12:17:44.847 D/Process (  427):
com.android.server.am.ActivityManagerService.updateOomAdjLocked(ActivityManagerService.java:15632)
10-30 12:17:44.847 D/Process (  427):
com.android.server.am.ActivityManagerService.serviceDoneExecutingLocked(ActivityManagerService.java:12794)
10-30 12:17:44.847 D/Process (  427):
com.android.server.am.ActivityManagerService.serviceDoneExecuting(ActivityManagerService.java:12764)
10-30 12:17:44.847 D/Process (  427):
android.app.ActivityManagerNative.onTransact(ActivityManagerNative.java:723)
10-30 12:17:44.847 D/Process (  427):
com.android.server.am.ActivityManagerService.onTransact(ActivityManagerService.java:1751)
10-30 12:17:44.847 D/Process (  427):
android.os.Binder.execTransact(Binder.java:338)
10-30 12:17:44.847 D/Process (  427): dalvik.system.NativeStart.run(Native
Method)
10-30 12:17:44.847 D/Launcher.Model( 1096): updateAppUsageStatCache +
10-30 12:17:44.847 I/ActivityManager(  427): No longer want
com.htc.opensense (pid 12323): hidden #16, adj=15
10-30 12:17:44.857 D/Launcher.Model( 1096): updateAppUsageStatCache - diff:
4
10-30 12:17:44.857 D/CAT     (  717): CatService: Return current sInstance
10-30 12:17:44.857 I/AllAppsCarouselFragment( 1096): onResume
10-30 12:17:44.867 D/mode10  ( 1096): FxSurfaceView.surfaceChanged,
mViewObject:com.htc.fusion.fx.FxViewObject at 64583974
10-30 12:17:44.867 D/HostWidgetManager( 1096): resumeWidgets: 3 sort: false
10-30 12:17:44.867 D/AutoSetting(12556): service - handleMessage() incoming
message, what:100
10-30 12:17:44.867 I/Adreno200-EGLSUB( 1096): <ConfigWindowMatch:2110>:
Format RGB_565.
10-30 12:17:44.867 D/memalloc(  210): ion: Allocated buffer base:0x42202000
size:1044480 fd:36
10-30 12:17:44.867 D/CarrierLabel(  628): CarrierLabel mIntentReceiver :
android.intent.action.CONFIGURATION_CHANGED
10-30 12:17:44.867 D/CarrierLabel(  628): updateResources()
10-30 12:17:44.867 W/CarrierLabel(  628): updateNetworkNameExt: mSimState =
ABSENT
10-30 12:17:44.877 D/memalloc( 1096): ion: Mapped buffer base:0x54ebe000
size:1044480 offset:0 fd:87
10-30 12:17:44.887 D/AndroidRuntime(12627): 
10-30 12:17:44.887 D/AndroidRuntime(12627): >>>>>> AndroidRuntime START
com.android.internal.os.RuntimeInit <<<<<<
10-30 12:17:44.887 D/AndroidRuntime(12627): CheckJNI is OFF
10-30 12:17:44.897 E/Adreno200-ES20( 1096): <process_gl_state_enables:456>:
GL_INVALID_ENUM
10-30 12:17:44.907 E/Adreno200-ES20( 1096): <process_gl_state_enables:456>:
GL_INVALID_ENUM
10-30 12:17:44.907 E/Adreno200-ES20( 1096): <process_gl_state_enables:456>:
GL_INVALID_ENUM
10-30 12:17:44.907 E/Adreno200-ES20( 1096): <process_gl_state_enables:456>:
GL_INVALID_ENUM
10-30 12:17:44.917 E/Adreno200-ES20( 1096): <process_gl_state_enables:456>:
GL_INVALID_ENUM
10-30 12:17:44.917 E/Adreno200-ES20( 1096): <process_gl_state_enables:456>:
GL_INVALID_ENUM
10-30 12:17:44.917 E/Adreno200-ES20( 1096): <process_gl_state_enables:456>:
GL_INVALID_ENUM
10-30 12:17:44.947 D/memalloc(  210): ion: Allocated buffer base:0x423ef000
size:1044480 fd:45
10-30 12:17:44.947 D/memalloc( 1096): ion: Mapped buffer base:0x559e9000
size:1044480 offset:0 fd:90
10-30 12:17:44.947 I/Adreno200-EGLSUB(  210): <CreateImage:897>: Android
Image
10-30 12:17:44.947 I/Adreno200-EGLSUB(  210): <GetImageAttributes:1092>:
RGB_565
10-30 12:17:44.957 D/memalloc(  210): ion: Allocated buffer base:0x42791000
size:1044480 fd:54
10-30 12:17:44.957 V/MfLog   (  731): BrowseLayerCarouselFragment{40f13a28
#0 id=0x36f8056f}, onConfigurationChanged
10-30 12:17:44.957 D/memalloc( 1096): ion: Mapped buffer base:0x55ae8000
size:1044480 offset:0 fd:93
10-30 12:17:44.957 I/Adreno200-EGLSUB(  210): <CreateImage:897>: Android
Image
10-30 12:17:44.957 I/Adreno200-EGLSUB(  210): <GetImageAttributes:1092>:
RGB_565
10-30 12:17:44.957 V/MfLog   (  731): Dialer{40e76f70 #1 id=0x40000001
i0ouug.BrowseLayerCarouselFragment.1.PEOPLE_DIALER}, onConfigurationChanged
10-30 12:17:44.967 I/Adreno200-EGLSUB( 1096): <ConfigWindowMatch:2087>:
Format RGBA_8888.
10-30 12:17:44.967 D/memalloc(  210): ion: Allocated buffer base:0x432fd000
size:2088960 fd:66
10-30 12:17:44.967 D/memalloc( 1096): ion: Mapped buffer base:0x5809b000
size:2088960 offset:0 fd:99
10-30 12:17:44.977 I/Adreno200-EGLSUB(  210): <CreateImage:897>: Android
Image
10-30 12:17:44.977 I/Adreno200-EGLSUB(  210): <GetImageAttributes:1092>:
RGB_565
10-30 12:17:44.977 W/InputManagerService(  427): Got RemoteException sending
setActive(false) notification to pid 12444 uid 10190
10-30 12:17:44.977 I/InputManagerService(  427): [startInputLocked] Enable
input method client.
10-30 12:17:45.007 D/memalloc(  210): ion: Allocated buffer base:0x435b9000
size:2088960 fd:71
10-30 12:17:45.007 D/memalloc( 1096): ion: Mapped buffer base:0x58299000
size:2088960 offset:0 fd:105
10-30 12:17:45.007 I/Adreno200-EGLSUB(  210): <CreateImage:897>: Android
Image
10-30 12:17:45.007 I/Adreno200-EGLSUB(  210): <GetImageAttributes:1106>:
RGBA_8888
10-30 12:17:45.017 D/WindowManager(  427): Starting rotation animaiton
10-30 12:17:45.027 D/AutoSetting(12556): service - handleMessage() quit
looper
10-30 12:17:45.127 V/SpecialCharSequenceMgr(  731): htcdialer,
handlePinEntry(), No SIM card found, return false.
10-30 12:17:45.127 D/my      (  731): myGC1
10-30 12:17:45.168 D/dalvikvm(  731): GC_EXPLICIT freed 513K, 23% free
5006K/6499K, paused 1ms+4ms
10-30 12:17:45.248 D/WindowManager(  427): end of ratation animation
10-30 12:17:45.268 D/AndroidRuntime(12627): Calling main entry
com.android.commands.am.Am
10-30 12:17:45.318 D/dalvikvm(12644): Late-enabling CheckJNI
10-30 12:17:45.318 I/ActivityManager(  427): Start proc
com.avolites.titan.remote for broadcast
com.avolites.titan.remote/mono.android.Seppuku: pid=12644 uid=10190
gids={3003, 1015}
10-30 12:17:45.328 I/dalvikvm(12644): Turning on JNI app bug workarounds for
target SDK version 8...
10-30 12:17:45.348 I/ActivityThread(12644): Pub
com.avolites.titan.remote.mono.MonoRuntimeProvider.__mono_init__:
mono.MonoRuntimeProvider
10-30 12:17:45.348 D/dalvikvm(12644): Trying to load lib
/data/data/com.avolites.titan.remote/lib/libmonodroid.so 0x40d9d500
10-30 12:17:45.348 D/dalvikvm(12644): Added shared lib
/data/data/com.avolites.titan.remote/lib/libmonodroid.so 0x40d9d500
10-30 12:17:45.358 W/MonoDroid-Debugger(12644): Not starting the debugger as
the timeout value has been reached; current-time: 1351599465  timeout:
1351599431
10-30 12:17:45.358 E/mono    (12644): WARNING: The runtime version supported
by this application is unavailable.
10-30 12:17:45.358 E/mono    (12644): Using default runtime: v2.0.50727
10-30 12:17:45.398 W/monodroid-gc(12644): GREF GC Threshold: 46800
10-30 12:17:45.458 W/CpuWake (  427): >>acquireCpuPerfWakeLock!
10-30 12:17:45.458 W/CpuWake (  427): <<acquireCpuPerfWakeLock!
10-30 12:17:45.458 I/Intent  (  427): @test_code: getHtcIntentFlag: 0 obj:
1096100904
10-30 12:17:45.458 I/AllAppsCarouselFragment( 1096): onPause
10-30 12:17:45.458 I/ActivityManager(  427): START intent from pid 12644
10-30 12:17:45.468 D/HostWidgetManager( 1096): pauseWidgets: 3
10-30 12:17:45.468 D/CAT     (  717): CatService: Return current sInstance
10-30 12:17:45.468 D/Rosie.TellHtcHelper( 1096): Tell HTC dump -
widget_info1=com.htc.clock3dwidget, htcfxwidget, 3, 1, Weather Clock, 31
10-30 12:17:45.468 D/CAT     (  717): CatService: Return current sInstance
10-30 12:17:45.468 I/AllAppsCarouselFragment( 1096): onResume
10-30 12:17:45.478 D/FxWorkspaceClient( 1096): showAllScreens()
10-30 12:17:45.478 D/Launcher.Model( 1096): updateAppUsageStatCache +
10-30 12:17:45.478 D/Launcher.Model( 1096): updateAppUsageStatCache - diff:
3
10-30 12:17:45.498 D/AndroidRuntime(12627): Shutting down VM
10-30 12:17:45.498 D/Zygote  (  211): Process 12644 exited cleanly (255)
10-30 12:17:45.498 I/AndroidRuntime(12627): NOTE: attach of thread 'Binder
Thread #3' failed
10-30 12:17:45.498 D/dalvikvm(12627): GC_CONCURRENT freed 100K, 70% free
621K/2048K, paused 1ms+0ms
10-30 12:17:45.498 I/ActivityManager(  427): Process
com.avolites.titan.remote (pid 12644) has died.
10-30 12:17:45.538 D/FxFuture( 1096): FxFuture_get return m_value = true
10-30 12:17:45.538 D/HostWidgetManager( 1096): pauseWidgets: 3
10-30 12:17:45.858 D/FxFuture( 1096): FxFuture_get return m_value = true
10-30 12:17:45.858 I/FxDynamicAnimation( 1096): [DyAnim] dynamicAnimation
STOP
10-30 12:17:45.878 D/memalloc(  210): ion: Allocated buffer base:0x42fa8000
size:2088960 fd:74
10-30 12:17:45.888 D/memalloc( 1096): ion: Mapped buffer base:0x58ec6000
size:2088960 offset:0 fd:134
10-30 12:17:45.898 I/Adreno200-EGLSUB(  210): <CreateImage:897>: Android
Image
10-30 12:17:45.898 I/Adreno200-EGLSUB(  210): <GetImageAttributes:1106>:
RGBA_8888
10-30 12:17:46.459 W/CpuWake (  427): >>releaseCpuPerfWakeLock
10-30 12:17:46.459 W/CpuWake (  427): <<releaseCpuPerfWakeLock
10-30 12:17:54.578 D/BatteryService(  427): updateBatteryStats
======================================
10-30 12:17:54.718 D/BatteryService(  427): UEvent updateBatteryStats
10-30 12:17:54.738 D/HtcPowerSaver(  427): Recived battery changed intent.
10-30 12:17:54.738 D/UsbnetService(  427): BroadcastReceiver::onReceive+
10-30 12:17:54.738 D/UsbnetService(  427): onReceive BATTERY_CHANGED
10-30 12:17:54.738 D/UsbnetService(  427):  --> pluggedType = 2,
mPluggedType = 0, mScreenOff = false
10-30 12:17:54.738 D/UsbnetService(  427): BroadcastReceiver::onReceive-
10-30 12:17:54.738 D/HtcPowerSaver(  427): Checking...
10-30 12:17:54.738 I/HtcPowerSaver(  427): >> updateStatus
10-30 12:17:54.738 D/NotificationService(  427): mIntentReceiver()
Intent.ACTION_BATTERY_CHANGED
10-30 12:17:54.738 D/PowerManagerService(  427): runHtcPowerSaverCheck
======================================
10-30 12:17:54.738 D/StatusBar.BatteryController(  628): updateBattery
level=93 icon=17302788 status=2
10-30 12:17:54.748 D/PowerUI (  628): closing low battery warning: level=93
10-30 12:17:54.748 D/PowerUI (  628): plugged = true, health = 2,
mBatteryLevel = 93, mPluggedBatteryLevel = 92, mLowBatteryWarningLevel2 =
25, mshowLowChargingWarning2 = true
10-30 12:17:54.758 I/HtcPowerSaver(  427): currentStatus=8000,
currentLevel=93, enableLevel=20, enable=false, popDialog=false,
statusChangeTo=-1
10-30 12:17:54.758 I/HtcPowerSaver(  427): << updateStatus
10-30 12:17:54.758 I/com.fd.httpd(11911): battery level:93 plugged:2
10-30 12:17:54.758 D/PackageManager(  427): Failed to get PackageInfo!,
pkg:com.htc.demoflorebooter, flags:1
10-30 12:17:54.758 D/WifiService(  427): ACTION_BATTERY_CHANGED pluggedType:
2
10-30 12:17:57.391 I/wpa_supplicant(11521): wpa_supplicant_trigger_scan +
10-30 12:17:57.691 I/wpa_supplicant(11521): nl80211: New scan results
available
10-30 12:17:57.691 I/wpa_supplicant(11521): wlan0: [HTC]
wpa_supplicant_event():2434- Got an original EVENT_SCAN_RESULTS
10-30 12:17:57.691 I/wpa_supplicant(11521): Got an original
EVENT_SCAN_RESULTS
10-30 12:17:57.691 I/wpa_supplicant(11521):
_wpa_supplicant_event_scan_results -
10-30 12:17:57.691 I/wpa_supplicant(11521): [Award-Guest-AP]
00:50:7f:7d:05:f8 freq=2437 qual=0 noise=0 level=-84 flags=0xb
10-30 12:17:57.691 I/wpa_supplicant(11521): [SoftwareTestNet]
00:02:6f:40:d9:f7 freq=2437 qual=0 noise=0 level=-48 flags=0xb
10-30 12:17:57.691 I/wpa_supplicant(11521): [Award-AP1] 00:0f:b5:0d:81:87
freq=2462 qual=0 noise=0 level=-81 flags=0xb
10-30 12:17:57.691 I/wpa_supplicant(11521): wpa_supplicant_pick_network+
10-30 12:17:57.691 I/wpa_supplicant(11521): Selecting BSS from priority
group 9
10-30 12:17:57.691 I/wpa_supplicant(11521): Selecting BSS from priority
group 8
10-30 12:17:57.691 I/wpa_supplicant(11521): Selecting BSS from priority
group 7
10-30 12:17:57.691 I/wpa_supplicant(11521): Selecting BSS from priority
group 5
10-30 12:17:57.691 I/wpa_supplicant(11521):
wpa_supplicant_enable_network_for_pingpong enter
10-30 12:17:57.691 I/wpa_supplicant(11521): No suitable network found
10-30 12:17:57.691 W/wpa_supplicant(11521): wlan0: Not restrict scheduled
scan for Not WFD CT3
10-30 12:17:57.691 I/wpa_supplicant(11521): Setting scan request: 15 sec 0
usec
10-30 12:17:57.711 D/WirelessDisplayService(  427): Receive Wifi scan
results available intent.
10-30 12:17:57.711 D/WirelessDisplayService(  427):
HANDLE_WIFI_SCAN_RESULT_AVAILABLE, dongle scan = 0
10-30 12:17:57.711 D/WirelessDisplayService(  427):
constructDongleInfoFromWifi() dongleScan = false
10-30 12:17:57.711 D/WirelessDisplayService(  427): Sending intent:
MIRROR_DISPLAY_DONGLE_AVAILABLE_ACTION
10-30 12:17:57.721 D/WirelessDisplayService(  427): getDiscoveryDongleList




--
View this message in context: http://mono-for-android.1047100.n5.nabble.com/HTC-crash-in-debug-tp5712268p5712274.html
Sent from the Mono for Android mailing list archive at Nabble.com.


More information about the Monodroid mailing list