From 20338dd3090a7c942d44512a708006dac6bb1fc2 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:03:47 -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 c302f485..d754f076 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