disable exception print at the runtime level (since we do it manually)

This commit is contained in:
Laurent Sansonetti
2014-04-18 18:29:53 +02:00
parent 0022547636
commit 3a6e50e3ef

View File

@@ -172,6 +172,7 @@ end
class MainActivity < Android::App::Activity
def onCreate(savedInstanceState)
super
Exception.log_exceptions = false
$running = true
$specs.each do |ary|
$befores.clear