Update Bug report guide
This commit is contained in:
parent
604cf444c3
commit
f7c523414a
|
@ -165,3 +165,11 @@ Open the Terminal app and launch Ring with `/Applications/Ring.app/Contents/MacO
|
||||||
+ Launch Ring on your smartphone and then execute
|
+ 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
|
+ 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
|
Loading…
Reference in New Issue