diff --git a/tutorials/Bug-report-guide.md b/tutorials/Bug-report-guide.md index d6cb67c9..87adb685 100644 --- a/tutorials/Bug-report-guide.md +++ b/tutorials/Bug-report-guide.md @@ -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 \ No newline at end of file ++ 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 \ No newline at end of file