コード例 #1
0
 public static void LogException(Exception exception, Object context)
 {
     Debug.Internal_LogException(exception, context);
 }
コード例 #2
0
 public static void LogException(Exception exception)
 {
     Debug.Internal_LogException(exception, null);
 }