diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-20 10:19:42 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-20 10:20:13 +0000 |
commit | 56db0770f64a1b68c3f5c08106562a10d521a894 (patch) | |
tree | 6fad9e2186a63e675cc8987f7f8b4b1484f00a9c /README.Android | |
parent | d45b38c9e332b184d3e61b38403c0e867ab6653b (diff) |
android: more goodness into the README a bit more
Diffstat (limited to 'README.Android')
-rw-r--r-- | README.Android | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/README.Android b/README.Android index 503b50b2df8f..555f09374c2c 100644 --- a/README.Android +++ b/README.Android @@ -20,7 +20,13 @@ Then it is necessary to get stdout/err to go to somewhere we can find it: make run ; adb shell logcat And if all goes well - you should have some nice unit -test output to enjoy. +test output to enjoy. After a while of this loop you'll probably +find that android has lost a lot of space on your device at +this point: + + adb shell stop ; adb shell start + + and continue onwards & upwards. * Detailed explanation |