10-03-2012 11:35 AM
Hello,
I just swithed to the Beta 3 qde to continue the dev on my bb10 cascade application.
Everything work well (can compile and deploy all the sample apps etc...).
However, obviously, my application that I started with Beta 2 doesn't.
I'm currently working on it to make it work but I'm facing a problem. All my logs don't show up in the console.
Here is how I manage the logs with beta2 : qDebug() << "connectSelected";
However, my console stays empty.
It's really difficult for my to debug the problems since the only info I get when my app crash are things like this :
Process 62890184 (Marmiton) terminated SIGSEGV code=1 fltno=11 ip=786f0914(/base/usr/lib/libbbcascades.so.1@_ZN2b
Do somebody have a solution for that ?
Thank you!
Solved! Go to Solution.
10-03-2012 11:41 AM
Please use the forum search feature. Trying "logging" in the search box will show you a half dozen threads on the topic, many of which also have links to the release notes which cover this change.
10-03-2012 11:44 AM