Slow start time of application
Hi,
I have a camera based application. The app starts fine on N82. However, on 5800, the application takes > 15 seconds to start.
I am not doing any bitmap operations at application start time. Can someone suggest what could be the reasons behind this (why works fine on N82 but takes so long on 5800)?
Can it be:
1) Camera initialization?
2) Certificate problem?
I have gone through [url]http://developer.symbian.org/main/documentation/reference/s%5E3/doc_source/guide/EssentialIdioms/How_to_optimise_app_startup.html[/url]
and think have followed the instructions there.
Please note that I do not have 5800 device for testing. (Perhaps the information I have provided is not enough, if someone has any ideas, please let me know which portions of code snippet I should post to give you better idea).
Thanks & Regards,
Janak
Re: Slow start time of application
basically you could make file logging with time stamp on it in different parts of your application initialization, then you could see what takes long in there.. you could ask the tester who noticed the problem to do it remotely as well as then send you teh file log.
Re: Slow start time of application
Hmmm thanks. This looks like a neat idea, will try it out.
Regards,
JP