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