Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.
(attempting to estimate the effect of
Code PackageParser:
http://androidxref.com/9.0.0_r3/xref/frameworks/base/core/java/android/content/pm/PackageParser.java#3783 PackageManagerService:
Observations
The cost is that dexopt will run on the libraries first.
Other links
http://www.androiddocs.com/training/articles/memory.html Mentions that the odex's will be mmapped in.
— Kunal