Open robert-virkus opened 1 month ago
By the way, the same code runs on iOS. There it takes around 26 seconds to start tor (in debug mode).
Android should work, but I've never ran on/built from macos; I'll have to try that sometime and see if I can reproduce this issue.
Hi @robert-virkus, can you check whether https://github.com/Foundation-Devices/tor/pull/54 fixes this issue for you?
Hi tor team!
I am trying to run tor on an Android simulator on MacOS and have moved over the example code unmodified into my project.
When calling the "start" button, the simulator crashes with the following stacktrace:
Is there something I need to do before calling
Tor.init()
?Thanks so much in advance!