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:
parent
07b67d5a09
commit
332aa15ce9
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
--------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue