// Token: 0x06015633 RID: 87603 RVA: 0x0056CE88 File Offset: 0x0056B088 public static void AddSceneData(string key, string value) { if (!BuglyAgent.IsInitialized) { return; } BuglyAgent.DebugLog(null, "Add scene data: [{0}, {1}]", new object[] { key, value }); BuglyAgent.AddKeyAndValueInScene(key, value); }