--- a/kerneltest/e32test/usbho/t_otgdi/inc/debugmacros.h Thu Aug 19 11:14:22 2010 +0300
+++ b/kerneltest/e32test/usbho/t_otgdi/inc/debugmacros.h Tue Aug 31 16:34:26 2010 +0300
@@ -27,7 +27,6 @@
e.g.
<Function> void CMyClass::MyFunction (TInt aParam)
*/
-#define LOG_FUNC if (gVerboseOutput) RDebug::Printf("<Function> %s", __PRETTY_FUNCTION__);
const TInt KErrAssertionInternal = 3;
@@ -36,7 +35,6 @@
__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