From 92177156ce9471bc2d43b0a726987a5d948393f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Fri, 4 Jun 2021 14:04:07 -0400 Subject: [PATCH] Update Bug report guide --- tutorials/Bug-report-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Bug-report-guide.md b/tutorials/Bug-report-guide.md index d754f076..bf5002b1 100644 --- a/tutorials/Bug-report-guide.md +++ b/tutorials/Bug-report-guide.md @@ -179,7 +179,7 @@ Open the Terminal app and launch Ring with `/Applications/Ring.app/Contents/MacO #### On Android + You need to have adb setup on your computer. + Launch Ring on your smartphone and then execute -+ `adb logcat *:D | grep \\`adb shell ps | egrep 'cx.ring' | cut -c10-15\\` > logring.txt` ++ ```adb logcat *:D | grep `adb shell ps | egrep 'cx.ring' | cut -c10-15` > logring.txt``` + You now have a file containing the log of the client #### For Windows -- GitLab