video - How to debug BlackBerry devices on Mac using the filesystem? -
how go debugging blackberry apps utilise (blackberry's) filesystem on mac?
i'm recording video , detecting when video file appears on file system, due restrictions:
- the blackberry file system auto-mounted when plugged mac
- the app cannot access filesystem when mounted
these 2 things have made debugging app when uses filesystem.. impossible! receive file system error 1003 according results google mean it's mounted , don't have access.
is there a simple way round this?
i receive 63 signing emails rim. woe me
the workaround bit cumbersome, should work you.
implement eventlogger instance in application.
log necessary info via eventlogger
compile , run app on detached device computer.
inspect log (press ctrl , hit lglg on device keyboard). additional option - automatically export log text file stored in device filesystem (media card) review on computer.
Comments
Post a Comment