mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-23 04:20:24 +08:00
disable exception print at the runtime level (since we do it manually)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user