From: Dobrica Pavlinusic Date: Sat, 25 Sep 2010 14:39:01 +0000 (+0200) Subject: start emulator with logcat to console X-Git-Url: http://git.rot13.org/?p=android-command-line.git;a=commitdiff_plain;h=73e60b3407898d981c89b17ed68e8e136692d150;hp=03502374d7fcec00ba65a25f835b20ca6c0afe7e start emulator with logcat to console --- diff --git a/emulator.sh b/emulator.sh new file mode 100755 index 0000000..5c8a2d1 --- /dev/null +++ b/emulator.sh @@ -0,0 +1,3 @@ +#!/bin/sh -x + +emulator -debug-all -verbose -logcat main $*