When debugging in device with ART enabled, android app is slow -


i dont know why week ago when debugging app in android studio, app in device slow, if generate apk or use play (not debug) option works fine..

anyone have idea why? think didnt change in sdk or in app this..

when art enabled, device cannot ensure compiled code matches bytecode instructions. therefore cannot step through instructions , therefore lines.

this forces device fallback slow interpreter, possibly doesn't jit-compile.

for faster debugging, switch dalvik.


Comments

Popular posts from this blog

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -