0
votes

I am using IBM Worklight framework to develop iOS and blackberry applications. In my javascript code there are hundreds of lines of "console.log()". In iOS, we managed to log these into a log file. But in blackberry webworks application i am unable to find a way to put these messages in a log file on the phone.

I have read the web inspector but it does not meet my requirements. I am using blackberry version 6.

1
Worklight Version: 6.0.0Fahim Aslam Bhatti

1 Answers

0
votes

Have you tried:

  • to access the device log screen by holding the ALT key while pressing LGLG?
  • you may also try using BlackBerry's EventLogger
  • also see the following question, which mentions (in the unaccepted answer) how to export the log file: Blackberry console output