qdrzwd / dexmaker

Automatically exported from code.google.com/p/dexmaker
0 stars 0 forks source link

ProxyBuilder should support creation of multiple class proxies at once. #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, ProxyBuilder allows you to create only one proxy at a time. From my 
measurements on nexus 5, it takes around 200-300 ms to create a simple proxy 
and I believe most of the time is spent on reading and writing the dex file. 
Wouldn't be better if we can specify multiple classes that can be proxied 
together? 

Original issue reported on code.google.com by ajaykuma...@gmail.com on 2 May 2014 at 1:08