assets/src/org/ruboto/JRubyAdapter.java in ruboto-1.0.1 vs assets/src/org/ruboto/JRubyAdapter.java in ruboto-1.0.2

- old
+ new

@@ -144,9 +144,10 @@ System.setProperty("jruby.objectspace.enabled", "false"); System.setProperty("jruby.rewrite.java.trace", "true"); System.setProperty("jruby.thread.pooling", "true"); // Uncomment these to debug/profile Ruby source loading + // Analyse the output: grep "LoadService: <-" | cut -f5 -d- | cut -c2- | cut -f1 -dm | awk '{total = total + $1}END{print total}' // System.setProperty("jruby.debug.loadService", "true"); // System.setProperty("jruby.debug.loadService.timing", "true"); // Used to enable JRuby to generate proxy classes System.setProperty("jruby.ji.proxyClassFactory", "org.ruboto.DalvikProxyClassFactory");