rjagerman / AT3

Android Tor Tribler Tunneling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate the issue with the _lsprof import

devos50 opened this issue · comments

Some scripts are using the cProfile module. When importing this module, the _lsprof file is also imported. On Android, it cant find this file so I had to comment out some pieces of code.

I guess the profiler is not enabled now. Maybe we could look for a fix?

The import issue is solved, _lsprof is now not included in the blacklist.txt anymore.