imx6DL dual display - hwcomposer_viv.imx6.so crash

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx6DL dual display - hwcomposer_viv.imx6.so crash

1,593 Views
denniswang_tw
Contributor II

Dear all,

I am using imx6DL with dual display via LVDS0 & LVDS1

The bootargs parameters are as below:

console=ttymxc0,115200 init=/init rw video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=ldb,if=RGB666,bpp=32 androidboot.console=ttymxc0 androidboot.hardware=freescale

First display is 1366x768, and second display is 800x480.

The parameter is work fine, I can get output on both displays.

But sometimes the UI will crash and redraw after 2~3 seconds, the crash logs are:

09-30 03:50:20.850 F/libc    ( 1462): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 1462 (surfaceflinger)

09-30 03:50:20.900 W/AudioTrack( 1846): AUDIO_OUTPUT_FLAG_FAST denied by client due to mismatching sample rate (48000 vs 44100)

09-30 03:50:20.960 I/DEBUG   ( 1461): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

09-30 03:50:20.960 I/DEBUG   ( 1461): Build fingerprint: 'SAIO/t3/saio:4.4.2/0501-BBB-YYMMDD_rN/eng.bkchuang.20150909.105220:user/dev-keys'

09-30 03:50:20.960 I/DEBUG   ( 1461): Revision: '397329'

09-30 03:50:20.960 I/DEBUG   ( 1461): pid: 1462, tid: 1462, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<

09-30 03:50:20.960 I/DEBUG   ( 1461): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000

09-30 03:50:20.960 W/NativeCrashListener( 1846): Couldn't find ProcessRecord for pid 1462

09-30 03:50:20.980 I/DEBUG   ( 1461):     r0 2abe4200  r1 00000000  r2 2ab610c8  r3 0000007e

09-30 03:50:20.980 I/DEBUG   ( 1461): AM write failure (32 / Broken pipe)

09-30 03:50:20.980 I/DEBUG   ( 1461):     r4 2abe4278  r5 00000006  r6 2abe4008  r7 2abe4328

09-30 03:50:20.980 I/DEBUG   ( 1461):     r8 2ab610dc  r9 2abe4008  sl 2b62b418  fp 2ab610dc

09-30 03:50:20.980 I/DEBUG   ( 1461):     ip 00000270  sp 7ecb14d0  lr 2b0abef9  pc 2b0ab64a  cpsr 60000030

09-30 03:50:20.980 I/DEBUG   ( 1461):     d0  3f000000000002d7  d1  44a010003f000000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d2  000000003f000000  d3  0000050000000000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d4  44a0000000000000  d5  000000004435c000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d6  3f0000003f800000  d7  4435e0003fd56e63

09-30 03:50:20.980 I/DEBUG   ( 1461):     d8  0000000000000000  d9  0000000000000000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d10 ff000000ff000000  d11 0000000300000001

09-30 03:50:20.980 I/DEBUG   ( 1461):     d12 0000000000000000  d13 0000000000000000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d14 0000000300000001  d15 0000000000000000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d16 0000000000000000  d17 ff000000ff000000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d18 000001e000000320  d19 0000000000000000

09-30 03:50:20.980 I/DEBUG   ( 1461):     d20 0000000000000000  d21 0000032000000500

09-30 03:50:20.980 I/DEBUG   ( 1461):     d22 0000001900000000  d23 000002f000000500

09-30 03:50:20.980 I/DEBUG   ( 1461):     d24 bf2a00eeeccf486d  d25 3f3ec3757d1315f1

09-30 03:50:20.980 I/DEBUG   ( 1461):     d26 3f962f2862055caf  d27 3ee5542407f796d7

09-30 03:50:20.980 I/DEBUG   ( 1461):     d28 3e8d93262c177e44  d29 3ec6cd878c3b46a7

09-30 03:50:20.980 I/DEBUG   ( 1461):     d30 3d83b6549e0b1db3  d31 400921fb54442d18

09-30 03:50:20.980 I/DEBUG   ( 1461):     scr 20000010

09-30 03:50:20.980 I/DEBUG   ( 1461):

09-30 03:50:20.980 I/DEBUG   ( 1461): backtrace:

09-30 03:50:20.980 I/DEBUG   ( 1461):     #00  pc 0000264a  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #01  pc 00002ef5  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #02  pc 0000389b  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #03  pc 00001bff  /system/lib/hw/hwcomposer.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #04  pc 0001f479  /system/lib/libsurfaceflinger.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #05  pc 00019aa9  /system/lib/libsurfaceflinger.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #06  pc 00019c8d  /system/lib/libsurfaceflinger.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #07  pc 00019df9  /system/lib/libsurfaceflinger.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #08  pc 0001acc1  /system/lib/libsurfaceflinger.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #09  pc 00010767  /system/lib/libutils.so (android::Looper::pollInner(int)+394)

09-30 03:50:20.980 I/DEBUG   ( 1461):     #10  pc 00010869  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)

09-30 03:50:20.980 I/DEBUG   ( 1461):     #11  pc 00015e91  /system/lib/libsurfaceflinger.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #12  pc 00016cc3  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::run()+6)

09-30 03:50:20.980 I/DEBUG   ( 1461):     #13  pc 000008fd  /system/bin/surfaceflinger

09-30 03:50:20.980 I/DEBUG   ( 1461):     #14  pc 0000e423  /system/lib/libc.so (__libc_init+50)

09-30 03:50:20.980 I/DEBUG   ( 1461):     #15  pc 000007dc  /system/bin/surfaceflinger

09-30 03:50:20.980 I/DEBUG   ( 1461):

09-30 03:50:20.980 I/DEBUG   ( 1461): stack:

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1490  0000015e

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1494  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1498  000003a2

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb149c  00000019

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14a0  000003a2

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14a4  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14a8  00000500

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14ac  00000019

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14b0  0000015d

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14b4  0000005d

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14b8  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14bc  2abe417c

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14c0  2b24a748  /system/lib/libGAL.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14c4  388593f8

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14c8  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14cc  2b0ab6bf  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):     #00  7ecb14d0  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14d4  00000500

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14d8  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14dc  00000500

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14e0  0000015e

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14e4  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14e8  000003a2

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14ec  2b0afcbc  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14f0  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14f4  00000019

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14f8  00000500

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb14fc  000002f0

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1500  00000006

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1504  0000015c

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1508  2b24a748  /system/lib/libGAL.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb150c  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          ........  ........

09-30 03:50:20.980 I/DEBUG   ( 1461):     #01  7ecb1538  7ecb1570  [stack]

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb153c  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1540  7ecb1570  [stack]

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1544  2ab96d75  /system/lib/libc.so (__system_property_get+8)

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1548  00000001

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb154c  2b62b418  [heap]

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1550  2abe6008

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1554  2abb6384

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1558  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb155c  2b0af2c7  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1560  00000009

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1564  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1568  00000132

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb156c  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1570  00000320

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1574  7ecb15b8  [stack]

09-30 03:50:20.980 I/DEBUG   ( 1461):          ........  ........

09-30 03:50:20.980 I/DEBUG   ( 1461):     #02  7ecb15f8  2ab61008

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb15fc  00005608

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1600  2ab1ee27  /system/lib/hw/hwcomposer.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1604  2b62b418  [heap]

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1608  2b0b108c  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb160c  2b62b41c  [heap]

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1610  00000001

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1614  2b0b1088  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1618  2b0b1088  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb161c  2b0af86c  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1620  2b0af8a8  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1624  2b0b108c  /system/lib/hw/hwcomposer_viv.imx6.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1628  00000001

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb162c  2abb22d8  /system/lib/libc.so

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1630  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          7ecb1634  00000000

09-30 03:50:20.980 I/DEBUG   ( 1461):          ........  ........

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near r0:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe41e0 00000000 00000000 00000019 00000500

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe41f0 000002f0 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4200 00000000 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4210 00000003 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4220 00000000 ff000000 ff000000 00000010

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4230 0000001d 00000310 000001d1 00000010

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4240 0000001d 00000310 000001d1 2aad1d90

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4250 00000001 00000001 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4260 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4270 00000001 00000303 00000064 38ad6e30

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4280 282c6600 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4290 00001400 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42a0 00000000 00000132 00000002 00000500

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42b0 00000019 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42c0 00000000 00000000 00000500 00000019

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42d0 00000000 00000004 00000003 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near r2:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610a8 0000001d 00000310 000001d1 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610b8 2aad1d90 ffffffff ffffffff 000000ff

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610c8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610d8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610e8 00000000 00000000 00000805 be2aaaab

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610f8 be2aaaab bf555555 bf555555 00000010

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61108 00000000 00000310 000001e0 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61118 2aadedd8 ffffffff ffffffff 00000099

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61128 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61138 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61148 2aac5988 00000003 00000105 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61158 00000000 44110000 43848000 000000e2

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61168 0000010f 0000023e 000001ae 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61178 2aac55b0 ffffffff ffffffff 000000ff

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61188 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab61198 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near r4:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4258 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4268 00000000 00000000 00000001 00000303

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4278 00000064 38ad6e30 282c6600 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4288 00000000 00000001 00001400 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4298 00000000 00000001 00000000 00000132

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42a8 00000002 00000500 00000019 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42b8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42c8 00000500 00000019 00000000 00000004

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42d8 00000003 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42e8 00000500 00000019 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe42f8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4308 00000001 00000003 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4318 00000000 00000000 ff000000 ff000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4328 00000010 00000000 00000310 000001e0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4338 00000010 000001d1 00000310 000001e0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4348 2aadedd8 00000001 00000001 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near r6:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe3fe8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe3ff8 00000000 00000000 00000000 0000202b

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4008 00000001 2b0afabc 00000012 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4018 00000001 00000320 000001e0 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4028 42740000 3b9b0780 3b3a0900 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4038 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4048 00000000 00000320 000001e0 00000c80

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4058 00000000 00000132 00000004 00000003

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4068 00000001 00000001 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4078 00000000 00000009 00000064 38ad72f0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4088 2a6e0000 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4098 00001400 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40a8 00000000 00000132 00000002 00000500

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40b8 00000500 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40c8 00000000 00000120 00000500 000003f7

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40d8 00000000 00000004 00000003 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near r7:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4308 00000001 00000003 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4318 00000000 00000000 ff000000 ff000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4328 00000010 00000000 00000310 000001e0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4338 00000010 000001d1 00000310 000001e0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4348 2aadedd8 00000001 00000001 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4358 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4368 00000000 00000001 00000303 00000064

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4378 3885a3c8 28118000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4388 00000001 00001400 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4398 00000001 00000000 00000132 00000002

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe43a8 00000500 00000030 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe43b8 00000000 00000000 00000000 00000500

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe43c8 00000030 00000000 00000004 00000003

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe43d8 00000000 00000000 00000000 00000500

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe43e8 00000030 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe43f8 00000000 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near r8:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610bc ffffffff ffffffff 000000ff 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610cc 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610dc 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610ec 00000000 00000805 be2aaaab be2aaaab

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610fc bf555555 bf555555 00000010 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6110c 00000310 000001e0 00000001 2aadedd8

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6111c ffffffff ffffffff 00000099 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6112c 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6113c 00000000 00000000 00000000 2aac5988

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6114c 00000003 00000105 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6115c 44110000 43848000 000000e2 0000010f

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6116c 0000023e 000001ae 00000001 2aac55b0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6117c ffffffff ffffffff 000000ff 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6118c 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6119c 00000000 00000000 00000000 2af43dc8

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab611ac 00000003 00000105 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near r9:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe3fe8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe3ff8 00000000 00000000 00000000 0000202b

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4008 00000001 2b0afabc 00000012 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4018 00000001 00000320 000001e0 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4028 42740000 3b9b0780 3b3a0900 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4038 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4048 00000000 00000320 000001e0 00000c80

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4058 00000000 00000132 00000004 00000003

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4068 00000001 00000001 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4078 00000000 00000009 00000064 38ad72f0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4088 2a6e0000 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe4098 00001400 00000000 00000000 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40a8 00000000 00000132 00000002 00000500

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40b8 00000500 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40c8 00000000 00000120 00000500 000003f7

09-30 03:50:21.010 I/DEBUG   ( 1461):     2abe40d8 00000000 00000004 00000003 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near sl:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b3f8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b408 00000000 00000000 00000000 000000bb

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b418 48574454 01030001 2b0b1004 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b428 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b438 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b448 00000000 00000000 00000000 2b0aad91

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b458 2b0aadf5 2b0ac6e1 2b0ae8f1 2b0ae689

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b468 2b0ae971 2b0aad61 00000000 2b0ae705

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b478 2b0ae799 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b488 00000000 00000000 00000001 00000001

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b498 00000001 00000000 00000000 00000004

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b4a8 00000000 2ab24008 2abe4008 2af3b008

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b4b8 2b6298f0 2ab14dd8 2b5a6a08 2b62b838

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b4c8 00000000 000000cb 48574454 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b4d8 2ab66004 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b62b4e8 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near fp:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610bc ffffffff ffffffff 000000ff 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610cc 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610dc 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610ec 00000000 00000805 be2aaaab be2aaaab

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab610fc bf555555 bf555555 00000010 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6110c 00000310 000001e0 00000001 2aadedd8

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6111c ffffffff ffffffff 00000099 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6112c 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6113c 00000000 00000000 00000000 2aac5988

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6114c 00000003 00000105 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6115c 44110000 43848000 000000e2 0000010f

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6116c 0000023e 000001ae 00000001 2aac55b0

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6117c ffffffff ffffffff 000000ff 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6118c 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab6119c 00000000 00000000 00000000 2af43dc8

09-30 03:50:21.010 I/DEBUG   ( 1461):     2ab611ac 00000003 00000105 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): memory near sp:

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb14b0 0000015d 0000005d 00000000 2abe417c

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb14c0 2b24a748 388593f8 00000000 2b0ab6bf

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb14d0 00000000 00000500 00000000 00000500

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb14e0 0000015e 00000000 000003a2 2b0afcbc

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb14f0 00000000 00000019 00000500 000002f0

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1500 00000006 0000015c 2b24a748 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1510 2b0afcbc 2abe4278 00000002 2abe4008

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1520 2abe4328 2ab610dc 2b62b418 2ab61008

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1530 00000003 2b0abef9 7ecb1570 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1540 7ecb1570 2ab96d75 00000001 2b62b418

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1550 2abe6008 2abb6384 00000000 2b0af2c7

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1560 00000009 00000000 00000132 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1570 00000320 7ecb15b8 000001e0 2ab63c01

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1580 00000c80 7ecb15b8 37e911ac 7ecb15e0

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb1590 2b62a9b4 2ab5e9e0 00000003 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):     7ecb15a0 00000000 00000000 00000000 00000000

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): code around pc:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab628 1383ebc3 eb024689 46821245 0b14f102

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab638 0083eb01 f100b091 f8db0478 b101100c

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab648 680e3138 f1042100 460a0318 46306066

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab658 effaf7fe 022cf104 4630a90c e800f7ff

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab668 6ae0a90e e802f7ff 6ae79d0e 0128f104

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab678 f5a74630 7a2a73fa bf8c2b07 23012300

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab688 65a308d7 f7fe65e7 6aa0efe6 29031e41

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab698 e8dfd86e 5f66f001 f1040258 eddf0860

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab6a8 f9480bce 2300078f 0134f104 0238f104

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab6b8 f7fe4630 f8dbefe2 f7fe0018 ee07efba

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab6c8 eefd0a90 f8db0ae7 edcd001c f7fe0a00

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab6d8 ee01efb0 eefd0a90 f8db2ae1 ee120020

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab6e8 f7fe7a90 ee03efac eefd0a10 f8db3ac3

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab6f8 edcd0024 f7fe3a01 f104efa2 ee04013c

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab708 eefd0a10 46304ac4 8a90ee14 efbaf7fe

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0ab718 21016be6 b13e9b00 21006ba5 ebc82601

09-30 03:50:21.010 I/DEBUG   ( 1461):

09-30 03:50:21.010 I/DEBUG   ( 1461): code around lr:

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0abed8 30d0f8c4 1038f8d8 10d4f8c4 200cf856

09-30 03:50:21.010 I/DEBUG   ( 1461):     2b0abee8 d1d22a64 46484631 462b4652 fb94f7ff

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abef8 1014f8b8 1c05f240 f0004561 f50c809a

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf08 42997340 f104d06e f1040e98 f10408a0

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf18 200102a8 350167e0 c78ff90e c78ff908

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf28 a78ff902 42ac6f74 f506d8bb f8d858ff

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf38 28000018 835df000 a018f8dd 5000f8da

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf48 462bb19d 4288e007 836ef0c0 428c685c

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf58 689bd30b 681ab14b f5024290 d2f25140

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf68 f502685c 428c5140 ef80d2f3 f1080010

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf78 f9040418 2d00078f 837ff000 f642682b

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf88 2b0071ff 80b6f000 1ae3686c f340428b

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abf98 68ac82bb f0002c00 682380a5 e7f04625

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abfa8 60622200 1048f898 67a00608 4f7ff1b0

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abfb8 f104d071 f1040c80 f1040788 f1040890

09-30 03:50:21.020 I/DEBUG   ( 1461):     2b0abfc8 f1040198 67e203a0 c78ff90c c78ff907

09-30 03:50:21.120 I/BootReceiver( 1846): Copying /data/tombstones/tombstone_04 to DropBox (SYSTEM_TOMBSTONE)

09-30 03:50:21.140 E/DisplayEventReceiver( 1899): Display event receiver pipe was closed or an error occurred.  events=0x9

09-30 03:50:21.140 E/DisplayEventReceiver( 1846): Display event receiver pipe was closed or an error occurred.  events=0x9

09-30 03:50:21.140 E/DisplayEventReceiver( 2028): Display event receiver pipe was closed or an error occurred.  events=0x9

09-30 03:50:21.140 E/DisplayEventReceiver( 1846): Display event receiver pipe was closed or an error occurred.  events=0x9

09-30 03:50:21.140 E/DisplayEventReceiver( 2003): Display event receiver pipe was closed or an error occurred.  events=0x9

09-30 03:50:21.150 I/ServiceManager( 1457): service 'SurfaceFlinger' died

09-30 03:50:21.210 I/ServiceManager( 1457): service 'isms' died

09-30 03:50:21.210 I/ServiceManager( 1457): service 'simphonebook' died

09-30 03:50:21.210 I/ServiceManager( 1457): service 'iphonesubinfo' died

09-30 03:50:21.210 I/ServiceManager( 1457): service 'phone' died

09-30 03:50:21.210 I/ServiceManager( 1457): service 'sip' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'sensorservice' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'power' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'meminfo' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'account' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'content' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'user' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'gfxinfo' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'package' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'batterystats' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'usagestats' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'appops' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'display' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'telephony.registry' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'cpuinfo' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'permission' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'scheduling_policy' died

09-30 03:50:21.230 W/AudioFlinger( 1465): power manager service died !!!

09-30 03:50:21.230 I/ServiceManager( 1457): service 'activity' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'procstats' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'wifip2p' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'entropy' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'battery' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'hardware' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'netstats' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'dbinfo' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'statusbar' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'vibrator' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'consumer_ir' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'alarm' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'clipboard' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'netpolicy' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'network_management' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'mount' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'textservices' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'window' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'lock_settings' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'device_policy' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'input' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'bluetooth_manager' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'input_method' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'accessibility' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'connectivity' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'diskstats' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'commontime_management' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'dreams' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'assetatlas' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'samplingprofiler' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'wifi' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'notification' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'devicestoragemonitor' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'location' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'print' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'country_detector' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'dropbox' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'wallpaper' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'search' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'updatelock' died

09-30 03:50:21.230 E/installd( 1466): eof

09-30 03:50:21.230 I/ServiceManager( 1457): service 'servicediscovery' died

09-30 03:50:21.230 E/installd( 1466): failed to read size

09-30 03:50:21.230 I/installd( 1466): closing connection

09-30 03:50:21.230 I/ServiceManager( 1457): service 'uimode' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'appwidget' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'backup' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'serial' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'usb' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'media_router' died

09-30 03:50:21.230 I/ServiceManager( 1457): service 'audio' died

09-30 03:50:21.270 I/Netd    ( 2311): Netd 1.0 starting

09-30 03:50:21.270 W/InterfaceController( 2311): Warning (dlopen failed: library "/system/lib/libnetcmdiface.so" not found) while opening the net interface command library

09-30 03:50:21.280 I/SurfaceFlinger( 2310): SurfaceFlinger is starting

09-30 03:50:21.280 I/SurfaceFlinger( 2310): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...

09-30 03:50:21.300 D/libEGL  ( 2310): loaded /system/lib/egl/libEGL_VIVANTE.so

09-30 03:50:21.300 I/ServiceManager( 1457): service 'media.audio_flinger' died

09-30 03:50:21.300 I/ServiceManager( 1457): service 'media.player' died

09-30 03:50:21.300 I/ServiceManager( 1457): service 'media.camera' died

09-30 03:50:21.300 I/ServiceManager( 1457): service 'media.audio_policy' died

09-30 03:50:21.310 D/libEGL  ( 2310): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so

09-30 03:50:21.340 D/libEGL  ( 2310): loaded /system/lib/egl/libGLESv2_VIVANTE.so

09-30 03:50:21.380 W/imx6.gralloc( 2310): 32bpp setting of Framebuffer catched!

09-30 03:50:21.380 W/imx6.gralloc( 2310): using (fd=13)

09-30 03:50:21.380 W/imx6.gralloc( 2310): id           = DISP3 BG - DI1

09-30 03:50:21.380 W/imx6.gralloc( 2310): xres         = 1366 px

09-30 03:50:21.380 W/imx6.gralloc( 2310): yres         = 768 px

09-30 03:50:21.380 W/imx6.gralloc( 2310): xres_virtual = 1376 px

09-30 03:50:21.380 W/imx6.gralloc( 2310): yres_virtual = 2304 px

09-30 03:50:21.380 W/imx6.gralloc( 2310): bpp          = 32

09-30 03:50:21.380 W/imx6.gralloc( 2310): r            =  0:8

09-30 03:50:21.380 W/imx6.gralloc( 2310): g            =  8:8

09-30 03:50:21.380 W/imx6.gralloc( 2310): b            = 16:8

09-30 03:50:21.380 W/imx6.gralloc( 2310): width        = 217 mm (159.891235 dpi)

09-30 03:50:21.380 W/imx6.gralloc( 2310): height       = 122 mm (159.895081 dpi)

09-30 03:50:21.380 W/imx6.gralloc( 2310): refresh rate = 57.40 Hz

09-30 03:50:21.390 I/v_hwc   ( 2310): Default primary display

09-30 03:50:21.390 I/v_hwc   ( 2310): xres         = 1366 px

09-30 03:50:21.390 I/v_hwc   ( 2310): yres         = 768 px

09-30 03:50:21.390 I/v_hwc   ( 2310): xdpi         = 159.9 dpi

09-30 03:50:21.390 I/v_hwc   ( 2310): ydpi         = 159.9 dpi

09-30 03:50:21.390 I/v_hwc   ( 2310): refresh rate = 57.4 Hz

09-30 03:50:21.390 I/v_hwc   ( 2310): External display

09-30 03:50:21.390 I/v_hwc   ( 2310): xres         = 800 px

09-30 03:50:21.390 I/v_hwc   ( 2310): yres         = 480 px

09-30 03:50:21.390 I/v_hwc   ( 2310): xdpi         = 0.0 dpi

09-30 03:50:21.390 I/v_hwc   ( 2310): ydpi         = 0.0 dpi

09-30 03:50:21.390 I/v_hwc   ( 2310): refresh rate = 61.0 Hz

09-30 03:50:21.390 I/v_hwc   ( 2310): Virtual display @2 initialized.

09-30 03:50:21.390 I/v_hwc   ( 2310): Vivante HWComposer v2.4

09-30 03:50:21.390 I/v_hwc   ( 2310): Device:               0x2ab6e498

09-30 03:50:21.390 I/v_hwc   ( 2310): Separated 2D:         YES

09-30 03:50:21.390 I/v_hwc   ( 2310): 2D PE20:              YES

09-30 03:50:21.390 I/v_hwc   ( 2310): Multi-source blit:    NO

09-30 03:50:21.390 I/v_hwc   ( 2310): Multi-source blit Ex: NO

09-30 03:50:21.390 I/v_hwc   ( 2310): OPF/YUV blit/Tiling : NO

09-30 03:50:21.390 I/v_hwc   ( 2310): Filter stretch      : YES

09-30 03:50:21.390 I/FslHwcomposer( 2310): using viv hwc!

09-30 03:50:21.390 I/FslHwcomposer( 2310): fb0 is ldb

09-30 03:50:21.390 I/FslHwcomposer( 2310):  device

09-30 03:50:21.390 I/FslHwcomposer( 2310): fb1 is overlay device

09-30 03:50:21.390 I/FslHwcomposer( 2310): fb2 is ldb

09-30 03:50:21.390 I/FslHwcomposer( 2310):  device

09-30 03:50:21.390 W/FslHwcomposer( 2310): open /sys/class/graphics/fb3 failed

09-30 03:50:21.390 W/FslHwcomposer( 2310): open /sys/class/graphics/fb4 failed

09-30 03:50:21.390 W/FslHwcomposer( 2310): open /sys/class/graphics/fb5 failed

09-30 03:50:21.390 I/FslHwcomposer( 2310): hwcomposer: open framebuffer fb0

09-30 03:50:21.390 I/FslHwcomposer( 2310): hwcomposer: open framebuffer fb2

09-30 03:50:21.390 W/imx6.gralloc( 2310): 32bpp setting of Framebuffer catched!

09-30 03:50:21.390 W/imx6.gralloc( 2310): using (fd=21)

09-30 03:50:21.390 W/imx6.gralloc( 2310): id           = DISP3 BG

09-30 03:50:21.390 W/imx6.gralloc( 2310): xres         = 800 px

09-30 03:50:21.390 W/imx6.gralloc( 2310): yres         = 480 px

09-30 03:50:21.390 W/imx6.gralloc( 2310): xres_virtual = 800 px

09-30 03:50:21.390 W/imx6.gralloc( 2310): yres_virtual = 1536 px

09-30 03:50:21.390 W/imx6.gralloc( 2310): bpp          = 32

09-30 03:50:21.390 W/imx6.gralloc( 2310): r            =  0:8

09-30 03:50:21.390 W/imx6.gralloc( 2310): g            =  8:8

09-30 03:50:21.390 W/imx6.gralloc( 2310): b            = 16:8

09-30 03:50:21.390 W/imx6.gralloc( 2310): width        = 127 mm (160.000000 dpi)

09-30 03:50:21.390 W/imx6.gralloc( 2310): height       = 76 mm (160.421051 dpi)

09-30 03:50:21.390 W/imx6.gralloc( 2310): refresh rate = 61.12 Hz

09-30 03:50:21.400 I/FslHwcomposer( 2310): hwc_device_open,411

09-30 03:50:21.400 I/SurfaceFlinger( 2310): Using composer version 1.3

09-30 03:50:21.400 W/SurfaceFlinger( 2310): no suitable EGLConfig found, trying a simpler query

09-30 03:50:21.400 I/SurfaceFlinger( 2310): EGL informations:

09-30 03:50:21.400 I/SurfaceFlinger( 2310): vendor    : Android

09-30 03:50:21.400 I/SurfaceFlinger( 2310): version   : 1.4 Android META-EGL

09-30 03:50:21.400 I/SurfaceFlinger( 2310): extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_ANDROID_image_native_buffer EGL_ANDROID_recordable

09-30 03:50:21.400 I/SurfaceFlinger( 2310): Client API: OpenGL_ES

09-30 03:50:21.400 I/SurfaceFlinger( 2310): EGLSurface: 8-8-8-8, config=0x2ba870a8

09-30 03:50:21.400 I/SurfaceFlinger( 2310): OpenGL ES informations:

09-30 03:50:21.400 I/SurfaceFlinger( 2310): vendor    : Vivante Corporation

09-30 03:50:21.400 I/SurfaceFlinger( 2310): renderer  : Vivante GC880

09-30 03:50:21.400 I/SurfaceFlinger( 2310): version   : OpenGL ES 2.0

09-30 03:50:21.400 I/SurfaceFlinger( 2310): extensions: GL_EXT_debug_marker GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_EGL_image GL_OES_depth24 GL_OES_fbo_render_mipmap GL_OES_fragment_precision_high GL_OES_rgb8_rgba8 GL_OES_stencil1 GL_OES_stencil4 GL_OES_texture_npot GL_OES_vertex_half_float GL_OES_depth_texture GL_OES_packed_depth_stencil GL_OES_standard_derivatives GL_OES_get_program_binary GL_EXT_texture_format_BGRA8888 GL_IMG_read_format GL_EXT_blend_minmax GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays GL_APPLE_texture_format_BGRA8888 GL_APPLE_texture_max_level GL_ARM_rgba8 GL_EXT_frag_depth GL_VIV_shader_binary GL_VIV_direct_texture GL_OES_mapbuffer GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_EXT_multisampled_render_to_texture GL_VIV_clamp_to_border GL_OES_vertex_type_10_10_10_2 GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_filter_anisotropic GL_OES_element_index_uint

09-30 03:50:21.400 I/SurfaceFlinger( 2310): GL_MAX_TEXTURE_SIZE = 8192

09-30 03:50:21.400 I/SurfaceFlinger( 2310): GL_MAX_VIEWPORT_DIMS = 8192

09-30 03:50:21.400 E/cutils-trace( 2310): Error opening trace file: No such file or directory (2)

09-30 03:50:21.400 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.400 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.400 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.400 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.410 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.410 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.410 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.410 E/SurfaceFlinger( 2310): HWComposer: framebufferTarget is null

09-30 03:50:21.410 D/SurfaceFlinger( 2310): display_type=DISPLAY_EXTERNAL, ro.saio.lcd2rotation=180 (3)

09-30 03:50:21.410 D/SurfaceFlinger( 2310): marking display 1 as acquired/unblanked

09-30 03:50:21.410 D/SurfaceFlinger( 2310): Screen acquired, type=0 flinger=0x2c8ba450

09-30 03:50:21.580 D/libEGL  ( 2326): loaded /system/lib/egl/libEGL_VIVANTE.so

09-30 03:50:21.630 D/libEGL  ( 2326): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so

09-30 03:50:21.690 D/libEGL  ( 2326): loaded /system/lib/egl/libGLESv2_VIVANTE.so

09-30 03:50:21.760 E/cutils-trace( 2326): Error opening trace file: No such file or directory (2)

09-30 03:50:21.770 E/BufferQueue( 2310): [SaioLog] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count

09-30 03:50:21.840 I/v_hwc   ( 2310): Display(0x2aabc008) detected: format=306 1280x800

09-30 03:50:21.840 I/v_hwc   ( 2310): Display buffer(0x2abedec0) detected: physical=0x38000000

Any one can help to analysis this issue?

Labels (3)
0 Kudos
2 Replies

842 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi dennis,

Several bugs have been fixed on hwcomposer in the latest android patch, please make sure that you are using the latest version, also check if this is not a hw related issue:  Crash of android on imx6 board when playing with GUI.

Regards

842 Views
denniswang_tw
Contributor II

Hi Alfred,

Thanks for your reply.

I got a hwcomposer_viv.imx6.so.zip from Re: Re: i.MX6 Android BSP HWcomposer error. and look like the issue is gone at Preliminary test.

Do you know where I can get newest hwcomposer_viv.imx6.so for Android 4.4.2?

I can't find any information at i.MX 6 Series Software and Development Tool|Freescale

Thanks.

0 Kudos