Android Question App startup times and largeheap

tufanv

Expert
Licensed User
Longtime User
Hello,

After all the suggestions on my previous posts about long slow warm start and hot start times, I moved out everything from activity resume with a timer, seperated the layout files into smaller ones and use them only when needed but times are not decreasing.

Common thing my apps use is android large heap in the manifest to avoid oom errors. On the internet I read that it makes the garbage collection longer etc.. Can largeheap cause slow start times ?

Thanks
 

tufanv

Expert
Licensed User
Longtime User
My guess is that it is not related. It shouldn't be too difficult to test.
problem is, I cant see the warm start or hot start time in unfiltered logs , only first launch time is shown so I cant test anything. Is there a way to see those times ?
 
Upvote 0
Top