Use different Tor ports for debug builds
Configure Tor to use different SOCKS and control ports when running a debug build, so that we can run debug and release builds on the same device without connectivity issues.
Configure Tor to use different SOCKS and control ports when running a debug build, so that we can run debug and release builds on the same device without connectivity issues.
added T: feature request Test labels
I have already done some work on this for the desktop client: sebkur/briar-swing@baa4d22d and sebkur/briar-swing@2b461f29
Basically I created a TorPorts
interface and TorPortsImpl
which I inject using dagger.
I'm continuing to work on this here https://code.briarproject.org/briar/briar/-/commits/dynamic-tor-ports as I find it very useful for testing to run multiple instances of briar-desktop and/or briar-swing, briar-headless etc to perform interactive testing during development among them.
changed milestone to %Android 1.4
closed