Hi all,
I was try to modify number of preloaded classes in zygote. So i changed preloaded-classes file. I have not changed any thing about preloading resources. Then i compile it and ran it.
When i got preloading time for classes it is 0.3 second but this also reduce time for preloading 273 resources in 2.5 second which was 6.5 second when i am preloading all default classes.
So, Why does time reduce for preloading resources?
And If i want to reduce number of preloading resources then which file do i need to modify? Like for preloading classes framworks/base/preloaded-classes file is there.
Thanks,