I am implementing logging for a BlackBerry app to track the flow of my application. What mechanisms do BlackBerry developers use to do this?
+2
A:
The EventLogger is a respectable API to start with. You can view the log on the device by holding 'alt' and hitting 'L' 'G' 'L' 'G'
Michael Donohue
2010-10-29 12:04:53
or download it over USB using "javaloader -u eventlog"
Marc Novakowski
2010-10-30 03:28:34
@Marc Novakowski Didn't know that. Pretty handy.
Michael Donohue
2010-10-30 16:17:04