Open ExponentialChiller opened 6 months ago
15.3,14.2
17.0.1
Prebuilt Binaries
Core
i want to show the debuginfo of fb sdk in log,the code is as follows
[[FBSDKSettings sharedSettings]enableLoggingBehavior:FBSDKLoggingBehaviorGraphAPIDebugInfo];
i want to see debug info in log
It works fine in facebook sdk v15.0.0, while the thread it works in is stuck,like this
Just to call the api like the code below
// INSERT YOUR CODE HERE [[FBSDKSettings sharedSettings]enableLoggingBehavior:FBSDKLoggingBehaviorGraphAPIDebugInfo];
Checklist before submitting a bug report
Xcode version
15.3,14.2
Facebook iOS SDK version
17.0.1
Dependency Manager
Prebuilt Binaries
SDK Framework
Core
Goals
i want to show the debuginfo of fb sdk in log,the code is as follows
Expected results
i want to see debug info in log
Actual results
It works fine in facebook sdk v15.0.0, while the thread it works in is stuck,like this
Steps to reproduce
Just to call the api like the code below
Code samples & details