Merge pull request #157 from dicej/thread-run-android-proguard

add Thread.run() to vm.pro
This commit is contained in:
Mike Jensen 2014-01-10 10:56:07 -08:00
commit 3916e35e71

1
vm.pro
View File

@ -98,6 +98,7 @@
-keepclassmembers class java.lang.Thread {
private static void run(java.lang.Thread);
public void run();
}
# when continuations are enabled, the VM may call these methods by name: