コード例 #1
0
 /// <summary>
 /// Configures the auto collection of app crashes. This method should be called in between setup() and start()
 /// </summary>
 /// <param name="crashManagerDisabled">If set to <c>true</c> the crash manager will be disabled. Default is <c>false</c>.</param>
 public static void SetCrashManagerDisabled(bool crashManagerDisabled)
 {
     target.SetCrashManagerDisabled(crashManagerDisabled);
 }