Open
Description
Hey guys, is there a way to disable TSan for a specific third party framework in iOS?
I know that you can suppress a race/thread.. for a function but what if I want to suppress the entire Framework.
I say Framework here because I know you can disable a .o file or a .c file. But what if I have this .framework file...