Access to the calllog on Series60 3rd Edition

Login to reply to this topic.
Thu, 2006-03-16 17:04
Joined: 2006-03-16
Forum posts: 3
Hi,

I have developed an application which writes on a file call information when a call occurs.
This application works fine on Series60 2ndFP3 but when I port it on the 3rd Edition it returns no information.
More precisely, I use CLogClient; CLogFilter and CLogView and I m notified of a new entry in the call log, indeed I wait for an event after calling:

iLogView->SetRecentListL(KLogNullRecentList,*iLogFilter,iStatus);

the event occurs on a voice call, I successively call

iEventsInView = iLogView->SetRecentListL(KLogNullRecentList,*iLogFilter,iStatus);

but the returned view is empty (iLogView->CountL() returns 0) on a N91 whereas it is not on a Series60 2ndFP3.

It is not clear to me if this is due to the security platform (however I do not get any security exception).
Should I declare a capability to access to the log database?

Any clue would be highly appreciated.

Thanks in advance,

Ste
  • Login to reply to this topic.