mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-01 09:31:20 +08:00
log chromium messages (useful to debug apps using webkit)
This commit is contained in:
@@ -303,7 +303,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"
|
||||
sh "\"#{adb_path}\" #{adb_mode_flag(mode)} logcat -s #{App.config.package_path}:I AndroidRuntime:E chromium:I"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user