Ifhide-user-data-from-logconfig is enabled, we don't print client argv in the crashlog to avoid leaking user info. Though, debugging a crash becomes harder as we don't see the command arguments causing the crash. With this PR, we'll be printing command tokens to the log. As we have...
<key>FacebookCodelessDebugLogEnabled</key> <false/> The crash came up since we upgraded to FBSDKCoreKit 6.0 Here is my app configuration: AppID: 2221597074727260 FBSDKCoreKit 6.2.0 FBSDKLoginKit 6.2.0 Stack trace: Crashed: com.apple.root.default-qos 0 libobjc.A.dylib 0x1819149b0 ob...
Description:Server with enabled binary log will fail assertion when executing any prepared statement with parameters. The same statements execute without problems if binary log is disabled.How to repeat:Start server with binary logging turned on. Prepare any statement with parameters, e.g. "SELECT ...