onionshare / onionshare-android

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

Catch IOExceptions from TorWrapper #96

Closed grote closed 9 months ago

grote commented 9 months ago

Closes #94

grote commented 9 months ago

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