Hi all
I am getting one problem in freescale imx6 sabresd board. While bootup time, opening camera, capturing image, and opening recent apps etc... I am getting one red rectangular box on screen boarder
So my exact question is "how this redbox is coming because of what reason?"
Will anyone please explain clearly this discussion?
For your reference i attached one screen shot please find this..
Thanks in advance
解決済! 解決策の投稿を見る。
Hi,
Those red frames are for debug purposes, it means that the main thread of the running application is taking too long.
In order to remove those frames, you can either build a new image in user mode instead of engineering.
Or another (simpler) solution is to set those properties;
$ setprop persist.sys.strictmode.visual=0
$ setprop persist.sys.strictmode.disable=1
Hope this helps. If it resolves your issue, please mark it as correct answer and close the thread.
Regards,
Gary
Hi,
Those red frames are for debug purposes, it means that the main thread of the running application is taking too long.
In order to remove those frames, you can either build a new image in user mode instead of engineering.
Or another (simpler) solution is to set those properties;
$ setprop persist.sys.strictmode.visual=0
$ setprop persist.sys.strictmode.disable=1
Hope this helps. If it resolves your issue, please mark it as correct answer and close the thread.
Regards,
Gary
Thank you for your help Gary!
Thank you Gary Bisson..So helpful at correct time