Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DoliSCAN
client-cordova
Commits
33ed9b1f
Commit
33ed9b1f
authored
Feb 21, 2020
by
Eric Seigne
Browse files
deux commandes pour aider au debug sous android
parent
aaf01a35
Changes
1
Hide whitespace changes
Inline
Side-by-side
debug_android.sh
View file @
33ed9b1f
#!/bin/bash
adb logcat |
grep
NDFDEBUG |
grep
chromium |
sed
s/
".*NDFDEBUG : "
/
""
/
echo
"pour faire un debug :"
echo
'adb logcat | grep NDFDEBUG | grep chromium | sed s/".*NDFDEBUG : "/""/ '
echo
""
echo
""
echo
"pour regarder le contenu de la base de données :"
echo
"sqlite3 /data/data/fr.caprel.doliscan/databases/doliscan.db"
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