mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
Merge pull request #157 from dicej/thread-run-android-proguard
add Thread.run() to vm.pro
This commit is contained in:
commit
3916e35e71
1
vm.pro
1
vm.pro
@ -98,6 +98,7 @@
|
|||||||
|
|
||||||
-keepclassmembers class java.lang.Thread {
|
-keepclassmembers class java.lang.Thread {
|
||||||
private static void run(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:
|
# when continuations are enabled, the VM may call these methods by name:
|
||||||
|
Loading…
Reference in New Issue
Block a user