summaryrefslogtreecommitdiff
path: root/README.Android
diff options
context:
space:
mode:
Diffstat (limited to 'README.Android')
-rw-r--r--README.Android8
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