onionshare / onionshare-android

Android version of OnionShare
https://onionshare.org/
GNU General Public License v3.0
169 stars 19 forks source link

Catch IOExceptions from TorWrapper #96

Closed grote closed 1 year ago

grote commented 1 year ago

Closes #94

grote commented 1 year ago

Exceptions from tor.start() are already bubbling up to ShareManager where they get caught and handled.