Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
03/23/12 12:02 PM (13 years ago)

Android crash after a while

Hi guys, im trying to figure out when my Android app's crash, here is the log with the crash: 03-23 15:44:43.890: I/InputReader(162): dispatchTouch::touch event's action is 0 03-23 15:44:43.890: I/InputDispatcher(162): Delivering touch to current input target: action: 0, channel '408dd430 com.gau.go.launcherex/com.jiubang.ggheart.apps.desks.diy.GoLauncher (server)' 03-23 15:44:43.890: I/InputDispatcher(162): Delivering touch to current input target: action: 0, channel '408dad48 com.android.internal.service.wallpaper.ImageWallpaper (server)' 03-23 15:44:44.009: I/InputReader(162): dispatchTouch::touch event's action is 1 03-23 15:44:44.009: I/InputDispatcher(162): Delivering touch to current input target: action: 1, channel '408dd430 com.gau.go.launcherex/com.jiubang.ggheart.apps.desks.diy.GoLauncher (server)' 03-23 15:44:44.009: I/InputDispatcher(162): Delivering touch to current input target: action: 1, channel '408dad48 com.android.internal.service.wallpaper.ImageWallpaper (server)' 03-23 15:44:44.029: I/ActivityManager(162): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.guiadevendimia/.BT_activity_root bnds=[243,52][317,128] } from pid 28071 03-23 15:44:44.069: I/ActivityManager(162): Start proc com.guiadevendimia for activity com.guiadevendimia/.BT_screen_menuList: pid=28667 uid=10000 gids={3003} 03-23 15:44:44.139: I/OrientationDebug(162): [pwm] in updateOrientationListenerLp() 03-23 15:44:44.139: V/OrientationDebug(162): in updateOrientationListenerLp(), Screen status=true, current orientation=-1, SensorEnabled=false 03-23 15:44:44.139: I/OrientationDebug(162): [pwm] needSensorRunningLp(), return false #3 03-23 15:44:44.199: W/AudioFlinger(95): write blocked for 164 msecs, 1888 delayed writes, thread 0xcce8 03-23 15:44:44.219: W/ZZ(28667): Creating guiadevendimia_appDelegate object. 03-23 15:44:44.219: W/ZZ(28667): guiadevendimia_appDelegate:loadAudioPlayer 03-23 15:44:44.219: W/ZZ(28667): BT_application: Creating root-app object. 03-23 15:44:44.219: W/ZZ(28667): BT_device: Creating root-device object. 03-23 15:44:44.219: W/ZZ(28667): BT_device: This device uses an Android display density of: 160dpi (dots per inch) 03-23 15:44:44.229: W/ZZ(28667): BT_device: This device can send SMS / Text messages. 03-23 15:44:44.229: I/ActivityManager(162): Start proc com.dropbox.android for service com.dropbox.android/.service.CameraUploadService: pid=28676 uid=10088 gids={3003, 1015} 03-23 15:44:44.239: W/ZZ(28667): BT_device: This device cant make phone calls. 03-23 15:44:44.239: W/ZZ(28667): BT_device: This device can take pictures. 03-23 15:44:44.239: W/ZZ(28667): BT_device: This device can take videos. 03-23 15:44:44.239: W/ZZ(28667): BT_device: This device can send emails. 03-23 15:44:44.239: W/ZZ(28667): BT_device: This device is GPS capable. 03-23 15:44:44.239: W/ZZ(28667): BT_user: Creating root-user object. 03-23 15:44:44.269: W/ZZ(28667): BT_screen_menuList:onCreate 03-23 15:44:44.279: D/AndroidRuntime(28667): Shutting down VM 03-23 15:44:44.279: W/dalvikvm(28667): threadid=1: thread exiting with uncaught exception (group=0x40018578) 03-23 15:44:44.309: E/AndroidRuntime(28667): FATAL EXCEPTION: main 03-23 15:44:44.309: E/AndroidRuntime(28667): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.guiadevendimia/com.guiadevendimia.BT_screen_menuList}: java.lang.NullPointerException 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1651) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1667) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.app.ActivityThread.access$1500(ActivityThread.java:117) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:935) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.os.Handler.dispatchMessage(Handler.java:99) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.os.Looper.loop(Looper.java:130) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.app.ActivityThread.main(ActivityThread.java:3687) 03-23 15:44:44.309: E/AndroidRuntime(28667): at java.lang.reflect.Method.invokeNative(Native Method) 03-23 15:44:44.309: E/AndroidRuntime(28667): at java.lang.reflect.Method.invoke(Method.java:507) 03-23 15:44:44.309: E/AndroidRuntime(28667): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:867) 03-23 15:44:44.309: E/AndroidRuntime(28667): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:625) 03-23 15:44:44.309: E/AndroidRuntime(28667): at dalvik.system.NativeStart.main(Native Method) 03-23 15:44:44.309: E/AndroidRuntime(28667): Caused by: java.lang.NullPointerException 03-23 15:44:44.309: E/AndroidRuntime(28667): at com.guiadevendimia.BT_viewUtilities.updateBackgroundColorsForScreen(BT_viewUtilities.java:37) 03-23 15:44:44.309: E/AndroidRuntime(28667): at com.guiadevendimia.BT_screen_menuList.onCreate(BT_screen_menuList.java:137) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1047) 03-23 15:44:44.309: E/AndroidRuntime(28667): at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1615) 03-23 15:44:44.309: E/AndroidRuntime(28667): ... 11 more 03-23 15:44:44.309: E/(162): Dumpstate > /data/log/dumpstate_app_error 03-23 15:44:44.309: W/ActivityManager(162): Force finishing activity com.guiadevendimia/.BT_screen_menuList 03-23 15:44:44.609: W/ZZ(28667): guiadevendimia_appDelegate:SoundEffectLoader:doInBackground initSoundEffects 03-23 15:44:44.609: W/ZZ(28667): guiadevendimia_appDelegate:SoundEffectLoader:doInBackground initSoundEffects DISABLED 03-23 15:44:44.809: W/ActivityManager(162): Activity pause timeout for HistoryRecord{408c7660 com.guiadevendimia/.BT_screen_menuList} 03-23 15:44:49.119: D/VoldCmdListener(87): asec list 03-23 15:44:49.129: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.mobilesrepublic.appygeek-1 03-23 15:44:49.129: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.google.android.stardroid-1 03-23 15:44:49.129: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.androidemu.gba-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.opera.browser-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> air.totita.debug-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.evernote-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.popcap.pvz-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.sportstracklive.stopwatch-2 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> uk.co.nickfines.RealCalc-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.rovio.angrybirds-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.google.android.apps.unveil-2 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.gau.go.launcherex.gowidget.weatherwidget-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.jiubang.goscreenlock.theme.icecream-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.gau.go.launcherex.gowidget.switchwidget-2 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.digital_and_dreams.android.swiss_army_knife-2 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.gau.go.launcherex.gowidget.clockwidget-1 03-23 15:44:49.139: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.gau.go.launcherex.gowidget.notewidget-1 03-23 15:44:49.149: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.gau.go.launcherex.gowidget.fbwidget-1 03-23 15:44:49.149: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.gau.go.launcherex.gowidget.twitterwidget-1 03-23 15:44:49.149: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.melodis.midomiMusicIdentifier.freemium-2 03-23 15:44:49.149: D/VoldCmdListener(87): CommandListener::AsecCmd::runCommand -> com.gau.go.launcherex.theme.gleiphonestyle-2 03-23 15:44:49.999: D/BatteryService(162): update start 03-23 15:44:50.019: W/PowerManagerService(162): Timer 0x3->0x3|0x1 03-23 15:44:50.079: D/BatteryService(162): update start 03-23 15:44:50.089: D/BatteryService(162): update start 03-23 15:44:51.419: I/OrientationDebug(162): [pwm] in updateOrientationListenerLp() 03-23 15:44:51.419: V/OrientationDebug(162): in updateOrientationListenerLp(), Screen status=true, current orientation=1, SensorEnabled=false 03-23 15:44:51.419: I/OrientationDebug(162): [pwm] needSensorRunningLp(), return false #3 03-23 15:44:51.419: I/ggheart(28071): onStop 03-23 15:44:51.469: I/DemoService(28071): DiyScheduer.onStart 03-23 15:44:51.469: I/ggheart(28071): onStart 03-23 15:44:51.879: W/dalvikvm(28676): VFY: unable to resolve instance field 22 03-23 15:44:51.879: W/dalvikvm(28676): VFY: unable to resolve instance field 25 03-23 15:44:53.819: I/InputReader(162): dispatchTouch::touch event's action is 0 03-23 15:44:53.819: I/InputDispatcher(162): Delivering touch to current input target: action: 0, channel '40783170 ¡Lo sentimos! (server)' 03-23 15:44:53.909: I/InputReader(162): dispatchTouch::touch event's action is 1 03-23 15:44:53.909: I/InputDispatcher(162): Delivering touch to current input target: action: 1, channel '40783170 ¡Lo sentimos! (server)' 03-23 15:44:54.019: W/InputManagerService(162): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@407814c8 03-23 15:44:54.029: I/ActivityManager(162): Process com.guiadevendimia (pid 28667) has died. 03-23 15:44:54.139: W/AudioFlinger(95): write blocked for 173 msecs, 1890 delayed writes, thread 0xcce8 03-23 15:44:59.919: W/PowerManagerService(162): Timer 0x3->0x3|0x1 03-23 15:45:00.020: D/BatteryService(162): update start 03-23 15:45:00.020: D/BatteryService(162): update start 03-23 15:45:00.039: D/BatteryService(162): update start 03-23 15:45:01.689: W/ActivityManager(162): Activity destroy timeout for HistoryRecord{408c7660 com.guiadevendimia/.BT_screen_menuList} 03-23 15:45:01.929: I/com.dropbox.android.service.CameraUploadService(28676): Starting camera upload scan... 03-23 15:45:02.129: I/com.dropbox.android.service.CameraUploadService(28676): Finished querying providers. 03-23 15:45:02.129: I/com.dropbox.android.service.CameraUploadService(28676): Finished camera upload scan. Im having the same crash with all my apps, some with splash screens and another's without it, the only thing i've found, the apps always crash in offline mode (with out wifii). Some ideas?
 
Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
like
03/23/12 12:06 PM (13 years ago)
All the tested apps are 1.5
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 12:17 PM (13 years ago)
Regarding Splash Screens Android BTv 1.5 it's simple there's a bug and it doesn't work. what device is the crash occuring on? Are you using other non-functioning BTv1.5 Android Screens? Read MySkylla's Guide to Buzztouch www.myskylla.wordpress.com Fred
 
Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
like
03/23/12 12:35 PM (13 years ago)
Hi Fred, the log is from an app without any splash screen, the device its a Samsung Galaxy Ace with Android 2.3.3, the same problem is with a Motorola Defy Android 2.2.3
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 12:40 PM (13 years ago)
Does the crash occur when accessing any particular screen? Fred
 
Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
like
03/23/12 12:41 PM (13 years ago)
Only when i close the app, dont use it for a while, and when i try to open it, the app crash. Dont happend all the time.
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
03/23/12 12:50 PM (13 years ago)
It's searching for something in the BT_screen_menuList and can't find it: 03-23 15:44:44.309: E/AndroidRuntime(28667): FATAL EXCEPTION: main 03-23 15:44:44.309: E/AndroidRuntime(28667): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.guiadevendimia/com.guiadevendimia.BT_screen_menuList}: java.lang.NullPointerException This error appears to be popping up more and more. I'd guess it's force closing because the list hasn't fully populated before navigating away from it.
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
03/23/12 12:54 PM (13 years ago)
Actually, Vydrus, is that the full log for the complete activity, i.e. from when the app fires up? If it isn't, take a look at the complete log and see if there are two instances of BT_screen_menuList:onCreate There's one immediately before the crash. Is there another one beforehand?
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 12:57 PM (13 years ago)
@Vyrdus, send me the .apk I wish to test on Android 2.3.6 I wish to confirm my belief that it won't crash on my device. Fred
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
03/23/12 12:59 PM (13 years ago)
@Fred. If it doesn't crash, could you have a quick test of one of my apk's? I'd appreciate it.
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 01:00 PM (13 years ago)
Did this app have a Splash Screen that you've removed? Fred
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 01:01 PM (13 years ago)
@raveyd, Please send. Fred
 
Paul Rogers
Android Fan
Profile
Posts: 2524
Reg: May 30, 2011
UK
35,740
like
03/23/12 01:04 PM (13 years ago)
Thanks Fred!
 
Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
like
03/23/12 01:06 PM (13 years ago)
raveyd, i was cleaning the log and re-opening the app, im thinking the Task Killer can be the guilty... Fred this is the App: https://play.google.com/store/apps/details?id=com.guiadevendimia&feature=search_result
 
Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
like
03/23/12 01:07 PM (13 years ago)
Is it me, or im double posting all the time? Actually in the "guia the vendimia" i never use a splash screen for this reason, testing if without a splash screen the app crash or not, and yes...it crash for me (in my device)
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 01:28 PM (13 years ago)
You had two separate issues: 1. Splash Screen - resolved by not using 2. Crash related to BTv1.5, Menu screen, & Android os 2.3.4, 2.3.3, 2.2.3 - This is the first occasion on 2.2.3 that I know about. Previously see on 2.3.3 & 2.3.4 All involved BTv1.5. Menu Screens (button & List) seem to be in the mix. App didn't crash on 2.3.6. Tried opening various screens, switching to other apps, closing & reopening, leaving it open for several minutes. If anyone else would download and play with the app I'd appreciate it. Please post results and device and Android version. Fred
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 01:37 PM (13 years ago)
@Vyrdus, first nice app, congratulations. You should post on Request for Beta testers, asking for test on various Android os. Hopefully, we'll gater additional info further narrowing the issue. Hopefully, someone will them be able to identity to source of the problem and follow with a solution. I would suggest BTv2.0, though the Menu (List) doesn't have icons, and the Advance Simple Menu by Android Buzztouch mods us still kinda rough. But I think you'll find BTv2.0 overall much better. Fred
 
Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
like
03/23/12 01:39 PM (13 years ago)
Nice test!!! tnks Fred, i really appreciate your effort.
 
Pablo
buzztouch Evangelist
Profile
Posts: 51
Reg: Nov 09, 2011
Argentina
510
like
03/23/12 01:43 PM (13 years ago)
Nice test!!! tnks Fred, i really appreciate your effort.
 
Fred@mySkylla com
Android Fan
Profile
Posts: 5259
Reg: Oct 03, 2011
location unknow...
62,560
like
03/23/12 02:24 PM (13 years ago)
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.