How can we print a simple msg on Blackberry’s equivalent of Android logcat? In Blackberry there is anything equivalent to Logcat that can display Log or System.out.println msgs?
How can we print a simple msg on Blackberry’s equivalent of Android logcat? In
Share
The EventLogger API allows you to log messages to the device’s system log. You can access the system log from the device’s home screen by pressing ALT-L, ALT-G, ALT-L, ALT-G.
It is possible to filter the event log to display only the events logged by your application (select “Options” on the event log screen and check the boxes for your app).