Hi!
I'm debugging my game in a Galaxy Tab 3 and I'm having startup times of (way) more than 3 seconds from clicking the icon to getting to the OnCreate. Is this time normal?
I've also noticed the loading times for big Asset files on the Galaxy Tab are very big (like 1.5 seconds for a 16MB file)... the device is new, and has 3 or 4 apps installed max, so I'm almost sure it's not an space problem nor a virus problem.
I'm attaching the startup log:
01-07 21:27:51.115 V/WindowManager( 5253): Window{2153cf80 u0 Keyguard}mOrientationRequetedFromKeyguard=false
01-07 21:27:51.205 D/dalvikvm(12908): Trying to load lib /data/app-lib/mutantbear.superduck-1/libmonodroid.so 0x420e0cf0
01-07 21:27:51.205 D/ (12908): calling hookDlopen()!
01-07 21:27:51.205 D/ (12908): calling hookCheckABI2Header()!
01-07 21:27:51.205 D/ (12908): calling houdiniHookInit()!
01-07 21:27:51.285 D/houdini (12908): [12908] Loading library(version: 3.3.3.43422 RELEASE)... successfully.
01-07 21:27:51.305 D/dalvikvm(12908): Added shared lib /data/app-lib/mutantbear.superduck-1/libmonodroid.so 0x420e0cf0
01-07 21:27:51.305 D/ (12908): calling hookJniOnload()!
01-07 21:27:51.415 D/hwcomposer( 1907): isRGBOverlayLayer: got an RGB overlay layer
01-07 21:27:51.415 D/hwcomposer( 1907): isSpriteLayer: got a sprite layer
01-07 21:27:51.505 W/libc (12908): WARNING: generic atexit() called from legacy shared library
01-07 21:27:52.025 W/monodroid-gc(12908): GREF GC Threshold: 46800
01-07 21:27:52.055 I/monodroid-timing(12908): Runtime.init: start native-to-managed transition time: 1389126472066 ms
01-07 21:27:52.465 W/ContextImpl( 5253): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1375 com.android.server.StatusBarManagerService.sendNotification:179 com.android.server.StatusBarManagerService.updateNotification:796 com.android.server.NotificationManagerService.enqueueNotificationInternal:1296 com.android.server.NotificationManagerService.enqueueNotificationWithTag:1156
01-07 21:27:52.465 D/ProgressBar( 5485): setProgress = 40815076
01-07 21:27:52.465 D/ProgressBar( 5485): setProgress = 40815076, fromUser = false
01-07 21:27:52.465 D/STATUSBAR-StatusBarManagerService( 5253): sendNotification(2) - 62
01-07 21:27:52.475 D/ProgressBar( 5485): mProgress = 40654424mIndeterminate = false, mMin = 0, mMax = 48535185
01-07 21:27:52.475 D/ContexualWidgetMonitor( 5253): action =com.android.server.NotificationManagerService.NotificationArrived
01-07 21:27:52.475 D/ContexualWidgetMonitor( 5253): pkg =null
01-07 21:27:52.905 I/monodroid-timing(12908): JNIEnv.Initialize start: 1389126472465.45
01-07 21:27:52.915 I/monodroid-timing(12908): JNIEnv.Initialize: Logger JIT/etc. time: 1389126472915.73 [elapsed: 451.852 ms]
01-07 21:27:52.945 I/power ( 5253): *** acquire_dvfs_lock : lockType : 1 freq : 1600000
01-07 21:27:52.945 D/CustomFrequencyManagerService( 5253): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1600000 uid : 10094 pid : 5563 tag : LAUNCHER_APP_BOOSTER_CPU@4
01-07 21:27:52.955 I/monodroid-timing(12908): JNIEnv.Initialize: time: 1389126472969.04 [elapsed: 503.585 ms]
01-07 21:27:53.085 I/monodroid-timing(12908): TypeManager.cctor start: 1389126473089.33
01-07 21:27:53.225 I/monodroid-timing(12908): TypeManager.cctor time: 1389126473238.15 [elapsed: 148.82 ms]
01-07 21:27:53.235 I/monodroid-timing(12908): JNIEnv.Initialize: TypeManager init time: 1389126473240.82 [elapsed: 270.02 ms]
01-07 21:27:53.235 I/monodroid-timing(12908): Runtime.init: end native-to-managed transition time: 1389126473244 [elapsed 1178 ms]
01-07 21:27:53.275 I/monodroid-timing(12908): Runtime.register: start time: 1389126473288 ms
01-07 21:27:53.345 I/monodroid-timing(12908): JNIEnv.RegisterJniNatives ("Microsoft.Xna.Framework.AndroidGameActivity, MonoGame.Framework, Version=3.0.0.0, Culture=neutral, PublicKeyToken=null", 0xaf300021) start: 1389126473341.16
01-07 21:27:53.955 I/power ( 5253): *** release_dvfs_lock : lockType : 1
01-07 21:27:53.955 D/CustomFrequencyManagerService( 5253): releaseDVFSLockLocked : Getting Lock type frm List : DVFS_MIN_LIMIT frequency : 1600000 uid : 1000 pid : 5253 tag : ACTIVITY_RESUME_BOOSTER@8
01-07 21:27:53.955 W/ActivityManager( 5253): mDVFSHelper.release()
01-07 21:27:53.975 W/ContextImpl( 5253): Calling a method in the system process without a qualified user: android.app.ContextImpl.sendBroadcast:1375 com.android.server.StatusBarManagerService.sendNotification:179 com.android.server.StatusBarManagerService.updateNotification:796 com.android.server.NotificationManagerService.enqueueNotificationInternal:1296 com.android.server.NotificationManagerService.enqueueNotificationWithTag:1156
01-07 21:27:53.975 D/ProgressBar( 5485): setProgress = 41069696
01-07 21:27:53.975 D/ProgressBar( 5485): setProgress = 41069696, fromUser = false
01-07 21:27:53.975 D/ContexualWidgetMonitor( 5253): action =com.android.server.NotificationManagerService.NotificationArrived
01-07 21:27:53.975 D/ContexualWidgetMonitor( 5253): pkg =null
01-07 21:27:53.975 D/ProgressBar( 5485): mProgress = 40815076mIndeterminate = false, mMin = 0, mMax = 48535185
01-07 21:27:53.975 D/STATUSBAR-StatusBarManagerService( 5253): sendNotification(2) - 62
01-07 21:27:54.365 I/monodroid-timing(12908): JNIEnv.RegisterJniNatives total time: 1389126474374.1 [elapsed: 1032.937 ms]
01-07 21:27:54.365 I/monodroid-timing(12908): Runtime.register: end time: 1389126474376 [elapsed 1088 ms]
01-07 21:27:54.365 I/monodroid-timing(12908): Runtime.register: start time: 1389126474379 ms
01-07 21:27:54.365 I/monodroid-timing(12908): JNIEnv.RegisterJniNatives ("KakGame.Activity1, android, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null", 0xaf400021) start: 1389126474379.32
01-07 21:27:54.405 I/monodroid-timing(12908): JNIEnv.RegisterJniNatives total time: 1389126474418.85 [elapsed: 39.531 ms]
01-07 21:27:54.415 I/monodroid-timing(12908): Runtime.register: end time: 1389126474421 [elapsed 42 ms]
01-07 21:27:54.415 I/monodroid-timing(12908): Runtime.register: start time: 1389126474424 ms
01-07 21:27:54.415 I/monodroid-timing(12908): JNIEnv.RegisterJniNatives ("Java.Interop.TypeManager, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", 0xaf500021) start: 1389126474425.5
01-07 21:27:54.425 I/monodroid-timing(12908): JNIEnv.RegisterJniNatives total time: 1389126474436.39 [elapsed: 10.889 ms]
01-07 21:27:54.425 I/monodroid-timing(12908): Runtime.register: end time: 1389126474437 [elapsed 13 ms]
01-07 21:27:54.825 E/Watchdog( 5253): !@Sync 87
01-07 21:27:55.005 E/My-timing(12908): On create time 1389130074945.93 `