Skip to content
Snippets Groups Projects
Commit 92177156 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

Update Bug report guide

parent 20338dd3
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment