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?
Asked
Active
Viewed 108 times
0
-
Are you programming for BlackBerry 7 OS or BlackBerry 10? – Bojan Kogoj Jan 26 '15 at 13:54
-
Blackberry z10 running on 10.2. Sorry for not mentioning it. – jrh Jan 27 '15 at 06:27
-
1But Console is in momentics. So is file explorer. Or do you want something else? – Bojan Kogoj Jan 27 '15 at 12:19
1 Answers
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

Arthur Zhixin Liu
- 328
- 3
- 7