diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 14:17:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-20 22:00:00 +0200 |
commit | cce52394e979d02941e7f9f15f6706502a056800 (patch) | |
tree | e1007a4639e9ae0f11cb4a481a81e719a90fb8d6 /android | |
parent | 0cf0382d4eb8588c91e850adbd874c3cb5ef6f03 (diff) |
Add a target for the stdio redirection magic commands
Diffstat (limited to 'android')
-rw-r--r-- | android/qa/sc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/android/qa/sc/Makefile b/android/qa/sc/Makefile index 6c499f8811ea..35e5acd21097 100644 --- a/android/qa/sc/Makefile +++ b/android/qa/sc/Makefile @@ -185,6 +185,10 @@ run: run_ucalc run_filters_test stop-start-cycle: adb shell stop && adb shell start && sleep 10 +# Too hard to remember this stuff;) +redirect-stdio: + adb shell stop && adb shell setprop log.redirect-stdio true && adb shell start + clean: ant clean rm -rf assets $(SODEST) $(OBJLOCAL) |