How can I tell reliably if my Android App is running on a device with JIT?

Posted by Keith Twombley on Stack Overflow See other posts from Stack Overflow or by Keith Twombley
Published on 2010-06-09T04:44:11Z Indexed on 2010/06/09 4:52 UTC
Read the original article Hit count: 246

Filed under:
|

Is there a way to test, from within an android app, if the device it's running on is actually using the Froyo JIT?

I ask because I know that 2.2 has a JIT, but we've already had a few test builds that seem to lack the JIT. So it's not a case where you can just test for the api version and be assured you've got the JIT.

© Stack Overflow or respective owner

Related posts about android

Related posts about froyo