- main: Option to send the trace in other ways - e.g. share via email - pros:
- no need for internet permission
- having a email adress of the sender to contact the user after e.g. the bugfix
- no problem when there is no internet at the moment
- user is able to write some more info into the stacktrace mail
- user can easily see what is send ( can be important with logging stuff ) and can delete parts of the log
- modularize ( diffrent send modules )
- small core ( only collecting stacktraces to files - nothing else )
- sending asyncronous to collecting - being able to send stacktraces when the user is more in the mood ( e.g. in wlan range )
- attach Logging info
the screenshot above is from gobandroid 0.46 which now includes tracedroid.
the sourcecode is on github