Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For one of my Blackberry applications I need to read Logs / Eventlogs. How can I read those logs from my application. Is it possible to read the logs programmatically?

share|improve this question

1 Answer

up vote 2 down vote accepted

Unfortunately it's not possible to do programmatically. If you have access to device you could get them manually.

share|improve this answer
Thanks for reply...... Eugen Martynow – VenkaReddy Apr 26 '12 at 4:56
I wonder how there people are doing all these things that are not possible in BB mobile-spy.com/compatibility.html – AZ_ Apr 17 at 11:43
I don't see that this app reads BlackBerry device logs which are logged with EventLogger class – Eugen Martynov Apr 18 at 10:03

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.