From 73e60b3407898d981c89b17ed68e8e136692d150 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 25 Sep 2010 16:39:01 +0200 Subject: [PATCH] start emulator with logcat to console --- emulator.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 emulator.sh 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 $* -- 2.20.1