summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-04-29 19:15:58 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-04-29 19:15:58 -0400
commit03e46e00243e841333d653609e9fecd19031ad29 (patch)
tree5fe335ffd69bc4876ae61abf4a7641994c219a02 /docs
parent57b985bbf84ccc396c0af497ab579488f5b887bd (diff)
updated instructions on adb install
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/FAQ.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst
index 7bd95459..4e31149b 100644
--- a/docs/guides/FAQ.rst
+++ b/docs/guides/FAQ.rst
@@ -165,8 +165,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). It comes along with the Android SDK but if you don't have the SDK (most won't) you can refer to https://www.xda-developers.com/install-adb-windows-macos-linux/
-
+- 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>`__
- For iOS, use the method described in Case 1 above.