Skip to content

Poll for creation of Tor auth cookie file

akwizgran requested to merge 1293-cookie-file-polling into master

After !825 (merged) was merged I finally managed to reproduce the bug, although I still don't know the cause. When the bug is triggered we don't get any inotify (FileObserver) events, so we don't notice that the auth cookie file has been created. By checking periodically for the file's existence instead of using inotify we can avoid the bug. I've confirmed the fix on the two phones where I was able to reproduce the bug.

Closes #1293 (closed)

Merge request reports