- let default (no-op) version of stack trace print informative message
that stack traces are not supported.
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
*/
|
||||
|
||||
#include "epicsStackTrace.h"
|
||||
#include "errlog.h"
|
||||
|
||||
epicsShareFunc void epicsStackTrace(void)
|
||||
{
|
||||
errlogFlush();
|
||||
errlogPrintf("StackTrace not supported on this platform, sorry\n");
|
||||
errlogFlush();
|
||||
}
|
||||
|
||||
epicsShareFunc int epicsStackTraceGetFeatures(void)
|
||||
|
||||
Reference in New Issue
Block a user