summaryrefslogtreecommitdiff
path: root/docs/guides
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-05-01 12:10:43 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-05-01 12:10:43 -0400
commit38ff442ef7ddd757927c25ffb02a7a6d147b756e (patch)
tree5bdc668eed574e8ef2afd25d5b82785ab94d85ef /docs/guides
parentd8953a069365e51000aa0e86e38bdd6bd251f2f4 (diff)
logcat filter doc
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/FAQ.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst
index 4e31149b..54b7e597 100644
--- a/docs/guides/FAQ.rst
+++ b/docs/guides/FAQ.rst
@@ -166,7 +166,7 @@ It is very hard for me to know why it fails on certain devices, but I can try. H
You have to send me system logs of the device. To get system logs:
- You will have to install ``adb`` (Android Debug Bridge). `This XDA post <https://www.xda-developers.com/quickly-install-adb/>`__ describes the process of downloading and installing the tools.
-- Once ADB is installed, connect the phone to the browser (make sure you have allowed debugging on the phone menu - it should ask) and type in ``adb logcat >result.txt`` and try to start the app. A lot of logs will be generated. Please `email them to me <mailto:pliablepixels@gmail.com>`__
+- Once ADB is installed, connect the phone to the browser (make sure you have allowed debugging on the phone menu - it should ask) and type in ``adb logcat >result.txt`` and try to start the app. A lot of logs will be generated. Please `email them to me <mailto:pliablepixels@gmail.com>`__. Note that to just filter out zmNinja logs, you can use ``adb logcat | grep "filelogger.min.js"``.
- For iOS, use the method described in Case 1 above.