Add logcat to file instructions (#398)

* Update quickstart.rst

Saving the logcat data to a file should be mentioned.

* Update quickstart.rst
This commit is contained in:
Fermi paradox 2016-12-04 23:49:43 +02:00 committed by Peter Badida
parent 07b67d5a09
commit 332aa15ce9

View file

@ -56,6 +56,9 @@ without any arguments::
# now just type buildozer, and it will do the default command
buildozer
To save the logcat output into a file named `my_log.txt` (the file will appear in your current directory)::
buildozer -v android debug deploy run logcat > my_log.txt
Install on non-connected devices
--------------------------------