--- a/kerneltest/e32test/usbho/t_otgdi/inc/debugmacros.h Tue Aug 31 16:34:26 2010 +0300
+++ b/kerneltest/e32test/usbho/t_otgdi/inc/debugmacros.h Wed Sep 01 12:34:56 2010 +0100
@@ -27,6 +27,7 @@
e.g.
<Function> void CMyClass::MyFunction (TInt aParam)
*/
+#define LOG_FUNC if (gVerboseOutput) RDebug::Printf("<Function> %s", __PRETTY_FUNCTION__);
const TInt KErrAssertionInternal = 3;
@@ -35,6 +36,7 @@
__ASSERT_ALWAYS(a, User::Panic(_L("Test F/W Err"), KErrAssertionInternal));};
+#define LOG_FUNCERROR(a) RDebug::Printf("[WARNING %s failed %d]", __PRETTY_FUNCTION__, a);
/**
Debug macro to output test in 'verbose' detail mode