From 88188ea7992a90e66db694e9fc1b304a59608044 Mon Sep 17 00:00:00 2001 From: lipengwei <lipengwei@nianben.com> Date: Thu, 26 Sep 2019 12:29:34 +0800 Subject: [PATCH] 3.8.3 --- frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h index e9e652f..2636810 100644 --- a/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h +++ b/frameworks/FBSDKCoreKit.framework/Headers/FBSDKSettings.h @@ -92,6 +92,13 @@ @property (class, nonatomic, assign, getter=isAutoInitEnabled) BOOL autoInitEnabled; /** + Controls sdk crash report + If not explicitly set, the default is true + */ +@property (class, nonatomic, assign, getter=isInstrumentEnabled) BOOL instrumentEnabled +__attribute((deprecated("This attribute is no longer used, use autoLogAppEventsEnabled instead."))); + +/** Controls the auto logging of basic app events, such as activateApp and deactivateApp. If not explicitly set, the default is true */ -- Gitblit v1.8.0