11-15-2012 10:45 AM
Is it possible to get access to the console (or at least the stderr) output of a Core NDK app deployed to th simulator? I tried telnetting in to the simulator to run it, but the devuser does not have permissions on app folders.
Or perhaps there is a debug log like for Android?
If possible, I'd like to avoid using the IDE for this.
Solved! Go to Solution.
11-15-2012 11:06 AM
11-16-2012 08:59 AM
From https://developer.blackberry.com/develop/platform_
I packaged with -devMode and that let me get far enough to solve the initial problems, thanks
Though it seems that running the apps over telnet there is no way to exactly recreate the sort of env that running them from the launcher uses? And also they don't actually show up on the screen. Well, it's a start.
11-16-2012 10:09 AM