Hello,
I’m developing a game for Android, and it is currently failing on device (loads the level bg image, and then goes black for a sec, and then exits the app).
I need help in deciphering the android device log, as I am not seeing anything stand out that would tell me what the error with the app is. The only thing I see in there is something about substituting the image for a smaller image, and then maybe memory might be a problem?
Any help is appreciated, thank you.
[code]Log Collector version: 1.2.0
Device model: DROID4
Firmware version: 4.0.4
Kernel version: 3.0.8-gdde05fe
hudsoncm@il93lnxdroid54 )
#1 SMP PREEMPT Thu Jul 26 22:22:04 CDT 2012
Build number: 6.7.2-180_DR4-16_M2-37
512): onVisibilityChanged(com.android.systemui.recent.RecentsPanelView@41b504a0, 8)
01-30 15:19:23.271 V/WiredAccessoryObserver( 377): Headset UEVENT: {SUBSYSTEM=switch, SWITCH_STATE=0, DEVPATH=/devices/virtual/switch/h2w, SEQNUM=8732, ACTION=change, SWITCH_NAME=No Device}
01-30 15:19:23.271 V/WiredAccessoryObserver( 377): newState = 0, headsetState = 0,mHeadsetState = 2
01-30 15:19:23.302 D/EvbridgeService( 755): handleIntent() android.intent.action.CONFIGURATION_CHANGED handled by com.android.portal.EvbridgeService@413fcd78
01-30 15:19:23.310 D/Launcher.Model( 807): onReceive intent=Intent { act=android.intent.action.CONFIGURATION_CHANGED flg=0x60000010 }
01-30 15:19:23.317 I/ActivityManager( 377): Start proc com.zecter.droid.services for broadcast com.zecter.droid.services/com.zecter.droid.managers.ZumoMediaButtonReceiver: pid=29504 uid=10138 gids={3003, 1015, 3002}
01-30 15:19:23.333 I/dalvikvm(29504): Turning on JNI app bug workarounds for target SDK version 11…
01-30 15:19:23.411 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.411 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.419 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:23.435 D/dalvikvm( 377): GC_EXPLICIT freed 1431K, 30% free 23690K/33699K, paused 362ms+10ms
01-30 15:19:23.458 D/RecentsPanelView( 512): panelHeight=0
01-30 15:19:23.466 D/StatusBar.NetworkController( 512): Intent.ACTION_CONFIGURATION_CHANGED Received
01-30 15:19:23.466 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:23.466 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:23.481 W/InputManagerService( 377): Got RemoteException sending setActive(false) notification to pid 29391 uid 10359
01-30 15:19:23.700 I/CrashReportBroadcastReceiver(27021): New report detected, starting reporting service
01-30 15:19:23.700 D/dalvikvm(29504): Note: class Lcom/zecter/droid/services/IZumoService$Stub; has 187 unimplemented (abstract) methods
01-30 15:19:23.708 V/ZumoServiceConnection(29504): connectService
01-30 15:19:23.708 V/ZumoServiceConnection(29504): Attempting to start service
01-30 15:19:23.724 I/ActivityManager( 377): Start proc com.zecter.droid.services:remote for service com.zecter.droid.services/.ZumoService: pid=29517 uid=10138 gids={3003, 1015, 3002}
01-30 15:19:23.731 I/dalvikvm(29517): Turning on JNI app bug workarounds for target SDK version 11…
01-30 15:19:23.731 I/ActivityManager( 377): No longer want com.android.musicfx (pid 29012): hidden #21
01-30 15:19:23.755 I/CrashReporterServiceDelegate(27021): Running task for: SystemTombstone 10 reports (1 per task)
01-30 15:19:23.778 D/dalvikvm(29517): Note: class Lcom/zecter/droid/services/IZumoService$Stub; has 187 unimplemented (abstract) methods
01-30 15:19:23.833 D/ZumoService(29517): ZumoService created.
01-30 15:19:23.935 I/MBIntentReceiver(24357): onReceive(): mPlaybackType = LOCAL_CONTENT
01-30 15:19:23.935 I/MBIntentReceiver(24357): ACTION_AUDIO_BECOMING_NOISY, stop Blur music
01-30 15:19:23.935 I/MediaPlaybackService(24357): onStart
01-30 15:19:23.935 I/MediaPlaybackService(24357): CMPMG inside onStart function with mOneShot false
01-30 15:19:23.935 I/MediaPlaybackService(24357): onStart(): mPlaybackType = LOCAL_CONTENT
01-30 15:19:23.935 I/MediaPlaybackService(24357): onStart(): cmd = pause action = com.android.music.musicservicecommand
01-30 15:19:23.935 I/MediaPlaybackService(24357): pauseBlurMusic(): to stop non-IR playing
01-30 15:19:23.935 I/MediaPlaybackService(24357): pause()
01-30 15:19:24.036 I/ZumoService(29517): Deleting all storage since we weren’t authenticated at service launch
01-30 15:19:24.044 I/HTTPServer(29517): init
01-30 15:19:24.099 D/dalvikvm(27021): GC_CONCURRENT freed 1729K, 15% free 11260K/13155K, paused 5ms+2ms
01-30 15:19:24.114 I/HTTPServer(29517): start
01-30 15:19:24.114 D/ZumoService(29517): Item bound, Intent { act=com.zecter.droid.services.IZumoService }
01-30 15:19:24.114 D/ZumoService(29517): BroadcastReceiver received wifi intent: Intent { act=android.net.wifi.WIFI_STATE_CHANGED flg=0x50000010 (has extras) }
01-30 15:19:24.122 V/ZumoServiceConnection(29504): onServiceConnected
01-30 15:19:24.153 D/ZumoService(29517): BroadcastReceiver received audio device disconnected intent: Intent { act=android.intent.action.HEADSET_PLUG flg=0x40000010 (has extras) }
01-30 15:19:24.161 I/ActivityManager( 377): Start proc com.google.android.music:main for broadcast com.google.android.music/.MediaButtonIntentReceiver: pid=29538 uid=10072 gids={3003, 1015}
01-30 15:19:24.169 I/ZumoMediaButtonReceiver(29504): Performing service action: PAUSE
01-30 15:19:24.169 D/dalvikvm(27021): GC_FOR_ALLOC freed <1K, 15% free 11259K/13155K, paused 56ms
01-30 15:19:24.177 I/dalvikvm-heap(27021): Grow heap (frag case) to 11.178MB for 127762-byte allocation
01-30 15:19:24.185 I/InitializationManager(29517): User cache successfully purged.
01-30 15:19:24.239 I/InitializationManager(29517): User album art successfully purged.
01-30 15:19:24.263 D/dalvikvm(27021): GC_FOR_ALLOC freed 86K, 15% free 11297K/13283K, paused 52ms
01-30 15:19:24.263 W/AmazonAppstore.ReferenceCounter(27021): Reference (UpdateService) was not released. Be sure to release all References.
01-30 15:19:24.271 D/AlarmManagerService( 377): Kernel timezone updated to 360 minutes west of GMT
01-30 15:19:24.302 V/WiredAccessoryObserver( 377): Intent.ACTION_HEADSET_PLUG: state: 0 name: /devices/virtual/switch/h2w mic: 0
01-30 15:19:24.310 D/ZumoService(29517): BroadcastReceiver received audio device disconnected intent: Intent { act=android.intent.action.HEADSET_PLUG flg=0x40000010 (has extras) }
01-30 15:19:24.317 D/dalvikvm(27021): GC_FOR_ALLOC freed 85K, 16% free 11285K/13283K, paused 36ms
01-30 15:19:24.317 I/dalvikvm-heap(27021): Grow heap (frag case) to 11.263MB for 191638-byte allocation
01-30 15:19:24.349 D/dalvikvm(27021): GC_FOR_ALLOC freed 127K, 16% free 11344K/13475K, paused 32ms
01-30 15:19:24.372 D/PhoneApp( 690): handleSpeakerState, phone is NOT in offhook /call waiting. do nothing
01-30 15:19:24.435 I/InitializationManager(29517): Temporary uploads successfully purged.
01-30 15:19:24.505 I/ActivityThread(29538): Pub com.google.android.music.MusicContent: com.google.android.music.store.MusicContentProvider
01-30 15:19:24.536 I/MusicStore(29538): Database version: 37
01-30 15:19:24.544 I/AsyncCursor1:1(29538): Initialized for content://com.google.android.music.MusicContent/playlists, proj:_id#name, sel: ‘null’, args: null, order: null
01-30 15:19:24.567 I/ActivityManager( 377): Start proc com.audioaddict.di for broadcast com.audioaddict.di/com.audioaddict.AudioEventReceiver: pid=29555 uid=10222 gids={3003, 1015, 1007}
01-30 15:19:24.583 I/dalvikvm(29555): Turning on JNI app bug workarounds for target SDK version 10…
01-30 15:19:24.606 D/AudioHardwareMot( 162): Output latency, from ALSA = 99
01-30 15:19:24.638 D/CrashReporterServiceDelegate(27021): Processed 1 SystemTombstone report(s)
01-30 15:19:24.638 D/CrashReporterServiceDelegate(27021): 9 SystemTombstone report(s) remaining
01-30 15:19:24.708 D/CrashReporterServiceDelegate(27021): Processed 0 SystemTombstone report(s)
01-30 15:19:24.708 D/CrashReporterServiceDelegate(27021): No reports remaining to process for SystemTombstone, completing task
01-30 15:19:24.810 I/AAHTTP (29555): User-Agent: DI Radio/1.3.8 (Build 80; Android 4.0.4)
01-30 15:19:24.872 I/AsyncCursor2:4128(29538): Initialized for content://com.google.android.music.MusicContent/album/1034424220/audio, proj:_id#duration, sel: ‘null’, args: null, order: null
01-30 15:19:24.880 I/ActivityManager( 377): No longer want com.google.android.partnersetup (pid 29039): hidden #21
01-30 15:19:24.888 I/Crittercism(29555): Crittercism Initialized.
01-30 15:19:24.888 I/AudioEventReceiver(29555): Becoming noisy, pausing
01-30 15:19:24.903 I/BandwidthMonitor(29555): Loaded Data Counters - WiFi: 77491029, Cellular: 3662537
01-30 15:19:24.911 D/dalvikvm(29579): Late-enabling CheckJNI
01-30 15:19:24.919 I/ActivityManager( 377): Start proc com.clearchannel.iheartradio.controller for broadcast com.clearchannel.iheartradio.controller/com.clearchannel.iheartradio.player.MusicIntentReceiver: pid=29579 uid=10230 gids={3003, 1015, 3002}
01-30 15:19:24.958 D/dalvikvm( 160): GC_EXPLICIT freed 37K, 10% free 9231K/10207K, paused 2ms+2ms
01-30 15:19:24.981 D/dalvikvm( 160): GC_EXPLICIT freed <1K, 10% free 9231K/10207K, paused 2ms+1ms
01-30 15:19:24.981 D/dalvikvm(29555): GC_FOR_ALLOC freed 846K, 9% free 9881K/10851K, paused 31ms
01-30 15:19:25.005 D/dalvikvm( 160): GC_EXPLICIT freed <1K, 10% free 9231K/10207K, paused 1ms+1ms
01-30 15:19:25.005 D/dalvikvm(29555): GC_FOR_ALLOC freed 687K, 12% free 10221K/11491K, paused 14ms
01-30 15:19:25.005 I/dalvikvm-heap(29555): Grow heap (frag case) to 10.944MB for 945214-byte allocation
01-30 15:19:25.021 I/dalvikvm(29579): Turning on JNI app bug workarounds for target SDK version 7…
01-30 15:19:25.036 D/dalvikvm(29555): GC_FOR_ALLOC freed 615K, 16% free 10529K/12451K, paused 16ms
01-30 15:19:25.067 D/libc (29555): Forward DNS query to netd(h=api.crittercism.com s=^)
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): onDataActivity: direction=2
01-30 15:19:25.169 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:25.169 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): refreshSignalCluster: wifi cluster - shows wifi status:
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): mWifiConnected=false Wifi=7f0200ab/com.android.systemui:drawable/stat_sys_wifi_signal_1 Activity=0/(null) “No Wi-Fi.”
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): refreshSignalCluster: signal cluster - shows normal mobile data:
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): mHasMobileDataFeature=true
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): Signal=7f020161/com.android.systemui:drawable/zz_moto_stat_sys_signal_5bar_3_fully Roaming=0/(null) “Phone three bars.” “Not roaming.”
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): Wimax=0/(null) “”
01-30 15:19:25.169 D/StatusBar.NetworkController( 512): DataTypeShown=7f02007c/com.android.systemui:drawable/stat_sys_data_fully_connected_3g Activity=7f020114/com.android.systemui:drawable/zz_moto_stat_sys_data_fully_connected_signal_out “3G”
01-30 15:19:25.200 D/dalvikvm(29555): GC_CONCURRENT freed 1402K, 12% free 10970K/12451K, paused 2ms+3ms
01-30 15:19:25.263 I/dalvikvm(29593): Turning on JNI app bug workarounds for target SDK version 10…
01-30 15:19:25.271 I/ActivityManager( 377): Start proc com.grab.BigMoneySlots for broadcast com.grab.BigMoneySlots/com.grab.HgEngine.MusicIntentReceiver: pid=29593 uid=10331 gids={3003, 1015}
01-30 15:19:25.271 I/ActivityManager( 377): No longer want com.jrummy.liberty.toolbox (pid 29160): hidden #21
01-30 15:19:25.356 D/BluetoothA2dpService( 377): received metachanged Action New Build
01-30 15:19:25.356 D/BluetoothA2dpService( 377): Received Meta Data Details Track = My Last Serenade Artist = Killswitch Engage Album = Trespass America Free Sampler Trackno = null no.of track = null TrackDuration = null TrackPosition = null
01-30 15:19:25.364 D/OpenUDID(29593): OpenUDID: 22323ff44b8fda2e
01-30 15:19:25.372 D/dalvikvm(29593): Trying to load lib /mnt/asec/com.grab.BigMoneySlots-1/lib/libhgjni.so 0x413e0800
01-30 15:19:25.380 D/BluetoothA2dpService( 377): queuechanged Received Meta Data Details Trackno = null no.of track = null
01-30 15:19:25.380 D/MediaPlaybackService(29538): Event logging MUSIC_PAUSE_PLAYBACK_REQUESTED: [1474, DEFAULT]/
01-30 15:19:25.481 D/dalvikvm(29593): Added shared lib /mnt/asec/com.grab.BigMoneySlots-1/lib/libhgjni.so 0x413e0800
01-30 15:19:25.481 D/dalvikvm(29593): No JNI_OnLoad found in /mnt/asec/com.grab.BigMoneySlots-1/lib/libhgjni.so 0x413e0800, skipping init
01-30 15:19:25.481 I/ActivityManager( 377): No longer want mobi.infolife.uninstaller (pid 29183): hidden #21
01-30 15:19:25.552 D/dalvikvm(29555): GC_CONCURRENT freed 503K, 5% free 12333K/12899K, paused 1ms+3ms
01-30 15:19:25.614 D/dalvikvm(29538): GC_CONCURRENT freed 739K, 8% free 10249K/11107K, paused 2ms+12ms
01-30 15:19:25.614 D/BluetoothA2dpService( 377): received metachanged Action New Build
01-30 15:19:25.622 D/BluetoothA2dpService( 377): Received Meta Data Details Track = My Last Serenade Artist = Killswitch Engage Album = Trespass America Free Sampler Trackno = null no.of track = null TrackDuration = null TrackPosition = null
01-30 15:19:25.685 V/AudioAddictService(29555): Show (20763)‘URBANA RADIO SHOW’ from ‘Sat Sep 22 09:00:00 CDT 2012’ to ‘Sat Sep 22 10:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 14:00:00 -0000’ -> ‘Sat, 22 Sep 2012 15:00:00 -0000’)
01-30 15:19:25.685 V/AudioAddictService(29555): Show (20777)‘INSTEREO!’ from ‘Sat Sep 22 10:00:00 CDT 2012’ to ‘Sat Sep 22 11:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 15:00:00 -0000’ -> ‘Sat, 22 Sep 2012 16:00:00 -0000’)
01-30 15:19:25.685 V/AudioAddictService(29555): Show (20819)‘BONZAI BASIK BEATS’ from ‘Sat Sep 22 12:00:00 CDT 2012’ to ‘Sat Sep 22 13:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 17:00:00 -0000’ -> ‘Sat, 22 Sep 2012 18:00:00 -0000’)
01-30 15:19:25.685 V/AudioAddictService(29555): Show (21503)‘THE KARANDA SHOW’ from ‘Sat Sep 22 12:00:00 CDT 2012’ to ‘Sat Sep 22 14:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 17:00:00 -0000’ -> ‘Sat, 22 Sep 2012 19:00:00 -0000’)
01-30 15:19:25.685 V/AudioAddictService(29555): Show (20414)‘PARADISE GARAGE RADIO SHOW’ from ‘Sat Sep 22 13:00:00 CDT 2012’ to ‘Sat Sep 22 14:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 18:00:00 -0000’ -> ‘Sat, 22 Sep 2012 19:00:00 -0000’)
01-30 15:19:25.685 V/AudioAddictService(29555): Show (20791)‘NEUROTRAXX DELUXE RADIO SHOW’ from ‘Sat Sep 22 13:00:00 CDT 2012’ to ‘Sat Sep 22 14:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 18:00:00 -0000’ -> ‘Sat, 22 Sep 2012 19:00:00 -0000’)
01-30 15:19:25.685 V/AudioAddictService(29555): Show (20805)‘21 ST CENTURY HOUSE MUSIC’ from ‘Sat Sep 22 14:00:00 CDT 2012’ to ‘Sat Sep 22 15:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 19:00:00 -0000’ -> ‘Sat, 22 Sep 2012 20:00:00 -0000’)
01-30 15:19:25.692 D/AudioHardwareMot( 162): AudioStreamOutMot::standby called for 0x18be0f8
01-30 15:19:25.692 D/AudioHardwareMot( 162): Changed Min CPU Frequency to 300000 KHz
01-30 15:19:25.692 D/AudioHardwareMot( 162): Output 0x18be0f8 standby complete
01-30 15:19:25.692 D/BluetoothA2dpService( 377): received metachanged Action New Build
01-30 15:19:25.692 D/BluetoothA2dpService( 377): Received Meta Data Details Track = My Last Serenade Artist = Killswitch Engage Album = Trespass America Free Sampler Trackno = null no.of track = null TrackDuration = null TrackPosition = null
01-30 15:19:25.700 V/AudioAddictService(29555): Show (21500)‘SLINKY SESSIONS’ from ‘Sat Sep 22 14:00:00 CDT 2012’ to ‘Sat Sep 22 16:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 19:00:00 -0000’ -> ‘Sat, 22 Sep 2012 21:00:00 -0000’)
01-30 15:19:25.708 V/AudioAddictService(29555): Show (21501)‘IDENTITY’ from ‘Sat Sep 22 16:00:00 CDT 2012’ to ‘Sat Sep 22 17:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 21:00:00 -0000’ -> ‘Sat, 22 Sep 2012 22:00:00 -0000’)
01-30 15:19:25.708 V/AudioAddictService(29555): Show (21540)‘ORGANALOGUE’ from ‘Sat Sep 22 16:00:00 CDT 2012’ to ‘Sat Sep 22 17:00:00 CDT 2012’ (api says ‘Sat, 22 Sep 2012 21:00:00 -0000’ -> ‘Sat, 22 Sep 2012 22:00:00 -0000’)
01-30 15:19:25.708 V/AudioAddictService(29555): Show (15561)‘SOLITUDES’ from ‘Sun Sep 23 10:00:00 CDT 2012’ to ‘Sun Sep 23 12:00:00 CDT 2012’ (api says ‘Sun, 23 Sep 2012 15:00:00 -0000’ -> ‘Sun, 23 Sep 2012 17:00:00 -0000’)
01-30 15:19:25.708 V/AudioAddictService(29555): Show (21502)‘ANJUNABEATS WORLDWIDE’ from ‘Sun Sep 23 11:00:00 CDT 2012’ to ‘Sun Sep 23 13:00:00 CDT 2012’ (api says ‘Sun, 23 Sep 2012 16:00:00 -0000’ -> ‘Sun, 23 Sep 2012 18:00:00 -0000’)
01-30 15:19:25.708 V/AudioAddictService(29555): Show (21504)‘COLLATERAL DREAMS’ from ‘Sun Sep 23 13:00:00 CDT 2012’ to ‘Sun Sep 23 15:00:00 CDT 2012’ (api says ‘Sun, 23 Sep 2012 18:00:00 -0000’ -> ‘Sun, 23 Sep 2012 20:00:00 -0000’)
01-30 15:19:25.724 D/AudioAddictService(29555): Asset current (built-in) for channel 12 (9760862fcf5601c05c3581d6c0984128)
01-30 15:19:25.724 D/AudioAddictService(29555): Asset current (built-in) for channel 15 (5fe8da68c08afeba771f1c0a5ba6bc2f)
01-30 15:19:25.724 D/AudioAddictService(29555): Asset current (built-in) for channel 3 (8f7ce44aa749a97563c98dc5b69053aa)
01-30 15:19:25.724 D/AudioAddictService(29555): Asset current (built-in) for channel 68 (7a0a070cca01976ea62c9e1c5a19e9b1)
01-30 15:19:25.724 D/AudioAddictService(29555): Asset current (built-in) for channel 106 (ab17e2f15ebe382d78d744726408b668)
01-30 15:19:25.731 D/AudioAddictService(29555): Asset current (built-in) for channel 69 (a272766a55dc1d3c5b63e688d7a3d0de)
01-30 15:19:25.731 D/AudioAddictService(29555): Asset current (built-in) for channel 14 (ad112b71e9682c79343a4df45d419297)
01-30 15:19:25.731 D/AudioAddictService(29555): Asset current (built-in) for channel 90 (53906dc786e7f3d55536defca56a4b5f)
01-30 15:19:25.731 D/AudioAddictService(29555): Asset current (built-in) for channel 125 (6c59bb5709a2e2ecae99765d64ce57e6)
01-30 15:19:25.731 D/AudioAddictService(29555): Asset current (built-in) for channel 70 (6620a82bb6a6d0bc281260645b996b0a)
01-30 15:19:25.731 D/AudioAddictService(29555): Asset current (built-in) for channel 177 (29b1b727e81f9dc1c6ca40926ac8ae34)
01-30 15:19:25.731 D/AudioAddictService(29555): Asset current (built-in) for channel 136 (e98aea320629ce07814e0546f7c39ba1)
01-30 15:19:25.739 D/AudioAddictService(29555): Asset current (built-in) for channel 174 (8dd90c88b4ee5399e6182204a2ede8ed)
01-30 15:19:25.739 D/AudioAddictService(29555): Asset current (built-in) for channel 137 (3896ecff86795302304c64386ff2c5db)
01-30 15:19:25.739 D/AudioAddictService(29555): Asset current (built-in) for channel 92 (0ea9396414430256ffb76cd6148bf88a)
01-30 15:19:25.739 D/AudioAddictService(29555): Asset current (built-in) for channel 10 (5a0a6603d9a3f151b9eced1629e77d66)
01-30 15:19:25.739 D/AudioAddictService(29555): Asset current (built-in) for channel 13 (f2ed26a932bdb5cd0a0eac576aebfa3f)
01-30 15:19:25.739 D/AudioAddictService(29555): Asset current (built-in) for channel 91 (e0614d304c8fd5879a1278dd626d8769)
01-30 15:19:25.739 D/AudioAddictService(29555): Asset current (built-in) for channel 56 (387bfe3c7d50b4edd1408135596a03df)
01-30 15:19:25.747 D/AudioAddictService(29555): Asset current (built-in) for channel 175 (5a76739725cd2106a3e2f30a1461a9bd)
01-30 15:19:25.747 D/AudioAddictService(29555): Asset current (built-in) for channel 6 (a42ae2b9810acb81c6003915113c7d9d)
01-30 15:19:25.747 D/AudioAddictService(29555): Asset current (built-in) for channel 63 (a6331ceb3c835b545a60824b9daa376a)
01-30 15:19:25.747 D/AudioAddictService(29555): Asset current (built-in) for channel 58 (45d5aa9e246fd59fe03e601171059581)
01-30 15:19:25.747 D/AudioAddictService(29555): Asset current (built-in) for channel 53 (f4b0f3c30b34cf76de0955652ae5664a)
01-30 15:19:25.747 D/AudioAddictService(29555): Asset current (built-in) for channel 16 (83b92cbe5cdc692fb0c8871135e98c55)
01-30 15:19:25.747 D/AudioAddictService(29555): Asset current (built-in) for channel 8 (b5b22bf5232f246bf63b25914bd369e3)
01-30 15:19:25.755 D/AudioAddictService(29555): Asset current (built-in) for channel 176 (9d04d9b20de5378994fa8653a1dc69f3)
01-30 15:19:25.755 D/AudioAddictService(29555): Asset current (built-in) for channel 9 (14f1a4484dc88e0df006e9cd71407bcb)
01-30 15:19:25.755 D/AudioAddictService(29555): Asset current (built-in) for channel 5 (a67b19cab6cdb97ec77f8264f9c4c562)
01-30 15:19:25.755 D/AudioAddictService(29555): Asset current (built-in) for channel 60 (b27a7b020806ce4428307b30b44734ec)
01-30 15:19:25.755 D/AudioAddictService(29555): Asset current (built-in) for channel 4 (6f8a0b3279c24b1c5fa1c6c1397b9b56)
01-30 15:19:25.755 D/AudioAddictService(29555): Asset current (built-in) for channel 117 (fb8908953ab95d2f01402660e2cc0883)
01-30 15:19:25.755 D/AudioAddictService(29555): Asset current (built-in) for channel 105 (75b2b5e697e7948f5fcd64a1c54f3f72)
01-30 15:19:25.763 D/AudioAddictService(29555): Asset current (built-in) for channel 11 (58f7afca5a6883c063f8642bfd2cef80)
01-30 15:19:25.763 D/AudioAddictService(29555): Asset current (built-in) for channel 59 (5c29e3063f748d156260fb874634b602)
01-30 15:19:25.763 D/AudioAddictService(29555): Asset current (built-in) for channel 124 (7edf76e784f740c1a20904309bbc7080)
01-30 15:19:25.763 D/AudioAddictService(29555): Asset current (built-in) for channel 104 (503959f01400b6ecf59379d9c6844d11)
01-30 15:19:25.763 D/AudioAddictService(29555): Asset current (built-in) for channel 7 (fcea7c9d9a16314103a41f66bd6dfd15)
01-30 15:19:25.763 D/AudioAddictService(29555): Asset current (built-in) for channel 178 (4aeae25360c3792e8e9fd6f2e5cdf39e)
01-30 15:19:25.771 D/AudioAddictService(29555): Asset current (built-in) for channel 67 (f301e3e597472b3edbf50a770a52c087)
01-30 15:19:25.771 D/AudioAddictService(29555): Asset current (built-in) for channel 47 (950ff823b9989f18f19ba65fb149fcad)
01-30 15:19:25.771 D/AudioAddictService(29555): Asset current (built-in) for channel 64 (4531d1656bc302d4f1898f779a988c17)
01-30 15:19:25.771 D/AudioAddictService(29555): Asset current (built-in) for channel 66 (a1cb226c2170a74ed0fdb4839dafe869)
01-30 15:19:25.771 D/AudioAddictService(29555): Asset current (built-in) for channel 36 (cedaa3b495a451bdd6ee4b21311e155c)
01-30 15:19:25.778 D/AudioAddictService(29555): Asset current (built-in) for channel 1 (befc1043f0a216128f8570d3664856f7)
01-30 15:19:25.778 D/AudioAddictService(29555): Asset current (built-in) for channel 57 (4af36061eb3e97a0aa21b746b51317dd)
01-30 15:19:25.778 D/AudioAddictService(29555): Asset current (built-in) for channel 123 (c0ce1fbfe33a144e298d1bbec53406a3)
01-30 15:19:25.778 D/AudioAddictService(29555): Asset current (built-in) for channel 142 (a5b0bd27de43d04e1da9acf5b8883e85)
01-30 15:19:25.778 D/AudioAddictService(29555): Asset current (built-in) for channel 2 (009b4fcdb032cceee6f3da5efd4a86e9)
01-30 15:19:25.786 D/AudioAddictService(29555): Got action: .ACTION_PAUSE
01-30 15:19:25.786 D/AudioAddictService(29555): Released wake locks
01-30 15:19:25.919 D/dalvikvm( 377): GC_EXPLICIT freed 635K, 31% free 23381K/33699K, paused 4ms+9ms
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): onDataActivity: direction=3
01-30 15:19:26.177 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:26.177 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): refreshSignalCluster: wifi cluster - shows wifi status:
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): mWifiConnected=false Wifi=7f0200ab/com.android.systemui:drawable/stat_sys_wifi_signal_1 Activity=0/(null) “No Wi-Fi.”
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): refreshSignalCluster: signal cluster - shows normal mobile data:
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): mHasMobileDataFeature=true
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): Signal=7f020161/com.android.systemui:drawable/zz_moto_stat_sys_signal_5bar_3_fully Roaming=0/(null) “Phone three bars.” “Not roaming.”
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): Wimax=0/(null) “”
01-30 15:19:26.177 D/StatusBar.NetworkController( 512): DataTypeShown=7f02007c/com.android.systemui:drawable/stat_sys_data_fully_connected_3g Activity=7f020112/com.android.systemui:drawable/zz_moto_stat_sys_data_fully_connected_signal_inout “3G”
01-30 15:19:28.114 I/ActivityManager( 377): START {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.handtest.pvz/com.ansca.corona.CoronaActivity} from pid 807
01-30 15:19:28.200 D/dalvikvm(29609): Late-enabling CheckJNI
01-30 15:19:28.224 I/ActivityManager( 377): Start proc com.handtest.pvz for activity com.handtest.pvz/com.ansca.corona.CoronaActivity: pid=29609 uid=10359 gids={3003}
01-30 15:19:28.247 I/InputReader( 377): Reconfiguring input devices. changes=0x00000004
01-30 15:19:28.247 I/InputReader( 377): Device reconfigured: id=3, name=‘atmxt-i2c’, surface size is now 540x960, mode is 1
01-30 15:19:28.310 D/ExtDispService( 529): onRotationChanged - rotation = 1
01-30 15:19:28.310 D/ExtDispService( 529): onRotationChanged! - LANDSCAPE!!!
01-30 15:19:28.310 D/IExtDispIpcCB( 159): BnExtDispIpcCB NOTIFYCB: type:101; ext1:1; ext2:270;
01-30 15:19:28.310 D/HWC_HDMI_MOT( 159): IpcCB notifyCallback: type:101; ext1:1; ext2:270;
01-30 15:19:28.310 D/HWC_HDMI_MOT( 159): IpcCB notifyCallback: UI Orientation state change - rotation = 270
01-30 15:19:28.310 D/ti_hwc ( 159): hdmi_callback: UI Rotation = 3
01-30 15:19:28.310 I/ActivityManager( 377): Config changed: {1.0 311mcc480mnc en_US layoutdir=0 sw360dp w640dp h334dp nrml long land finger qwerty/v/h dpad/v s.63}
01-30 15:19:28.317 D/OpenGLRenderer( 512): Flushing caches (mode 0)
01-30 15:19:28.317 I/SystemUIService( 512): onConfigurationChanged reached.
01-30 15:19:28.317 I/SystemUIService( 512): isLayoutXLarge = false
01-30 15:19:28.333 D/OpenGLRenderer( 807): Flushing caches (mode 0)
01-30 15:19:28.349 V/RecentsPanelView( 512): onVisibilityChanged(com.android.systemui.recent.RecentsPanelView@4153afb0, 8)
01-30 15:19:28.372 I/PortalService( 755): onConfigurationChanged
01-30 15:19:28.403 D/EvbridgeService( 755): handleIntent() android.intent.action.CONFIGURATION_CHANGED handled by com.android.portal.EvbridgeService@413fcd78
01-30 15:19:28.419 D/RecentsPanelView( 512): panelHeight=540
01-30 15:19:28.419 D/StatusBar.NetworkController( 512): Intent.ACTION_CONFIGURATION_CHANGED Received
01-30 15:19:28.419 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:28.419 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:28.442 I/ActivityThread(29609): Pub com.handtest.pvz.files: com.ansca.corona.FileContentProvider
01-30 15:19:28.489 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/liblua.so 0x413e1ca0
01-30 15:19:28.489 D/dalvikvm(29609): Added shared lib /data/data/com.handtest.pvz/lib/liblua.so 0x413e1ca0
01-30 15:19:28.489 D/dalvikvm(29609): No JNI_OnLoad found in /data/data/com.handtest.pvz/lib/liblua.so 0x413e1ca0, skipping init
01-30 15:19:28.489 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/libjnlua5.1.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): Added shared lib /data/data/com.handtest.pvz/lib/libjnlua5.1.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/libjnlua5.1.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): Shared lib ‘/data/data/com.handtest.pvz/lib/libjnlua5.1.so’ already loaded in same CL 0x413e1ca0
01-30 15:19:28.497 I/dalvikvm(29609): threadid=1: recursive native library load attempt (/data/data/com.handtest.pvz/lib/libjnlua5.1.so)
01-30 15:19:28.497 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/libopenal.so 0x413e1ca0
01-30 15:19:28.497 I/OpenAL_SLES(29609): alc_opensles_init
01-30 15:19:28.497 D/dalvikvm(29609): Added shared lib /data/data/com.handtest.pvz/lib/libopenal.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/libmpg123.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): Added shared lib /data/data/com.handtest.pvz/lib/libmpg123.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): No JNI_OnLoad found in /data/data/com.handtest.pvz/lib/libmpg123.so 0x413e1ca0, skipping init
01-30 15:19:28.497 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/libvorbisidec.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): Added shared lib /data/data/com.handtest.pvz/lib/libvorbisidec.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): No JNI_OnLoad found in /data/data/com.handtest.pvz/lib/libvorbisidec.so 0x413e1ca0, skipping init
01-30 15:19:28.497 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/libalmixer.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): Added shared lib /data/data/com.handtest.pvz/lib/libalmixer.so 0x413e1ca0
01-30 15:19:28.497 D/dalvikvm(29609): No JNI_OnLoad found in /data/data/com.handtest.pvz/lib/libalmixer.so 0x413e1ca0, skipping init
01-30 15:19:28.497 D/dalvikvm(29609): Trying to load lib /data/data/com.handtest.pvz/lib/libcorona.so 0x413e1ca0
01-30 15:19:28.505 D/dalvikvm(29609): Added shared lib /data/data/com.handtest.pvz/lib/libcorona.so 0x413e1ca0
01-30 15:19:28.544 D/libEGL (29609): loaded /system/lib/egl/libGLES_android.so
01-30 15:19:28.560 D/libEGL (29609): loaded /vendor/lib/egl/libEGL_POWERVR_SGX540_120.so
01-30 15:19:28.575 D/libEGL (29609): loaded /vendor/lib/egl/libGLESv1_CM_POWERVR_SGX540_120.so
01-30 15:19:28.583 D/libEGL (29609): loaded /vendor/lib/egl/libGLESv2_POWERVR_SGX540_120.so
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.583 W/AmazonAppstore.ImmediateDispatcher(27021): Attempted to dispatch message to empty observers
01-30 15:19:28.794 D/OpenGLRenderer(29609): Enabling debug mode 0
01-30 15:19:28.927 I/ActivityManager( 377): Displayed com.handtest.pvz/com.ansca.corona.CoronaActivity: +761ms
01-30 15:19:29.052 D/dalvikvm(29609): Note: class Landroid/opengl/GLWrapperBase; has 250 unimplemented (abstract) methods
01-30 15:19:29.271 D/dalvikvm(29609): GC_FOR_ALLOC freed 914K, 11% free 9739K/10851K, paused 19ms
01-30 15:19:29.310 I/Corona (29609): -----------------------------------------------
01-30 15:19:29.325 I/Corona (29609): false
01-30 15:19:29.356 D/OpenGLRenderer( 807): Flushing caches (mode 1)
01-30 15:19:29.388 D/dalvikvm(29609): GC_FOR_ALLOC freed 1685K, 18% free 9620K/11683K, paused 15ms
01-30 15:19:29.403 D/Launcher.Model( 807): onReceive intent=Intent { act=android.intent.action.CONFIGURATION_CHANGED flg=0x60000010 }
01-30 15:19:29.411 D/DataOffloadReceiver(28436): Received broadcast intentcom.motorola.blur.apps.ACTION_APP_LAUNCHED
01-30 15:19:29.411 D/DataOffloadReceiver(28436): package:com.handtest.pvz
01-30 15:19:29.411 D/DataOffloadReceiver(28436): OptionClickedTime =0currentTime=117485850
01-30 15:19:29.411 D/DataOffloadReceiver(28436): Offload disabled
01-30 15:19:29.411 D/DataOffloadReceiver(28436): Offload not required, ignore the intent
01-30 15:19:29.411 W/InputManagerService( 377): Starting input on non-focused client com.android.internal.view.IInputMethodClient$Stub$Proxy@414aed40 (uid=10001 pid=807)
01-30 15:19:29.435 D/dalvikvm(29609): GC_FOR_ALLOC freed 1046K, 15% free 10016K/11683K, paused 15ms
01-30 15:19:29.458 D/dalvikvm( 807): GC_CONCURRENT freed 1812K, 24% free 24763K/32419K, paused 2ms+12ms
01-30 15:19:29.466 D/dalvikvm(29609): GC_FOR_ALLOC freed 1074K, 19% free 9479K/11683K, paused 14ms
01-30 15:19:29.466 I/dalvikvm-heap(29609): Grow heap (frag case) to 10.496MB for 1235536-byte allocation
01-30 15:19:29.489 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 18% free 10685K/12899K, paused 15ms
01-30 15:19:29.505 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 18% free 10685K/12899K, paused 15ms
01-30 15:19:29.505 I/dalvikvm-heap(29609): Grow heap (frag case) to 11.673MB for 1235536-byte allocation
01-30 15:19:29.521 D/OpenGLRenderer( 807): Flushing caches (mode 0)
01-30 15:19:29.552 D/dalvikvm(29609): GC_FOR_ALLOC freed 2413K, 33% free 9478K/14115K, paused 14ms
01-30 15:19:29.583 D/dalvikvm(29609): GC_FOR_ALLOC freed 737K, 33% free 9480K/14115K, paused 13ms
01-30 15:19:29.614 D/dalvikvm(29609): GC_FOR_ALLOC freed 1K, 22% free 11120K/14115K, paused 14ms
01-30 15:19:29.669 D/dalvikvm(29609): GC_FOR_ALLOC freed 3284K, 33% free 9479K/14115K, paused 13ms
01-30 15:19:29.724 D/dalvikvm(29609): GC_CONCURRENT freed 1553K, 32% free 9660K/14115K, paused 1ms+2ms
01-30 15:19:29.880 D/libc (29609): Forward DNS query to netd(h=stats.anscamobile.com s=^)
01-30 15:19:30.200 D/StatusBar.NetworkController( 512): onDataActivity: direction=2
01-30 15:19:30.208 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:30.208 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:30.208 D/StatusBar.NetworkController( 512): refreshSignalCluster: wifi cluster - shows wifi status:
01-30 15:19:30.208 D/StatusBar.NetworkController( 512): mWifiConnected=false Wifi=7f0200ab/com.android.systemui:drawable/stat_sys_wifi_signal_1 Activity=0/(null) “No Wi-Fi.”
01-30 15:19:30.208 D/StatusBar.NetworkController( 512): refreshSignalCluster: signal cluster - shows normal mobile data:
01-30 15:19:30.208 D/StatusBar.NetworkController( 512): mHasMobileDataFeature=true
01-30 15:19:30.208 D/StatusBar.NetworkController( 512): Signal=7f020161/com.android.systemui:drawable/zz_moto_stat_sys_signal_5bar_3_fully Roaming=0/(null) “Phone three bars.” “Not roaming.”
01-30 15:19:30.208 D/StatusBar.NetworkController( 512): Wimax=0/(null) “”
01-30 15:19:30.208 D/StatusBar.NetworkController( 512): DataTypeShown=7f02007c/com.android.systemui:drawable/stat_sys_data_fully_connected_3g Activity=7f020114/com.android.systemui:drawable/zz_moto_stat_sys_data_fully_connected_signal_out “3G”
01-30 15:19:30.763 I/Corona (29609): false
01-30 15:19:30.778 I/SoundDecoder(29609): ALL MPG123 DECODERS:
01-30 15:19:30.778 I/SoundDecoder(29609): generic
01-30 15:19:30.778 I/SoundDecoder(29609):
01-30 15:19:30.778 I/SoundDecoder(29609): SUPPORTED MPG123 DECODERS:
01-30 15:19:30.778 I/SoundDecoder(29609): generic
01-30 15:19:30.778 I/SoundDecoder(29609):
01-30 15:19:30.778 I/OpenAL_SLES(29609): opensles_open_playback pDevice=0x53a05008, deviceName=(null)
01-30 15:19:30.786 I/OpenAL_SLES(29609): alc_opensles_probe DEVICE_PROBE
01-30 15:19:30.786 I/OpenAL_SLES(29609): opensles_reset_playback pDevice=0x53a05008
01-30 15:19:30.786 I/OpenAL_SLES(29609): bits=16, channels=2, samples=1024, size=4096, freq=44100
01-30 15:19:30.786 I/OpenAL_SLES(29609): create audio player
01-30 15:19:30.794 D/AudioHardwareMot( 162): Output latency, using cached value = 99
01-30 15:19:30.794 D/AudioFlinger( 162): AudioFlinger::createTrack mLock acquired
01-30 15:19:30.794 D/AudioFlinger( 162): AudioFlinger::createTrack END
01-30 15:19:30.794 I/OpenAL_SLES(29609): playback_function started
01-30 15:19:30.802 I/OpenAL (29609): _SC_NPROCESSORS_ONLN=2
01-30 15:19:30.817 D/AudioHardwareMot( 162): AudioStreamOutMot::setParameters() routing=2
01-30 15:19:30.817 D/AudioHardwareMot( 162): AudioStreamOutMot::standby called for 0x18be0f8
01-30 15:19:30.817 D/AudioHardwareMot( 162): Output 0x18be0f8 standby complete
01-30 15:19:30.817 D/AudioHardwareMot( 162): Enter doALSAOutputRouting
01-30 15:19:30.817 D/AudioHardwareMot( 162): Output gain set
01-30 15:19:30.817 D/AudioHardwareMot( 162): doRouting devs: stereo 0, mono 0, input 0. Chose speaker None (gain 0xb) mic None (gain 0x1c1c)
01-30 15:19:30.817 D/AudioHardwareMot( 162): setVoiceVolume(0.285714) Setting in-call volume to 2 (available range is 0 to 7.000000)
01-30 15:19:30.817 D/AudioMgrRIL( 162): setting volume, volume = 2
01-30 15:19:30.817 W/AudioPolicyManagerBase( 162): setStreamMute() unmuting non muted stream!
01-30 15:19:30.817 W/AudioPolicyManagerBase( 162): setStreamMute() unmuting non muted stream!
01-30 15:19:30.817 W/AudioPolicyManagerBase( 162): setStreamMute() unmuting non muted stream!
01-30 15:19:30.817 D/AudioHardwareMot( 162): AudioStreamOutMot::getParameters() Fm-radio=
01-30 15:19:30.825 I/SoundDecoder(29609): WAV: Appears to be uncompressed audio.
01-30 15:19:30.825 I/SoundDecoder(29609): WAV: Accepting data stream.
01-30 15:19:30.825 I/SoundDecoder(29609): WAV: Appears to be uncompressed audio.
01-30 15:19:30.825 I/SoundDecoder(29609): WAV: Accepting data stream.
01-30 15:19:30.841 D/AudioHardwareALSA( 162): openOutputStream called for devices: 0x00000002
01-30 15:19:30.841 D/Omap4ALSA( 162): open called for devices 00000002 in mode 0…
01-30 15:19:30.864 I/Omap4ALSA( 162): Initialized ALSA PLAYBACK device default
01-30 15:19:30.864 D/AudioHardwareMot( 162): Output 0x18be0f8 exiting standby
01-30 15:19:30.864 D/AudioHardwareMot( 162): Entering doALSAInputRouting
01-30 15:19:30.864 D/AudioHardwareMot( 162): Enter doALSAOutputRouting
01-30 15:19:30.880 D/AudioHardwareMot( 162): Output gain set
01-30 15:19:30.880 D/AudioHardwareMot( 162): doRouting devs: stereo 0x2, mono 0, input 0. Chose speaker Speakerphone (gain 0xd) mic None (gain 0x1c1c)
01-30 15:19:30.903 D/dalvikvm(29609): GC_CONCURRENT freed 1811K, 32% free 9606K/14115K, paused 17ms+1ms
01-30 15:19:30.966 W/InputManagerService( 377): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@415e1a98
01-30 15:19:31.192 I/SoundDecoder(29609): MPG123: Accepting data stream.
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): onDataActivity: direction=3
01-30 15:19:31.208 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:31.208 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): refreshSignalCluster: wifi cluster - shows wifi status:
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): mWifiConnected=false Wifi=7f0200ab/com.android.systemui:drawable/stat_sys_wifi_signal_1 Activity=0/(null) “No Wi-Fi.”
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): refreshSignalCluster: signal cluster - shows normal mobile data:
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): mHasMobileDataFeature=true
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): Signal=7f020161/com.android.systemui:drawable/zz_moto_stat_sys_signal_5bar_3_fully Roaming=0/(null) “Phone three bars.” “Not roaming.”
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): Wimax=0/(null) “”
01-30 15:19:31.208 D/StatusBar.NetworkController( 512): DataTypeShown=7f02007c/com.android.systemui:drawable/stat_sys_data_fully_connected_3g Activity=7f020112/com.android.systemui:drawable/zz_moto_stat_sys_data_fully_connected_signal_inout “3G”
01-30 15:19:31.247 I/System.out(29609): WARNING: Could not load font Helvetica. Using default.
01-30 15:19:31.739 I/AudioService( 377): AudioFocus abandonAudioFocus() from android.media.AudioManager@414c7870com.google.android.music.MusicPlaybackService$8@414c6d08
01-30 15:19:31.755 I/ActivityManager( 377): Start proc com.android.musicfx for broadcast com.android.musicfx/.ControlPanelReceiver: pid=29637 uid=10257 gids={3003, 3002}
01-30 15:19:31.771 I/ActivityManager( 377): No longer want mobi.infolife.installer (pid 28862): hidden #21
01-30 15:19:31.802 V/MusicFXControlPanelReceiver(29637): onReceive
01-30 15:19:31.802 V/MusicFXControlPanelReceiver(29637): Action: android.media.action.CLOSE_AUDIO_EFFECT_CONTROL_SESSION
01-30 15:19:31.802 V/MusicFXControlPanelReceiver(29637): Package name: com.google.android.music
01-30 15:19:31.802 V/MusicFXControlPanelReceiver(29637): Audio session: 4225
01-30 15:19:31.802 V/MusicFXControlPanelEffect(29637): closeSession(android.app.ReceiverRestrictedContext@413e8828, com.google.android.music, 4225)
01-30 15:19:31.802 I/ActivityManager( 377): No longer want com.zrgiu.antivirus (pid 29101): hidden #21
01-30 15:19:32.294 D/dalvikvm(29609): GC_FOR_ALLOC freed 1740K, 33% free 9579K/14115K, paused 34ms
01-30 15:19:32.302 I/dalvikvm-heap(29609): Grow heap (frag case) to 16.024MB for 6929468-byte allocation
01-30 15:19:32.341 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 22% free 16346K/20899K, paused 19ms
01-30 15:19:32.380 D/dalvikvm(29609): GC_CONCURRENT freed 9K, 22% free 16337K/20899K, paused 1ms+8ms
01-30 15:19:32.599 D/dalvikvm(29609): GC_FOR_ALLOC freed 1K, 22% free 16337K/20899K, paused 14ms
01-30 15:19:32.606 I/dalvikvm-heap(29609): Grow heap (frag case) to 22.623MB for 6929468-byte allocation
01-30 15:19:32.646 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 17% free 23104K/27683K, paused 16ms
01-30 15:19:32.677 D/dalvikvm(29609): GC_CONCURRENT freed <1K, 17% free 23104K/27683K, paused 9ms+2ms
01-30 15:19:32.966 D/dalvikvm(29609): GC_FOR_ALLOC freed 17049K, 66% free 9571K/27683K, paused 19ms
01-30 15:19:33.067 D/dalvikvm(29609): GC_CONCURRENT freed 1529K, 65% free 9860K/27683K, paused 1ms+3ms
01-30 15:19:33.247 D/dalvikvm( 377): GC_EXPLICIT freed 426K, 31% free 23378K/33699K, paused 3ms+41ms
01-30 15:19:33.247 D/StatusBar.NetworkController( 512): onDataActivity: direction=0
01-30 15:19:33.255 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:33.255 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:33.255 D/StatusBar.NetworkController( 512): refreshSignalCluster: wifi cluster - shows wifi status:
01-30 15:19:33.255 D/StatusBar.NetworkController( 512): mWifiConnected=false Wifi=7f0200ab/com.android.systemui:drawable/stat_sys_wifi_signal_1 Activity=0/(null) “No Wi-Fi.”
01-30 15:19:33.255 D/StatusBar.NetworkController( 512): refreshSignalCluster: signal cluster - shows normal mobile data:
01-30 15:19:33.255 D/StatusBar.NetworkController( 512): mHasMobileDataFeature=true
01-30 15:19:33.255 D/StatusBar.NetworkController( 512): Signal=7f020161/com.android.systemui:drawable/zz_moto_stat_sys_signal_5bar_3_fully Roaming=0/(null) “Phone three bars.” “Not roaming.”
01-30 15:19:33.255 D/StatusBar.NetworkController( 512): Wimax=0/(null) “”
01-30 15:19:33.255 D/StatusBar.NetworkController( 512): DataTypeShown=7f02007c/com.android.systemui:drawable/stat_sys_data_fully_connected_3g Activity=7f020113/com.android.systemui:drawable/zz_moto_stat_sys_data_fully_connected_signal_none “3G”
01-30 15:19:33.935 D/dalvikvm(29609): GC_CONCURRENT freed 1445K, 64% free 10171K/27683K, paused 5ms+2ms
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): onDataActivity: direction=3
01-30 15:19:34.263 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:34.263 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): refreshSignalCluster: wifi cluster - shows wifi status:
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): mWifiConnected=false Wifi=7f0200ab/com.android.systemui:drawable/stat_sys_wifi_signal_1 Activity=0/(null) “No Wi-Fi.”
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): refreshSignalCluster: signal cluster - shows normal mobile data:
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): mHasMobileDataFeature=true
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): Signal=7f020161/com.android.systemui:drawable/zz_moto_stat_sys_signal_5bar_3_fully Roaming=0/(null) “Phone three bars.” “Not roaming.”
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): Wimax=0/(null) “”
01-30 15:19:34.263 D/StatusBar.NetworkController( 512): DataTypeShown=7f02007c/com.android.systemui:drawable/stat_sys_data_fully_connected_3g Activity=7f020112/com.android.systemui:drawable/zz_moto_stat_sys_data_fully_connected_signal_inout “3G”
01-30 15:19:34.981 I/SoundDecoder(29609): WAV: Appears to be uncompressed audio.
01-30 15:19:34.981 I/SoundDecoder(29609): WAV: Accepting data stream.
01-30 15:19:35.013 I/SoundDecoder(29609): MPG123: Accepting data stream.
01-30 15:19:35.044 I/SoundDecoder(29609): MPG123: Accepting data stream.
01-30 15:19:35.044 I/SoundDecoder_SetError(29609): MPG123: Message: Prepare for a changed audio format (query the new one)!
01-30 15:19:35.044 V/Corona (29609): getBitmapAsset: Downsampling image file ‘Images/Backgrounds/Level1.png’ to fit max texture size of 2048.
01-30 15:19:35.060 D/dalvikvm(29609): GC_FOR_ALLOC freed 1210K, 66% free 9570K/27683K, paused 15ms
01-30 15:19:35.067 I/dalvikvm-heap(29609): Grow heap (frag case) to 13.566MB for 4360912-byte allocation
01-30 15:19:35.099 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 51% free 13829K/27683K, paused 16ms
01-30 15:19:35.122 D/dalvikvm(29609): GC_CONCURRENT freed <1K, 51% free 13829K/27683K, paused 2ms+2ms
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): onDataActivity: direction=0
01-30 15:19:35.263 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:35.263 D/ConnectivityService( 377): getMobileDataEnabled returning true
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): refreshSignalCluster: wifi cluster - shows wifi status:
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): mWifiConnected=false Wifi=7f0200ab/com.android.systemui:drawable/stat_sys_wifi_signal_1 Activity=0/(null) “No Wi-Fi.”
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): refreshSignalCluster: signal cluster - shows normal mobile data:
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): mHasMobileDataFeature=true
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): Signal=7f020161/com.android.systemui:drawable/zz_moto_stat_sys_signal_5bar_3_fully Roaming=0/(null) “Phone three bars.” “Not roaming.”
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): Wimax=0/(null) “”
01-30 15:19:35.263 D/StatusBar.NetworkController( 512): DataTypeShown=7f02007c/com.android.systemui:drawable/stat_sys_data_fully_connected_3g Activity=7f020113/com.android.systemui:drawable/zz_moto_stat_sys_data_fully_connected_signal_none “3G”
01-30 15:19:35.364 D/dalvikvm(29609): GC_FOR_ALLOC freed 1K, 51% free 13829K/27683K, paused 14ms
01-30 15:19:35.372 I/dalvikvm-heap(29609): Grow heap (frag case) to 17.724MB for 4360912-byte allocation
01-30 15:19:35.403 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 35% free 18087K/27683K, paused 16ms
01-30 15:19:35.427 D/dalvikvm(29609): GC_CONCURRENT freed <1K, 35% free 18087K/27683K, paused 1ms+3ms
01-30 15:19:35.505 V/Corona (29609): getBitmapAsset: Downsampling image file ‘Images/Backgrounds/Catwalk.png’ to fit max texture size of 2048.
01-30 15:19:35.646 D/dalvikvm(29609): GC_FOR_ALLOC freed 8519K, 58% free 11732K/27683K, paused 15ms
01-30 15:19:35.646 I/dalvikvm-heap(29609): Grow heap (frag case) to 13.629MB for 2214232-byte allocation
01-30 15:19:35.669 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 50% free 13894K/27683K, paused 16ms
01-30 15:19:35.716 D/dalvikvm(29609): GC_CONCURRENT freed 2162K, 58% free 11732K/27683K, paused 2ms+4ms
01-30 15:19:35.739 V/Corona (29609): getBitmapAsset: Downsampling image file ‘Images/Backgrounds/Conveyor.png’ to fit max texture size of 2048.
01-30 15:19:35.786 D/dalvikvm(29609): GC_FOR_ALLOC freed 2552K, 66% free 9570K/27683K, paused 17ms
01-30 15:19:35.810 I/dalvikvm-heap(29609): Grow heap (frag case) to 25.407MB for 16777232-byte allocation
01-30 15:19:35.841 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 7% free 25954K/27683K, paused 24ms
01-30 15:19:35.888 D/dalvikvm(29609): GC_CONCURRENT freed <1K, 7% free 25954K/27683K, paused 5ms+3ms
01-30 15:19:36.192 D/dalvikvm(29609): GC_FOR_ALLOC freed 1K, 7% free 25954K/27683K, paused 16ms
01-30 15:19:36.192 I/dalvikvm-heap(29609): Forcing collection of SoftReferences for 16777232-byte allocation
01-30 15:19:36.216 D/dalvikvm(29609): GC_BEFORE_OOM freed 9K, 7% free 25944K/27683K, paused 26ms
01-30 15:19:36.216 E/dalvikvm-heap(29609): Out of memory on a 16777232-byte allocation.
01-30 15:19:36.216 I/dalvikvm(29609): “GLThread 4143” prio=5 tid=13 RUNNABLE
01-30 15:19:36.216 I/dalvikvm(29609): | group=“main” sCount=0 dsCount=0 obj=0x414348d0 self=0x16d3fc8
01-30 15:19:36.216 I/dalvikvm(29609): | sysTid=29626 nice=0 sched=0/0 cgrp=default handle=24665880
01-30 15:19:36.216 I/dalvikvm(29609): | schedstat=( 0 0 0 ) utm=240 stm=64 core=0
01-30 15:19:36.216 I/dalvikvm(29609): at com.ansca.corona.NativeToJavaBridge.getBitmapAsset(NativeToJavaBridge.java:~1118)
01-30 15:19:36.216 I/dalvikvm(29609): at com.ansca.corona.NativeToJavaBridge.callGetBitmapAsset(NativeToJavaBridge.java:1398)
01-30 15:19:36.216 I/dalvikvm(29609): at com.ansca.corona.JavaToNativeShim.nativeRender(Native Method)
01-30 15:19:36.216 I/dalvikvm(29609): at com.ansca.corona.JavaToNativeShim.render(JavaToNativeShim.java:137)
01-30 15:19:36.216 I/dalvikvm(29609): at com.ansca.corona.Controller.onDrawFrame(Controller.java:247)
01-30 15:19:36.216 I/dalvikvm(29609): at com.ansca.corona.CoronaRenderer.onDrawFrame(CoronaRenderer.java:74)
01-30 15:19:36.216 I/dalvikvm(29609): at android.opengl.derived.SwapGLSurfaceView$GLThread.guardedRun(SwapGLSurfaceView.java:964)
01-30 15:19:36.216 I/dalvikvm(29609): at android.opengl.derived.SwapGLSurfaceView$GLThread.run(SwapGLSurfaceView.java:825)
01-30 15:19:36.216 I/dalvikvm(29609):
01-30 15:19:36.247 D/dalvikvm(29609): GC_EXPLICIT freed <1K, 7% free 25944K/27683K, paused 1ms+3ms
01-30 15:19:36.263 D/dalvikvm(29609): GC_FOR_ALLOC freed <1K, 7% free 25944K/27683K, paused 15ms
01-30 15:19:36.263 I/dalvikvm-heap(29609): Forcing collection of SoftReferences for 16777232-byte allocation
01-30 15:19:36.294 D/dalvikvm(29609): GC_BEFORE_OOM freed 0K, 7% free 25944K/27683K, paused 24ms
01-30 15:19:36.294 E/dalvikvm-heap(29609): Out of memory on a 16777232-byte allocation.
01-30 15:19:36.294 I/dalvikvm(29609): “GLThread 4143” prio=5 tid=13 RUNNABLE
01-30 15:19:36.294 I/dalvikvm(29609): | group=“main” sCount=0 dsCount=0 obj=0x414348d0 self=0x16d3fc8
01-30 15:19:36.294 I/dalvikvm(29609): | sysTid=29626 nice=0 sched=0/0 cgrp=default handle=24665880
01-30 15:19:36.294 I/dalvikvm(29609): | schedstat=( 0 0 0 ) utm=246 stm=64 core=0
01-30 15:19:36.294 I/dalvikvm(29609): at com.ansca.corona.NativeToJavaBridge.getBitmapAsset(NativeToJavaBridge.java:~1125)
01-30 15:19:36.294 I/dalvikvm(29609): at com.ansca.corona.NativeToJavaBridge.callGetBitmapAsset(NativeToJavaBridge.java:1398)
01-30 15:19:36.294 I/dalvikvm(29609): at com.ansca.corona.JavaToNativeShim.nativeRender(Native Method)
01-30 15:19:36.294 I/dalvikvm(29609): at com.ansca.corona.JavaToNativeShim.render(JavaToNativeShim.java:137)
01-30 15:19:36.294 I/dalvikvm(29609): at com.ansca.corona.Controller.onDrawFrame(Controller.java:247)
01-30 15:19:36.294 I/dalvikvm(29609): at com.ansca.corona.CoronaRenderer.onDrawFrame(CoronaRenderer.java:74)
01-30 15:19:36.294 I/dalvikvm(29609): at android.opengl.derived.SwapGLSurfaceView$GLThread.guardedRun(SwapGLSurfaceView.java:964)
01-30 15:19:36.294 I/dalvikvm(29609): at android.opengl.derived.SwapGLSurfaceView$GLThread.run(SwapGLSurfaceView.java:825)
01-30 15:19:36.294 I/dalvikvm(29609):
01-30 15:19:36.294 W/dalvikvm(29609): Invalid indirect reference 0x800 in decodeIndirectRef
01-30 15:19:36.294 E/dalvikvm(29609): VM aborting
01-30 15:19:36.294 F/libc (29609): Fatal signal 11 (SIGSEGV) at 0xdeadd00d (code=1)
01-30 15:19:36.302 I/DEBUG (29651): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-30 15:19:36.302 I/DEBUG (29651): Build fingerprint: ‘verizon/maserati_vzw/cdma_maserati:4.0.4/6.7.2-180_DR4-16_M2-37/4:user/release-keys’
01-30 15:19:36.302 I/DEBUG (29651): pid: 29609, tid: 29626 >>> com.handtest.pvz <<<
01-30 15:19:36.302 I/DEBUG (29651): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadd00d
01-30 15:19:36.302 I/DEBUG (29651): tls: 5096ff00
01-30 15:19:36.302 I/DEBUG (29651):
01-30 15:19:36.302 I/DEBUG (29651): r0 00000000 r1 4091dd64 r2 01010101 r3 deadd00d
01-30 15:19:36.302 I/DEBUG (29651): r4 4091dd5f r5 5096f4c0 r6 0000020c r7 00400000
01-30 15:19:36.302 I/DEBUG (29651): r8 00000800 r9 4bf01810 10 00000800 fp 01963bac
01-30 15:19:36.302 I/DEBUG (29651): ip 00000000 sp 5096f2c0 lr 408d8b25 pc 408d8b34 cpsr 40000030
01-30 15:19:36.302 I/DEBUG (29651): d0 74726f6261204d75 d1 6552746365726973
01-30 15:19:36.302 I/DEBUG (29651): d2 75534c4770617765 d3 6569566563616672
01-30 15:19:36.302 I/DEBUG (29651): d4 0000000000000000 d5 3ff0000000000000
01-30 15:19:36.302 I/DEBUG (29651): d6 01b08fe000000000 d7 0000005d4f1e5ad2
01-30 15:19:36.302 I/DEBUG (29651): d8 0000000000000000 d9 0000000000000000
01-30 15:19:36.302 I/DEBUG (29651): d10 0000000000000000 d11 0000000000000000
01-30 15:19:36.302 I/DEBUG (29651): d12 0000000000000000 d13 0000000000000000
01-30 15:19:36.302 I/DEBUG (29651): d14 0000000000000000 d15 0000000000000000
01-30 15:19:36.302 I/DEBUG (29651): d16 016a61983f800000 d17 4170553480000000
01-30 15:19:36.302 I/DEBUG (29651): d18 3e6d3bc1f302676a d19 bf9d909e6e44e32e
01-30 15:19:36.302 I/DEBUG (29651): d20 4000000000000000 d21 3f1150805879b344
01-30 15:19:36.302 I/DEBUG (29651): d22 bebbb3c4da7c5c7d d23 3fcd930389b3f000
01-30 15:19:36.302 I/DEBUG (29651): d24 3e66376972bea4d0 d25 c034000000000000
01-30 15:19:36.302 I/DEBUG (29651): d26 3ff0000000000000 d27 bf9d909e6e44e32e
01-30 15:19:36.302 I/DEBUG (29651): d28 bffc7208aec70c36 d29 3fcd9303fea2f7cc
01-30 15:19:36.302 I/DEBUG (29651): d30 3c37acd6d7860f0c d31 3e6d3bc1f3000000
01-30 15:19:36.302 I/DEBUG (29651): scr 20000012
01-30 15:19:36.302 I/DEBUG (29651):
01-30 15:19:36.481 I/DEBUG (29651): #00 pc 00050b34 /system/lib/libdvm.so (dvmAbort)
01-30 15:19:36.481 I/DEBUG (29651): #01 pc 00055894 /system/lib/libdvm.so (_Z20dvmDecodeIndirectRefP6ThreadP8_jobject)
01-30 15:19:36.481 I/DEBUG (29651): #02 pc 00056480 /system/lib/libdvm.so
01-30 15:19:36.481 I/DEBUG (29651): #03 pc 000684fc /data/data/com.handtest.pvz/lib/libcorona.so (_ZN18NativeToJavaBridge14GetBitmapAssetEPKcR12AndroidImageb)
01-30 15:19:36.481 I/DEBUG (29651): #04 pc 00082a0c /data/data/com.handtest.pvz/lib/libcorona.so (_ZNK3Rtt18AndroidAssetBitmap15GetBitsInternalEP13Rtt_Allocatorb)
01-30 15:19:36.489 I/DEBUG (29651): #05 pc 00094b94 /data/data/com.handtest.pvz/lib/libcorona.so (_ZN3Rtt10GPUTexture13UpdateTextureEv)
01-30 15:19:36.489 I/DEBUG (29651): #06 pc 00095018 /data/data/com.handtest.pvz/lib/libcorona.so (_ZN3Rtt10GPUTextureC1EP13Rtt_AllocatorPNS_14PlatformBitmapE)
01-30 15:19:36.489 I/DEBUG (29651): #07 pc 00095074 /data/data/com.handtest.pvz/lib/libcorona.so (_ZN3Rtt18GPUTextureResourceC1ERNS_22MCachedResourceLibraryEPKcPNS_14PlatformBitmapE)
01-30 15:19:36.489 I/DEBUG (29651): #08 pc 000952b4 /data/data/com.handtest.pvz/lib/libcorona.so
01-30 15:19:36.489 I/DEBUG (29651): #09 pc 000953cc /data/data/com.handtest.pvz/lib/libcorona.so (_ZN3Rtt5Paint9NewBitmapERNS_7RuntimeEPKcNS_9MPlatform10_DirectoryEj)
01-30 15:19:36.489 I/DEBUG (29651): #10 pc 00095438 /data/data/com.handtest.pvz/lib/libcorona.so (_ZN3Rtt5Paint14NewSpriteSheetERNS_7RuntimeEPKcNS_9MPlatform10_DirectoryE)
01-30 15:19:36.489 I/DEBUG (29651): #11 pc 000b63a8 /data/data/com.handtest.pvz/lib/libcorona.so (_ZN3Rtt25LuaNewSpriteSheetFromDataEP9lua_State)
01-30 15:19:36.489 I/DEBUG (29651): #12 pc 0000c920 /data/data/com.handtest.pvz/lib/liblua.so
01-30 15:19:36.489 I/DEBUG (29651): #13 pc 0001d090 /data/data/com.handtest.pvz/lib/liblua.so
01-30 15:19:36.489 I/DEBUG (29651):
01-30 15:19:36.489 I/DEBUG (29651): code around pc:
01-30 15:19:36.489 I/DEBUG (29651): 408d8b14 46224478 edc2f7cd 46214628 ed82f7cd xD"F…(F!F…
01-30 15:19:36.489 I/DEBUG (29651): 408d8b24 f00db128 b110ffbb f00d2100 4b0afcc7 (…!..K
01-30 15:19:36.489 I/DEBUG (29651): 408d8b34 f7cd701e 490fedba 4a0f2006 447a4479 .p…I. .JyDzD
01-30 15:19:36.489 I/DEBUG (29651): 408d8b44 ec68f7cd f7cd2000 4906ed2c 6c435860 …h… …,…IXCl 01-30 15:19:36.489 I/DEBUG (29651): 408d8b54 d1d52b00 bf00e7d5 deadd00d 000634dc .+...........4.. 01-30 15:19:36.489 I/DEBUG (29651): 01-30 15:19:36.489 I/DEBUG (29651): code around lr: 01-30 15:19:36.489 I/DEBUG (29651): 408d8b04 4c1a4798 ffa8f7ff ad804819 4629447c .G.L.....H..|D)F 01-30 15:19:36.489 I/DEBUG (29651): 408d8b14 46224478 edc2f7cd 46214628 ed82f7cd xD"F....(F!F.... 01-30 15:19:36.489 I/DEBUG (29651): 408d8b24 f00db128 b110ffbb f00d2100 4b0afcc7 (........!.....K 01-30 15:19:36.489 I/DEBUG (29651): 408d8b34 f7cd701e 490fedba 4a0f2006 447a4479 .p.....I. .JyDzD 01-30 15:19:36.489 I/DEBUG (29651): 408d8b44 ec68f7cd f7cd2000 4906ed2c 6c435860 ..h.. ..,..IXCl
01-30 15:19:36.489 I/DEBUG (29651):
01-30 15:19:36.489 I/DEBUG (29651): memory map around addr deadd00d:
01-30 15:19:36.489 I/DEBUG (29651): be996000-be9b7000 [stack]
01-30 15:19:36.489 I/DEBUG (29651): (no map for address)
01-30 15:19:36.489 I/DEBUG (29651): ffff0000-ffff1000 [vectors]
01-30 15:19:36.489 I/DEBUG (29651):
01-30 15:19:36.489 I/DEBUG (29651): stack:
01-30 15:19:36.489 I/DEBUG (29651): 5096f280 5096f4c0
01-30 15:19:36.489 I/DEBUG (29651): 5096f284 400e433d /system/lib/libc.so
01-30 15:19:36.489 I/DEBUG (29651): 5096f288 5096f4c0
01-30 15:19:36.489 I/DEBUG (29651): 5096f28c 5096f4c0
01-30 15:19:36.489 I/DEBUG (29651): 5096f290 4091dd5f /system/lib/libdvm.so
01-30 15:19:36.489 I/DEBUG (29651): 5096f294 00400000
01-30 15:19:36.489 I/DEBUG (29651): 5096f298 00000800
01-30 15:19:36.489 I/DEBUG (29651): 5096f29c 4bf01810 /dev/ashmem/dalvik-LinearAlloc (deleted)
01-30 15:19:36.489 I/DEBUG (29651): 5096f2a0 00000800
01-30 15:19:36.489 I/DEBUG (29651): 5096f2a4 400e43b3 /system/lib/libc.so
01-30 15:19:36.489 I/DEBUG (29651): 5096f2a8 4091dd5f /system/lib/libdvm.so
01-30 15:19:36.489 I/DEBUG (29651): 5096f2ac 4011072b /system/lib/libcutils.so
01-30 15:19:36.489 I/DEBUG (29651): 5096f2b0 4091dd5f /system/lib/libdvm.so
01-30 15:19:36.489 I/DEBUG (29651): 5096f2b4 5096f4c0
01-30 15:19:36.489 I/DEBUG (29651): 5096f2b8 df0027ad
01-30 15:19:36.489 I/DEBUG (29651): 5096f2bc 00000000
01-30 15:19:36.489 I/DEBUG (29651): #00 5096f2c0 6c756e28
01-30 15:19:36.489 I/DEBUG (29651): 5096f2c4 0000296c
01-30 15:19:36.489 I/DEBUG (29651): 5096f2c8 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2cc 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2d0 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2d4 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2d8 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2dc 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2e0 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2e4 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2e8 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2ec 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2f0 00000000
01-30 15:19:36.489 I/DEBUG (29651): 5096f2f4 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f2f8 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f2fc 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f300 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f304 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f308 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f30c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f310 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f314 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f318 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f31c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f320 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f324 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f328 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f32c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f330 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f334 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f338 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f33c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f340 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f344 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f348 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f34c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f350 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f354 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f358 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f35c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f360 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f364 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f368 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f36c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f370 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f374 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f378 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f37c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f380 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f384 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f388 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f38c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f390 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f394 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f398 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f39c 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f3a0 00000000
01-30 15:19:36.497 I/DEBUG (29651): 5096f3a4 00000000
01-30 15:19:36.497 I/DEBUG (2965 [import]uid: 189114 topic_id: 35489 reply_id: 335489[/import]