From f7c523414a4744255b74f28f2a4b5782c054123b Mon Sep 17 00:00:00 2001 From: Andreas Traczyk Date: Thu, 16 Jan 2020 12:13:05 -0500 Subject: [PATCH] Update Bug report guide --- tutorials/Bug-report-guide.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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