Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
2
Question by stan4u · Feb 07, 2013 at 05:15 PM · androidoptimizationtimestartuplong

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
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

0 Replies

· Add your reply
  • Sort: 

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

9 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Tips on optimizations for Android game startup speed? 0 Answers

Android lag 1 Answer

Why CPU waits for GPU when there is not much work on GPU? 0 Answers

(Android) Timer change script help 0 Answers

transform.localScale very slow on device (contrary to Android Remote) 2 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges