kerneltest/e32test/debug/t_perflogger.cpp
changeset 4 56f325a607ea
parent 0 a41df078684a
child 20 597aaf25e343
equal deleted inserted replaced
2:4122176ea935 4:56f325a607ea
   479     RBTrace trace;
   479     RBTrace trace;
   480 	TInt error = trace.Open();
   480 	TInt error = trace.Open();
   481     test(error == KErrNone);
   481     test(error == KErrNone);
   482 	
   482 	
   483 	trace.Empty();
   483 	trace.Empty();
       
   484 	trace.SetFilter(BTrace::EThreadIdentification,0);
   484 	
   485 	
   485     
   486     
   486     
   487     
   487     //-- actually, for hardware platforms, the testing category and trace enabling 
   488     //-- actually, for hardware platforms, the testing category and trace enabling 
   488     //-- may be set up in appropriate "header.iby" file
   489     //-- may be set up in appropriate "header.iby" file