0

I am new to Blackberry device. I need to see device logs for the running apps like DDMS in case of Android while connecting the device through USB. Any solution?

Bojan Kogoj
  • 5,321
  • 3
  • 35
  • 57
jrh
  • 764
  • 13
  • 31

1 Answers1

0

You need momentics and link your device to momentics,then:

On momentics IDE

Window --> Show perspective -->QNX system information--> click your device -->launch ssh --> then the Terminal showing ssh

if you want to show all log real time,input: $ slog2info -w

if you want to the log for certain app real time,input: $ slog2info -w -s theNameOfYourApp