]> Pileus Git - ~andy/spades/commitdiff
Fix bug in logcat
authorAndy Spencer <andy753421@gmail.com>
Sat, 13 Apr 2013 01:59:37 +0000 (01:59 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sat, 13 Apr 2013 01:59:37 +0000 (01:59 +0000)
makefile

index dfcff733052689c5eb68f351ccc8ddbccbd47de7..c58c3c2c99f7938b7f60fc582c4b185c37628b1f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -24,7 +24,7 @@ clean:
        rm -rf bin gen obj
 
 logcat:
-       adb logcat Spades:D E/AndroidRuntime '*:S'
+       adb logcat Spades:D AndroidRuntime:E '*:S'
 
 run: bin/install.stamp
        adb shell am start -W -a android.intent.action.MAIN -n $(PACKAGE)/.Main