1

I have a blackberry 10 device with an android app sideloaded onto it. I need to get an event log/logcat/log file (not sure what its called) while the issue in the application is occurring (so via command prompt) How do I do that?

What commands, paths do I follow? I have all the JDE, JDK, APK, JavaLoader, Eclipse, etc downloaded but I don't know what to use, which path to take.

Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
  • Possible duplicate. Check this question out: http://stackoverflow.com/questions/13112383/the-best-way-to-get-blackberry-10-logs – abhijit.mitkar May 03 '13 at 05:54
  • Do you want to see the logcat while device is connected to your PC and IDE is running? Or do you need it offline? – Schlangi May 03 '13 at 15:04
  • I'm so new to this that I don't even know what IDE is. All i know is that it's downloaded onto my PC. Here's what I need: My blackberry is connected to my PC and I need to reproduce my defect that I found on an android application which was sideloaded onto my blackberry. And get a log while my bug is being reproduced. :D @Schlangi – user2341021 May 03 '13 at 19:13
  • OK, fine. IDE stands for Integrated Development Environment (or something similar, don't blame me...) - in your case, it is Eclipse. – Schlangi May 04 '13 at 12:53
  • Sorry for "double commenting"... But you sideloaded it using Eclipse? Or other way? Do you have the sources, or just apk? – Schlangi May 04 '13 at 12:59
  • I dragged my .bar file into playbook > PB Installer. if you need any more info let me know, i'll try to provide it. If you could help me that would be amazing! – user2341021 May 04 '13 at 21:43

1 Answers1

0

Download de Command Line tools and use:

blackberry-deploy -getFile [path-to-log]

Check this for more info: The best way to get BlackBerry 10 logs?

Community
  • 1
  • 1
neteinstein
  • 17,529
  • 11
  • 93
  • 123