Update Bug report guide

This commit is contained in:
Andreas Traczyk 2020-01-16 12:13:05 -05:00
parent 604cf444c3
commit f7c523414a
1 changed files with 9 additions and 1 deletions

View File

@ -164,4 +164,12 @@ Open the Terminal app and launch Ring with `/Applications/Ring.app/Contents/MacO
+ 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`
+ You now have a file containing the log of the client
+ You now have a file containing the log of the client
#### For Windows
Open a terminal(cmd.exe) and launch Jami.exe with the following options:
+ `-d` to open a separate console window to receive logs
+ `-f` to write logs to `%localappdata%\jami\jami.log`
+ `-c` to print logs directly to the Visual Studio debug output window