GPU hang

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

GPU hang

16,309 Views
sebastienraille
Contributor II

Dear all,

I have a custom board based on a i.MX6Quad with a kernel : 3.14.28-1.0.0_ga+gac92adc.

I have an issue with the GPU during the boot. I can see this log :

kernel: [ 42.443570] [galcore]: GPU[0] hang, automatic recovery.

kernel: [ 42.448954] [galcore]: recovery done

I searched in the GPU driver code this log and it seems that the driver try to recover the GPU from a fatal error.

What can be the cause of this issue ?

Thanks for your help.

Regards,

Sébastien

Labels (1)
Tags (3)
18 Replies

7,404 Views
godchen
Contributor I

One need debug this could try the patch whitch linked in https://community.nxp.com/thread/316911?commentID=371983#comment-371983 .(Qiangli provide)

May this info be help for both.

0 Kudos

7,404 Views
timbrugman
Contributor I

I noticed the following piece of code in gc_hal_kernel_hardware.c:

    if (_IsHardwareMatch(Hardware, gcv880, 0x5106))
    {
        Hardware->kernel->timeOut = 140 * 1000;
    }

This timeout of 140 seconds seems to the one that bothers us. It turns out that this long timeout is only set when the GPU is resumed after suspend.
Therefore I decided to disable the GPU power management in Kbuild:

EXTRA_CFLAGS += -DgcdPOWEROFF_TIMEOUT=0

This solves the hangup and is an acceptable workaround for us since our product is not a battery powered device.

0 Kudos

7,404 Views
timbrugman
Contributor I

I can confirm this is NOT RESOLVED!

I have the same issue with Vivante driver version 5.0.11.p8.6, as far as I know the latest version available.

In our case our OpenGL accelerated user interface freezes for about 3 minutes, it happens once in about 24 hours or so.

I did not notice any visual errors, it just freezes for a long time.

[galcore]: GPU[0] hang, automatic recovery.
[galcore]: recovery done

When I create a core-dump when the UI is freezed I always see that 'veglSwapWorker()' is stuck in an egl thread:

ioctl (../sysdeps/unix/syscall-template.S:84)

gcoOS_DeviceControl (gc_hal_user_os.c:2153)

gcoOS_WaitSignal (gc_hal_user_os.c:6341)

veglSwapWorker (gc_egl_swap.c:696)

At the same time our application is stuck in a 'glBufferData' call:

ioctl (../sysdeps/unix/syscall-template.S:84)
gcoOS_DeviceControl (gc_hal_user_os.c:2153)
gcoBUFFER_Commit (gc_hal_user_buffer.c:1284)
gcoHARDWARE_Commit (gc_hal_user_hardware.c:6857)
gcoHARDWARE_CallEvent (gc_hal_user_hardware.c:10689)
gcoHARDWARE_Unlock (gc_hal_user_hardware.c:10566)
gcoBUFOBJ_Free (gc_hal_user_bufobj.c:508)
gcoBUFOBJ_Destroy (gc_hal_user_bufobj.c:301)
__glChipBufferData (src/chip/gc_chip_buffer.c:860)
__gles_BufferData (src/glcore/gc_es_bufobj.c:780)
glBufferData (src/glcore/gc_es_api.c:229)

This core dump is triggered by a watchdog thread I created that triggers when our user interface is freezed for 30 seconds.

0 Kudos

7,404 Views
gxdgxd
Contributor I

hi,igor!   

This problem will appear every time   

Test the DDR, no problem

All Android versions (4.4,5.0,5.1,6.0) are such a problem。

0 Kudos

7,404 Views
igorpadykov
NXP Employee
NXP Employee

please try latest L4.1.15_1.1.0, it fixed many gpu

errata (described in Release Notes inside BSP)

Board Support Packages (35)

L4.1.15_1.0.0_MX6QDLSOLO (REV L4.1.15_1.0.0)

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

~igor

0 Kudos

7,404 Views
Danube
Contributor IV

Hi Sir,

I had the same issue in 4.1.15_1.2.0 (MX6Dual lite CPU)

Is 4.1.15_2.0.0 can fixed it ?

0 Kudos

7,404 Views
john_smith
Contributor II

Hello!

Did you find any solution for this problem?

0 Kudos

7,404 Views
michaelguntli
Contributor IV

Any update on this? This issue seems to be NOT RESOLVED!

0 Kudos

7,404 Views
gxdgxd
Contributor I

How do you solve the problem, please tell me, thank you!

0 Kudos

7,404 Views
john_smith
Contributor II

Hello!

Did you find any solution for this problem?

0 Kudos

7,404 Views
igorpadykov
NXP Employee
NXP Employee

Hi Sébastien

this may be caused by gpu bugs, please refer to attached Release Notes

Table 9. New features from L3.14.52 BSP

Board Support Packages (29)

L3.14.52_1.1.0_MX6QDLSOLO (REV L3.14.52_1.1.0)

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

Best regards

igor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos

7,071 Views
wanbenzhou
Contributor II

Are you solved the GPU hang?  Can't open your link.now.

0 Kudos

7,404 Views
leoye
Contributor I

Hi Igor,

I was having the same issue with the 3.14.28 BSP and then moved on to L3.14.52 BSP. However, despite that it does run more stable than L3.14.28 BSP, I am still getting the GPU hang message randomly after the system is running for, say over 24 hours. I am using a custom board based on Sabresd. Below is the GPU dump when the automatic recovery failed while running the L3.14.52 BSP.

Thanks,

Leo

------------------------------------------

Apr 20 21:21:08 192 user.warn kernel: PU: Power-off latency exceeded, new value 53667 ns

Apr 21 00:28:07 192 user.warn kernel: PU: Power-off latency exceeded, new value 54333 ns

Apr 21 01:23:40 192 user.warn kernel: PU: Power-off latency exceeded, new value 67666 ns

Apr 21 02:46:08 192 user.warn kernel: PU: Power-on latency exceeded, new value 16777000 ns

Apr 21 05:26:29 192 user.warn kernel: [galcore]: GPU[0] hang, automatic recovery.

Apr 21 05:26:29 192 user.warn kernel: [galcore]: recovery done

Apr 21 05:26:29 192 user.warn kernel: [galcore]: AXI BUS ERROR

Apr 21 05:26:29 192 user.warn kernel: GPU[0](ChipModel=0x2000 ChipRevision=0x5108):

Apr 21 05:26:29 192 user.warn kernel: **************************

Apr 21 05:26:29 192 user.warn kernel: ***   GPU STATE DUMP   ***

Apr 21 05:26:29 192 user.warn kernel: **************************

Apr 21 05:26:29 192 user.warn kernel:   axi      = 0x00000221

Apr 21 05:26:29 192 user.warn kernel:   idle     = 0x7FFFFFF6

Apr 21 05:26:29 192 user.warn kernel:     FE not idle

Apr 21 05:26:29 192 user.warn kernel:     SH not idle

Apr 21 05:26:29 192 user.warn kernel:   DMA is running; known addresses are:

Apr 21 05:26:29 192 user.warn kernel:     0xFFED0080

Apr 21 05:26:29 192 user.warn kernel:     0xFFED01D0

Apr 21 05:26:29 192 user.warn kernel:   dmaLow   = 0x08010208

Apr 21 05:26:29 192 user.warn kernel:   dmaHigh  = 0x00020100

Apr 21 05:26:29 192 user.warn kernel:   dmaState = 0x00000915

Apr 21 05:26:29 192 user.warn kernel:     command state       = 21 (PAR_STALL_ST)

Apr 21 05:26:29 192 user.warn kernel:     command DMA state   = 1 (CMD_START_ST)

Apr 21 05:26:29 192 user.warn kernel:     command fetch state = 2 (FET_VALID_ST)

Apr 21 05:26:29 192 user.warn kernel:     DMA request state   = 0 (REQ_IDLE_ST)

Apr 21 05:26:29 192 user.warn kernel:     cal state           = 0 (CAL_IDLE_ST)

Apr 21 05:26:29 192 user.warn kernel:     VE request state    = 0 (VER_IDLE_ST)

Apr 21 05:26:29 192 user.warn kernel:   Debug registers of pipe[0]:

Apr 21 05:26:29 192 user.warn kernel:     RA debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00005437

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00001660

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x000016EB

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000007

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x102200FA

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0xF0167800

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0xC87ACBFE

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000040

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x000000C0

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x0000017E

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000002

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x9022043A

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x58165800

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0xC87ACBFE

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       signature = 0x12344321 (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     TX debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       failed to obtain the signature (read 0x00000000).

Apr 21 05:26:29 192 user.warn kernel:     FE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0xFFED0698

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x08010E07

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000002

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000256

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x06700922

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x0000000D

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x28289571

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00007445

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x0000000E

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0xA801C20D

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x000000D0

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0xFFED0698

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x08010E07

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000002

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000256

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x06700922

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x0000000D

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x28289571

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00007445

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x0000000E

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0xA801C20D

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x000000D1

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xBABEF00D (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     PE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x0001327C

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x000130BB

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000311

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x0000030F

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0xA0000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0xABC00000

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0xBC000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0xCDE00000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0xD0404140

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0xC840E42F

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x010780D2

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000040

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000281

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0xA0000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0xABC00000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0xBC000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0xCDE00000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0xD0404140

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0xC840E42F

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x010780D2

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x20] 0x00000040

Apr 21 05:26:29 192 user.warn kernel:       [0x21] 0x00000280

Apr 21 05:26:29 192 user.warn kernel:       [0x22] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x23] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x24] 0xA0000000

Apr 21 05:26:29 192 user.warn kernel:       [0x25] 0xABC00000

Apr 21 05:26:29 192 user.warn kernel:       [0x26] 0xBC000000

Apr 21 05:26:29 192 user.warn kernel:       [0x27] 0xCDE00000

Apr 21 05:26:29 192 user.warn kernel:       [0x28] 0xD0404140

Apr 21 05:26:29 192 user.warn kernel:       [0x29] 0xC840E42F

Apr 21 05:26:29 192 user.warn kernel:       [0x2A] 0x010780D2

Apr 21 05:26:29 192 user.warn kernel:       [0x2B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x2C] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x2D] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x2E] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x2F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xBABEF00D (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     DE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       failed to obtain the signature (read 0x00000000).

Apr 21 05:26:29 192 user.warn kernel:     SH debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00F92CAC

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0xA55F0000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x0001FF15

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00020A7A

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x001E413C

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x001D415C

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x000139F0

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00013044

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x000000F8

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000074

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x0000090C

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xDEADBEEF

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00F92CAC

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0xE55F0000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x0001FF15

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00020A7A

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x0010C0C4

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x000FC1B0

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x000158A0

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00014D14

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x000000F8

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000074

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x0000090C

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xDEADBEEF

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xDEADBEEF (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     PA debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x800001FF

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x64280000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000810

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x0000009A

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000090

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x0000004C

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000002

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000042

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x800001FF

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x64280000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000810

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       signature = 0x0000AAAA (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     SE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       failed to obtain the signature (read 0x00000003).

Apr 21 05:26:29 192 user.warn kernel:     MC debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       signature = 0x12345678 (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     HI debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x0018EBFB

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x0000A49B

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x0004EF8D

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x000000EE

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xAAAAAAAA (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     Other Registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x0040] 0x00021002

Apr 21 05:26:29 192 user.warn kernel:       [0x0044] 0x000052B4

Apr 21 05:26:29 192 user.warn kernel:       [0x004C] 0x000052BE

Apr 21 05:26:29 192 user.warn kernel:       [0x0050] 0x00000C13

Apr 21 05:26:29 192 user.warn kernel:       [0x0054] 0x00000C13

Apr 21 05:26:29 192 user.warn kernel:       [0x0058] 0x000214C4

Apr 21 05:26:29 192 user.warn kernel:       [0x005C] 0x00005A6E

Apr 21 05:26:29 192 user.warn kernel:       [0x0060] 0x00005A82

Apr 21 05:26:29 192 user.warn kernel:       [0x043C] 0x00007000

Apr 21 05:26:29 192 user.warn kernel:       [0x0440] 0x0E000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0444] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0414] 0x3C000000

Apr 21 05:26:29 192 user.warn kernel:   Debug registers of pipe[1]:

Apr 21 05:26:29 192 user.warn kernel:     RA debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x0006A6F0

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x0001B4C5

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x0001B5E9

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000034

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x10220033

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x60164800

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0xC87ACBFE

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x000000A0

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000150

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000270

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x90220033

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x60164800

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0xC87ACBFE

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x12344321

Apr 21 05:26:29 192 user.warn kernel:       signature = 0x12344321 (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     TX debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       failed to obtain the signature (read 0x00000000).

Apr 21 05:26:29 192 user.warn kernel:     FE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0xFFED0E00

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x08010208

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00020001

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000256

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x05800922

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x0000000D

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x68689571

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00007445

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x0000000E

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0xA801C20D

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x000000D2

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0xFFED10C8

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x03010200

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000256

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x05280922

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x0000000C

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x18189571

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00007445

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x0000000E

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0xA801C20D

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x000000D3

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xBABEF00D (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     PE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00029C83

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x000227B3

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00007536

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00005EA3

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0xA0000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0xABC00000

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0xBC000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0xCDE00000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0xD0404401

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x48404401

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00072086

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000015

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000087

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0xA0000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0xABC00000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0xBC000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0xCDE00000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0xD04041C0

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x484041C0

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00072086

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x20] 0x00000010

Apr 21 05:26:29 192 user.warn kernel:       [0x21] 0x000000A6

Apr 21 05:26:29 192 user.warn kernel:       [0x22] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x23] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x24] 0xA0000000

Apr 21 05:26:29 192 user.warn kernel:       [0x25] 0xABC00000

Apr 21 05:26:29 192 user.warn kernel:       [0x26] 0xBC000000

Apr 21 05:26:29 192 user.warn kernel:       [0x27] 0xCDE00000

Apr 21 05:26:29 192 user.warn kernel:       [0x28] 0xD040400B

Apr 21 05:26:29 192 user.warn kernel:       [0x29] 0x4840440D

Apr 21 05:26:29 192 user.warn kernel:       [0x2A] 0x00072086

Apr 21 05:26:29 192 user.warn kernel:       [0x2B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x2C] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x2D] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x2E] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       [0x2F] 0xBABEF00D

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xBABEF00D (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     DE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       failed to obtain the signature (read 0x00000000).

Apr 21 05:26:29 192 user.warn kernel:     SH debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x0049934C

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x9A9F000B

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x8001FF11

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00021695

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x0038A2B2

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x003862B3

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00041DA9

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x000248B3

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000A6E

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x0000050C

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x000058F4

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xDEADBEEF

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x0049134C

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x9A9F000B

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x8001FF11

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00020795

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x001002B8

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x001082BE

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00043469

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00024B07

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000A6E

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x0000050C

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x00005D20

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xDEADBEEF

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xDEADBEEF (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     PA debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x800001FF

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x64280000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000808

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x000004B6

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000284

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x00000252

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000032

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x800001FF

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x64280000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000808

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x0000AAAA

Apr 21 05:26:29 192 user.warn kernel:       signature = 0x0000AAAA (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     SE debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x00000003

Apr 21 05:26:29 192 user.warn kernel:       failed to obtain the signature (read 0x00000003).

Apr 21 05:26:29 192 user.warn kernel:     MC debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0x12345678

Apr 21 05:26:29 192 user.warn kernel:       signature = 0x12345678 (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     HI debug registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x00] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x01] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x02] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x03] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x04] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x05] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x06] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x07] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x08] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x09] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0A] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0B] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0C] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0D] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0E] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x0F] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x10] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x11] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x12] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x13] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x14] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x15] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x16] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x17] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x18] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x19] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1A] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1B] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1C] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1D] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1E] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       [0x1F] 0xAAAAAAAA

Apr 21 05:26:29 192 user.warn kernel:       signature = 0xAAAAAAAA (1 read attempt(s))

Apr 21 05:26:29 192 user.warn kernel:     Other Registers:

Apr 21 05:26:29 192 user.warn kernel:       [0x0040] 0x000418A1

Apr 21 05:26:29 192 user.warn kernel:       [0x0044] 0x00006DAC

Apr 21 05:26:29 192 user.warn kernel:       [0x004C] 0x00006DAC

Apr 21 05:26:29 192 user.warn kernel:       [0x0050] 0x00000F31

Apr 21 05:26:29 192 user.warn kernel:       [0x0054] 0x00000F31

Apr 21 05:26:29 192 user.warn kernel:       [0x0058] 0x000418C6

Apr 21 05:26:29 192 user.warn kernel:       [0x005C] 0x0000D539

Apr 21 05:26:29 192 user.warn kernel:       [0x0060] 0x0000D540

Apr 21 05:26:29 192 user.warn kernel:       [0x043C] 0x00010000

Apr 21 05:26:29 192 user.warn kernel:       [0x0440] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0444] 0x00000000

Apr 21 05:26:29 192 user.warn kernel:       [0x0414] 0x3C000000

Apr 21 05:26:29 192 user.warn kernel: **************************

Apr 21 05:26:29 192 user.warn kernel: *****   SW COUNTERS  *****

Apr 21 05:26:29 192 user.warn kernel: **************************

Apr 21 05:26:29 192 user.warn kernel:     Execute Count = 0x0017C564

Apr 21 05:26:29 192 user.warn kernel:     Execute Addr  = 0x400E1068

Apr 21 05:26:29 192 user.warn kernel:     End     Addr  = 0x400E1048

Apr 21 05:26:29 192 user.warn kernel: CPU: 0 PID: 106 Comm: galcore daemon  Tainted: G           O 3.14.52-1.1.0_ga+g5f6f0a5 #1

Apr 21 05:26:29 192 user.warn kernel: [<80015750>] (unwind_backtrace) from [<80011850>] (show_stack+0x10/0x14)

Apr 21 05:26:29 192 user.warn kernel: [<80011850>] (show_stack) from [<80655220>] (dump_stack+0x7c/0xbc)

Apr 21 05:26:29 192 user.warn kernel: [<80655220>] (dump_stack) from [<804670fc>] (gckOS_DumpCallStack+0x8/0x10)

Apr 21 05:26:29 192 user.warn kernel: [<804670fc>] (gckOS_DumpCallStack) from [<80481004>] (gckHARDWARE_DumpGPUState+0x73c/0x8f8)

Apr 21 05:26:29 192 user.warn kernel: [<80481004>] (gckHARDWARE_DumpGPUState) from [<80474ac4>] (gckEVENT_Notify+0x488/0x504)

Apr 21 05:26:29 192 user.warn kernel: [<80474ac4>] (gckEVENT_Notify) from [<8047d4a0>] (gckHARDWARE_Interrupt+0x60/0x80)

Apr 21 05:26:29 192 user.warn kernel: [<8047d4a0>] (gckHARDWARE_Interrupt) from [<80461eac>] (threadRoutine+0x20/0x70)

Apr 21 05:26:29 192 user.warn kernel: [<80461eac>] (threadRoutine) from [<80049c24>] (kthread+0xcc/0xe4)

Apr 21 05:26:29 192 user.warn kernel: [<80049c24>] (kthread) from [<8000e600>] (ret_from_fork+0x14/0x34)

Apr 21 05:26:29 192 user.warn kernel: [galcore]: AXI BUS ERROR

Apr 21 05:26:29 192 user.warn kernel: GPU[0](ChipModel=0x2000 ChipRevision=0x5108):

Apr 21 05:26:29 192 user.warn kernel: [galcore]: _AllowAccess(575) External clock off

0 Kudos

7,404 Views
igorpadykov
NXP Employee
NXP Employee

Hi Sébastien

suggest to move to latest L4.1.15_1.0.0 as it fixed many gpu errata,

which can be found in release note inside package

Board Support Packages (35)

L4.1.15_1.0.0_MX6QDLSOLO (REV L4.1.15_1.0.0)

http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-process...

Best regards

igor

7,404 Views
gxdgxd
Contributor I

您好!

   我也遇到和您一样的问题!
  
最近我们的官方的imx6q sdb开发板跑官方的android5.1.1系统时进入到动画显示界面时无法继续运行(这个板子和这个系统在出问题之前一直都是在使用中,在出现问题之前也是没有出现过任何其它问题的),以下文件是log记录,请帮忙分析,非常感谢!
  
问题出现后系统会不断输出以下log信息:
[galcore]: GPU[0] hang, automatic recovery.

[galcore]: recovery done

并且系统会重启。

我们测试了板子供电电压,系统在
ubootkernel起来时的电压分别是1.3 1.2 ,然后出现问题的时候,
在出现上面
log前变为0.9
然后

在出现上面
log后变为1.1
跟踪
kernel驱动对gpu的操作代码,发现
gpu
驱动初始化和gpu硬件初始化都是ok的,然后在出现问题的时候,驱动接收了复位指令,然后执行了gpu断电和硬件初始化工作,之后也是ok的,但是接着就出现上面的log或不久后就重启了。

请帮忙查找下是什么原因导致的,谢谢!

U-Boot 2015.04-00303-g6cf684a-dirty (Dec 07 2015 - 14:30:42)

CPU:   Freescale i.MX6Q rev1.2 at 792 MHz

CPU:   Temperature 40 C

Reset cause: POR

Board: MX6-SabreSD

I2C:   ready

DRAM:  1 GiB

PMIC:  PFUZE100 ID=0x10

MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2

No panel detected: default to Hannstar-XGA

Display: Hannstar-XGA (1024x768)

In:    serial

Out:   serial

Err:   serial

check_and_clean: reg 0, flag_set 0

Fastboot: Normal

flash target is MMC:1

Net:   FEC [PRIME]

Normal Boot

Hit any key to stop autoboot:  0

boota mmc1

kernel   @ 14008000 (7272224)

ramdisk  @ 15000000 (867651)

fdt      @ 14f00000 (44072)

## Booting Android Image at 0x12000000 ...

Kernel load addr 0x14008000 size 7102 KiB

Kernel command line: console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.selinux=disabled

## Flattened Device Tree blob at 14f00000

   Booting using the fdt blob at 0x14f00000

   Loading Kernel Image ... OK

   Using Device Tree in place at 14f00000, end 14f0dc27

switch to ldo_bypass mode!

Starting kernel ...

Booting Linux on physical CPU 0x0

Initializing cgroup subsys cpu

Initializing cgroup subsys cpuacct

Linux version 3.14.52-08716-g279192c-dirty (b18293@scmbld2) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Dec 7 15:15:21 CST 2015

CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d

CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

Machine model: Freescale i.MX6 Quad SABRE Smart Device Board

cma: CMA: reserved 384 MiB at 26000000

Memory policy: Data cache writealloc

PERCPU: Embedded 8 pages/cpu @ee701000 s9152 r8192 d15424 u32768

Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260384

Kernel command line: console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.selinux=disabled androidboot.serialno=041031d4d81917c9

PID hash table entries: 4096 (order: 2, 16384 bytes)

Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

Memory: 629584K/1047552K available (9013K kernel code, 668K rwdata, 3124K rodata, 432K init, 607K bss, 417968K reserved, 277504K highmem)

Virtual kernel memory layout:

    vector  : 0xffff0000 - 0xffff1000   (   4 kB)

    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

    vmalloc : 0xef800000 - 0xff000000   ( 248 MB)

    lowmem  : 0xc0000000 - 0xef000000   ( 752 MB)

    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)

    modules : 0xbf000000 - 0xbfe00000   (  14 MB)

      .text : 0xc0008000 - 0xc0be2784   (12138 kB)

      .init : 0xc0be3000 - 0xc0c4f3c0   ( 433 kB)

      .data : 0xc0c50000 - 0xc0cf7220   ( 669 kB)

       .bss : 0xc0cf722c - 0xc0d8eed4   ( 608 kB)

SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1

Preemptible hierarchical RCU implementation.

NR_IRQS:16 nr_irqs:16 16

L310 cache controller enabled

l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1024 kB

Switching to timer-based delay loop

sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns

Console: colour dummy device 80x30

Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)

pid_max: default: 32768 minimum: 301

Security Framework initialized

SELinux:  Initializing.

AppArmor: AppArmor disabled by boot time parameter

Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)

Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)

Initializing cgroup subsys debug

Initializing cgroup subsys freezer

CPU: Testing write buffer coherency: ok

CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

Setting up static identity map for 0x1088fa70 - 0x1088fac8

CPU1: Booted secondary processor

CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

CPU2: Booted secondary processor

CPU2: thread -1, cpu 2, socket 0, mpidr 80000002

CPU3: Booted secondary processor

CPU3: thread -1, cpu 3, socket 0, mpidr 80000003

Brought up 4 CPUs

SMP: Total of 4 processors activated (24.00 BogoMIPS).

CPU: All CPU(s) started in SVC mode.

devtmpfs: initialized

VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4

pinctrl core: initialized pinctrl subsystem

regulator-dummy: no parameters

NET: Registered protocol family 16

DMA: preallocated 256 KiB pool for atomic coherent allocations

cpuidle: using governor ladder

cpuidle: using governor menu

CPU identified as i.MX6Q, silicon rev 1.2

Use WDOG2 as reset source

syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered

vdd1p1: 800 <--> 1375 mV at 1100 mV

vdd3p0: 2625 <--> 3400 mV at 3000 mV

vdd2p5: 2000 <--> 2750 mV at 2400 mV

vddarm: 725 <--> 1450 mV

vddpu: 725 <--> 1450 mV

vddsoc: 725 <--> 1450 mV

syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered

syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered

!!request miniPCIE Power On gpio

hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.

hw-breakpoint: maximum watchpoint size is 4 bytes.

imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver

bio: create slab <bio-0> at 0

mxs-dma 110000.dma-apbh: initialized

usb_otg_vbus: 5000 mV

usb_h1_vbus: 5000 mV

wm8962-supply: no parameters

mipi_dsi_pwr_on: no parameters

sensor-supply: 3300 mV

wlreg_on: 5000 mV

i2c-core: driver [max17135] using legacy suspend method

i2c-core: driver [max17135] using legacy resume method

SCSI subsystem initialized

usbcore: registered new interface driver usbfs

usbcore: registered new interface driver hub

usbcore: registered new device driver usb

usbphy_nop1.12 supply vcc not found, using dummy regulator

usbphy_nop2.13 supply vcc not found, using dummy regulator

i2c i2c-0: IMX I2C adapter registered

i2c i2c-1: IMX I2C adapter registered

i2c i2c-2: IMX I2C adapter registered

Linux video capture interface: v2.00

pps_core: LinuxPPS API ver. 1 registered

pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

PTP clock support registered

imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed

mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a

MIPI CSI2 driver module loaded

Advanced Linux Sound Architecture Driver Initialized.

Bluetooth: Core ver 2.18

NET: Registered protocol family 31

Bluetooth: HCI device and connection manager initialized

Bluetooth: HCI socket layer initialized

Bluetooth: L2CAP socket layer initialized

Bluetooth: SCO socket layer initialized

Switched to clocksource mxc_timer1

NET: Registered protocol family 2

TCP established hash table entries: 8192 (order: 3, 32768 bytes)

TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

TCP: Hash tables configured (established 8192 bind 8192)

TCP: reno registered

UDP hash table entries: 512 (order: 2, 16384 bytes)

UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

NET: Registered protocol family 1

RPC: Registered named UNIX socket transport module.

RPC: Registered udp transport module.

RPC: Registered tcp transport module.

RPC: Registered tcp NFSv4.1 backchannel transport module.

Trying to unpack rootfs image as initramfs...

Freeing initrd memory: 844K (c5000000 - c50d3000)

hw perfevents: enabled with ARMv7_Cortex_A9 PMU driver, 7 counters available

imx rpmsg driver is registered.

imx_busfreq busfreq.17: DDR medium rate not supported.

Bus freq driver module loaded

bt power gpio is:2

mxc_bt_rfkill driver success loaded

rfkill: BT RF going to : on

mxc_bt_rfkill_reset

console [pstore-1] enabled

pstore: Registered ramoops as persistent store backend

ramoops: attached 0x100000@0x4bf00000, ecc: 0/0

mxc_ramoops device success loaded

futex hash table entries: 1024 (order: 4, 65536 bytes)

audit: initializing netlink subsys (disabled)

audit: type=2000 audit(0.320:1): initialized

bounce pool size: 64 pages

VFS: Disk quotas dquot_6.5.2

Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

NFS: Registering the id_resolver key type

Key type id_resolver registered

Key type id_legacy registered

NTFS driver 2.1.30 [Flags: R/W DEBUG].

jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.

fuse init (API version 7.22)

msgmni has been set to 1457

io scheduler noop registered

io scheduler deadline registered

io scheduler cfq registered (default)

imx-weim 21b8000.weim: Driver registered.

pwm-backlight.33 supply power not found, using dummy regulator

mxc_mipi_dsi 21e0000.mipi: i.MX MIPI DSI driver probed

MIPI DSI driver module loaded

mxc_sdc_fb fb.28: registered mxc display driver ldb

imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)

Console: switching to colour frame buffer device 128x48

mxc_sdc_fb fb.29: Can't get fb option for mxcfb1!

mxc_sdc_fb fb.30: Can't get fb option for mxcfb2!

mxc_sdc_fb fb.31: Can't get fb option for mxcfb3!

imx-sdma 20ec000.sdma: no iram assigned, using external mem

imx-sdma 20ec000.sdma: no event needs to be remapped

imx-sdma 20ec000.sdma: loaded firmware 3.2

imx-sdma 20ec000.sdma: initialized

pfuze100-regulator 1-0008: Full layer: 1, Metal layer: 1

pfuze100-regulator 1-0008: FAB: 0, FIN: 0

pfuze100-regulator 1-0008: pfuze100 found.

SW1AB: 300 <--> 1875 mV at 1150 mV

SW1C: 300 <--> 1875 mV at 1175 mV

SW2: 800 <--> 3300 mV at 3300 mV

SW3A: 400 <--> 1975 mV at 1500 mV

SW3B: 400 <--> 1975 mV at 1500 mV

SW4: 800 <--> 3300 mV at 3150 mV

SWBST: 5000 <--> 5150 mV at 5000 mV

VSNVS: 1000 <--> 3000 mV at 3000 mV

VREFDDR: 750 mV

VGEN1: 800 <--> 1550 mV at 1500 mV

VGEN2: 800 <--> 1550 mV at 1500 mV

VGEN3: 1800 <--> 3300 mV at 2800 mV

VGEN4: 1800 <--> 3300 mV at 1800 mV

VGEN5: 1800 <--> 3300 mV at 3000 mV

VGEN6: 1800 <--> 3300 mV at 3300 mV

Serial: IMX driver

2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX

console [ttymxc0] enabled

21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 62, base_baud = 5000000) is a IMX

serial: Freescale lpuart driver

imx sema4 driver is registered.

[drm] Initialized drm 1.1.0 20060810

[drm] Initialized vivante 1.0.0 20120216 on minor 0

brd: module loaded

loop: module loaded

zram: Created 1 device(s) ...

ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024

ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480

ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000

ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000

ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled

ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode

ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst

scsi0 : ahci_platform

ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 71

imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_COL1 already requested by 21f4000.serial; cannot claim for 2008000.ecspi

imx6q-pinctrl 20e0000.iomuxc: pin-128 (2008000.ecspi) status -22

imx6q-pinctrl 20e0000.iomuxc: could not request pin 128 (MX6Q_PAD_KEY_COL1) from group ecspi1grp  on device 20e0000.iomuxc

spi_imx 2008000.ecspi: Error applying setting, reverse things back

m25p80 spi0.0: found mr25h256, expected m25p32

m25p80 spi0.0: mr25h256 (32 Kbytes)

spi_imx 2008000.ecspi: probed

tun: Universal TUN/TAP device driver, 1.6

tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

CAN device driver interface

2188000.ethernet supply phy not found, using dummy regulator

pps pps0: new PPS source ptp0

libphy: fec_enet_mii_bus: probed

fec 2188000.ethernet eth0: registered PHC device 0

PPP generic driver version 2.4.2

PPP BSD Compression module registered

PPP Deflate Compression module registered

PPP MPPE Compression module registered

NET: Registered protocol family 24

pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver

usbcore: registered new interface driver pegasus

usbcore: registered new interface driver rtl8150

usbcore: registered new interface driver r8152

usbcore: registered new interface driver asix

usbcore: registered new interface driver ax88179_178a

usbcore: registered new interface driver cdc_ether

usbcore: registered new interface driver cdc_eem

usbcore: registered new interface driver net1080

usbcore: registered new interface driver cdc_subset

usbcore: registered new interface driver zaurus

usbcore: registered new interface driver cdc_ncm

ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

ehci-mxc: Freescale On-Chip EHCI Host driver

usbcore: registered new interface driver cdc_acm

cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters

usbcore: registered new interface driver usb-storage

usbcore: registered new interface driver usbserial

usbcore: registered new interface driver usbserial_generic

usbserial: USB Serial support registered for generic

usbcore: registered new interface driver ftdi_sio

usbserial: USB Serial support registered for FTDI USB Serial Device

usbcore: registered new interface driver option

usbserial: USB Serial support registered for GSM modem (1-port)

usbcore: registered new interface driver usb_ehset_test

2184800.usbmisc supply vbus-wakeup not found, using dummy regulator

ci_hdrc ci_hdrc.1: doesn't support gadget

ci_hdrc ci_hdrc.1: EHCI Host Controller

ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1

ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00

usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

usb usb1: Product: EHCI Host Controller

usb usb1: Manufacturer: Linux 3.14.52-08716-g279192c-dirty ehci_hcd

usb usb1: SerialNumber: ci_hdrc.1

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 1 port detected

mousedev: PS/2 mouse device common for all mice

usbcore: registered new interface driver xpad

usbcore: registered new interface driver usb_acecad

usbcore: registered new interface driver aiptek

usbcore: registered new interface driver gtco

usbcore: registered new interface driver hanwang

usbcore: registered new interface driver kbtab

usbcore: registered new interface driver wacom

ata1: SATA link down (SStatus 0 SControl 300)

ahci-imx 2200000.sata: no device found, disabling link.

ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug

egalax_ts 1-0004: Failed to read firmware version

egalax_ts: probe of 1-0004 failed with error -5

input: eGalax Touch Screen as /devices/soc0/soc.0/2100000.aips-bus/21a8000.i2c/i2c-2/2-0004/input/input1

input: max11801_ts as /devices/soc0/soc.0/2100000.aips-bus/21a4000.i2c/i2c-1/1-0048/input/input2

input: isl29023 light sensor as /devices/virtual/input/input3

isl29023 2-0044: driver version 1.0 enabled

i2c-core: driver [isl29023] using legacy suspend method

i2c-core: driver [isl29023] using legacy resume method

snvs_rtc 20cc034.snvs-rtc-lp: can't get snvs-rtc clock

snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0

i2c /dev entries driver

IR NEC protocol handler initialized

IR RC5(x) protocol handler initialized

IR RC6 protocol handler initialized

IR JVC protocol handler initialized

IR Sony protocol handler initialized

IR RC5 (streamzap) protocol handler initialized

IR SANYO protocol handler initialized

IR MCE Keyboard/mouse protocol handler initialized

ov5640_read_reg:write reg error:reg=300a

camera ov5640 is not found

ov5642_read_reg:write reg error:reg=300a

camera ov5642 is not found

ov5640_read_reg:write reg error:reg=300a

camera ov5640_mipi is not found

mxc_v4l2_output v4l2_out.36: V4L2 device registered as video16

mxc_v4l2_output v4l2_out.36: V4L2 device registered as video17

usbcore: registered new interface driver uvcvideo

USB Video Class driver (1.1.1)

gspca_main: v2.14.0 registered

mag3110 2-000e: check mag3110 chip ID

input: FreescaleMagnetometer as /devices/virtual/input/input4

input: eCompass as /devices/virtual/input/input5

mag3110 2-000e: mag3110 is probed

input: FreescaleAccelerometer as /devices/virtual/input/input6

mma8x5x device driver probe successfully

imx2-wdt 20c0000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)

device-mapper: uevent: version 1.0.3

device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com

Bluetooth: HCI UART driver ver 2.2

Bluetooth: HCI H4 protocol initialized

Bluetooth: HCI BCSP protocol initialized

Bluetooth: HCIATH3K protocol initialized

usbcore: registered new interface driver bcm203x

usbcore: registered new interface driver btusb

sdhci: Secure Digital Host Controller Interface driver

sdhci: Copyright(c) Pierre Ossman

sdhci-pltfm: SDHCI platform and OF driver helper

sdhci-esdhc-imx 2194000.usdhc: assigned as wifi host

mmc1: no vqmmc regulator found

mmc1: no vmmc regulator found

mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA

mmc2: no vqmmc regulator found

mmc2: no vmmc regulator found

mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA

mmc3: no vqmmc regulator found

mmc3: no vmmc regulator found

mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA

mmc2: new high speed SDHC card at address e624

Galcore version 5.0.11.33433

mmcblk2: mmc2:e624 SS08G 7.40 GiB

mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 > p4

mmcblk2: p4 size 13317885 extends beyond EOD, truncated

mmc3: BKOPS_EN bit is not set

mmc3: new high speed DDR MMC card at address 0001

mmcblk3: mmc3:0001 SEM08G 7.39 GiB

mmcblk3boot0: mmc3:0001 SEM08G partition 1 2.00 MiB

mmcblk3boot1: mmc3:0001 SEM08G partition 2 2.00 MiB

mmcblk3rpmb: mmc3:0001 SEM08G partition 3 128 KiB

mmcblk3: p1 p2 p3 < p5 p6 p7 p8 p9 > p4

mmcblk3: p4 size 13303808 extends beyond EOD, truncated

mmcblk3boot1: unknown partition table

mmcblk3boot0: unknown partition table

mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed

mxc_vpu 2040000.vpu: VPU initialized

caam 2100000.caam: Instantiated RNG4 SH0

caam 2100000.caam: Instantiated RNG4 SH1

caam 2100000.caam: device ID = 0x0a160100 (Era 4)

caam 2100000.caam: job rings = 2, qi = 0

caam algorithms registered in /proc/crypto

caam_jr 2101000.jr0: registering rng-caam

platform caam_sm: blkkey_ex: 4 keystore units available

platform caam_sm: 64-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: 64-bit black key:

platform caam_sm: [0000] 28 f7 6e 12 d8 b6 e1 c1

platform caam_sm: [0008] 08 01 2b ce 65 bf 33 f9

platform caam_sm: 128-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f

platform caam_sm: 128-bit black key:

platform caam_sm: [0000] 68 f2 3e 17 fe f2 19 97

platform caam_sm: [0008] 16 cb 72 17 69 1d 4e db

platform caam_sm: 192-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f

platform caam_sm: [0016] 10 11 12 13 14 15 16 17

platform caam_sm: 192-bit black key:

platform caam_sm: [0000] bb bb f1 e3 05 c5 a8 08

platform caam_sm: [0008] 0f 91 51 d6 13 f1 8e e5

platform caam_sm: [0016] 29 3c 1e 75 f4 5f 90 fc

platform caam_sm: [0024] d2 87 5b 1e 79 b1 7f 2c

platform caam_sm: 256-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f

platform caam_sm: [0016] 10 11 12 13 14 15 16 17

platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f

platform caam_sm: 256-bit black key:

platform caam_sm: [0000] 49 f9 c8 11 a5 0b cb c9

platform caam_sm: [0008] e3 33 e5 7d 2a e6 30 1b

platform caam_sm: [0016] 05 47 e2 28 c1 77 c0 9e

platform caam_sm: [0024] 09 c4 f9 ef 4a 5e 3d 3b

platform caam_sm: 64-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 128-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 196-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 256-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 64-bit black key in blob:

platform caam_sm: [0000] 4c 5d d9 0d ad ca 9e 7f

platform caam_sm: [0008] 58 c4 b4 af 90 cb c6 97

platform caam_sm: [0016] 02 6e 11 c4 52 1d d1 83

platform caam_sm: [0024] 7b 9c 59 3e 77 cf 8a 46

platform caam_sm: [0032] 8a 0a 16 b3 0b 17 96 ed

platform caam_sm: [0040] 69 e9 f0 17 07 d3 6d 90

platform caam_sm: [0048] a4 58 d2 c6 e5 17 73 bd

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 128-bit black key in blob:

platform caam_sm: [0000] 38 e5 45 cb 0d a5 08 53

platform caam_sm: [0008] 22 c4 a1 48 7a bf 21 0f

platform caam_sm: [0016] 1c d7 4c 93 5c c7 ad 3b

platform caam_sm: [0024] a2 2a e1 2f 77 f4 92 b4

platform caam_sm: [0032] d6 f6 3d 07 1d 0a 5f 38

platform caam_sm: [0040] a4 d1 dc 8a 6e 0b 27 e0

platform caam_sm: [0048] 63 a4 d0 59 c7 a1 05 73

platform caam_sm: [0056] 22 69 d1 62 c1 64 e8 71

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 192-bit black key in blob:

platform caam_sm: [0000] b5 10 73 f3 bc 49 c3 1b

platform caam_sm: [0008] 17 9a 42 84 81 ad ff 84

platform caam_sm: [0016] 48 88 01 1f 30 29 d1 10

platform caam_sm: [0024] 92 7b a8 fd 7a ae 0b 85

platform caam_sm: [0032] db d5 3a f5 d2 33 14 a5

platform caam_sm: [0040] e8 35 00 14 c1 56 c2 45

platform caam_sm: [0048] 00 dc 25 9e 1d 37 be eb

platform caam_sm: [0056] 5a b9 69 7b 96 09 15 93

platform caam_sm: [0064] 45 ff 25 de f5 c6 97 04

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 256-bit black key in blob:

platform caam_sm: [0000] f7 f9 ae a8 45 39 56 eb

platform caam_sm: [0008] 5e 21 44 fd ab e0 2a 15

platform caam_sm: [0016] 53 91 81 1c 46 9b 60 d2

platform caam_sm: [0024] 61 49 28 46 e2 93 80 06

platform caam_sm: [0032] dd cb 78 f9 fe 6a 04 8d

platform caam_sm: [0040] 50 86 ae e0 e3 8c 4e c2

platform caam_sm: [0048] 21 57 da a7 18 99 ef b3

platform caam_sm: [0056] 96 ff b9 b5 b4 4d 33 dc

platform caam_sm: [0064] bc fd 84 2c 7d 46 f9 d5

platform caam_sm: [0072] c9 8b b3 28 b9 0d 80 e3

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: restored 64-bit black key:

platform caam_sm: [0000] e9 3d ea 59 67 88 bb e0

platform caam_sm: [0008] 64 d8 8f dd 53 ae d3 07

platform caam_sm: restored 128-bit black key:

platform caam_sm: [0000] 68 f2 3e 17 fe f2 19 97

platform caam_sm: [0008] 16 cb 72 17 69 1d 4e db

platform caam_sm: restored 192-bit black key:

platform caam_sm: [0000] bb bb f1 e3 05 c5 a8 08

platform caam_sm: [0008] 0f 91 51 d6 13 f1 8e e5

platform caam_sm: [0016] a0 67 14 e5 e2 fd 10 99

platform caam_sm: [0024] ba f0 df 56 c7 e0 6e 8d

platform caam_sm: restored 256-bit black key:

platform caam_sm: [0000] 49 f9 c8 11 a5 0b cb c9

platform caam_sm: [0008] e3 33 e5 7d 2a e6 30 1b

platform caam_sm: [0016] 05 47 e2 28 c1 77 c0 9e

platform caam_sm: [0024] 09 c4 f9 ef 4a 5e 3d 3b

snvs-secvio 20cc000.caam-snvs: can't get snvs clock

snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state

caam_keyblob caam_keyblob.40: caam keyblob initialized

hidraw: raw HID events driver (C) Jiri Kosina

usbcore: registered new interface driver usbhid

usbhid: USB HID core driver

ashmem: initialized

usbcore: registered new interface driver snd-usb-audio

wm8962 0-001a: customer id 0 revision D

fsl-asrc 2034000.asrc: driver registered

fsl-hdmi-dai hdmi_audio.3: failed to probe. Load HDMI-video first.

fsl-hdmi-dai: probe of hdmi_audio.3 failed with error -12

input: WM8962 Beep Generator as /devices/soc0/soc.0/2100000.aips-bus/21a0000.i2c/i2c-0/0-001a/input/input7

snd-soc-dummy snd-soc-dummy: ASoC: Failed to create platform debugfs directory

imx-wm8962 sound.26: wm8962 <-> 202c000.ssi mapping ok

imx-wm8962 sound.26: snd-soc-dummy-dai <-> 2034000.asrc mapping ok

imx-wm8962 sound.26: wm8962 <-> 202c000.ssi mapping ok

imx-audio-hdmi sound-hdmi.27: initialize HDMI-audio failed. load HDMI-video first!

NET: Registered protocol family 26

u32 classifier

    Actions configured

Netfilter messages via NETLINK v0.30.

nf_conntrack version 0.5.0 (15994 buckets, 63976 max)

ctnetlink v0.93: registering with nfnetlink.

xt_time: kernel timezone is -0000

ip_tables: (C) 2000-2006 Netfilter Core Team

arp_tables: (C) 2002 David S. Miller

TCP: cubic registered

Initializing XFRM netlink socket

NET: Registered protocol family 10

mip6: Mobile IPv6

ip6_tables: (C) 2000-2006 Netfilter Core Team

sit: IPv6 over IPv4 tunneling driver

NET: Registered protocol family 17

NET: Registered protocol family 15

can: controller area network core (rev 20120528 abi 9)

NET: Registered protocol family 29

can: raw protocol (rev 20120528)

can: broadcast manager protocol (rev 20120528 t)

can: netlink gateway (rev 20130117) max_hops=1

Bluetooth: RFCOMM TTY layer initialized

Bluetooth: RFCOMM socket layer initialized

Bluetooth: RFCOMM ver 1.11

Bluetooth: BNEP (Ethernet Emulation) ver 1.3

Bluetooth: BNEP filters: protocol multicast

Bluetooth: BNEP socket layer initialized

Bluetooth: HIDP (Human Interface Emulation) ver 1.2

Bluetooth: HIDP socket layer initialized

8021q: 802.1Q VLAN Support v1.8

Key type dns_resolver registered

VGEN1: disabling

SWBST: disabling

SW4: disabling

wlreg_on: disabling

wm8962-supply: disabling

usb_otg_vbus: disabling

regulator-dummy: disabling

imx mcc test is registered.

file system registered

using random self ethernet address

using random host ethernet address

Number of LUNs=8

Mass Storage Function, version: 2009/09/11

LUN: removable file: (no medium)

android_usb gadget: android_usb ready

input: gpio-keys.25 as /devices/soc0/gpio-keys.25/input/input10

snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:01:27 UTC (87)

ALSA device list:

  #0: wm8962-audio

Freeing unused kernel memory: 432K (c0be3000 - c0c4f000)

Console: switching to colour dummy device 80x30

bio: create slab <bio-1> at 1

EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: barrier=1

fs_mgr: __mount(source=/dev/block/dm-0,target=/system,type=ext4)=0

EXT4-fs (mmcblk2p4): Ignoring removed nomblk_io_submit option

EXT4-fs (mmcblk2p4): 1 orphan inode deleted

EXT4-fs (mmcblk2p4): recovery complete

EXT4-fs (mmcblk2p4): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,noauto_da_alloc,errors=panic

fs_mgr: __mount(source=/dev/block/mmcblk2p4,target=/data,type=ext4)=0

EXT4-fs (mmcblk2p6): Ignoring removed nomblk_io_submit option

EXT4-fs (mmcblk2p6): recovery complete

EXT4-fs (mmcblk2p6): mounted filesystem with ordered data mode. Opts: nomblk_io_submit

fs_mgr: __mount(source=/dev/block/mmcblk2p6,target=/cache,type=ext4)=0

EXT4-fs (mmcblk2p7): mounted filesystem with ordered data mode. Opts: (null)

fs_mgr: __mount(source=/dev/block/mmcblk2p7,target=/device,type=ext4)=0

Adding 307196k swap on /dev/block/zram0.  Priority:-1 extents:1 across:307196k SS

binder: 205:205 transaction failed 29189, size 0-0

rfkill: BT RF going to : off

random: init urandom read with 77 bits of entropy available

init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead

init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead

init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead

init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'

init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'

logd.auditd: start

android_usb: already disabled

mtp_bind_config

root@sabresd_6dq:/ # healthd: BatteryTemperaturePath not found

healthd: BatteryTechnologyPath not found

logcat

--------- beginning of main

I/lowmemorykiller(  206): Using in-kernel low memory killer interface

W/auditd  (  204): type=2000 audit(0.0:1): initialized

I/        (  212): debuggerd: Dec  3 2015 10:05:56

I/installd(  215): installd firing up

--------- beginning of system

I/Vold    (  208): Vold 2.1 (the revenge) firing up

E/DirectVolume(  208): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/extsd

D/Vold    (  208): Volume extsd state changing -1 (Initializing) -> 0 (No-Media)

E/DirectVolume(  208): Vold managed volumes must have auto mount point; ignoring /mnt/media_rw/udisk

D/Vold    (  208): Volume udisk state changing -1 (Initializing) -> 0 (No-Media)

D/MagDaemon(  222): init_sensors

D/MagDaemon(  222): find sensor name FreescaleAccelerometer

D/MagDaemon(  222): input device 'FreescaleAccelerometer' opened, fd = 5

I/Netd    (  211): Netd 1.0 starting

D/MagDaemon(  222): find sensor name FreescaleMagnetometer

D/MagDaemon(  222): input device 'FreescaleMagnetometer' opened, fd = 6

D/MagDaemon(  222): find sensor name eCompass

D/MagDaemon(  222): input device 'eCompass' opened, fd = 7

D/MagDaemon(  222): magnetic sensor calibrate daemon start

D/MagDaemon(  222): magnetic calibrate daemon set threshold 100.000000

I/keystore(  219): SELinux: Keystore SELinux is disabled.

I/SurfaceFlinger(  209): SurfaceFlinger is starting

I/SurfaceFlinger(  209): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...

D/libEGL  (  209): loaded /system/lib/egl/libEGL_VIVANTE.so

D/libEGL  (  209): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so

D/libEGL  (  209): loaded /system/lib/egl/libGLESv2_VIVANTE.so

I/mediaserver(  214): ServiceManager: 0xb58700c0

I/AudioFlinger(  214): Using default 3000 mSec as standby time.

I/ServiceManager(  214): Waiting for service batterystats...

I/imx6.gralloc(  209): open gpu gralloc module!

I/imx6.gralloc(  209): fb_device_open dispid:0, fb:0

I/imx6.gralloc(  209): 32bpp setting of Framebuffer with RGBA8888 format!

W/imx6.gralloc(  209): using (fd=12)

W/imx6.gralloc(  209): id           = DISP4 BG - DI1

W/imx6.gralloc(  209): xres         = 1024 px

W/imx6.gralloc(  209): yres         = 768 px

W/imx6.gralloc(  209): xres_virtual = 1024 px

W/imx6.gralloc(  209): yres_virtual = 2304 px

W/imx6.gralloc(  209): bpp          = 32

W/imx6.gralloc(  209): r            =  0:8

W/imx6.gralloc(  209): g            =  8:8

W/imx6.gralloc(  209): b            = 16:8

W/imx6.gralloc(  209): width        = 163 mm (159.568100 dpi)

W/imx6.gralloc(  209): height       = 122 mm (159.895081 dpi)

W/imx6.gralloc(  209): refresh rate = 60.01 Hz

I/FslHwcomposer(  209): using fsl hwc!!!

I/FslHwcomposer(  209): hwc_device_open,562

I/FslHwcomposer(  209): using fsl hwc!

I/FslHwcomposer(  209): fb0 is ldb

I/FslHwcomposer(  209):  device

I/FslHwcomposer(  209): fb1 is overlay device

W/FslHwcomposer(  209): open /sys/class/graphics/fb2 failed

W/FslHwcomposer(  209): open /sys/class/graphics/fb3 failed

W/FslHwcomposer(  209): open /sys/class/graphics/fb4 failed

W/FslHwcomposer(  209): open /sys/class/graphics/fb5 failed

I/FslHwcomposer(  209): hwcomposer: open framebuffer fb0

I/imx6.gralloc(  209): fb_device_open dispid:0, fb:0

I/imx6.gralloc(  209): display already initialized...

I/FslHwcomposer(  209): hwc_device_open,426

I/SurfaceFlinger(  209): Using composer version 1.3

W/SurfaceFlinger(  209): no suitable EGLConfig found, trying a simpler query

I/SurfaceFlinger(  209): EGL information:

I/SurfaceFlinger(  209): vendor    : Android

I/SurfaceFlinger(  209): version   : 1.4 Android META-EGL

I/SurfaceFlinger(  209): 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_KHR_create_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable

I/SurfaceFlinger(  209): Client API: OpenGL_ES

I/SurfaceFlinger(  209): EGLSurface: 8-8-8-8, config=0x15

I/SurfaceFlinger(  209): OpenGL ES informations:

I/SurfaceFlinger(  209): vendor    : Vivante Corporation

I/SurfaceFlinger(  209): renderer  : Vivante GC2000

I/SurfaceFlinger(  209): version   : OpenGL ES 3.0 V5.0.11.p7.33433

I/SurfaceFlinger(  209): extensions: GL_EXT_debug_marker GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_vertex_array_object GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_depth24 GL_OES_depth32 GL_OES_packed_depth_stencil GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_fragment_precision_high GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays GL_EXT_frag_depth GL_EXT_discard_framebuffer GL_EXT_blend_minmax GL_EXT_multisampled_render_to_texture GL_EXT_robustness GL_VIV_direct_texture

I/SurfaceFlinger(  209): GL_MAX_TEXTURE_SIZE = 8192

I/SurfaceFlinger(  209): GL_MAX_VIEWPORT_DIMS = 8064

E/cutils-trace(  209): Error opening trace file: Permission denied (13)

E/libEGL  (  209): eglSetSwapRectangleANDROID:1595 error 3008 (EGL_BAD_DISPLAY)

I/imx6.gralloc(  209): fb_device_open dispid:0, fb:0

I/imx6.gralloc(  209): display already initialized...

D/SurfaceFlinger(  209): Set power mode=2, type=0 flinger=0xb6082000

I/FslHwcomposer(  209): prepare: targetHandle is null

V/NatController(  211): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0

V/NatController(  211): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0

V/NatController(  211): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0

V/NatController(  211): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=1

V/NatController(  211): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=1

V/NatController(  211): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0

V/NatController(  211): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0

D/AndroidRuntime(  221): >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<

D/AndroidRuntime(  221): CheckJNI is OFF

I/ServiceManager(  214): Waiting for service batterystats...

I/art     (  221): option[0]=-Xzygote

I/art     (  221): option[1]=-Xstacktracefile:/data/anr/traces.txt

I/art     (  221): option[2]=exit

I/art     (  221): option[3]=vfprintf

I/art     (  221): option[4]=sensitiveThread

I/art     (  221): option[5]=-verbose:gc

I/art     (  221): option[6]=-Xms8m

I/art     (  221): option[7]=-Xmx384m

I/art     (  221): option[8]=-XX:mainThreadStackSize=24K

I/art     (  221): option[9]=-XX:HeapGrowthLimit=80m

I/art     (  221): option[10]=-XX:HeapMinFree=512k

I/art     (  221): option[11]=-XX:Hedevice-mapper: verity: data block 14702 is corrupted

apMaxFree=8m

I/art     (  221): option[12]=-XX:HeapTargetUtilization=0.75

I/art     (  221): option[13]=-Xgenregmap

I/art     (  221): option[14]=-Xgc:precise

I/art     (  221): option[15]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y

I/art     (  221): option[16]=-Ximage-compiler-option

I/art     (  221): option[17]=--runtime-arg

I/art     (  221): option[18]=-Ximage-compiler-option

I/art     (  221): option[19]=-Xms64m

I/art     (  221): option[20]=-Ximage-compiler-option

I/art     (  221): option[21]=--runtime-arg

I/art     (  221): option[22]=-Ximage-compiler-option

I/art     (  221): option[23]=-Xmx64m

I/art     (  221): option[24]=-Ximage-compiler-option

I/art     (  221): option[25]=--image-classes=/system/etc/preloaded-classes

I/art     (  221): option[26]=-Xcompiler-option

I/art     (  221): option[27]=--runtime-arg

I/art     (  221): option[28]=-Xcompiler-option

I/art     (  221): option[29]=-Xms64m

I/art     (  221): option[30]=-Xcompiler-option

I/art     (  221): option[31]=--runtime-arg

I/art     (  221): option[32]=-Xcompiler-option

I/art     (  221): option[33]=-Xmx512m

I/art     (  221): option[34]=-Duser.language=en

I/art     (  221): option[35]=-Duser.region=US

D/SurfaceFlinger(  209): shader cache generated - 24 shaders in 708.758667 ms

--------- beginning of crash

F/libc    (  209): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 209 (surfaceflinger)

F/libc    (  211): Fatal signal 4 (SIGILL), code 1, fault addr 0xb6f33f20 in tid 211 (netd)

I/DEBUG   (  212): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***

I/DEBUG   (  212): Build fingerprint: 'Freescale/sabresd_6dq/sabresd_6dq:5.1.1/2.1.0-ga-rc3/20151218:user/release-keys'

I/DEBUG   (  212): Revision: '0'

I/DEBUG   (  212): ABI: 'arm'

I/DEBUG   (  212): pid: 209, tid: 209, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<

I/DEBUG   (  212): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0

I/DEBUG   (  212):     r0 00001340  r1 b6f01340  r2 00000000  r3 b6f02000

I/DEBUG   (  212):     r4 b606f0a0  r5 0000133c  r6 b5bbca14  r7 beece724

I/DEBUG   (  212):     r8 b63cd724  r9 b63cd740  sl 0000040f  fp 0000000f

I/DEBUG   (  212):     ip b5bbcd74  sp beece6f0  lr b6eaace1  pc 00000000  cpsr 000f0010

I/DEBUG   (  212):

I/DEBUG   (  212): backtrace:

I/DEBUG   (  212):     #00 pc 00000000  <unknown>

I/DEBUG   (  212):     #01 pc 00012cdf  /system/lib/libc.so (malloc+10)

I/DEBUG   (  212):     #02 pc 0003a8cf  /system/lib/libGAL.so (gcoOS_AllocateMemory+14)

I/DEBUG   (  212):     #03 pc 0003a933  /system/lib/libGAL.so (gcoOS_Allocate+34)

I/DEBUG   (  212):     #04 pc 000381ab  /system/lib/libGAL.so

I/DEBUG   (  212):     #05 pc 00017e27  /system/lib/libGAL.so

I/DEBUG   (  212):     #06 pc 00018177  /system/lib/libGAL.so

I/DEBUG   (  212):     #07 pc 0002cbbf  /system/lib/libGAL.so (gcoHAL_Commit+66)

I/DEBUG   (  212):     #08 pc 0000b9f3  /system/lib/egl/libEGL_VIVANTE.so

I/DEBUG   (  212):     #09 pc 000244f3  /system/lib/egl/libGLESv2_VIVANTE.so

I/DEBUG   (  212):     #10 pc 0000bc11  /system/lib/egl/libEGL_VIVANTE.so (eglSwapBuffers+72)

I/DEBUG   (  212):     #11 pc 000124af  /system/lib/libEGL.so (eglSwapBuffers+290)

I/DEBUG   (  212):     #12 pc 0000ee29  /system/lib/libsurfaceflinger.so

I/DEBUG   (  212):     #13 pc 0001acbd  /system/lib/libsurfaceflinger.so

I/DEBUG   (  212):     #14 pc 00019e21  /system/lib/libsurfaceflinger.so

I/DEBUG   (  212):     #15 pc 000190e3  /system/lib/libsurfaceflinger.so

I/DEBUG   (  212):     #16 pc 00018e51  /system/lib/libsurfaceflinger.so

I/DEBUG   (  212):     #17 pc 00012635  /system/lib/libutils.so (android::Looper::pollInner(int)+408)

I/DEBUG   (  212):     #18 pc 00012729  /system/lib/libutils.so (android::Looper::pollOnce(int, int*, int*, void**)+92)

I/DEBUG   (  212):     #19 pc 00016561  /system/lib/libsurfaceflinger.so

I/DEBUG   (  212):     #20 pc 00018a45  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::run()+8)

I/DEBUG   (  212):     #21 pc 00000b4d  /system/bin/surfaceflinger

I/DEBUG   (  212):     #22 pc 00012df9  /system/lib/libc.so (__libc_init+44)

I/DEBUG   (  212):     #23 pc 00000c08  /system/bin/surfaceflinger

random: nonblocking pool is initialized

I/DEBUG   (  212):

I/DEBUG   (  212): Tombstone written to: /data/tombstones/tombbinder: release 209:231 transaction 61 in, still active

stone_00

I/DEBUG   (  212): *** binder: send failed reply for transaction 61 to 365:376

*** *** *** *** *** *** *** *** *binder: 365:376 transaction failed 29189, size 76-0

** *** *** *** *** *** ***

I/DEBbinder: undelivered death notification, 00000000b5c790c0

UG   (  212): Build fingerprint: 'Freescale/sabresd_6dq/sabresd_6dq:5.1.1/2.1.0-ga-rc3/20151218:user/release-keys'

I/DEBUG   (  212): Revision: '0'

I/DEBUG   (  212): ABI: 'arm'

I/DEBUG   (  212): pid: 211, tid: 211, name: netd  >>> /system/bin/netd <<<

I/DEBUG   (  212): signal 4 (SIGILL), code 1 (ILL_ILLOPC), fault addr 0xb6f33f20

W/libbacktrace(  212): virtual bool UnwindPtrace::Unwind(size_t, ucontext_t*): unw_init_remote failed -3

I/DEBUG   (  212):

I/DEBUG   (  212): Tombstone written to: /data/tombstones/tombstone_01

E/        (  212): ptrace detach from 211 failed: No such process

E/        (  212): debuggerd committing suicide to free the zombie!

I/ServiceManager(  207): service 'SurfaceFlinger' died

E/SurfaceControl(  365): invalid handle (0x0) or client (0xb5c37118)

W/SurfaceComposerClient(  365): ComposerService remote (surfaceflinger) died [0xb5c790c0]

D/BootAnimation(  365): SurfaceFlinger died, exiting...

I/ServiceManager(  207): service 'media.audio_flinger' died

I/        (  430): debuggerd: Dec  3 2015 10:05:56

I/Netd    (  429): Netd 1.0 starting

I/SurfaceFlinger(  431): SurfaceFlinger is starting

I/SurfaceFlinger(  431): SurfaceFlinger's main thread ready to run. Initializing graphics H/W...

D/libEGL  (  431): loaded /system/lib/egl/libEGL_VIVANTE.so

D/libEGL  (  431): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so

D/libEGL  (  431): loaded /system/lib/egl/libGLESv2_VIVANTE.so

I/mediaserver(  432): ServiceManager: 0xb58700c0

I/AudioFlinger(  432): Using default 3000 mSec as standby time.

I/ServiceManager(  432): Waiting for service batterystats...

D/AndroidRuntime(  433): >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<

D/AndroidRuntime(  433): CheckJNI is OFF

I/art     (  433): option[0]=-Xzygote

I/art     (  433): option[1]=-Xstacktracefile:/data/anr/traces.txt

I/art     (  433): option[2]=exit

I/art     (  433): option[3]=vfprintf

I/art     (  433): option[4]=sensitiveThread

I/art     (  433): option[5]=-verbose:gc

I/art     (  433): option[6]=-Xms8m

I/art     (  433): option[7]=-Xmx384m

I/art     (  433): option[8]=-XX:mainThreadStackSize=24K

I/art     (  433): option[9]=-XX:HeapGrowthLimit=80m

I/art     (  433): option[10]=-XX:HeapMinFree=512k

I/art     (  433): option[11]=-XX:HeapMaxFree=8m

I/art     (  433): option[12]=-XX:HeapTargetUtilization=0.75

I/art     (  433): option[13]=-Xgenregmap

I/art     (  433): option[14]=-Xgc:precise

I/art     (  433): option[15]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y

I/art     (  433): option[16]=-Ximage-compiler-option

I/art     (  433): option[17]=--runtime-arg

I/art     (  433): option[18]=-Ximage-compiler-option

I/art     (  433): option[19]=-Xms64m

I/art     (  433): option[20]=-Ximage-compiler-option

I/art     (  433): option[21]=--runtime-arg

I/art     (  433): option[22]=-Ximage-compiler-option

I/art     (  433): option[23]=-Xmx64m

I/art     (  433): option[24]=-Ximage-compiler-option

I/art     (  433): option[25]=--image-classes=/system/etc/preloaded-classes

I/art     (  433): option[26]=-Xcompiler-option

I/art     (  433): option[27]=--runtime-arg

I/art     (  433): option[28]=-Xcompiler-option

I/art     (  433): option[29]=-Xms64m

I/art     (  433): option[30]=-Xcompiler-option

I/art     (  433): option[31]=--runtime-arg

I/art     (  433): option[32]=-Xcompiler-option

I/art     (  433): option[33]=-Xmx512m

I/art     (  433): option[34]=-Duser.language=en

I/art     (  433): option[35]=-Duser.region=US

W/art     (  433): Incomplete boot detected. Pruning dalvik cache

W/art     (  433): Invalid image header in '/data/dalvik-cache/arm/system@framework@boot.art'

I/art     (  433): Pruning dalvik-cache since we are generating an image and will need to recompile

I/art     (  433): Using an offset of 0xffb10000 from default art base address of 0x50000000

I/art     (  433): GenerateImage: /system/bin/dex2oat --image=/data/dalvik-cache/arm/system@framework@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --oat-file=/data/dalvik-cache/arm/system@framework@boot.oat --instruction-set=arm --instruction-set-features=default --base=0x4fb10000 --runtime-arg -Xms64m --runtime-arg -Xmx64m --image-classes=/system/etc/preloaded-classes

I/imx6.gralloc(  431): open gpu gralloc module!

I/imx6.gralloc(  431): fb_device_open dispid:0, fb:0

I/imx6.gralloc(  431): 32bpp setting of Framebuffer with RGBA8888 format!

W/imx6.gralloc(  431): using (fd=12)

W/imx6.gralloc(  431): id           = DISP4 BG - DI1

W/imx6.gralloc(  431): xres         = 1024 px

W/imx6.gralloc(  431): yres         = 768 px

W/imx6.gralloc(  431): xres_virtual = 1024 px

W/imx6.gralloc(  431): yres_virtual = 2304 px

W/imx6.gralloc(  431): bpp          = 32

W/imx6.gralloc(  431): r            =  0:8

W/imx6.gralloc(  431): g            =  8:8

W/imx6.gralloc(  431): b            = 16:8

W/imx6.gralloc(  431): width        = 163 mm (159.568100 dpi)

W/imx6.gralloc(  431): height       = 122 mm (159.895081 dpi)

W/imx6.gralloc(  431): refresh rate = 60.01 Hz

I/FslHwcomposer(  431): using fsl hwc!!!

I/FslHwcomposer(  431): hwc_device_open,562

I/FslHwcomposer(  431): using fsl hwc!

I/FslHwcomposer(  431): fb0 is ldb

I/FslHwcomposer(  431):  device

I/FslHwcomposer(  431): fb1 is overlay device

W/FslHwcomposer(  431): open /sys/class/graphics/fb2 failed

W/FslHwcomposer(  431): open /sys/class/graphics/fb3 failed

W/FslHwcomposer(  431): open /sys/class/graphics/fb4 failed

W/FslHwcomposer(  431): open /sys/class/graphics/fb5 failed

I/FslHwcomposer(  431): hwcomposer: open framebuffer fb0

I/imx6.gralloc(  431): fb_device_open dispid:0, fb:0

I/imx6.gralloc(  431): display already initialized...

I/FslHwcomposer(  431): hwc_device_open,426

I/SurfaceFlinger(  431): Using composer version 1.3

W/SurfaceFlinger(  431): no suitable EGLConfig found, trying a simpler query

I/SurfaceFlinger(  431): EGL information:

I/SurfaceFlinger(  431): vendor    : Android

I/SurfaceFlinger(  431): version   : 1.4 Android META-EGL

I/SurfaceFlinger(  431): 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_KHR_create_context EGL_EXT_create_context_robustness EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable

I/SurfaceFlinger(  431): Client API: OpenGL_ES

I/SurfaceFlinger(  431): EGLSurface: 8-8-8-8, config=0x15

I/SurfaceFlinger(  431): OpenGL ES informations:

I/SurfaceFlinger(  431): vendor    : Vivante Corporation

I/SurfaceFlinger(  431): renderer  : Vivante GC2000

I/SurfaceFlinger(  431): version   : OpenGL ES 3.0 V5.0.11.p7.33433

I/SurfaceFlinger(  431): extensions: GL_EXT_debug_marker GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_vertex_array_object GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_depth24 GL_OES_depth32 GL_OES_packed_depth_stencil GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_fragment_precision_high GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_required_internalformat GL_OES_surfaceless_context GL_EXT_texture_type_2_10_10_10_REV GL_EXT_texture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays GL_EXT_frag_depth GL_EXT_discard_framebuffer GL_EXT_blend_minmax GL_EXT_multisampled_render_to_texture GL_EXT_robustness GL_VIV_direct_texture

I/SurfaceFlinger(  431): GL_MAX_TEXTURE_SIZE = 8192

I/SurfaceFlinger(  431): GL_MAX_VIEWPORT_DIMS = 8064

E/cutils-trace(  431): Error opening trace file: Permission denied (13)

E/libEGL  (  431): eglSetSwapRectangleANDROID:1595 error 3008 (EGL_BAD_DISPLAY)

I/imx6.gralloc(  431): fb_device_open dispid:0, fb:0

I/imx6.gralloc(  431): display already initialized...

D/SurfaceFlinger(  431): Set power mode=2, type=0 flinger=0xb6482000

I/FslHwcomposer(  431): prepare: targetHandle is null

E/cutils-trace(  458): Error opening trace file: No such file or directory (2)

I/dex2oat (  458): /system/bin/dex2oat --image=/data/dalvik-cache/arm/system@framework@boot.art --dex-file=/system/framework/core-libart.jar --dex-file=/system/framework/conscrypt.jar --dex-file=/system/framework/okhttp.jar --dex-file=/system/framework/core-junit.jar --dex-file=/system/framework/bouncycastle.jar --dex-file=/system/framework/ext.jar --dex-file=/system/framework/framework.jar --dex-file=/system/framework/telephony-common.jar --dex-file=/system/framework/voip-common.jar --dex-file=/system/framework/ims-common.jar --dex-file=/system/framework/mms-common.jar --dex-file=/system/framework/android.policy.jar --dex-file=/system/framework/apache-xml.jar --oat-file=/data/dalvik-cache/arm/system@framework@boot.oat --instruction-set=arm --instruction-set-features=default --base=0x4fb10000 --runtime-arg -Xms64m --runtime-arg -Xmx64m --image-classes=/system/etc/preloaded-classes

D/SurfaceFlinger(  431): shader cache generated - 24 shaders in 705.794312 ms

I/ServiceManager(  432): Waiting for service batterystats...

V/NatController(  429): runCmd(/system/bin/iptables -F natctrl_FORWARD) res=0

V/NatController(  429): runCmd(/system/bin/iptables -A natctrl_FORWARD -j DROP) res=0

V/NatController(  429): runCmd(/system/bin/iptables -t nat -F natctrl_nat_POSTROUTING) res=0

V/NatController(  429): runCmd(/system/bin/iptables -F natctrl_tether_counters) res=0

V/NatController(  429): runCmd(/system/bin/iptables -X natctrl_tether_counters) res=0

V/NatController(  429): runCmd(/system/bin/iptables -N natctrl_tether_counters) res=0

V/NatController(  429): runCmd(/system/bin/iptables -t mangle -A natctrl_mangle_FORWARD -p tcp --tcp-flags SYN SYN -j TCPMSS --clamp-mss-to-pmtu) res=0

D/MDnsDS  (  429): MDnsSdListener::Hander starting up

D/MDnsDS  (  429): MDnsSdListener starting to monitor

D/MDnsDS  (  429): Going to poll with pollCount 1

I/ServiceManager(  432): Waiting for service batterystats...

I/ServiceManager(  432): Waiting for service batterystats...

I/ServiceManager(  432): Waiting for service batterystats...

I/CameraService(  432): CameraService started (pid=432)

ERROR: v4l2 capture: slave not found!

I/CameraService(  432): Loaded "Freescale CameraHal Module" camerERROR: v4l2 capture: slave not found!

a module

I/FslCameraHAL(  432): ERROR: v4l2 capture: slave not found!

Face Back Camera is ov5640_mipi, ERROR: v4l2 capture: slave not found!

orient is 0

I/FslCameraHAL(  432): Face Front Camera is uvc,ov5642_camera,ov5640_camera, orient is 0

I/FslCameraHAL(  432): Checking the camera ov5640_mipi

I/FslCameraHAL(  432): Checking thERROR: v4l2 capture: slave not found!

e camera uvc

ERROR: v4l2 capture: slave not found!

I/FslCameraHAL(  432): Checking the camera ov5642_camera

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

I/FslCameraHAL(  432): Checking the camera ov5640_camera

I/AudioPolicyService(  432): AudioPolicyService CSTOR in new mode

I/AudioPolicyManager(  432): loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf

W/audio_hw_primary(  432): card 0, id wm8962audio ,driver wm8962-audio, name wm8962-audio

W/audio_hw_primary(  432): out rate 44100

W/audio_hw_primary(  432): in rate 44100, channels 1 format 0

I/AudioFlinger(  432): loadHwModule() Loaded primary audio interface from Freescale i.MX Audio HW HAL (audio) handle 1

W/audio_hw_primary(  432): open output stream devices 2, format 1, channels 3, sample_rate 44100, flag 2

W/audio_hw_primary(  432): opened out stream...-1249270016, type 1

I/AudioFlinger(  432): HAL output buffer size 192 frames, normal sink buffer size 768 frames

I/AudioMixer(  432): found effect "Multichannel Downmix To Stereo" from The Android Open Source Project

E/MonoPipe(  432): Failed to fetch local time frequency when constructing a MonoPipe (res = -32).  getNextWriteTimestamp calls will be non-functional

I/dex2oat (  458): Explicit concurrent mark sweep GC freed 43244(5MB) AllocSpace objects, 0(0B) LOS objects, 16% free, 20MB/24MB, paused 540us total 253.416ms

I/dex2oat (  458): Method exceeds compiler instruction limit: 21296 in void org.ccil.cowan.tagsoup.HTMLSchema.<init>()

W/dex2oat (  458): Compilation of boolean android.app.ActivityManagerNative.onTransact(int, android.os.Parcel, android.os.Parcel, int) took 125.232ms

[galcore]: GPU[0] hang, automatic recovery.

[galcore]: recovery done

D/libEGL  (  477): loaded /system/lib/egl/libEGL_VIVANTE.so

D/libEGL  (  477): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so

D/libEGL  (  477): loaded /system/lib/egl/libGLESv2_VIVANTE.so

E/cutils-trace(  477): Error opening trace file: Permission denied (13)

I/imx6.gralloc(  477): open gpu gralloc module!

E/BufferQueueProducer(  431): [BootAnimation] dequeueBuffer: can't dequeue multiple buffers without setting the buffer count

W/dex2oat (  458): Compilation of void com.android.internal.telephony.uicc.SIMRecords.handleMessage(android.os.Message) took 117.627ms

I/dex2oat (  458): Explicit concurrent mark sweep GC freed 223981(15MB) AllocSpace objects, 0(0B) LOS objects, 27% free, 10MB/14MB, paused 541us total 143.195ms

I/dex2oat (  458): dex2oat took 43.523s (threads: 4) arena alloc=2MB java alloc=10MB native alloc=66MB free=17MB

E/cutils-trace(  433): Error opening trace file: No such file or directory (2)

E/memtrack(  433): Couldn't load memtrack module (No such file or directory)

E/android.os.Debug(  433): failed to load memtrack module: -2

I/SamplingProfilerIntegration(  433): Profiling disabled.

D/Zygote  (  433): begin preload

I/Zygote  (  433): Preloading classes...

I/art     (  433): Explicit concurrent mark sweep GC freed 798(36KB) AllocSpace objects, 0(0B) LOS objects, 95% free, 44KB/1068KB, paused 248us total 7.670ms

I/art     (  433): Counter: 1

I/art     (  433): Explicit concurrent mark sweep GC freed 547(33KB) AllocSpace objects, 0(0B) LOS objects, 94% free, 64KB/1088KB, paused 352us total 7.817ms

I/art     (  433): Explicit concurrent mark sweep GC freed 650(41KB) AllocSpace objects, 0(0B) LOS objects, 93% free, 71KB/1095KB, paused 292us total 7.933ms

I/art     (  433): Explicit concurrent mark sweep GC freed 381(22KB) AllocSpace objects, 0(0B) LOS objects, 90% free, 102KB/1126KB, paused 250us total 5.739ms

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGujarati-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGujarati-Bold.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGujaratiUI-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGujaratiUI-Bold.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGurmukhi-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGurmukhi-Bold.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGurmukhiUI-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGurmukhiUI-Bold.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansSinhala-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansSinhala-Bold.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansThaana-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansThaana-Bold.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansCham-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansCham-Bold.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansBalinese-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansBatak-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansBuginese-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansBuhid-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansCanadianAboriginal-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansCherokee-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansCoptic-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansGlagolitic-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansHanunoo-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansJavanese-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansKayahLi-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansLepcha-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansLimbu-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansMeeteiMayek-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansOlChiki-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansRejang-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansSaurashtra-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansSundanese-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansSylotiNagri-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansTagbanwa-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansTaiTham-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansTaiViet-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansTifinagh-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansYi-Regular.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/Lohit-Odia.ttf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansHans-Regular.otf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansHant-Regular.otf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansJP-Regular.otf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansKR-Regular.otf

E/Minikin (  433): addFont failed to create font /system/fonts/NotoSansTaiLe-Regular.ttf

I/art     (  433): Explicit concurrent mark sweep GC freed 1798(129KB) AllocSpace objects, 0(0B) LOS objects, 90% free, 113KB/1137KB, paused 604us total 14.985ms

I/art     (  433): Explicit concurrent mark sweep GC freed 1942(92KB) AllocSpace objects, 0(0B) LOS objects, 86% free, 154KB/1178KB, paused 248us total 8.791ms

I/art     (  433): Explicit concurrent mark sweep GC freed 1979(87KB) AllocSpace objects, 0(0B) LOS objects, 84% free, 189KB/1213KB, paused 252us total 6.506ms

I/art     (  433): Explicit concurrent mark sweep GC freed 371(19KB) AllocSpace objects, 0(0B) LOS objects, 82% free, 222KB/1246KB, paused 250us total 6.479ms

I/art     (  433): Thread[1,tid=433,WaitingForJniOnLoad,Thread*=0xb4827800,peer=0x12c31160,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so"

D/MtpDeviceJNI(  433): register_android_mtp_MtpDevice

I/art     (  433): Thread[1,tid=433,WaitingForJniOnLoad,Thread*=0xb4827800,peer=0x12c31160,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so"

I/art     (  433): Thread[1,tid=433,WaitingForJniOnLoad,Thread*=0xb4827800,peer=0x12c31160,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so"

I/art     (  433): Explicit concurrent mark sweep GC freed 661(37KB) AllocSpace objects, 0(0B) LOS objects, 80% free, 245KB/1269KB, paused 255us total 9.764ms

I/art     (  433): Explicit concurrent mark sweep GC freed 573(29KB) AllocSpace objects, 0(0B) LOS objects, 79% free, 264KB/1288KB, paused 256us total 9.110ms

I/art     (  433): Explicit concurrent mark sweep GC freed 459(27KB) AllocSpace objects, 0(0B) LOS objects, 77% free, 304KB/1328KB, paused 250us total 6.764ms

I/art     (  433): Explicit concurrent mark sweep GC freed 1790(104KB) AllocSpace objects, 0(0B) LOS objects, 69% free, 453KB/1477KB, paused 258us total 8.434ms

E/EmojiFactory_jni(  433): Failed to load libemoji.so: dlopen failed: library "libemoji.so" not found

I/art     (  433): Explicit concurrent mark sweep GC freed 350(45KB) AllocSpace objects, 0(0B) LOS objects, 57% free, 750KB/1774KB, paused 259us total 12.190ms

I/art     (  433): Explicit concurrent mark sweep GC freed 438(30KB) AllocSpace objects, 0(0B) LOS objects, 57% free, 769KB/1793KB, paused 308us total 9.860ms

I/art     (  433): Explicit concurrent mark sweep GC freed 782(49KB) AllocSpace objects, 0(0B) LOS objects, 57% free, 769KB/1793KB, paused 259us total 8.478ms

I/art     (  433): Explicit concurrent mark sweep GC freed 959(105KB) AllocSpace objects, 0(0B) LOS objects, 55% free, 812KB/1836KB, paused 267us total 13.633ms

I/art     (  433): Explicit concurrent mark sweep GC freed 597(42KB) AllocSpace objects, 0(0B) LOS objects, 55% free, 819KB/1843KB, paused 264us total 8.991ms

I/art     (  433): Explicit concurrent mark sweep GC freed 265(20KB) AllocSpace objects, 0(0B) LOS objects, 54% free, 847KB/1871KB, paused 269us total 8.430ms

I/art     (  433): WaitForGcToComplete blocked for 9.280ms for cause Explicit

I/art     (  433): Explicit concurrent mark sweep GC freed 14(640B) AllocSpace objects, 0(0B) LOS objects, 45% free, 1226KB/2MB, paused 289us total 10.431ms

I/art     (  433): Explicit concurrent mark sweep GC freed 572(33KB) AllocSpace objects, 0(0B) LOS objects, 45% free, 1242KB/2MB, paused 291us total 11.171ms

I/art     (  433): Explicit concurrent mark sweep GC freed 741(45KB) AllocSpace objects, 0(0B) LOS objects, 45% free, 1246KB/2MB, paused 282us total 10.433ms

I/System  (  433): Loaded time zone names for "" in 94ms (89ms in ICU)

I/System  (  433): Loaded time zone names for "en_US" in 55ms (51ms in ICU)

I/art     (  433): Explicit concurrent mark sweep GC freed 2203(171KB) AllocSpace objects, 0(0B) LOS objects, 42% free, 1401KB/2MB, paused 293us total 11.944ms

I/art     (  433): Explicit concurrent mark sweep GC freed 136(12KB) AllocSpace objects, 0(0B) LOS objects, 41% free, 1466KB/2MB, paused 281us total 11.126ms

I/art     (  433): Explicit concurrent mark sweep GC freed 288(24KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1512KB/2MB, paused 283us total 12.382ms

I/art     (  433): Explicit concurrent mark sweep GC freed 679(47KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1513KB/2MB, paused 294us total 11.603ms

I/Zygote  (  433): ...preloaded 3005 classes in 2643ms.

I/art     (  433): VMRuntime.preloadDexCaches starting

I/art     (  433): VMRuntime.preloadDexCaches strings total=213216 before=39042 after=39042

I/art     (  433): VMRuntime.preloadDexCaches types total=18338 before=6360 after=6404

I/art     (  433): VMRuntime.preloadDexCaches fields total=85573 before=3225warning: `main' uses 32-bit capabilities (legacy support in use)

6 after=32590

I/art     (  433): VMRuntime.preloadDexCaches methods total=151881 before=66913 after=67814

I/art     (  433): VMRuntime.preloadDexCaches finished

I/art     (  433): Counter: 0

I/art     (  433): Counter: 1

I/art     (  433): Explicit concurrent mark sweep GC freed 61(15KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1499KB/2MB, paused 282us total 16.315ms

D/idmap   (  686): error: no read access to /vendor/overlay: No such file or directory

I/Zygote  (  433): Preloading resources...

W/Resources(  433): Preloaded drawable resource #0x1080096 (android:drawable/toast_frame) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108010d (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108010c (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108010a (android:drawable/btn_check_on_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080109 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 144(8KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1543KB/2MB, paused 344us total 13.422ms

W/Resources(  433): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080106 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080103 (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f9 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 227(39KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1556KB/2MB, paused 290us total 11.339ms

W/Resources(  433): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ee (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108010a (android:drawable/btn_check_on_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108010d (android:drawable/btn_check_on_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800fa (android:drawable/btn_check_off_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080107 (android:drawable/btn_check_on_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f2 (android:drawable/btn_check_off_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f5 (android:drawable/btn_check_off_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108010a (android:drawable/btn_check_on_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080103 (android:drawable/btn_check_on_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ee (android:drawable/btn_check_off_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f0 (android:drawable/btn_check_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080105 (android:drawable/btn_check_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800e3 (android:drawable/btn_check_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 550(71KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1610KB/2MB, paused 306us total 11.517ms

W/Resources(  433): Preloaded drawable resource #0x1080109 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108010c (android:drawable/btn_check_on_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f9 (android:drawable/btn_check_off_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080106 (android:drawable/btn_check_on_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f1 (android:drawable/btn_check_off_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800f4 (android:drawable/btn_check_off_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080109 (android:drawable/btn_check_on_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080102 (android:drawable/btn_check_on_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ed (android:drawable/btn_check_off_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ef (android:drawable/btn_check_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080104 (android:drawable/btn_check_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800e2 (android:drawable/btn_check_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 498(113KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1580KB/2MB, paused 294us total 11.501ms

W/Resources(  433): Preloaded drawable resource #0x10801bd (android:drawable/btn_radio_on_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801bc (android:drawable/btn_radio_on_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801b9 (android:drawable/btn_radio_on_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801b8 (android:drawable/btn_radio_on_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801b6 (android:drawable/btn_radio_on_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801b5 (android:drawable/btn_radio_on_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801b4 (android:drawable/btn_radio_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801b3 (android:drawable/btn_radio_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801b2 (android:drawable/btn_radio_on_disabled_focused_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 289(73KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1560KB/2MB, paused 335us total 11.462ms

W/Resources(  433): Preloaded drawable resource #0x10801b1 (android:drawable/btn_radio_on_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801ae (android:drawable/btn_radio_off_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801ad (android:drawable/btn_radio_off_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801ab (android:drawable/btn_radio_off_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801aa (android:drawable/btn_radio_off_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801a8 (android:drawable/btn_radio_off_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801a7 (android:drawable/btn_radio_off_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801a6 (android:drawable/btn_radio_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801a5 (android:drawable/btn_radio_off_disabled_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 248(51KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1562KB/2MB, paused 292us total 11.443ms

W/Resources(  433): Preloaded drawable resource #0x10801a4 (android:drawable/btn_radio_off_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10801a3 (android:drawable/btn_radio_off_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108014e (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108014d (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108014a (android:drawable/btn_default_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080149 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080140 (android:drawable/btn_default_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013f (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013d (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013c (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 268(52KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1563KB/2MB, paused 298us total 11.464ms

W/Resources(  433): Preloaded drawable resource #0x108013a (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080139 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080149 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013c (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108014d (android:drawable/btn_default_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013f (android:drawable/btn_default_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080149 (android:drawable/btn_default_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080139 (android:drawable/btn_default_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013c (android:drawable/btn_default_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080141 (android:drawable/btn_default_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 334(53KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1559KB/2MB, paused 295us total 11.425ms

W/Resources(  433): Preloaded drawable resource #0x108014a (android:drawable/btn_default_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013d (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108014e (android:drawable/btn_default_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080140 (android:drawable/btn_default_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108014a (android:drawable/btn_default_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013a (android:drawable/btn_default_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108013d (android:drawable/btn_default_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080142 (android:drawable/btn_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021e (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080228 (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 336(48KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1561KB/2MB, paused 295us total 11.384ms

W/Resources(  433): Preloaded drawable resource #0x1080224 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021a (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108022a (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080220 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080226 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021c (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080222 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080218 (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021e (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080228 (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080224 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021a (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108022a (android:drawable/btn_star_on_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080220 (android:drawable/btn_star_off_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080226 (android:drawable/btn_star_on_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021c (android:drawable/btn_star_off_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080222 (android:drawable/btn_star_on_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080224 (android:drawable/btn_star_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080218 (android:drawable/btn_star_off_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021a (android:drawable/btn_star_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021e (android:drawable/btn_star_off_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080228 (android:drawable/btn_star_on_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080213 (android:drawable/btn_star_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 611(69KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1623KB/2MB, paused 305us total 11.616ms

W/Resources(  433): Preloaded drawable resource #0x108021d (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080227 (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080223 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080219 (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080229 (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021f (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080225 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021b (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080221 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 352(108KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1568KB/2MB, paused 308us total 11.408ms

W/Resources(  433): Preloaded drawable resource #0x1080217 (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021d (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080227 (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080223 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080219 (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080229 (android:drawable/btn_star_on_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021f (android:drawable/btn_star_off_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080225 (android:drawable/btn_star_on_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021b (android:drawable/btn_star_off_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080221 (android:drawable/btn_star_on_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080223 (android:drawable/btn_star_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080217 (android:drawable/btn_star_off_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080219 (android:drawable/btn_star_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108021d (android:drawable/btn_star_off_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080227 (android:drawable/btn_star_on_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080212 (android:drawable/btn_star_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 430(62KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1595KB/2MB, paused 304us total 11.494ms

W/Resources(  433): Preloaded drawable resource #0x108025e (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025d (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025c (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025b (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025a (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080259 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080258 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080257 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080256 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080255 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 323(79KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1570KB/2MB, paused 301us total 11.419ms

W/Resources(  433): Preloaded drawable resource #0x1080253 (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080252 (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080251 (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080250 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024f (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024e (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024d (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024c (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024b (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024a (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 325(52KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1571KB/2MB, paused 292us total 11.388ms

W/Resources(  433): Preloaded drawable resource #0x108025c (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080258 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025e (android:drawable/btn_toggle_on_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025a (android:drawable/btn_toggle_on_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025c (android:drawable/btn_toggle_on_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080256 (android:drawable/btn_toggle_on_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080258 (android:drawable/btn_toggle_on_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080251 (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024d (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080253 (android:drawable/btn_toggle_off_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024f (android:drawable/btn_toggle_off_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080251 (android:drawable/btn_toggle_off_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024b (android:drawable/btn_toggle_off_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024d (android:drawable/btn_toggle_off_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080246 (android:drawable/btn_toggle_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 467(60KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1587KB/2MB, paused 298us total 11.456ms

W/Resources(  433): Preloaded drawable resource #0x108025b (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080257 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025d (android:drawable/btn_toggle_on_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080259 (android:drawable/btn_toggle_on_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108025b (android:drawable/btn_toggle_on_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080255 (android:drawable/btn_toggle_on_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080257 (android:drawable/btn_toggle_on_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080250 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024c (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080252 (android:drawable/btn_toggle_off_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024e (android:drawable/btn_toggle_off_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080250 (android:drawable/btn_toggle_off_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024a (android:drawable/btn_toggle_off_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108024c (android:drawable/btn_toggle_off_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080245 (android:drawable/btn_toggle_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 528(76KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1587KB/2MB, paused 300us total 11.566ms

W/Resources(  433): Preloaded drawable resource #0x108071d (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080721 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108071b (android:drawable/textfield_multiline_activated_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080723 (android:drawable/textfield_multiline_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108071d (android:drawable/textfield_multiline_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108071f (android:drawable/textfield_multiline_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080721 (android:drawable/textfield_multiline_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108070f (android:drawable/textfield_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080715 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080706 (android:drawable/textfield_activated_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080718 (android:drawable/textfield_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108070f (android:drawable/textfield_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080713 (android:drawable/textfield_disabled_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080715 (android:drawable/textfield_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802c6 (android:drawable/edit_text_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 527(76KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1588KB/2MB, paused 368us total 11.595ms

W/Resources(  433): Preloaded drawable resource #0x108071c (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080720 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108071a (android:drawable/textfield_multiline_activated_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080722 (android:drawable/textfield_multiline_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108071c (android:drawable/textfield_multiline_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108071e (android:drawable/textfield_multiline_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080720 (android:drawable/textfield_multiline_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108070e (android:drawable/textfield_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080714 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080705 (android:drawable/textfield_activated_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080717 (android:drawable/textfield_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108070e (android:drawable/textfield_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080712 (android:drawable/textfield_disabled_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080714 (android:drawable/textfield_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802c5 (android:drawable/edit_text_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 527(75KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1590KB/2MB, paused 299us total 11.627ms

W/Resources(  433): Preloaded drawable resource #0x10806fc (android:drawable/text_select_handle_left) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080702 (android:drawable/text_select_handle_right) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f9 (android:drawable/text_edit_paste_window) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802dd (android:drawable/expander_close_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802de (android:drawable/expander_close_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802dd (android:drawable/expander_close_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802e6 (android:drawable/expander_open_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802e1 (android:drawable/expander_group_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 359(65KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1584KB/2MB, paused 307us total 11.472ms

W/Resources(  433): Preloaded drawable resource #0x10802de (android:drawable/expander_close_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802e7 (android:drawable/expander_open_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802e2 (android:drawable/expander_group_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bd (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bd (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049c (android:drawable/list_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049a (android:drawable/list_longpressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804ba (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049c (android:drawable/list_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049a (android:drawable/list_longpressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804ba (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080495 (android:drawable/list_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804c1 (android:drawable/list_selector_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804be (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804be (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049d (android:drawable/list_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049b (android:drawable/list_longpressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bb (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049d (android:drawable/list_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049b (android:drawable/list_longpressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bb (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080495 (android:drawable/list_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804c2 (android:drawable/list_selector_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 602(77KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1571KB/2MB, paused 294us total 11.447ms

W/Resources(  433): Preloaded drawable resource #0x108049f (android:drawable/list_section_divider_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049e (android:drawable/list_section_divider_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d2 (android:drawable/menu_hardkey_panel_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d3 (android:drawable/menu_hardkey_panel_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804da (android:drawable/menu_submenu_background) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d1 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d0 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 399(37KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1586KB/2MB, paused 291us total 11.369ms

W/Resources(  433): Preloaded drawable resource #0x10804d7 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d6 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d7 (android:drawable/menu_popup_panel_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d1 (android:drawable/menu_dropdown_panel_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d5 (android:drawable/menu_panel_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d6 (android:drawable/menu_popup_panel_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d0 (android:drawable/menu_dropdown_panel_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804d4 (android:drawable/menu_panel_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 257(53KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1597KB/2MB, paused 295us total 11.197ms

W/Resources(  433): Preloaded drawable resource #0x1080607 (android:drawable/spinner_16_outer_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080606 (android:drawable/spinner_16_inner_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080609 (android:drawable/spinner_48_outer_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080608 (android:drawable/spinner_48_inner_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108060b (android:drawable/spinner_76_outer_holo) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 203(59KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1589KB/2MB, paused 292us total 11.252ms

W/Resources(  433): Preloaded drawable resource #0x108060a (android:drawable/spinner_76_inner_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080560 (android:drawable/progress_bg_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080561 (android:drawable/progress_bg_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080560 (android:drawable/progress_bg_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080572 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080570 (android:drawable/progress_primary_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080562 (android:drawable/progress_horizontal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080561 (android:drawable/progress_bg_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080573 (android:drawable/progress_secondary_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080571 (android:drawable/progress_primary_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080563 (android:drawable/progress_horizontal_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 290(60KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1579KB/2MB, paused 299us total 11.342ms

W/Resources(  433): Preloaded drawable resource #0x108057c (android:drawable/progressbar_indeterminate_holo1) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108057d (android:drawable/progressbar_indeterminate_holo2) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108057e (android:drawable/progressbar_indeterminate_holo3) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108057f (android:drawable/progressbar_indeterminate_holo4) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080580 (android:drawable/progressbar_indeterminate_holo5) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080581 (android:drawable/progressbar_indeterminate_holo6) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080582 (android:drawable/progressbar_indeterminate_holo7) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080583 (android:drawable/progressbar_indeterminate_holo8) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080565 (android:drawable/progress_indeterminate_horizontal_holo) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 324(45KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1854KB/3MB, paused 296us total 11.664ms

W/Resources(  433): Preloaded drawable resource #0x108060b (android:drawable/spinner_76_outer_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108060a (android:drawable/spinner_76_inner_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080568 (android:drawable/progress_large_holo) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 143(310KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1594KB/2MB, paused 305us total 11.327ms

W/Resources(  433): Preloaded drawable resource #0x1080609 (android:drawable/spinner_48_outer_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080608 (android:drawable/spinner_48_inner_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108056c (android:drawable/progress_medium_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080570 (android:drawable/progress_primary_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080571 (android:drawable/progress_primary_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080572 (android:drawable/progress_secondary_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080573 (android:drawable/progress_secondary_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080607 (android:drawable/spinner_16_outer_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080606 (android:drawable/spinner_16_inner_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080575 (android:drawable/progress_small_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805ee (android:drawable/scrubber_track_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805ed (android:drawable/scrubber_secondary_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805e8 (android:drawable/scrubber_primary_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805ea (android:drawable/scrubber_progress_horizontal_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 340(66KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1580KB/2MB, paused 295us total 11.534ms

W/Resources(  433): Preloaded drawable resource #0x10805ef (android:drawable/scrubber_track_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805ed (android:drawable/scrubber_secondary_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805e8 (android:drawable/scrubber_primary_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805eb (android:drawable/scrubber_progress_horizontal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805cc (android:drawable/scrollbar_handle_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805cd (android:drawable/scrollbar_handle_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108062e (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108063c (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080634 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080629 (android:drawable/spinner_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080622 (android:drawable/spinner_background_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080630 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108063e (android:drawable/spinner_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080636 (android:drawable/spinner_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108062b (android:drawable/spinner_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080623 (android:drawable/spinner_background_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 534(55KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1594KB/2MB, paused 303us total 11.542ms

W/Resources(  433): Preloaded drawable resource #0x108060e (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080610 (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080612 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080614 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080616 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080618 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108061c (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108061e (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080612 (android:drawable/spinner_ab_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108061c (android:drawable/spinner_ab_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080616 (android:drawable/spinner_ab_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108060e (android:drawable/spinner_ab_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108061a (android:drawable/spinner_ab_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 634(57KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1602KB/2MB, paused 416us total 11.711ms

W/Resources(  433): Preloaded drawable resource #0x1080614 (android:drawable/spinner_ab_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108061e (android:drawable/spinner_ab_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080618 (android:drawable/spinner_ab_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080610 (android:drawable/spinner_ab_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108061b (android:drawable/spinner_ab_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080629 (android:drawable/spinner_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108062b (android:drawable/spinner_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108062e (android:drawable/spinner_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080630 (android:drawable/spinner_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080634 (android:drawable/spinner_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080636 (android:drawable/spinner_focused_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 501(59KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1595KB/2MB, paused 365us total 11.507ms

W/Resources(  433): Preloaded drawable resource #0x108063c (android:drawable/spinner_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108063e (android:drawable/spinner_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108026f (android:drawable/cab_background_bottom_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080274 (android:drawable/cab_background_top_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080270 (android:drawable/cab_background_bottom_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108032f (android:drawable/ic_cab_done_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080273 (android:drawable/cab_background_top_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080330 (android:drawable/ic_cab_done_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800dd (android:drawable/btn_cab_done_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 483(54KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1590KB/2MB, paused 297us total 11.714ms

W/Resources(  433): Preloaded drawable resource #0x10800de (android:drawable/btn_cab_done_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049d (android:drawable/list_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d8 (android:drawable/btn_cab_done_focused_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d6 (android:drawable/btn_cab_done_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800da (android:drawable/btn_cab_done_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049c (android:drawable/list_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d7 (android:drawable/btn_cab_done_focused_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d5 (android:drawable/btn_cab_done_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800d9 (android:drawable/btn_cab_done_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080038 (android:drawable/ic_menu_close_clear_cancel) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803d1 (android:drawable/ic_menu_copy_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803d2 (android:drawable/ic_menu_copy_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803d5 (android:drawable/ic_menu_cut_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803d6 (android:drawable/ic_menu_cut_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080045 (android:drawable/ic_menu_more) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 470(51KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1593KB/2MB, paused 306us total 11.409ms

W/Resources(  433): Preloaded drawable resource #0x10803ed (android:drawable/ic_menu_moreoverflow_normal_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803ea (android:drawable/ic_menu_moreoverflow_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803ee (android:drawable/ic_menu_moreoverflow_normal_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803eb (android:drawable/ic_menu_moreoverflow_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803f1 (android:drawable/ic_menu_paste_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803f2 (android:drawable/ic_menu_paste_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803fb (android:drawable/ic_menu_selectall_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803fa (android:drawable/ic_menu_selectall_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080334 (android:drawable/ic_clear_disabled) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080339 (android:drawable/ic_clear_normal) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080333 (android:drawable/ic_clear) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 377(49KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1601KB/2MB, paused 303us total 11.382ms

W/Resources(  433): Preloaded drawable resource #0x1080334 (android:drawable/ic_clear_disabled) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080339 (android:drawable/ic_clear_normal) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108042e (android:drawable/ic_search_api_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108042f (android:drawable/ic_search_api_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080361 (android:drawable/ic_go) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108043c (android:drawable/ic_voice_search_api_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108043d (android:drawable/ic_voice_search_api_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108028f (android:drawable/dialog_bottom_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080290 (android:drawable/dialog_bottom_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 276(48KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1606KB/2MB, paused 298us total 11.316ms

W/Resources(  433): Preloaded drawable resource #0x1080294 (android:drawable/dialog_full_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080295 (android:drawable/dialog_full_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108029d (android:drawable/dialog_middle_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108029e (android:drawable/dialog_middle_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 158(46KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1610KB/2MB, paused 295us total 11.341ms

W/Resources(  433): Preloaded drawable resource #0x108029f (android:drawable/dialog_top_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802a0 (android:drawable/dialog_top_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080350 (android:drawable/ic_dialog_alert_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080351 (android:drawable/ic_dialog_alert_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080490 (android:drawable/list_divider_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080491 (android:drawable/list_divider_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080491 (android:drawable/list_divider_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800c1 (android:drawable/ab_transparent_dark_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800bf (android:drawable/ab_stacked_transparent_dark_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800a1 (android:drawable/ab_bottom_transparent_dark_holo) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 247(57KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1603KB/2MB, paused 295us total 11.309ms

W/Resources(  433): Preloaded drawable resource #0x10800b7 (android:drawable/ab_solid_dark_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800bc (android:drawable/ab_stacked_solid_dark_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108009e (android:drawable/ab_bottom_solid_dark_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800c2 (android:drawable/ab_transparent_light_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800c0 (android:drawable/ab_stacked_transparent_light_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800a2 (android:drawable/ab_bottom_transparent_light_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800b8 (android:drawable/ab_solid_light_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800be (android:drawable/ab_stacked_solid_light_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800a0 (android:drawable/ab_bottom_solid_light_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800b9 (android:drawable/ab_solid_shadow_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bd (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bd (android:drawable/list_selector_disabled_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049c (android:drawable/list_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049a (android:drawable/list_longpressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804ba (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049c (android:drawable/list_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049a (android:drawable/list_longpressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804ba (android:drawable/list_selector_background_transition_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080495 (android:drawable/list_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108044e (android:drawable/item_background_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 525(63KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1605KB/2MB, paused 373us total 12.036ms

W/Resources(  433): Preloaded drawable resource #0x10804be (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804be (android:drawable/list_selector_disabled_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049d (android:drawable/list_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049b (android:drawable/list_longpressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bb (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049d (android:drawable/list_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108049b (android:drawable/list_longpressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804bb (android:drawable/list_selector_background_transition_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080495 (android:drawable/list_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108044f (android:drawable/item_background_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f2 (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802ef (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f0 (android:drawable/fastscroll_thumb_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f2 (android:drawable/fastscroll_thumb_pressed_holo) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 539(56KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1600KB/2MB, paused 315us total 11.831ms

W/Resources(  433): Preloaded drawable resource #0x10802ef (android:drawable/fastscroll_thumb_default_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f8 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f3 (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f5 (android:drawable/fastscroll_track_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f8 (android:drawable/fastscroll_track_pressed_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f3 (android:drawable/fastscroll_track_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802e9 (android:drawable/fastscroll_label_left_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802ec (android:drawable/fastscroll_label_right_holo_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 307(41KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1623KB/2MB, paused 296us total 11.577ms

W/Resources(  433): Preloaded drawable resource #0x10802f9 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f4 (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f6 (android:drawable/fastscroll_track_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f9 (android:drawable/fastscroll_track_pressed_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802f4 (android:drawable/fastscroll_track_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802ea (android:drawable/fastscroll_label_left_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802ed (android:drawable/fastscroll_label_right_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 235(62KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1617KB/2MB, paused 300us total 11.355ms

W/Resources(  433): Preloaded drawable resource #0x10802ca (android:drawable/editbox_dropdown_background_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080736 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080728 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080738 (android:drawable/textfield_searchview_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080733 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080731 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108073a (android:drawable/textfield_searchview_right_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080737 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080729 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080739 (android:drawable/textfield_searchview_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080734 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080732 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108073b (android:drawable/textfield_searchview_right_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080736 (android:drawable/textfield_search_selected_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080728 (android:drawable/textfield_search_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080733 (android:drawable/textfield_search_right_selected_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080731 (android:drawable/textfield_search_right_default_holo_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080737 (android:drawable/textfield_search_selected_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080729 (android:drawable/textfield_search_default_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080734 (android:drawable/textfield_search_right_selected_holo_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080732 (android:drawable/textfield_search_right_default_holo_light) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 509(76KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1591KB/2MB, paused 307us total 11.828ms

W/Resources(  433): Preloaded drawable resource #0x10806f2 (android:drawable/tab_unselected_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806ed (android:drawable/tab_selected_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f1 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806ec (android:drawable/tab_selected_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f3 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806ee (android:drawable/tab_selected_pressed_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f3 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806ee (android:drawable/tab_selected_pressed_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806df (android:drawable/tab_indicator_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f2 (android:drawable/tab_unselected_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806ed (android:drawable/tab_selected_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f1 (android:drawable/tab_unselected_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806ec (android:drawable/tab_selected_focused_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f3 (android:drawable/tab_unselected_pressed_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806ee (android:drawable/tab_selected_pressed_holo) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080596 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108058d (android:drawable/quickcontact_badge_overlay_focused_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080592 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108058c (android:drawable/quickcontact_badge_overlay_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080592 (android:drawable/quickcontact_badge_overlay_normal_dark) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 676(45KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1597KB/2MB, paused 299us total 11.680ms

W/Resources(  433): Preloaded drawable resource #0x1080596 (android:drawable/quickcontact_badge_overlay_pressed_dark) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080598 (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108058f (android:drawable/quickcontact_badge_overlay_focused_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080594 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080591 (android:drawable/quickcontact_badge_overlay_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080594 (android:drawable/quickcontact_badge_overlay_normal_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080598 (android:drawable/quickcontact_badge_overlay_pressed_light) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800b5 (android:drawable/ab_share_pack_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800ba (android:drawable/ab_solid_shadow_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800db (android:drawable/btn_cab_done_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10800e5 (android:drawable/btn_check_material_anim) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 980(61KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1767KB/2MB, paused 357us total 12.117ms

W/Resources(  433): Preloaded drawable resource #0x10801a1 (android:drawable/btn_radio_material_anim) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 955(205KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1748KB/2MB, paused 309us total 12.020ms

W/Resources(  433): Preloaded drawable resource #0x1080215 (android:drawable/btn_star_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080248 (android:drawable/btn_toggle_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080271 (android:drawable/cab_background_bottom_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080275 (android:drawable/cab_background_top_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108028e (android:drawable/dialog_background_shadow_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 527(170KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1672KB/2MB, paused 300us total 11.786ms

W/Resources(  433): Preloaded drawable resource #0x10802c7 (android:drawable/edit_text_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10802e3 (android:drawable/expander_group_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080343 (android:drawable/ic_commit_search_api_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 679(97KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1626KB/2MB, paused 301us total 11.846ms

W/Resources(  433): Preloaded drawable resource #0x108035b (android:drawable/ic_find_next_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108035f (android:drawable/ic_find_previous_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803ab (android:drawable/ic_media_route_connecting_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803ab (android:drawable/ic_media_route_connecting_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10803b1 (android:drawable/ic_media_route_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 565(40KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1665KB/2MB, paused 304us total 11.778ms

W/Resources(  433): Preloaded drawable resource #0x10803dd (android:drawable/ic_menu_find_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 1244(97KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1619KB/2MB, paused 297us total 11.821ms

W/Resources(  433): Preloaded drawable resource #0x10803f8 (android:drawable/ic_menu_search_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 1518(55KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1632KB/2MB, paused 383us total 11.973ms

I/art     (  433): Explicit concurrent mark sweep GC freed 1386(51KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1635KB/2MB, paused 297us total 11.839ms

W/Resources(  433): Preloaded drawable resource #0x1080493 (android:drawable/list_divider_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10804a0 (android:drawable/list_section_divider_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080564 (android:drawable/progress_horizontal_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 1523(61KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1675KB/2MB, paused 299us total 16.708ms

W/Resources(  433): Preloaded drawable resource #0x10805ba (android:drawable/ratingbar_full_empty_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 684(32KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1711KB/2MB, paused 319us total 12.532ms

W/Resources(  433): Preloaded drawable resource #0x10805be (android:drawable/ratingbar_full_filled_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805ba (android:drawable/ratingbar_full_empty_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805ba (android:drawable/ratingbar_full_empty_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805be (android:drawable/ratingbar_full_filled_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805c1 (android:drawable/ratingbar_full_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 411(40KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1759KB/2MB, paused 353us total 12.524ms

W/Resources(  433): Preloaded drawable resource #0x10805d9 (android:drawable/scrubber_control_material_anim) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10805e1 (android:drawable/scrubber_control_selector_material) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 367(96KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1717KB/2MB, paused 315us total 12.311ms

W/Resources(  433): Preloaded drawable resource #0x10805ec (android:drawable/scrubber_progress_horizontal_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080624 (android:drawable/spinner_background_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080641 (android:drawable/spinner_textfield_background_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806b1 (android:drawable/switch_thumb_material_anim) that varies with configuration!!

I/art     (  433): Explicit concurrent mark sweep GC freed 880(60KB) AllocSpace objects, 0(0B) LOS objects, 40% free, 1810KB/2MB, paused 375us total 12.742ms

W/Resources(  433): Preloaded drawable resource #0x10806b6 (android:drawable/switch_track_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806e0 (android:drawable/tab_indicator_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806f7 (android:drawable/text_cursor_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x108072f (android:drawable/textfield_search_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x10806fd (android:drawable/text_select_handle_left_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080700 (android:drawable/text_select_handle_middle_material) that varies with configuration!!

W/Resources(  433): Preloaded drawable resource #0x1080703 (android:drawable/text_select_handle_right_material) that varies with configuration!!

I/Zygote  (  433): ...preloaded 343 resources in 1343ms.

I/art     (  433): Explicit concurrent mark sweep GC freed 1207(157KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1712KB/2MB, paused 302us total 12.712ms

I/Zygote  (  433): ...preloaded 41 resources in 24ms.

I/art     (  433): Counter: 0

D/libEGL  (  433): loaded /system/lib/egl/libEGL_VIVANTE.so

D/libEGL  (  433): loaded /system/lib/egl/libGLESv1_CM_VIVANTE.so

D/libEGL  (  433): loaded /system/lib/egl/libGLESv2_VIVANTE.so

I/Zygote  (  433): Preloading shared libraries...

D/Zygote  (  433): end preload

I/art     (  433): Explicit concurrent mark sweep GC freed 581(39KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1711KB/2MB, paused 819us total 28.364ms

I/art     (  433): Explicit concurrent mark sweep GC freed 389(16KB) AllocSpace objects, 0(0B) LOS objects, 39% free, 1695KB/2MB, paused 298us total 11.916ms

I/art     (  433): Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 39% free, 1695KB/2MB, paused 301us total 11.708ms

I/Zygote  (  433): System server process 687 has been created

I/Zygote  (  433): Accepting command socket connections

I/InstallerConnection(  687): connecting...

I/installd(  215): new connection

E/cutils-trace(  702): Error opening trace file: Permission denied (13)

I/dex2oat (  702): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/services.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@services.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  702): Decided to run without swap.

W/dex2oat (  702): Compilation of android.content.pm.PackageParser$Package com.android.server.pm.PackageManagerService.scanPackageDirtyLI(android.content.pm.PackageParser$Package, int, int, long, android.os.UserHandle) took 150.988ms

I/dex2oat (  702): dex2oat took 7.201s (threads: 4) arena alloc=3MB java alloc=4MB native alloc=16MB free=7MB

E/cutils-trace(  707): Error opening trace file: Permission denied (13)

I/dex2oat (  707): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/ethernet-service.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@ethernet-service.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  707): Decided to run without swap.

I/dex2oat (  707): dex2oat took 1.928s (threads: 4) arena alloc=250KB java alloc=71KB native alloc=1328KB free=6MB

E/cutils-trace(  712): Error opening trace file: Permission denied (13)

I/dex2oat (  712): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/wifi-service.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@wifi-service.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  712): Decided to run without swap.

I/dex2oat (  712): dex2oat took 1.646s (threads: 4) arena alloc=2MB java alloc=893KB native alloc=4MB free=3MB

I/InstallerConnection(  687): disconnecting...

E/installd(  215): eof

E/installd(  215): failed to read size

I/installd(  215): closing connection

W/SystemServer(  687): System clock is before 1970; setting to 1970.

I/SystemServer(  687): Entered the Android system server!

V/Fingerprint-JNI(  687): FingerprintManager JNI ready.

D/SensorService(  687): nuSensorService starting...

period -4294 ,timeout is 0, wake up is :0

E/SensorService(  687): >>>> WARNING <<< Upgrade sensor HAL to version 1_3

D/        (  687): Acperiod -4294 ,timeout is 0, wake up is :0

celSensor enable 0 , handle 0 ,mEnabled 0

D/        (  687): AccelSensor enable 0 , handle 1 ,mEnabled 0

D/        (  687): MagSensor mEnabled 0, OrientaionSensor mEnabled 0

D/        (  687): AccelSensor enable 0 , handle 2 ,mEnabled 0

D/        (  687): MagSensor mEnabled 0, OrientaionSensor mEnabled 0

D/SensorService(  687): new thread SensorEventAckReceiver

D/SensorService(  687): nuSensorService thread starting...

I/SystemServiceManager(  687): Starting com.android.server.pm.Installer

I/Installer(  687): Waiting for installd to be ready.

I/InstallerConnection(  687): connecting...

I/installd(  215): new connection

I/SystemServiceManager(  687): Starting com.android.server.am.ActivityManagerService$Lifecycle

I/ActivityManager(  687): Memory class: 80

W/BatteryStatsImpl(  687): Couldn't get kernel wake lock stats

I/IntentFirewall(  687): Read new rules (A:0 B:0 S:0)

D/AppOps  (  687): AppOpsService published

I/SystemServiceManager(  687): Starting com.android.server.power.PowerManagerService

E/SWITCHPROFILE(  687): setprop: sys.interactive = active

W/libsuspend(  687): Error writing 'on' to /sys/power/state: Invalid argument

I/libsuspend(  687): Selected wakeup count

I/SWITCHPROFILE(  687): Switchprofile thread received GOV_INTERACTIVE from Power HAL

E/SWITCHPROFILE(  687): setprop: sys.interactive = active

I/SystemServiceManager(  687): Starting com.android.server.display.DisplayManagerService

I/SystemServiceManager(  687): Starting phase 100

I/DisplayManagerService(  687): Display device added: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1024 x 768, 60.000004 fps, supportedRefreshRates [60.000004], density 160, 159.568 x 159.895 dpi, appVsyncOff 0, presDeadline 17666666, touch INTERNAL, rotation 0, type BUILT_IN, state UNKNOWN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}

I/SystemServer(  687): Package Manager

W/SystemConfig(  687): No directory /system/etc/sysconfig, skipping

D/SELinuxMMAC(  687): Using policy file /system/etc/security/mac_permissions.xml

E/cutils-trace(  734): Error opening trace file: Permission denied (13)

I/dex2oat (  734): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/com.android.location.provider.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@com.android.location.provider.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  734): Decided to run without swap.

I/dex2oat (  734): dex2oat took 86.442ms (threads: 4) arena alloc=92KB java alloc=74KB native alloc=1327KB free=6MB

E/cutils-trace(  739): Error opening trace file: Permission denied (13)

I/dex2oat (  739): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/com.android.future.usb.accessory.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@com.android.future.usb.accessory.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  739): Decided to run without swap.

I/dex2oat (  739): dex2oat took 44.227ms (threads: 4) arena alloc=93KB java alloc=11KB native alloc=780KB free=7MB

E/cutils-trace(  744): Error opening trace file: Permission denied (13)

I/dex2oat (  744): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/javax.obex.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@javax.obex.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  744): Decided to run without swap.

I/dex2oat (  744): dex2oat took 110.407ms (threads: 4) arena alloc=475KB java alloc=38KB native alloc=1696KB free=6MB

E/cutils-trace(  749): Error opening trace file: Permission denied (13)

I/dex2oat (  749): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/freescale-extended.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@freescale-extended.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  749): Decided to run without swap.

I/dex2oat (  749): dex2oat took 44.990ms (threads: 4) arena alloc=74KB java alloc=4KB native alloc=1034KB free=6MB

E/cutils-trace(  754): Error opening trace file: Permission denied (13)

I/dex2oat (  754): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/android.test.runner.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@android.test.runner.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  754): Decided to run without swap.

I/dex2oat (  754): dex2oat took 1.134s (threads: 4) arena alloc=83KB java alloc=246KB native alloc=1912KB free=6MB

E/cutils-trace(  759): Error opening trace file: Permission denied (13)

I/dex2oat (  759): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/com.android.media.remotedisplay.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@com.android.media.remotedisplay.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  759): Decided to run without swap.

I/dex2oat (  759): dex2oat took 54.773ms (threads: 4) arena alloc=74KB java alloc=15KB native alloc=1172KB free=6MB

E/cutils-trace(  764): Error opening trace file: Permission denied (13)

I/dex2oat (  764): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/com.android.mediadrm.signer.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@com.android.mediadrm.signer.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  764): Decided to run without swap.

I/dex2oat (  764): dex2oat took 44.913ms (threads: 4) arena alloc=77KB java alloc=5KB native alloc=1035KB free=6MB

E/cutils-trace(  769): Error opening trace file: Permission denied (13)

I/dex2oat (  769): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/am.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@am.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  769): Decided to run without swap.

I/dex2oat (  769): dex2oat took 159.232ms (threads: 4) arena alloc=432KB java alloc=35KB native alloc=1415KB free=6MB

E/cutils-trace(  774): Error opening trace file: Permission denied (13)

I/dex2oat (  774): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/appops.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@appops.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  774): Decided to run without swap.

I/dex2oat (  774): dex2oat took 61.686ms (threads: 4) arena alloc=26KB java alloc=9KB native alloc=525KB free=7MB

E/cutils-trace(  779): Error opening trace file: Permission denied (13)

I/dex2oat (  779): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/appwidget.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@appwidget.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  779): Decided to run without swap.

I/dex2oat (  779): dex2oat took 48.022ms (threads: 4) arena alloc=155KB java alloc=5KB native alloc=1303KB free=6MB

E/cutils-trace(  784): Error opening trace file: Permission denied (13)

I/dex2oat (  784): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/bmgr.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@bmgr.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  784): Decided to run without swap.

I/dex2oat (  784): dex2oat took 75.001ms (threads: 4) arena alloc=109KB java alloc=15KB native alloc=795KB free=7MB

E/cutils-trace(  789): Error opening trace file: Permission denied (13)

I/dex2oat (  789): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/bu.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@bu.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  789): Decided to run without swap.

I/dex2oat (  789): dex2oat took 53.332ms (threads: 4) arena alloc=51KB java alloc=8KB native alloc=519KB free=7MB

E/cutils-trace(  794): Error opening trace file: Permission denied (13)

I/dex2oat (  794): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/content.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@content.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  794): Decided to run without swap.

I/dex2oat (  794): dex2oat took 71.041ms (threads: 4) arena alloc=108KB java alloc=13KB native alloc=1190KB free=6MB

E/cutils-trace(  799): Error opening trace file: Permission denied (13)

I/dex2oat (  799): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/dpm.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@dpm.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  799): Decided to run without swap.

I/dex2oat (  799): dex2oat took 52.303ms (threads: 4) arena alloc=26KB java alloc=4KB native alloc=534KB free=7MB

E/cutils-trace(  804): Error opening trace file: Permission denied (13)

I/dex2oat (  804): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/ime.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@ime.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  804): Decided to run without swap.

I/dex2oat (  804): dex2oat took 49.228ms (threads: 4) arena alloc=62KB java alloc=6KB native alloc=534KB free=7MB

E/cutils-trace(  809): Error opening trace file: Permission denied (13)

I/dex2oat (  809): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/input.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@input.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  809): Decided to run without swap.

I/dex2oat (  809): dex2oat took 65.843ms (threads: 4) arena alloc=111KB java alloc=5KB native alloc=783KB free=7MB

E/cutils-trace(  814): Error opening trace file: Permission denied (13)

I/dex2oat (  814): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/media_cmd.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@media_cmd.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  814): Decided to run without swap.

I/dex2oat (  814): dex2oat took 57.484ms (threads: 4) arena alloc=189KB java alloc=31KB native alloc=1055KB free=6MB

E/cutils-trace(  819): Error opening trace file: Permission denied (13)

I/dex2oat (  819): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/monkey.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@monkey.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  819): Decided to run without swap.

I/dex2oat (  819): dex2oat took 217.741ms (threads: 4) arena alloc=941KB java alloc=119KB native alloc=1818KB free=6MB

E/cutils-trace(  824): Error opening trace file: Permission denied (13)

I/dex2oat (  824): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/pm.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@pm.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  824): Decided to run without swap.

I/dex2oat (  824): dex2oat took 167.566ms (threads: 4) arena alloc=121KB java alloc=38KB native alloc=1430KB free=6MB

E/cutils-trace(  829): Error opening trace file: Permission denied (13)

I/dex2oat (  829): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/requestsync.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@requestsync.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  829): Decided to run without swap.

I/dex2oat (  829): dex2oat took 58.488ms (threads: 4) arena alloc=27KB java alloc=3KB native alloc=524KB free=7MB

E/cutils-trace(  834): Error opening trace file: Permission denied (13)

I/dex2oat (  834): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/settings.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@settings.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  834): Decided to run without swap.

I/dex2oat (  834): dex2oat took 60.850ms (threads: 4) arena alloc=244KB java alloc=5KB native alloc=782KB free=7MB

E/cutils-trace(  839): Error opening trace file: Permission denied (13)

I/dex2oat (  839): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/svc.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@svc.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  839): Decided to run without swap.

I/dex2oat (  839): dex2oat took 60.092ms (threads: 4) arena alloc=84KB java alloc=14KB native alloc=1303KB free=6MB

E/cutils-trace(  844): Error opening trace file: Permission denied (13)

I/dex2oat (  844): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/uiautomator.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@uiautomator.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  844): Decided to run without swap.

I/dex2oat (  844): dex2oat took 163.467ms (threads: 4) arena alloc=191KB java alloc=131KB native alloc=1534KB free=6MB

E/cutils-trace(  849): Error opening trace file: Permission denied (13)

I/dex2oat (  849): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/framework/wm.jar --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@framework@wm.jar@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  849): Decided to run without swap.

I/dex2oat (  849): dex2oat took 54.688ms (threads: 4) arena alloc=26KB java alloc=3KB native alloc=536KB free=7MB

D/PackageManager(  687): No files in app dir /vendor/overlay

W/PackageParser(  687): No actions in intent filter at /system/priv-app/Contacts/Contacts.apk Binary XML file line #356

W/PackageParser(  687): No actions in intent filter at /system/priv-app/Dialer/Dialer.apk Binary XML file line #166

W/ResourceType(  687): Failure getting entry for 0x7f08026f (t=7 e=623) (error -75)

W/PackageParser(  687): Unknown element under <intent-filter>: android at /system/priv-app/Telecom/Telecom.apk Binary XML file line #232

W/PackageParser(  687): No actions in intent filter at /system/app/Bluetooth/Bluetooth.apk Binary XML file line #209

W/PackageParser(  687): Unknown element under <application>: permission at /system/app/Gallery2/Gallery2.apk Binary XML file line #257

W/PackageParser(  687): Unknown element under <application>: permission at /system/app/Gallery2/Gallery2.apk Binary XML file line #260

D/PackageManager(  687): No files in app dir /system/vendor/app

D/PackageManager(  687): No files in app dir /oem/app

W/PackageManager(  687): Failed to parse /data/app/ing: No packages found in split

D/PackageManager(  687): No files in app dir /data/app-private

W/PackageManager(  687): Package com.android.gallery3d desires unavailable shared library com.google.android.media.effects; ignoring!

W/PackageManager(  687): Package com.android.gallery3d desires unavailable shared library com.google.android.media.effects; ignoring!

I/PackageManager(  687): Adjusting ABI for : com.fsl.ethernet to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/app/ethernet/ethernet.apk pkg=com.fsl.ethernet isa=arm vmSafeMode=false

E/cutils-trace(  854): Error opening trace file: Permission denied (13)

I/dex2oat (  854): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/app/ethernet/ethernet.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@app@ethernet@ethernet.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  854): Decided to run without swap.

I/dex2oat (  854): dex2oat took 92.086ms (threads: 4) arena alloc=112KB java alloc=76KB native alloc=1347KB free=6MB

I/PackageManager(  687): Adjusting ABI for : com.android.keychain to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/app/KeyChain/KeyChain.apk pkg=com.android.keychain isa=arm vmSafeMode=false

E/cutils-trace(  859): Error opening trace file: Permission denied (13)

I/dex2oat (  859): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/app/KeyChain/KeyChain.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@app@KeyChain@KeyChain.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  859): Decided to run without swap.

I/dex2oat (  859): dex2oat took 94.490ms (threads: 4) arena alloc=75KB java alloc=79KB native alloc=1345KB free=6MB

I/PackageManager(  687): Adjusting ABI for : com.android.location.fused to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/priv-app/FusedLocation/FusedLocation.apk pkg=com.android.location.fused isa=arm vmSafeMode=false

E/cutils-trace(  864): Error opening trace file: Permission denied (13)

I/dex2oat (  864): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/priv-app/FusedLocation/FusedLocation.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@priv-app@FusedLocation@FusedLocation.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  864): Decided to run without swap.

I/dex2oat (  864): dex2oat took 63.068ms (threads: 4) arena alloc=73KB java alloc=47KB native alloc=1194KB free=6MB

I/PackageManager(  687): Adjusting ABI for : com.android.inputdevices to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/priv-app/InputDevices/InputDevices.apk pkg=com.android.inputdevices isa=arm vmSafeMode=false

E/cutils-trace(  869): Error opening trace file: Permission denied (13)

I/dex2oat (  869): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/priv-app/InputDevices/InputDevices.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@priv-app@InputDevices@InputDevices.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  869): Decided to run without swap.

I/dex2oat (  869): dex2oat took 44.524ms (threads: 4) arena alloc=23KB java alloc=1984B native alloc=507KB free=7MB

I/PackageManager(  687): Adjusting ABI for : com.android.settings to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/priv-app/Settings/Settings.apk pkg=com.android.settings isa=arm vmSafeMode=false

E/cutils-trace(  874): Error opening trace file: Permission denied (13)

I/dex2oat (  874): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/priv-app/Settings/Settings.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@priv-app@Settings@Settings.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  874): Decided to run without swap.

I/dex2oat (  874): dex2oat took 3.142s (threads: 4) arena alloc=214KB java alloc=4MB native alloc=6MB free=9MB

I/PackageManager(  687): Adjusting ABI for : com.fsl.android.ota to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/app/FSLOta/FSLOta.apk pkg=com.fsl.android.ota isa=arm vmSafeMode=false

E/cutils-trace(  879): Error opening trace file: Permission denied (13)

I/dex2oat (  879): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/app/FSLOta/FSLOta.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@app@FSLOta@FSLOta.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  879): Decided to run without swap.

I/dex2oat (  879): dex2oat took 99.258ms (threads: 4) arena alloc=100KB java alloc=32KB native alloc=1473KB free=6MB

I/PackageManager(  687): Adjusting ABI for : com.android.server.telecom to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/priv-app/Telecom/Telecom.apk pkg=com.android.server.telecom isa=arm vmSafeMode=false

E/cutils-trace(  884): Error opening trace file: Permission denied (13)

I/dex2oat (  884): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/priv-app/Telecom/Telecom.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@priv-app@Telecom@Telecom.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  884): Decided to run without swap.

I/dex2oat (  884): dex2oat took 313.500ms (threads: 4) arena alloc=77KB java alloc=376KB native alloc=2MB free=5MB

I/PackageManager(  687): Adjusting ABI for : com.android.providers.settings to armeabi-v7a

I/PackageManager(  687): Running dexopt on: /system/priv-app/SettingsProvider/SettingsProvider.apk pkg=com.android.providers.settings isa=arm vmSafeMode=false

E/cutils-trace(  889): Error opening trace file: Permission denied (13)

I/dex2oat (  889): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/priv-app/SettingsProvider/SettingsProvider.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@priv-app@SettingsProvider@SettingsProvider.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

I/dex2oat (  889): Decided to run without swap.

I/dex2oat (  889): dex2oat took 959.241ms (threads: 4) arena alloc=2MB java alloc=107KB native alloc=3MB free=4MB

I/PackageManager(  687): Time to scan packages: 12.596 seconds

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar

W/PackageManager(  687): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)

W/PackageManager(  687): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)

W/PackageManager(  687): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)

W/PackageManager(  687): Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x58bc45)

W/PackageManager(  687): Unknown permission android.permission.INSTALL_DRM in package com.android.mms

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar

W/PackageManager(  687): Not granting permission android.permission.WRITE_MEDIA_STORAGE to package com.android.gallery3d (protectionLevel=18 flags=0x58bc45)

W/PackageManager(  687): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings

W/PackageManager(  687): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone

W/PackageManager(  687): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)

W/PackageManager(  687): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth

I/art     (  687): Explicit concurrent mark sweep GC freed 11291(694KB) AllocSpace objects, 2(32KB) LOS objects, 33% free, 2MB/3MB, paused 1.168ms total 35.039ms

I/SystemServer(  687): User Service

I/lowmemorykiller(  206): ActivityManager connected

I/SystemServiceManager(  687): Starting com.android.server.lights.LightsService

I/lights  (  687): max backlight file is /sys/class/backlight/pwm-backlight.0/max_brightness

I/lights  (  687): backlight brightness file is /sys/class/backlight/pwm-backlight.0/brightness

I/SystemServiceManager(  687): Starting com.android.server.BatteryService

I/SystemServiceManager(  687): Starting com.android.server.usage.UsageStatsService

I/UsageStatsService(  687): User[0] Rollover scheduled @ 1970-01-02 00:00:00(86400000)

I/SystemServiceManager(  687): Starting com.android.server.webkit.WebViewUpdateService

I/SystemServer(  687): Reading configuration...

I/SystemServer(  687): Scheduling Policy

I/SystemServiceManager(  687): Starting com.android.server.telecom.TelecomLoaderService

I/SystemServer(  687): Telephony Registry

I/SystemServer(  687): Entropy Mixer

I/EntropyMixer(  687): Added HW RNG output to entropy pool

I/EntropyMixer(  687): Writing entropy...

I/SystemServer(  687): Account Manager

I/SystemServer(  687): Content Manager

I/SystemServer(  687): System Content Providers

W/ResourcesManager(  687): Asset path '/system/framework/freescale-extended.jar' does not exist or contains no resources.

I/SystemServer(  687): Vibrator Service

I/SystemServer(  687): Consumer IR Service

I/SystemServiceManager(  687): Starting com.android.server.AlarmManagerService

I/SystemServer(  687): Init Watchdog

I/SystemServer(  687): Input Manager

I/InputManager(  687): Initializing input manager, mUseDevInputEventForAudioJack=false

I/SystemServer(  687): Window Manager

I/WindowManager(  687): No existing display settings /data/system/display_settings.xml; starting empty

D/PermissionCache(  431): checking android.permission.ACCESS_SURFACE_FLINGER for uid=1000 => granted (535 us)

I/AudioFlinger(  432): Using module 1 has the primary audio interface

I/AudioFlinger(  432): AudioFlinger's thread 0xb58d4000 ready to run

W/audio_hw_primary(  432): out_set_parameters routing=2, ret 0, out -1249270016

W/audio_hw_primary(  432): In channels 2, rate 48000, devices 0x80000004

W/audio_hw_primary(  432): get_input_buffer_size size = 1120, channel_count = 2

W/audio_hw_primary(  432): get_input_buffer_size size = 1120, channel_count = 2

I/AudioFlinger(  432): AudioFlinger's thread 0xb5968000 ready to run

I/audio_a2dp_hw(  432): adev_open:  adev_open in A2dp_hw module

I/AudioFlinger(  432): loadHwModule() Loaded a2dp audio interface from A2DP Audio HW HAL (audio) handle 5

I/r_submix(  432): adev_open(name=audio_hw_if)

I/r_submix(  432): adev_init_check()

I/AudioFlinger(  432): loadHwModule() Loaded r_submix audio interface from Wifi Display audio HAL (audio) handle 6

D/r_submix(  432): adev_open_input_stream(addr=0)

D/r_submix(  432): submix_audio_device_create_pipe_l(addr=0, idx=9)

D/r_submix(  432):   now using address 0 for route 9

I/AudioFlinger(  432): AudioFlinger's thread 0xb59b3000 ready to run

D/r_submix(  432): adev_close_input_stream()

D/r_submix(  432): submix_audio_device_release_pipe_l(idx=9) addr=0

D/r_submix(  432): submix_audio_device_destroy_pipe_l(): pipe destroyed

I/AudioFlinger(  432): loadHwModule() Loaded usb audio interface from USB audio HW HAL (audio) handle 8

E/SoundTriggerHwService(  432): couldn't load sound trigger module sound_trigger.primary (No such file or directory)

[galcore]: GPU[0] hang, automatic recovery.

[galcore]: recovery done

fence timeout on [d4a20400] after 3000ms

objs:

--------------

viv timeline viv_sync

  pt active

  pt active

viv timeline viv_sync

  pt signaled@94.433434

viv timeline viv_sync

fences:

--------------

[d5183600] viv sync_fence-1: signaled

  viv timeline_pt signaled@94.433434

[d4a20400] viv sync_fence-2: active

  viv timeline_pt active

[d4a20900] viv sync_fence-3: active

  viv timeline_pt active

E/Fence   (  431): Throttling EGL Production: fence 24 didn't signal in 3000 ms

[galcore]: GPU[0] hang, automatic recovery.

[galcore]: recovery done

[galcore]: GPU[1] hang, automatic recovery.

[galcore]: recovery done

[galcore]: GPU[0] hang, automatic recovery.

[galcore]: recovery done

[galcore]: GPU[1] hang, automatic recovery.

[galcore]: recovery done

I/InputManager(  687): Starting input manager

I/SystemServer(  687): Bluetooth Manager Service

D/BluetoothManagerService(  687): Loading stored name and address

D/BluetoothManagerService(  687): Stored bluetooth Name=iMX6,Address=22:22:86:AD:E1:88

I/SystemServer(  687): Input Method Service

W/InputMethodManagerService(  687): Couldn't create dir.: /data/system/inputmethod

D/EventHub(  687): No input device configuration file found for device 'FreescaleAccelerometer'.

D/EventHub(  687): No input device configuration file found for device 'eCompass'.

D/EventHub(  687): No input device configuration file found for device 'FreescaleMagnetometer'.

I/SystemServer(  687): Accessibillowmemorykiller: lowmem_shrink: convert oom_adj to oom_score_adj:

ity Manager

I/ActivityManager(  lowmemorykiller: oom_adj 0 => oom_score_adj 0

687): Config changes=1df8 {1.0 ?mlowmemorykiller: oom_adj 1 => oom_score_adj 58

cc?mnc en_US ?layoutDir sw768dp wlowmemorykiller: oom_adj 2 => oom_score_adj 117

1024dp h768dp 160dpi xlrg land ?ulowmemorykiller: oom_adj 3 => oom_score_adj 176

imode ?night -touch -keyb/v/h -nalowmemorykiller: oom_adj 9 => oom_score_adj 529

v/h s.2}

lowmemorykiller: oom_adj 15 => oom_score_adj 1000

D/EventHub(  687): No input device configuration file found for device 'isl29023 light sensor'.

E/EventHub(  687): could not get driver version for /dev/input/mice, Not a typewriter

D/EventHub(  687): No input device configuration file found for device 'gpio-keys.25'.

W/EventHub(  687): Unable to disable kernel key repeat for /dev/input/event7: Function not implemented

I/EventHub(  687): New device: id=5, fd=79, path='/dev/input/event7', name='gpio-keys.25', classes=0x1, configuration='', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true

E/EventHub(  687): could not get driver version for /dev/input/mouse0, Not a typewriter

D/EventHub(  687): No input device configuration file found for device 'max11801_ts'.

I/EventHub(  687): New device: id=6, fd=81, path='/dev/input/event1', name='max11801_ts', classes=0x4, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true

D/EventHub(  687): No input device configuration file found for device 'WM8962 Beep Generator'.

I/EventHub(  687): New device: id=8, fd=82, path='/dev/input/event0', name='eGalax Touch Screen', classes=0x14, configuration='/system/usr/idc/eGalax_Touch_Screen.idc', keyLayout='', keyCharacterMap='', builtinKeyboard=false, wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true

I/InputReader(  687): Device added: id=-1, name='Virtual', sources=0x00000301

I/InputReader(  687):   Touch device 'eGalax Touch Screen' could not query the properties of its associated display.  The device will be inoperable until the display size becomes available.

I/InputReader(  687): Device added: id=8, name='eGalax Touch Screen', sources=0x00001002

I/InputReader(  687):   Touch device 'max11801_ts' could not query the properties of its associated display.  The device will be inoperable until the display size becomes available.

I/InputReader(  687): Device added: id=6, name='max11801_ts', sources=0x00002002

I/InputReader(  687): Device added: id=5, name='gpio-keys.25', sources=0x00000101

I/InputReader(  687): Reconfiguring input devices.  changes=0x00000004

I/InputReader(  687): Device reconfigured: id=6, name='max11801_ts', size 1024x768, orientation 0, mode 4, display id 0

I/InputReader(  687): Device reconfigured: id=8, name='eGalax Touch Screen', size 1024x768, orientation 0, mode 1, display id 0

W/SurfaceFlinger(  431): setTransactionState timed out!

I/ActivityManager(  687): Config changes=408 {1.0 ?mcc?mnc en_US ?layoutDir sw768dp w1024dp h695dp 160dpi xlrg land ?uimode ?night finger -keyb/v/h -nav/h s.3}

I/SystemServer(  687): Mount Service

D/MountService(  687): got storage path: null description: Internal storage primary: true removable: false emulated: true mtpReserve: 100 allowMassStorage: false maxFileSize: 0

D/MountService(  687): addVolumeLocked() StorageVolume:

D/MountService(  687):     mStorageId=65537 mPath=/storage/emulated/0 mDescriptionId=17040805

D/MountService(  687):     mPrimary=true mRemovable=false mEmulated=true mMtpReserveSpace=100

D/MountService(  687):     mAllowMassStorage=false mMaxFileSize=0 mOwner=UserHandle{0} mUuid=null

D/MountService(  687):     mUserLabel=null mState=null

D/MountService(  687): got storage path: /storage/extsd description: SD card primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0

D/MountService(  687): addVolumeLocked() StorageVolume:

D/MountService(  687):     mStorageId=0 mPath=/storage/extsd mDescriptionId=17040806 mPrimary=false

D/MountService(  687):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false

D/MountService(  687):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null

D/MountService(  687): got storage path: /storage/udisk description: USB storage primary: false removable: true emulated: false mtpReserve: 0 allowMassStorage: false maxFileSize: 0

D/MountService(  687): addVolumeLocked() StorageVolume:

D/MountService(  687):     mStorageId=0 mPath=/storage/udisk mDescriptionId=17040807 mPrimary=false

D/MountService(  687):     mRemovable=true mEmulated=false mMtpReserveSpace=0 mAllowMassStorage=false

D/MountService(  687):     mMaxFileSize=0 mOwner=null mUuid=null mUserLabel=null mState=null

D/MountService(  687): volume state changed for /storage/extsd (unmounted -> removed)

D/MountService(  687): volume state changed for /storage/udisk (unmounted -> removed)

I/PackageManager(  687): Running dexopt on: /system/priv-app/TeleService/TeleService.apk pkg=com.android.phone isa=arm vmSafeMode=false

I/PackageManager(  687): No secure containers found

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.providers.calendar

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.cl in package com.android.providers.calendar

W/PackageManager(  687): Not granting permission android.permission.GLOBAL_SEARCH to package com.android.quicksearchbox (protectionLevel=18 flags=0x8be45)

W/PackageManager(  687): Not granting permission android.permission.ACCESS_DOWNLOAD_MANAGER to package com.android.browser (protectionLevel=18 flags=0x9be45)

W/PackageManager(  687): Not granting permission android.permission.SEND_DOWNLOAD_COMPLETED_INTENTS to package com.android.browser (protectionLevel=2 flags=0x9be45)

W/PackageManager(  687): Not granting permission android.permission.BIND_WALLPAPER to package com.android.camera2 (protectionLevel=18 flags=0x58bc45)

W/PackageManager(  687): Unknown permission android.permission.INSTALL_DRM in package com.android.mms

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH.mail in package com.android.calendar

W/PackageManager(  687): Not granting permission android.permission.WRITE_MEDIA_STORAGE to package com.android.gallery3d (protectionLevel=18 flags=0x58bc45)

W/PackageManager(  687): Not granting permission android.permission.DELETE_PACKAGES to package com.svox.pico (protectionLevel=18 flags=0x8be45)

W/PackageManager(  687): Unknown permission com.google.android.googleapps.permission.GOOGLE_AUTH in package com.android.settings

W/PackageManager(  687): Unknown permission com.android.smspush.WAPPUSH_MANAGER_BIND in package com.android.phone

W/PackageManager(  687): Not granting permission android.permission.DEVICE_POWER to package com.android.deskclock (protectionLevel=2 flags=0x48be45)

W/PackageManager(  687): Unknown permission com.google.android.gallery3d.permission.GALLERY_PROVIDER in package com.android.bluetooth

E/cutils-trace(  909): Error opening trace file: Permission denied (13)

I/dex2oat (  909): /system/bin/dex2oat --zip-fd=5 --zip-location=/system/priv-app/TeleService/TeleService.apk --oat-fd=6 --oat-location=/data/dalvik-cache/arm/system@priv-app@TeleService@TeleService.apk@classes.dex --instruction-set=arm --instruction-set-features=default --runtime-arg -Xms64m --runtime-arg -Xmx512m --swap-fd=7

D/OpenGLRenderer(  687): Use EGL_SWAP_BEHAVIOR_PRESERVED: true

I/dex2oat (  909): Decided to run without swap.

I/dex2oat (  909): dex2oat took 811.018ms (threads: 4) arena alloc=356KB java alloc=1449KB native alloc=3MB free=4MB

[galcore]: GPU[0] hang, automatic recovery.

[galcore]: recovery done

[galcore]: GPU[1] hang, automatic recovery.

[galcore]: recovery done

U-Boot 2015.04-00303-g6cf684a-dirty (Dec 07 2015 - 14:30:42)

CPU:   Freescale i.MX6Q rev1.2 at 792 MHz

CPU:   Temperature 39 C

Reset cause: POR

Board: MX6-SabreSD

I2C:   ready

DRAM:  1 GiB

PMIC:  PFUZE100 ID=0x10

MMC:   FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2

No panel detected: default to Hannstar-XGA

Display: Hannstar-XGA (1024x768)

In:    serial

Out:   serial

Err:   serial

check_and_clean: reg 0, flag_set 0

Fastboot: Normal

flash target is MMC:1

Net:   FEC [PRIME]

Normal Boot

Hit any key to stop autoboot:  0

boota mmc1

kernel   @ 14008000 (7272224)

ramdisk  @ 15000000 (867651)

fdt      @ 14f00000 (44072)

## Booting Android Image at 0x12000000 ...

Kernel load addr 0x14008000 size 7102 KiB

Kernel command line: console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.selinux=disabled

## Flattened Device Tree blob at 14f00000

   Booting using the fdt blob at 0x14f00000

   Loading Kernel Image ... OK

   Using Device Tree in place at 14f00000, end 14f0dc27

switch to ldo_bypass mode!

Starting kernel ...

Booting Linux on physical CPU 0x0

Initializing cgroup subsys cpu

Initializing cgroup subsys cpuacct

Linux version 3.14.52-08716-g279192c-dirty (b18293@scmbld2) (gcc version 4.6.x-google 20120106 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Dec 7 15:15:21 CST 2015

CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d

CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache

Machine model: Freescale i.MX6 Quad SABRE Smart Device Board

cma: CMA: reserved 384 MiB at 26000000

Memory policy: Data cache writealloc

PERCPU: Embedded 8 pages/cpu @ee701000 s9152 r8192 d15424 u32768

Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 260384

Kernel command line: console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.selinux=disabled androidboot.serialno=041031d4d81917c9

PID hash table entries: 4096 (order: 2, 16384 bytes)

Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

Memory: 629584K/1047552K available (9013K kernel code, 668K rwdata, 3124K rodata, 432K init, 607K bss, 417968K reserved, 277504K highmem)

Virtual kernel memory layout:

    vector  : 0xffff0000 - 0xffff1000   (   4 kB)

    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)

    vmalloc : 0xef800000 - 0xff000000   ( 248 MB)

    lowmem  : 0xc0000000 - 0xef000000   ( 752 MB)

    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)

    modules : 0xbf000000 - 0xbfe00000   (  14 MB)

      .text : 0xc0008000 - 0xc0be2784   (12138 kB)

      .init : 0xc0be3000 - 0xc0c4f3c0   ( 433 kB)

      .data : 0xc0c50000 - 0xc0cf7220   ( 669 kB)

       .bss : 0xc0cf722c - 0xc0d8eed4   ( 608 kB)

SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1

Preemptible hierarchical RCU implementation.

NR_IRQS:16 nr_irqs:16 16

L310 cache controller enabled

l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x32070000, Cache size: 1024 kB

Switching to timer-based delay loop

sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns

Console: colour dummy device 80x30

Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)

pid_max: default: 32768 minimum: 301

Security Framework initialized

SELinux:  Initializing.

AppArmor: AppArmor disabled by boot time parameter

Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)

Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)

Initializing cgroup subsys debug

Initializing cgroup subsys freezer

CPU: Testing write buffer coherency: ok

CPU0: thread -1, cpu 0, socket 0, mpidr 80000000

Setting up static identity map for 0x1088fa70 - 0x1088fac8

CPU1: Booted secondary processor

CPU1: thread -1, cpu 1, socket 0, mpidr 80000001

CPU2: Booted secondary processor

CPU2: thread -1, cpu 2, socket 0, mpidr 80000002

CPU3: Booted secondary processor

CPU3: thread -1, cpu 3, socket 0, mpidr 80000003

Brought up 4 CPUs

SMP: Total of 4 processors activated (24.00 BogoMIPS).

CPU: All CPU(s) started in SVC mode.

devtmpfs: initialized

VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4

pinctrl core: initialized pinctrl subsystem

regulator-dummy: no parameters

NET: Registered protocol family 16

DMA: preallocated 256 KiB pool for atomic coherent allocations

cpuidle: using governor ladder

cpuidle: using governor menu

CPU identified as i.MX6Q, silicon rev 1.2

Use WDOG2 as reset source

syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered

vdd1p1: 800 <--> 1375 mV at 1100 mV

vdd3p0: 2625 <--> 3400 mV at 3000 mV

vdd2p5: 2000 <--> 2750 mV at 2400 mV

vddarm: 725 <--> 1450 mV

vddpu: 725 <--> 1450 mV

vddsoc: 725 <--> 1450 mV

syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered

syscon 21bc000.ocotp-ctrl: regmap [mem 0x021bc000-0x021bffff] registered

!!request miniPCIE Power On gpio

hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.

hw-breakpoint: maximum watchpoint size is 4 bytes.

imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver

bio: create slab <bio-0> at 0

mxs-dma 110000.dma-apbh: initialized

usb_otg_vbus: 5000 mV

usb_h1_vbus: 5000 mV

wm8962-supply: no parameters

mipi_dsi_pwr_on: no parameters

sensor-supply: 3300 mV

wlreg_on: 5000 mV

i2c-core: driver [max17135] using legacy suspend method

i2c-core: driver [max17135] using legacy resume method

SCSI subsystem initialized

usbcore: registered new interface driver usbfs

usbcore: registered new interface driver hub

usbcore: registered new device driver usb

usbphy_nop1.12 supply vcc not found, using dummy regulator

usbphy_nop2.13 supply vcc not found, using dummy regulator

i2c i2c-0: IMX I2C adapter registered

i2c i2c-1: IMX I2C adapter registered

i2c i2c-2: IMX I2C adapter registered

Linux video capture interface: v2.00

pps_core: LinuxPPS API ver. 1 registered

pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>

PTP clock support registered

imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)

mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed

mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a

MIPI CSI2 driver module loaded

Advanced Linux Sound Architecture Driver Initialized.

Bluetooth: Core ver 2.18

NET: Registered protocol family 31

Bluetooth: HCI device and connection manager initialized

Bluetooth: HCI socket layer initialized

Bluetooth: L2CAP socket layer initialized

Bluetooth: SCO socket layer initialized

Switched to clocksource mxc_timer1

NET: Registered protocol family 2

TCP established hash table entries: 8192 (order: 3, 32768 bytes)

TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

TCP: Hash tables configured (established 8192 bind 8192)

TCP: reno registered

UDP hash table entries: 512 (order: 2, 16384 bytes)

UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)

NET: Registered protocol family 1

RPC: Registered named UNIX socket transport module.

RPC: Registered udp transport module.

RPC: Registered tcp transport module.

RPC: Registered tcp NFSv4.1 backchannel transport module.

Trying to unpack rootfs image as initramfs...

Freeing initrd memory: 844K (c5000000 - c50d3000)

hw perfevents: enabled with ARMv7_Cortex_A9 PMU driver, 7 counters available

imx rpmsg driver is registered.

imx_busfreq busfreq.17: DDR medium rate not supported.

Bus freq driver module loaded

bt power gpio is:2

mxc_bt_rfkill driver success loaded

rfkill: BT RF going to : on

mxc_bt_rfkill_reset

console [pstore-1] enabled

pstore: Registered ramoops as persistent store backend

ramoops: attached 0x100000@0x4bf00000, ecc: 0/0

mxc_ramoops device success loaded

futex hash table entries: 1024 (order: 4, 65536 bytes)

audit: initializing netlink subsys (disabled)

audit: type=2000 audit(0.320:1): initialized

bounce pool size: 64 pages

VFS: Disk quotas dquot_6.5.2

Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

NFS: Registering the id_resolver key type

Key type id_resolver registered

Key type id_legacy registered

NTFS driver 2.1.30 [Flags: R/W DEBUG].

jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.

fuse init (API version 7.22)

msgmni has been set to 1457

io scheduler noop registered

io scheduler deadline registered

io scheduler cfq registered (default)

imx-weim 21b8000.weim: Driver registered.

pwm-backlight.33 supply power not found, using dummy regulator

mxc_mipi_dsi 21e0000.mipi: i.MX MIPI DSI driver probed

MIPI DSI driver module loaded

mxc_sdc_fb fb.28: registered mxc display driver ldb

imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)

Console: switching to colour frame buffer device 128x48

mxc_sdc_fb fb.29: Can't get fb option for mxcfb1!

mxc_sdc_fb fb.30: Can't get fb option for mxcfb2!

mxc_sdc_fb fb.31: Can't get fb option for mxcfb3!

imx-sdma 20ec000.sdma: no iram assigned, using external mem

imx-sdma 20ec000.sdma: no event needs to be remapped

imx-sdma 20ec000.sdma: loaded firmware 3.2

imx-sdma 20ec000.sdma: initialized

pfuze100-regulator 1-0008: Full layer: 1, Metal layer: 1

pfuze100-regulator 1-0008: FAB: 0, FIN: 0

pfuze100-regulator 1-0008: pfuze100 found.

SW1AB: 300 <--> 1875 mV at 1150 mV

SW1C: 300 <--> 1875 mV at 1175 mV

SW2: 800 <--> 3300 mV at 3300 mV

SW3A: 400 <--> 1975 mV at 1500 mV

SW3B: 400 <--> 1975 mV at 1500 mV

SW4: 800 <--> 3300 mV at 3150 mV

SWBST: 5000 <--> 5150 mV at 5000 mV

VSNVS: 1000 <--> 3000 mV at 3000 mV

VREFDDR: 750 mV

VGEN1: 800 <--> 1550 mV at 1500 mV

VGEN2: 800 <--> 1550 mV at 1500 mV

VGEN3: 1800 <--> 3300 mV at 2800 mV

VGEN4: 1800 <--> 3300 mV at 1800 mV

VGEN5: 1800 <--> 3300 mV at 3000 mV

VGEN6: 1800 <--> 3300 mV at 3300 mV

Serial: IMX driver

2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX

console [ttymxc0] enabled

21f4000.serial: ttymxc4 at MMIO 0x21f4000 (irq = 62, base_baud = 5000000) is a IMX

serial: Freescale lpuart driver

imx sema4 driver is registered.

[drm] Initialized drm 1.1.0 20060810

[drm] Initialized vivante 1.0.0 20120216 on minor 0

brd: module loaded

loop: module loaded

zram: Created 1 device(s) ...

ahci-imx 2200000.sata: fsl,transmit-level-mV not specified, using 00000024

ahci-imx 2200000.sata: fsl,transmit-boost-mdB not specified, using 00000480

ahci-imx 2200000.sata: fsl,transmit-atten-16ths not specified, using 00002000

ahci-imx 2200000.sata: fsl,receive-eq-mdB not specified, using 05000000

ahci-imx 2200000.sata: SSS flag set, parallel bus scan disabled

ahci-imx 2200000.sata: AHCI 0001.0300 32 slots 1 ports 3 Gbps 0x1 impl platform mode

ahci-imx 2200000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc apst

scsi0 : ahci_platform

ata1: SATA max UDMA/133 mmio [mem 0x02200000-0x02203fff] port 0x100 irq 71

imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_COL1 already requested by 21f4000.serial; cannot claim for 2008000.ecspi

imx6q-pinctrl 20e0000.iomuxc: pin-128 (2008000.ecspi) status -22

imx6q-pinctrl 20e0000.iomuxc: could not request pin 128 (MX6Q_PAD_KEY_COL1) from group ecspi1grp  on device 20e0000.iomuxc

spi_imx 2008000.ecspi: Error applying setting, reverse things back

m25p80 spi0.0: found mr25h256, expected m25p32

m25p80 spi0.0: mr25h256 (32 Kbytes)

spi_imx 2008000.ecspi: probed

tun: Universal TUN/TAP device driver, 1.6

tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>

CAN device driver interface

2188000.ethernet supply phy not found, using dummy regulator

pps pps0: new PPS source ptp0

libphy: fec_enet_mii_bus: probed

fec 2188000.ethernet eth0: registered PHC device 0

PPP generic driver version 2.4.2

PPP BSD Compression module registered

PPP Deflate Compression module registered

PPP MPPE Compression module registered

NET: Registered protocol family 24

pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver

usbcore: registered new interface driver pegasus

usbcore: registered new interface driver rtl8150

usbcore: registered new interface driver r8152

usbcore: registered new interface driver asix

usbcore: registered new interface driver ax88179_178a

usbcore: registered new interface driver cdc_ether

usbcore: registered new interface driver cdc_eem

usbcore: registered new interface driver net1080

usbcore: registered new interface driver cdc_subset

usbcore: registered new interface driver zaurus

usbcore: registered new interface driver cdc_ncm

ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver

ehci-mxc: Freescale On-Chip EHCI Host driver

usbcore: registered new interface driver cdc_acm

cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters

usbcore: registered new interface driver usb-storage

usbcore: registered new interface driver usbserial

usbcore: registered new interface driver usbserial_generic

usbserial: USB Serial support registered for generic

usbcore: registered new interface driver ftdi_sio

usbserial: USB Serial support registered for FTDI USB Serial Device

usbcore: registered new interface driver option

usbserial: USB Serial support registered for GSM modem (1-port)

usbcore: registered new interface driver usb_ehset_test

2184800.usbmisc supply vbus-wakeup not found, using dummy regulator

ci_hdrc ci_hdrc.1: doesn't support gadget

ci_hdrc ci_hdrc.1: EHCI Host Controller

ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1

ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00

usb usb1: New USB device found, idVendor=1d6b, idProduct=0002

usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1

usb usb1: Product: EHCI Host Controller

usb usb1: Manufacturer: Linux 3.14.52-08716-g279192c-dirty ehci_hcd

usb usb1: SerialNumber: ci_hdrc.1

hub 1-0:1.0: USB hub found

hub 1-0:1.0: 1 port detected

mousedev: PS/2 mouse device common for all mice

usbcore: registered new interface driver xpad

usbcore: registered new interface driver usb_acecad

usbcore: registered new interface driver aiptek

usbcore: registered new interface driver gtco

usbcore: registered new interface driver hanwang

ata1: SATA link down (SStatus 0 SControl 300)

ahci-imx 2200000.sata: no device found, disabling link.

ahci-imx 2200000.sata: pass ahci_imx..hotplug=1 to enable hotplug

usbcore: registered new interface driver kbtab

usbcore: registered new interface driver wacom

egalax_ts 1-0004: Failed to read firmware version

egalax_ts: probe of 1-0004 failed with error -5

input: eGalax Touch Screen as /devices/soc0/soc.0/2100000.aips-bus/21a8000.i2c/i2c-2/2-0004/input/input1

input: max11801_ts as /devices/soc0/soc.0/2100000.aips-bus/21a4000.i2c/i2c-1/1-0048/input/input2

input: isl29023 light sensor as /devices/virtual/input/input3

isl29023 2-0044: driver version 1.0 enabled

i2c-core: driver [isl29023] using legacy suspend method

i2c-core: driver [isl29023] using legacy resume method

snvs_rtc 20cc034.snvs-rtc-lp: can't get snvs-rtc clock

snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0

i2c /dev entries driver

IR NEC protocol handler initialized

IR RC5(x) protocol handler initialized

IR RC6 protocol handler initialized

IR JVC protocol handler initialized

IR Sony protocol handler initialized

IR RC5 (streamzap) protocol handler initialized

IR SANYO protocol handler initialized

IR MCE Keyboard/mouse protocol handler initialized

ov5640_read_reg:write reg error:reg=300a

camera ov5640 is not found

ov5642_read_reg:write reg error:reg=300a

camera ov5642 is not found

ov5640_read_reg:write reg error:reg=300a

camera ov5640_mipi is not found

mxc_v4l2_output v4l2_out.36: V4L2 device registered as video16

mxc_v4l2_output v4l2_out.36: V4L2 device registered as video17

usbcore: registered new interface driver uvcvideo

USB Video Class driver (1.1.1)

gspca_main: v2.14.0 registered

mag3110 2-000e: check mag3110 chip ID

input: FreescaleMagnetometer as /devices/virtual/input/input4

input: eCompass as /devices/virtual/input/input5

mag3110 2-000e: mag3110 is probed

input: FreescaleAccelerometer as /devices/virtual/input/input6

mma8x5x device driver probe successfully

imx2-wdt 20c0000.wdog: IMX2+ Watchdog Timer enabled. timeout=60s (nowayout=0)

device-mapper: uevent: version 1.0.3

device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com

Bluetooth: HCI UART driver ver 2.2

Bluetooth: HCI H4 protocol initialized

Bluetooth: HCI BCSP protocol initialized

Bluetooth: HCIATH3K protocol initialized

usbcore: registered new interface driver bcm203x

usbcore: registered new interface driver btusb

sdhci: Secure Digital Host Controller Interface driver

sdhci: Copyright(c) Pierre Ossman

sdhci-pltfm: SDHCI platform and OF driver helper

sdhci-esdhc-imx 2194000.usdhc: assigned as wifi host

mmc1: no vqmmc regulator found

mmc1: no vmmc regulator found

mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA

mmc2: no vqmmc regulator found

mmc2: no vmmc regulator found

mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA

mmc3: no vqmmc regulator found

mmc3: no vmmc regulator found

mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA

Galcore version 5.0.11.33433

mmc2: new high speed SDHC card at address e624

mmcblk2: mmc2:e624 SS08G 7.40 GiB

mmcblk2: p1 p2 p3 < p5 p6 p7 p8 p9 > p4

mmcblk2: p4 size 13317885 extends beyond EOD, truncated

mmc3: BKOPS_EN bit is not set

mmc3: new high speed DDR MMC card at address 0001

mmcblk3: mmc3:0001 SEM08G 7.39 GiB

mmcblk3boot0: mmc3:0001 SEM08G partition 1 2.00 MiB

mmcblk3boot1: mmc3:0001 SEM08G partition 2 2.00 MiB

mmcblk3rpmb: mmc3:0001 SEM08G partition 3 128 KiB

mmcblk3: p1 p2 p3 < p5 p6 p7 p8 p9 > p4

mmcblk3: p4 size 13303808 extends beyond EOD, truncated

mmcblk3boot1: unknown partition table

mmcblk3boot0: unknown partition table

mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed

mxc_vpu 2040000.vpu: VPU initialized

caam 2100000.caam: Instantiated RNG4 SH0

caam 2100000.caam: Instantiated RNG4 SH1

caam 2100000.caam: device ID = 0x0a160100 (Era 4)

caam 2100000.caam: job rings = 2, qi = 0

caam algorithms registered in /proc/crypto

caam_jr 2101000.jr0: registering rng-caam

platform caam_sm: blkkey_ex: 4 keystore units available

platform caam_sm: 64-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: 64-bit black key:

platform caam_sm: [0000] 4b c9 af e6 18 d7 76 fd

platform caam_sm: [0008] bf 43 b8 7f aa 90 0b fd

platform caam_sm: 128-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f

platform caam_sm: 128-bit black key:

platform caam_sm: [0000] 7a b6 5b 4f 02 5b 75 82

platform caam_sm: [0008] 26 13 e1 8e e6 ec 98 3f

platform caam_sm: 192-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f

platform caam_sm: [0016] 10 11 12 13 14 15 16 17

platform caam_sm: 192-bit black key:

platform caam_sm: [0000] 4c ba 27 60 ae 06 5f 34

platform caam_sm: [0008] 7d ce 01 ce 73 00 22 b3

platform caam_sm: [0016] 63 f8 04 e3 a8 76 73 ea

platform caam_sm: [0024] 5a 2a 70 4c fb 8d 59 e9

platform caam_sm: 256-bit clear key:

platform caam_sm: [0000] 00 01 02 03 04 0f 06 07

platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f

platform caam_sm: [0016] 10 11 12 13 14 15 16 17

platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f

platform caam_sm: 256-bit black key:

platform caam_sm: [0000] ff be 87 44 00 82 53 c3

platform caam_sm: [0008] e1 c6 5e 82 c2 52 e1 86

platform caam_sm: [0016] 70 bb 4d 9c 0b 19 7d fd

platform caam_sm: [0024] 74 fe 3b bc b4 93 6b 76

platform caam_sm: 64-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 128-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 196-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 256-bit unwritten blob:

platform caam_sm: [0000] 00 00 00 00 00 00 00 00

platform caam_sm: [0008] 00 00 00 00 00 00 00 00

platform caam_sm: [0016] 00 00 00 00 00 00 00 00

platform caam_sm: [0024] 00 00 00 00 00 00 00 00

platform caam_sm: [0032] 00 00 00 00 00 00 00 00

platform caam_sm: [0040] 00 00 00 00 00 00 00 00

platform caam_sm: [0048] 00 00 00 00 00 00 00 00

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 64-bit black key in blob:

platform caam_sm: [0000] 41 0c da 26 42 94 e0 9b

platform caam_sm: [0008] b7 23 85 4c cb 56 a4 96

platform caam_sm: [0016] 0b d6 c5 c6 30 8c 81 36

platform caam_sm: [0024] 11 7a 9e 37 b9 c3 9c bb

platform caam_sm: [0032] 2b 99 92 2a f1 f4 1c fa

platform caam_sm: [0040] 1e 61 63 e8 20 7e 94 5b

platform caam_sm: [0048] e3 8c f6 d4 92 ff 3e 70

platform caam_sm: [0056] 00 00 00 00 00 00 00 00

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 128-bit black key in blob:

platform caam_sm: [0000] 9d 58 c7 eb 7c ea cb 56

platform caam_sm: [0008] 89 fe 0a 5b 45 eb 3a bb

platform caam_sm: [0016] 4e 14 30 99 c7 b1 a6 9c

platform caam_sm: [0024] aa a9 8e ca 5a 02 18 f4

platform caam_sm: [0032] f0 05 17 92 4f 0f dd 2b

platform caam_sm: [0040] e3 3d af d2 9c 0a f3 d9

platform caam_sm: [0048] bf ab cf 9f 1d 25 b9 e5

platform caam_sm: [0056] 8e c8 db 0f 91 2f a5 0e

platform caam_sm: [0064] 00 00 00 00 00 00 00 00

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 192-bit black key in blob:

platform caam_sm: [0000] fa f6 2e 12 21 81 a2 63

platform caam_sm: [0008] e1 9d 3b 34 83 01 67 07

platform caam_sm: [0016] 3d e8 bd 79 da fb 69 93

platform caam_sm: [0024] f1 79 e1 68 8c 52 3d 8a

platform caam_sm: [0032] b9 81 a2 9e ef 46 e2 90

platform caam_sm: [0040] e8 c1 05 4e aa 2f dc 82

platform caam_sm: [0048] cc 6e b2 36 ce b4 c2 89

platform caam_sm: [0056] 5f 9a 93 8c aa f7 12 d2

platform caam_sm: [0064] 07 6c 00 76 6b 7b 38 cc

platform caam_sm: [0072] 00 00 00 00 00 00 00 00

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: 256-bit black key in blob:

platform caam_sm: [0000] b5 46 23 4f 08 ae ed f2

platform caam_sm: [0008] 95 61 c0 0d 21 93 ba 3d

platform caam_sm: [0016] 0a d5 bc 1c 21 85 31 c7

platform caam_sm: [0024] bc 76 26 c1 39 c4 2f 16

platform caam_sm: [0032] 0d d6 4d 32 a2 a4 5a b7

platform caam_sm: [0040] 15 bc bd 16 44 81 ac 37

platform caam_sm: [0048] fc 60 2a ca 31 59 5d dd

platform caam_sm: [0056] 80 c4 78 c5 67 68 13 0e

platform caam_sm: [0064] 9d b1 0f 91 4a 9b e2 ca

platform caam_sm: [0072] ad f7 6b 77 33 f7 2e de

platform caam_sm: [0080] 00 00 00 00 00 00 00 00

platform caam_sm: [0088] 00 00 00 00 00 00 00 00

platform caam_sm: restored 64-bit black key:

platform caam_sm: [0000] 19 2e 0e 2a 98 57 95 7c

platform caam_sm: [0008] bd f1 0d cc 30 fe 6f 76

platform caam_sm: restored 128-bit black key:

platform caam_sm: [0000] 7a b6 5b 4f 02 5b 75 82

platform caam_sm: [0008] 26 13 e1 8e e6 ec 98 3f

platform caam_sm: restored 192-bit black key:

platform caam_sm: [0000] 4c ba 27 60 ae 06 5f 34

platform caam_sm: [0008] 7d ce 01 ce 73 00 22 b3

platform caam_sm: [0016] 20 07 d3 54 a0 17 b0 57

platform caam_sm: [0024] f6 71 c1 74 71 7b 6b 72

platform caam_sm: restored 256-bit black key:

platform caam_sm: [0000] ff be 87 44 00 82 53 c3

platform caam_sm: [0008] e1 c6 5e 82 c2 52 e1 86

platform caam_sm: [0016] 70 bb 4d 9c 0b 19 7d fd

platform caam_sm: [0024] 74 fe 3b bc b4 93 6b 76

snvs-secvio 20cc000.caam-snvs: can't get snvs clock

snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state

caam_keyblob caam_keyblob.40: caam keyblob initialized

hidraw: raw HID events driver (C) Jiri Kosina

usbcore: registered new interface driver usbhid

usbhid: USB HID core driver

ashmem: initialized

usbcore: registered new interface driver snd-usb-audio

wm8962 0-001a: customer id 0 revision D

fsl-asrc 2034000.asrc: driver registered

fsl-hdmi-dai hdmi_audio.3: failed to probe. Load HDMI-video first.

fsl-hdmi-dai: probe of hdmi_audio.3 failed with error -12

input: WM8962 Beep Generator as /devices/soc0/soc.0/2100000.aips-bus/21a0000.i2c/i2c-0/0-001a/input/input7

snd-soc-dummy snd-soc-dummy: ASoC: Failed to create platform debugfs directory

imx-wm8962 sound.26: wm8962 <-> 202c000.ssi mapping ok

imx-wm8962 sound.26: snd-soc-dummy-dai <-> 2034000.asrc mapping ok

imx-wm8962 sound.26: wm8962 <-> 202c000.ssi mapping ok

imx-audio-hdmi sound-hdmi.27: initialize HDMI-audio failed. load HDMI-video first!

NET: Registered protocol family 26

u32 classifier

    Actions configured

Netfilter messages via NETLINK v0.30.

nf_conntrack version 0.5.0 (15994 buckets, 63976 max)

ctnetlink v0.93: registering with nfnetlink.

xt_time: kernel timezone is -0000

ip_tables: (C) 2000-2006 Netfilter Core Team

arp_tables: (C) 2002 David S. Miller

TCP: cubic registered

Initializing XFRM netlink socket

NET: Registered protocol family 10

mip6: Mobile IPv6

ip6_tables: (C) 2000-2006 Netfilter Core Team

sit: IPv6 over IPv4 tunneling driver

NET: Registered protocol family 17

NET: Registered protocol family 15

can: controller area network core (rev 20120528 abi 9)

NET: Registered protocol family 29

can: raw protocol (rev 20120528)

can: broadcast manager protocol (rev 20120528 t)

can: netlink gateway (rev 20130117) max_hops=1

Bluetooth: RFCOMM TTY layer initialized

Bluetooth: RFCOMM socket layer initialized

Bluetooth: RFCOMM ver 1.11

Bluetooth: BNEP (Ethernet Emulation) ver 1.3

Bluetooth: BNEP filters: protocol multicast

Bluetooth: BNEP socket layer initialized

Bluetooth: HIDP (Human Interface Emulation) ver 1.2

Bluetooth: HIDP socket layer initialized

8021q: 802.1Q VLAN Support v1.8

Key type dns_resolver registered

VGEN1: disabling

SWBST: disabling

SW4: disabling

wlreg_on: disabling

wm8962-supply: disabling

usb_otg_vbus: disabling

regulator-dummy: disabling

imx mcc test is registered.

file system registered

using random self ethernet address

using random host ethernet address

Number of LUNs=8

Mass Storage Function, version: 2009/09/11

LUN: removable file: (no medium)

android_usb gadget: android_usb ready

input: gpio-keys.25 as /devices/soc0/gpio-keys.25/input/input10

snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:05:07 UTC (307)

ALSA device list:

  #0: wm8962-audio

Freeing unused kernel memory: 432K (c0be3000 - c0c4f000)

Console: switching to colour dummy device 80x30

bio: create slab <bio-1> at 1

EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: barrier=1

fs_mgr: __mount(source=/dev/block/dm-0,target=/system,type=ext4)=0

EXT4-fs (mmcblk2p4): Ignoring removed nomblk_io_submit option

EXT4-fs (mmcblk2p4): recovery complete

EXT4-fs (mmcblk2p4): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,noauto_da_alloc,errors=panic

fs_mgr: __mount(source=/dev/block/mmcblk2p4,target=/data,type=ext4)=0

EXT4-fs (mmcblk2p6): Ignoring removed nomblk_io_submit option

EXT4-fs (mmcblk2p6): recovery complete

EXT4-fs (mmcblk2p6): mounted filesystem with ordered data mode. Opts: nomblk_io_submit

fs_mgr: __mount(source=/dev/block/mmcblk2p6,target=/cache,type=ext4)=0

EXT4-fs (mmcblk2p7): mounted filesystem with ordered data mode. Opts: (null)

fs_mgr: __mount(source=/dev/block/mmcblk2p7,target=/device,type=ext4)=0

Adding 307196k swap on /dev/block/zram0.  Priority:-1 extents:1 across:307196k SS

binder: 204:204 transaction failed 29189, size 0-0

rfkill: BT RF going to : off

random: init urandom read with 71 bits of entropy available

init: using deprecated syntax for specifying property 'ro.serialno', use ${name} instead

init: using deprecated syntax for specifying property 'ro.product.manufacturer', use ${name} instead

init: using deprecated syntax for specifying property 'ro.product.model', use ${name} instead

init: cannot find '/system/bin/debuggerd64', disabling 'debuggerd64'

init: cannot find '/system/bin/install-recovery.sh', disabling 'flash_recovery'

android_usb: already disabled

mtp_bind_config

logd.auditd: start

root@sabresd_6dq:/ # healthd: BatteryTemperaturePath not found

healthd: BatteryTechnologyPath not found

random: nonblocking pool is initialized

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

ERROR: v4l2 capture: slave not found!

warning: `main' uses 32-bit capabilities (legacy support in use)

period -4294 ,timeout is 0, wake up is :0

period -4294 ,timeout is 0, wake up is :0

[galcore]: GPU[0] hang, automatic recovery.

[galcore]: recovery done

0 Kudos

7,404 Views
igorpadykov
NXP Employee
NXP Employee

Hi Leo

are you able to reproduce this on Sabre reference board ?

If not - this definitely custom board hardware issue - most

probably DDR errors.

~igor

0 Kudos

7,404 Views
sebastienraille
Contributor II

Hello,

I will try with this version of the BSP and I will tell you if this version fix the bug.

Thanks.

Regards,

Sébastien

0 Kudos

7,404 Views
john_smith
Contributor II

Hello!

Did you find any solution for this problem?

0 Kudos