Skip to content
Snippets Groups Projects
Commit bb2522ee authored by Alexandre Lision's avatar Alexandre Lision Committed by gerrit2
Browse files

README: add debugging section

Change-Id: I295f2db3622ccef2f00cfca1ce3435888ef765f4
parent 6dc5b71a
Branches
No related tags found
No related merge requests found
...@@ -53,6 +53,12 @@ Update translations using the Transifex client (tx) : ...@@ -53,6 +53,12 @@ Update translations using the Transifex client (tx) :
./update-translations.sh ./update-translations.sh
## Debugging
Retrieve client log from device (client must be running before executing this)
adb logcat *:D | grep `adb shell ps | egrep 'cx.ring' | cut -c10-15` > logring.txt
## Common issues ## Common issues
* Makeinfo issue * Makeinfo issue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment