From 6eb915c129fc90c6f4c82ae097dd6ffad5239efc Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Jan 2021 14:28:30 +0800 Subject: +scripts --- Client/Assets/Scripts/Bugly/BuglyCallback.cs | 29 ++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Client/Assets/Scripts/Bugly/BuglyCallback.cs (limited to 'Client/Assets/Scripts/Bugly/BuglyCallback.cs') diff --git a/Client/Assets/Scripts/Bugly/BuglyCallback.cs b/Client/Assets/Scripts/Bugly/BuglyCallback.cs new file mode 100644 index 00000000..1032ed64 --- /dev/null +++ b/Client/Assets/Scripts/Bugly/BuglyCallback.cs @@ -0,0 +1,29 @@ + + +// ---------------------------------------- +// +// BuglyCallbackDelegate.cs +// +// Author: +// Yeelik, +// +// Copyright (c) 2015 Bugly, Tencent. All rights reserved. +// +// ---------------------------------------- +// +using UnityEngine; +using System.Collections; + +public abstract class BuglyCallback +{ + // The delegate of callback handler which Call the Application.RegisterLogCallback(Application.LogCallback) + /// + /// Raises the application log callback handler event. + /// + /// Condition. + /// Stack trace. + /// Type. + public abstract void OnApplicationLogCallbackHandler (string condition, string stackTrace, LogType type); + +} + -- cgit v1.1-26-g67d0