mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-24 04:46:05 +08:00
log informational messages from dalvikvm
This commit is contained in:
@@ -347,7 +347,7 @@ def run_apk(mode)
|
||||
exit 0
|
||||
end
|
||||
# Show logs.
|
||||
sh "\"#{adb_path}\" #{adb_mode_flag(mode)} logcat -s #{App.config.package_path}:I AndroidRuntime:E chromium:I"
|
||||
sh "\"#{adb_path}\" #{adb_mode_flag(mode)} logcat -s #{App.config.package_path}:I AndroidRuntime:E chromium:I dalvikvm:I"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user