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?
You can also SSH onto the device (ssh [email protected]) and run:
slog2info -w
Which will display the slogger2 logs.