[Android-development] 5.4 beta observations

Harri Pasanen harri at mpaja.com
Thu Oct 30 14:53:19 CET 2014


Hmm..  seems that the line and file output of qDebug() are only missing 
in release build where they become null.

I'm not sure if it is expected or not.

Harri


On 30/10/2014 11:41, Harri Pasanen wrote:
> Seems like some __LINE__ __FILE__ macros are off...
>
> In 5.3.2 I get:
>
> D/Qt (25423): ../src/main.cpp:50 (int main(int, char**)): "android"
>
>
> for qDebug() << app.platformName();
>
>
> in 5.4 beta I get:
>
>
> D/Qt (23895): (null):0 ((null)): "android"
>
>
>
> /Harri
>




More information about the Android-development mailing list