From 43af2bf2607667d0b7eb2fb758e2facbe0d2ebaa Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Fri, 10 Jan 2014 11:29:59 -0700 Subject: [PATCH] add Thread.run() to vm.pro This is necessary to ensure multithreaded Android-classpath-based ProGuarded builds do not fail with NoSuchMethodErrors. --- vm.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/vm.pro b/vm.pro index 19bc238967..ab39b73673 100644 --- a/vm.pro +++ b/vm.pro @@ -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: