Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GLPI
java-library-glpi
Commits
2bd6eb10
Commit
2bd6eb10
authored
Nov 27, 2017
by
Naylin
Committed by
Alexander Salas Bastidas
Nov 27, 2017
Browse files
docs(contributing): add command to show log for debug
parent
b9ec3ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
2bd6eb10
...
...
@@ -101,3 +101,9 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
*
Build the app with Android Studio
*
Select the AndroidTest folder right-click on the directory and select Run tests
To check the log, specially for debugging purpose, type this in terminal:
```
console
adb shell logcat | grep -E "org.glpi.api"
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment