log chromium messages (useful to debug apps using webkit)

This commit is contained in:
Laurent Sansonetti
2014-04-21 19:14:58 +02:00
parent 03b12ab6e1
commit 737f50d95b

View File

@@ -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