Dne čtvrtek, 22. srpna 2013 12:43:18 UTC+2 Alexandre Lissy napsal(a): > Le 22/08/2013 12:31, [email protected] a écrit : > > > Dne čtvrtek, 22. srpna 2013 12:26:32 UTC+2 Alexandre Lissy napsal(a): > > >> Le 22/08/2013 12:22, [email protected] a écrit : > > >> > > >>> > > >> > > >>> Can you please be little specific? I am not familiar with gdb or adb > >>> logcat with printf_stderr(), thanks > > >> > > >> > > >> > > >> What's the result of the function, mainly. > > > > > > well it's impossible for me to do it with gdb so i tried > > > > > > mihairu@lois:~/GIT/B2G$ adb logcat | grep dpi > > > I/msm7x27a.gralloc( 103): width = 76 mm (160.421051 dpi) > > > I/msm7x27a.gralloc( 103): height = 127 mm (160.000000 dpi) > > > > Could you grep on "msm7x27a.gralloc" instead ? > > > > > > > > anything else is out of my knowledge :) > > > _______________________________________________ > > > dev-b2g mailing list > > > [email protected] > > > https://lists.mozilla.org/listinfo/dev-b2g > > >
mihairu@lois:~/GIT/B2G$ adb logcat | grep msm7x27a.gralloc E/msm7x27a.gralloc( 103): We support 3 buffers I/msm7x27a.gralloc( 103): using (fd=14) I/msm7x27a.gralloc( 103): id = msmfb30_90000 I/msm7x27a.gralloc( 103): xres = 480 px I/msm7x27a.gralloc( 103): yres = 800 px I/msm7x27a.gralloc( 103): xres_virtual = 480 px I/msm7x27a.gralloc( 103): yres_virtual = 2400 px I/msm7x27a.gralloc( 103): bpp = 32 I/msm7x27a.gralloc( 103): r = 24:8 I/msm7x27a.gralloc( 103): g = 16:8 I/msm7x27a.gralloc( 103): b = 8:8 I/msm7x27a.gralloc( 103): width = 76 mm (160.421051 dpi) I/msm7x27a.gralloc( 103): height = 127 mm (160.000000 dpi) I/msm7x27a.gralloc( 103): refresh rate = 60.00 Hz _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
