The best way to get BlackBerry 10 logs?

Sergey K. picture Sergey K. · Oct 28, 2012 · Viewed 7.6k times · Source

BlackBerry 10 has quite sophisticated logs system compared to iOS and Android. The only solution i found is using javaloader tool like this:

javaloader.exe -u eventlog > eventlog.txt

But it seems to work only with pre-10 versions of BlackBerry OS. I cannot find this tool in BlackBerry 10 NDK.

What is the simplest method to get the logs using the command line?

Answer

donturner picture donturner · Nov 20, 2012

You can also SSH onto the device (ssh [email protected]) and run:

slog2info -w 

Which will display the slogger2 logs.