- Home /
long loading time android
Hi,
We are having an issue with application load time on android devices. Its an app built on unity 4 and we ar eusing vuforia in it. We tried to use unity profiler to see what strt up times are like but all unity scripts initialize like withing 1 seconds. Profiler does not show any output until splash dissapears which is about 40-50 seconds on Samsung Galaxy tab2. We then checked logcat in eclipse and loading libs seems to be quite fast but there is like 30s long gap with no messages in between these lines
Any idea how to track down what is going on there? I'm attaching full log since app start until splash screen gone. LOG HERE
Thank you for your help
02-07 16:09:24.195: D/Unity(23705): Platform assembly: /data/app/com.AD-2.apk/assets/bin/Data/Managed/Assembly-UnityScript.dll (this message is harmless)
02-07 16:09:24.203: D/Unity(23705): Loading /data/app/com.AD-2.apk/assets/bin/Data/Managed/Assembly-UnityScript.dll into Unity Child Domain
02-07 16:09:24.351: D/Unity(23705): - Completed reload, in 0.190 seconds
02-07 16:09:24.359: D/Unity(23705): PlayerInitEngineGraphics OK
02-07 16:09:25.265: D/Unity(23705): Platform assembly: /data/app/com.AD-2.apk/assets/bin/Data/Managed/UnityScript.Lang.dll (this message is harmless)
02-07 16:09:25.273: D/Unity(23705): Platform assembly: /data/app/com.AD-2.apk/assets/bin/Data/Managed/Boo.Lang.dll (this message is harmless)
02-07 16:09:28.195: D/dalvikvm(23705): GC_CONCURRENT freed 309K, 7% free 7359K/7879K, paused 4ms+2ms
02-07 16:09:28.929: D/dalvikvm(23761): Late-enabling CheckJNI
02-07 16:09:28.945: I/dalvikvm(23761): Turning on JNI app bug workarounds for target SDK version 8...
02-07 16:09:28.945: I/ActivityManager(215): Start proc app.processName for service hostingNameStr: pid=23761 uid=10136 gids={3003, 1015, 1023}
02-07 16:09:28.953: I/ActivityManager(215): No longer want com.sec.android.widgetapp.digitalclock (pid 22632): hidden #16
02-07 16:09:28.976: W/ActivityManager(215): Scheduling restart of crashed service com.sec.android.widgetapp.digitalclock/.DigitalClockWidgetService in 19942ms
02-07 16:09:29.039: D/STATUSBAR-NotificationService(215): cancelNotification - pkg:org.teepee.expres, id:101, tag:null
02-07 16:09:31.000: E/AlarmManagerService(215): android_server_AlarmManagerService_set to type=3, 21899.153000000
02-07 16:09:31.742: E/Watchdog(215): !@Sync 728
02-07 16:09:33.976: E/AlarmManagerService(215): android_server_AlarmManagerService_set to type=0, 1360249901.963000000
02-07 16:09:48.937: D/dalvikvm(23785): Late-enabling CheckJNI
02-07 16:09:48.937: I/ActivityManager(215): Start proc app.processName for service hostingNameStr: pid=23785 uid=10076 gids={}
02-07 16:09:48.992: E/TODmobile(23785): onCreate
02-07 16:09:49.000: E/TODmobile(23785): onStartCommand
02-07 16:09:49.015: E/TODmobile(23785): onReceive action=com.sec.android.widgetapp.DigitalClock_Start
02-07 16:09:49.023: E/TODmobile(23785): hour : 16 minute : 09
02-07 16:09:49.023: E/DigitalClockWidget(23785): updateWidgets
02-07 16:09:49.031: E/TODmobile(23785): hour : 16 minute : 09
02-07 16:09:55.859: W/Unity(23705): The class defined in script file named 'AnimationInspector' does not match the file name!
02-07 16:09:55.859: W/Unity(23705):
02-07 16:09:55.859: W/Unity(23705): (Filename: Runtime/Mono/MonoBehaviour.cpp Line: 1497)
02-07 16:09:56.289: D/dalvikvm(23705): Trying to load lib /data/data/com.AD/lib/libQCARWrapper.so 0x412569f8
02-07 16:09:56.289: D/dalvikvm(23705): Shared lib '/data/data/com.AD/lib/libQCARWrapper.so' already loaded in same CL 0x412569f8
02-07 16:09:56.289: D/QCAR(23705): trackerManagerInitTracker
rrlog.txt
(107.6 kB)
Comment