
Can Chronon record Android applications?
Can Chronon record Android applications?
Official Response
-
No.
Android apps run on the Dalvik virtual machine which is not a standard jvm and does not use java bytecode which Chronon operates on to record applications.
-
No.
Android apps run on the Dalvik virtual machine which is not a standard jvm and does not use java bytecode which Chronon operates on to record applications. -
-
If you have Android unit tests written in Robolectric - hence running on a normal JVM - this would be of use.
There are some efforts to compile Android's Java bits to run in a desktop Java environment, where this would presumably work too. -