From 38ff442ef7ddd757927c25ffb02a7a6d147b756e Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 1 May 2020 12:10:43 -0400 Subject: logcat filter doc --- docs/guides/FAQ.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides') 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 `__ 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 `__ +- 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 `__. 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. -- cgit v1.2.3