For all issues please specify
- Phone brand & model
- Android version
- Jarvis release
There is no specific error handling for now, nevertheless debug options are enabled in the apk so:
- If you have ADB (Android Debug Bridge) it is easy thanks to
adb -d logcat "net.iopush.jarvis:*" *:S
- If not but you are root, you need to
- Install this application
- Start Jarvis (wait for the crash)
- Start Syslog, then
Take log
- It will allow you to send an email, inside the zip please send me the file named logcat.txt.
- Data should be anonymous if the thickbox is checked (I did not verified) so, if you fear about it before
Take log
you can selectgrep the following log:
->All logs
and inGrep string
field putjarvis
(all lower case) and have should have enough info...
- Otherwise try to give as much details as possible inside the issue
To anonymize the log, please consider to use regex below:
\b(25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(\.(?1)){3}\b
# Find valid IPv4 addresses^([0-9a-fA-F][0-9a-fA-F]:){5}([0-9a-fA-F][0-9a-fA-F])$
# Find valid MAC addresses