diff -r a232af6b0b1f -r a5496987b1da kerneltest/e32test/rm_debug/debug_targets/t_rmdebug_app.cpp --- a/kerneltest/e32test/rm_debug/debug_targets/t_rmdebug_app.cpp Wed Jun 23 12:58:21 2010 +0100 +++ b/kerneltest/e32test/rm_debug/debug_targets/t_rmdebug_app.cpp Thu Jul 01 17:57:33 2010 +0100 @@ -352,6 +352,8 @@ TInt E32Main() { + + RDebug::Printf("t_rmdebug_app tid=%d,pid=%d", I64LOW(RThread().Id().Id()), I64LOW(RProcess().Id().Id()) ) ; // setup heap checking and clean up trap __UHEAP_MARK; CTrapCleanup* cleanup=CTrapCleanup::New();