On Mon, Aug 18, 2014 at 4:59 PM, Michael Schollmeyer <[email protected]> wrote: > Hi, > > My app has an export feature that usually takes 1 minute to complete. When I > switch to ART it takes 5 minutes. The export heavily uses Method.invoke and > reflection in general. > > Any ideas how to track down the issue? >
Try not using reflection? Test with Android L, the preview version of ART that ships with 4.4 is largely irrelevant. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

