2017-04-10 11:41:01 +00:00
|
|
|
namespace System.Diagnostics.Private
|
|
|
|
{
|
2017-06-07 13:16:24 +00:00
|
|
|
static partial class Debug
|
2017-04-10 11:41:01 +00:00
|
|
|
{
|
2018-05-10 08:37:03 +00:00
|
|
|
static void ShowDialog (string stackTrace, string message, string detailMessage, string errorSource)
|
2017-04-10 11:41:01 +00:00
|
|
|
{
|
2017-08-21 15:34:15 +00:00
|
|
|
// FIXME should we g_error in this case?
|
|
|
|
}
|
2017-06-07 13:16:24 +00:00
|
|
|
|
2017-08-21 15:34:15 +00:00
|
|
|
static void WriteCore (string message)
|
|
|
|
{
|
|
|
|
// FIXME should we g_debug in this case?
|
2017-04-10 11:41:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|