Hello ,
I am trying to get the data calls on the device .I am using the logengine apis to get the same.Below is the code snippet.
iLogFilter = CLogFilter::NewL();
iLogFilter->SetEventType(KLogDataEventTypeUid );
bool dd = iLogView->SetFilterL(*iLogFilter, waiter->iStatus);
Here dd is false.
The phone has few WLAN and Packet data in the Log App.
Note: I am able to get the list of SMS and Calls using the above code by changing the EventType.
Any help is appreciated.
-thanks

Reply With Quote


