diff --git a/tutorials/Bug-report-guide.md b/tutorials/Bug-report-guide.md index d754f0762176a3cd1d0fc250b4209a67d8da3ebc..bf5002b1bfdbf58ab8b48b2b7200aa56521c01d3 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