Hi All,

I am porting Android M (AOSP 6.0) on TI sitara EVM having SGX530 graphics.



I have successfully build and load image on EVM and i got console working.(
able to login in console)



But Display is not working.

I have loaded all EGL library ( libEGL_POWERVR_SGX530_125.so
libGLESv1_CM_POWERVR_SGX530_125.so libGLESv2_POWERVR_SGX530_125.so) and
it's related .so files.

Also i am using default hwcomposer and Gralloc that comes with AOSP source
code.



But i am facing below error.



" libEGL : eglInitialize(0x1) failed (EGL_BAD_ALLOC)"

"SurfaceFlinger: no suitable EGLConfig found, trying a simpler query
SurfaceFlinger: no suitable EGLConfig found, giving up
F libc : Fatal signal 6 (SIGABRT), code -6 in tid 245 (surfaceflinger)"



Please refer attached log for more information.



Kindly tell me why i am getting this error ? Is it related to Hwcomposer?



Please help me in this matter.



*Regards,*

*Viraj Mistry*

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
U-Boot SPL 2014.07 (Sep 30 2016 - 20:16:53)
SPL: Please implement spl_start_uboot() for your board
SPL: Direct Linux boot not active!
reading u-boot.img
reading u-boot.img


U-Boot 2014.07 (Sep 30 2016 - 20:16:53)

I2C:   ready
DRAM:  1 GiB
NAND:  512 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
reading uboot.env

** Unable to read "uboot.env" from mmc0:1 **
Using default environment

Net:   <ethaddr> not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  1  0 
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
reading uEnv.txt
** Unable to read file uEnv.txt **
reading /zImage
7543672 bytes read in 353 ms (20.4 MiB/s)
reading /am43x-epos-evm.dtb
50434 bytes read in 8 ms (6 MiB/s)
Booting from mmc0 ...
Kernel image @ 0x82000000 [ 0x000000 - 0x731b78 ]
## Flattened Device Tree blob at 88000000
   Booting using the fdt blob at 0x88000000
   Loading Device Tree to 8fff0000, end 8ffff501 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 4.4.45-05040-g49854665-dirty (viraj@AHMCPU1982) 
(gcc version 4.9.4 20151028 (prerelease) (Linaro GCC 4.9-2016.02) ) #11 PREEMPT 
Tue Sep 5 19:41:37 IST 2017
[    0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing 
instruction cache
[    0.000000] Machine model: TI AM43x EPOS EVM
[    0.000000] cma: Reserved 48 MiB at 0xbd000000
[    0.000000] Memory policy: Data cache writeback
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] AM437x ES1.2 (sgx neon )
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 260416
[    0.000000] Kernel command line: console=ttyS0,115200n8 
androidboot.console=ttyS0 rootwait ro androidboot.hardware=am43xevm_epos 
security=selinux androidboot.selinux=permissive consoleblank=0 
root=/dev/mmcblk0p2 rw init=/init rootfstype=ext4 rootwait drm.rnodes=1 
console=ttyO0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Memory: 972528K/1048576K available (10240K kernel code, 785K 
rwdata, 3396K rodata, 1024K init, 448K bss, 26896K reserved, 49152K 
cma-reserved, 212992K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
[    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0b00000   (11232 kB)
[    0.000000]       .init : 0xc0f00000 - 0xc1000000   (1024 kB)
[    0.000000]       .data : 0xc1000000 - 0xc10c470c   ( 786 kB)
[    0.000000]        .bss : 0xc10c470c - 0xc1134730   ( 449 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] L2C: platform modifies aux control register: 0x0e030000 -> 
0x3e430000
[    0.000000] L2C: DT/platform modifies aux control register: 0x0e030000 -> 
0x3e430000
[    0.000000] L2C-310 enabling early BRESP for Cortex-A9
[    0.000000] OMAP L2C310: ROM does not support power control setting
[    0.000000] L2C-310 dynamic clock gating disabled, standby mode disabled
[    0.000000] L2C-310 cache controller enabled, 16 ways, 256 kB
[    0.000000] L2C-310: CACHE_ID 0x410000c9, AUX_CTRL 0x4e430000
[    0.000000] OMAP clockevent source: timer2 at 25000000 Hz
[    0.000012] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 
85899345900ns
[    0.000030] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 76450417870 ns
[    0.000040] OMAP clocksource: timer1 at 25000000 Hz
[    0.000419] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 
0xffffffff, max_idle_ns: 58327039986419 ns
[    0.000428] OMAP clocksource: 32k_counter at 32768 Hz
[    0.000829] Console: colour dummy device 80x30
[    0.000871] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[    0.060153] pid_max: default: 32768 minimum: 301
[    0.060273] Security Framework initialized
[    0.060292] SELinux:  Initializing.
[    0.060374] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.060385] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.061184] Initializing cgroup subsys io
[    0.061216] Initializing cgroup subsys memory
[    0.061259] Initializing cgroup subsys devices
[    0.061273] Initializing cgroup subsys freezer
[    0.061289] Initializing cgroup subsys perf_event
[    0.061301] Initializing cgroup subsys pids
[    0.061313] Initializing cgroup subsys debug
[    0.061378] CPU: Testing write buffer coherency: ok
[    0.061875] Setting up static identity map for 0x80100000 - 0x80100060
[    0.075252] VFP support v0.3: implementor 41 architecture 3 part 30 variant 
9 rev 4
[    0.148781] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 19112604462750000 ns
[    0.153020] pinctrl core: initialized pinctrl subsystem
[    0.154374] NET: Registered protocol family 16
[    0.156177] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.180206] cpuidle: using governor ladder
[    0.210188] cpuidle: using governor menu
[    0.212599] omap_l3_noc 44000000.ocp: L3 debug error: target 8 mod:0 
(unclearable)
[    0.212666] omap_l3_noc 44000000.ocp: L3 application error: target 8 mod:0 
(unclearable)
[    0.216268] OMAP GPIO hardware version 0.1
[    0.217568] omap_gpio 481ac000.gpio: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/display_mux_pins, deferring probe
[    0.221912] omap-gpmc 50000000.gpmc: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/nand_flash_x8, deferring probe
[    0.225791] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint 
registers.
[    0.225809] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.267533] edma 49000000.edma: TI EDMA DMA engine driver
[    0.271926] SCSI subsystem initialized
[    0.272248] usbcore: registered new interface driver usbfs
[    0.272320] usbcore: registered new interface driver hub
[    0.272433] usbcore: registered new device driver usb
[    0.272974] omap_i2c 44e0b000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c0_pins, deferring probe
[    0.273031] omap_i2c 4819c000.i2c: could not find pctldev for node 
/ocp/l4_wkup@44c00000/scm@210000/pinmux@800/pinmux_i2c2_pins, deferring probe
[    0.273166] media: Linux media interface: v0.10
[    0.273220] Linux video capture interface: v2.00
[    0.273267] pps_core: LinuxPPS API ver. 1 registered
[    0.273274] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <giome...@linux.it>
[    0.273299] PTP clock support registered
[    0.273355] EDAC MC: Ver: 3.0.0
[    0.274405] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[    0.274802] Advanced Linux Sound Architecture Driver Initialized.
[    0.276907] clocksource: Switched to clocksource timer1
[    0.324731] NET: Registered protocol family 2
[    0.325526] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.325602] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[    0.325679] TCP: Hash tables configured (established 8192 bind 8192)
[    0.325830] UDP hash table entries: 512 (order: 1, 8192 bytes)
[    0.325852] UDP-Lite hash table entries: 512 (order: 1, 8192 bytes)
[    0.326039] NET: Registered protocol family 1
[    0.326486] RPC: Registered named UNIX socket transport module.
[    0.326501] RPC: Registered udp transport module.
[    0.326507] RPC: Registered tcp transport module.
[    0.326512] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.329333] futex hash table entries: 256 (order: -1, 3072 bytes)
[    0.329458] audit: initializing netlink subsys (disabled)
[    0.329529] audit: type=2000 audit(0.320:1): initialized
[    0.334929] VFS: Disk quotas dquot_6.6.0
[    0.335119] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.336057] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.336887] NFS: Registering the id_resolver key type
[    0.337093] Key type id_resolver registered
[    0.337104] Key type id_legacy registered
[    0.337199] ntfs: driver 2.1.32 [Flags: R/O].
[    0.337581] fuse init (API version 7.23)
[    0.350551] jitterentropy: Initialization failed with host not compliant 
with requirements: 2
[    0.351196] bounce: pool size: 64 pages
[    0.351330] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
247)
[    0.351352] io scheduler noop registered
[    0.351366] io scheduler deadline registered
[    0.351527] io scheduler cfq registered (default)
[    0.354714] pinctrl-single 44e10800.pinmux: 199 pins at pa f9e10800 size 796
[    0.357570] backlight supply power not found, using dummy regulator
[    0.359411] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
[    0.361446] omap8250 44e09000.serial: No clock speed specified: using 
default: 48000000
[    0.361757] console [ttyS0] disabled
[    0.361850] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 
3000000) is a 8250
[    1.141807] console [ttyS0] enabled
[    1.146356] [drm] Initialized drm 1.1.0 20060810
[    1.152326] 4832a000.dss supply vdda_video not found, using dummy regulator
[    1.159509] OMAP DSS rev 2.0
[    1.162595] omapdss_dss 4832a000.dss: bound 4832a400.dispc (ops 
dispc_component_ops)
[    1.184335] brd: module loaded
[    1.193579] loop: module loaded
[    1.201292] libphy: Fixed MDIO Bus: probed
[    1.205946] tun: Universal TUN/TAP device driver, 1.6
[    1.211210] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[    1.217582] CAN device driver interface
[    1.276979] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[    1.283118] davinci_mdio 4a101000.mdio: detected phy mask fffeffff
[    1.290163] libphy: 4a101000.mdio: probed
[    1.294209] davinci_mdio 4a101000.mdio: phy[16]: device 4a101000.mdio:10, 
driver NS DP83848C 10/100 Mbps PHY
[    1.305004] cpsw 4a100000.ethernet: Detected MACID = 34:b1:f7:3d:95:4a
[    1.311834] cpsw 4a100000.ethernet: cpts: overflow check period 850
[    1.319122] PPP generic driver version 2.4.2
[    1.323572] PPP BSD Compression module registered
[    1.328412] PPP Deflate Compression module registered
[    1.333514] PPP MPPE Compression module registered
[    1.338373] NET: Registered protocol family 24
[    1.748860] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.755444] ehci-pci: EHCI PCI platform driver
[    1.760028] ehci-platform: EHCI generic platform driver
[    1.765518] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.771786] ohci-pci: OHCI PCI platform driver
[    1.776321] ohci-platform: OHCI generic platform driver
[    1.782156] dwc3 48390000.usb: otg: primary host xhci-hcd.0.auto registered
[    1.789199] dwc3 48390000.usb: otg: shared host xhci-hcd.0.auto registered
[    1.796103] dwc3 48390000.usb: otg: can't start till gadget registers
[    1.802662] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    1.808214] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus 
number 1
[    1.816336] xhci-hcd xhci-hcd.1.auto: hcc params 0x0238f06d hci version 
0x100 quirks 0x00210010
[    1.825159] xhci-hcd xhci-hcd.1.auto: irq 188, io mem 0x483d0000
[    1.831415] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.838266] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.845519] usb usb1: Product: xHCI Host Controller
[    1.850431] usb usb1: Manufacturer: Linux 4.4.45-05040-g49854665-dirty 
xhci-hcd
[    1.857781] usb usb1: SerialNumber: xhci-hcd.1.auto
[    1.863213] hub 1-0:1.0: USB hub found
[    1.867054] hub 1-0:1.0: 1 port detected
[    1.871367] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
[    1.876892] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus 
number 2
[    1.884690] usb usb2: We don't know the algorithms for LPM for this host, 
disabling LPM.
[    1.892950] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.899788] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.907053] usb usb2: Product: xHCI Host Controller
[    1.911951] usb usb2: Manufacturer: Linux 4.4.45-05040-g49854665-dirty 
xhci-hcd
[    1.919301] usb usb2: SerialNumber: xhci-hcd.1.auto
[    1.924667] hub 2-0:1.0: USB hub found
[    1.928497] hub 2-0:1.0: 1 port detected
[    1.932975] usbcore: registered new interface driver usb-storage
[    1.939448] mousedev: PS/2 mouse device common for all mice
[    1.945294] usbcore: registered new interface driver xpad
[    1.950826] usbcore: registered new interface driver usb_acecad
[    1.956820] usbcore: registered new interface driver aiptek
[    1.962486] usbcore: registered new interface driver gtco
[    1.968147] usbcore: registered new interface driver hanwang
[    1.973884] usbcore: registered new interface driver kbtab
[    1.980105] i2c /dev entries driver
[    1.983652] gspca_main: v2.14.0 registered
[    1.989348] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[    1.996597] device-mapper: uevent: version 1.0.3
[    2.001614] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: 
dm-de...@redhat.com
[    2.010739] cpuidle: enable-method property 'ti,am4372' found operations
[    2.018478] omap_hsmmc 48060000.mmc: Got CD GPIO
[    2.059290] ledtrig-cpu: registered to indicate activity on CPUs
[    2.065441] hidraw: raw HID events driver (C) Jiri Kosina
[    2.079161] usbcore: registered new interface driver usbhid
[    2.084769] usbhid: USB HID core driver
[    2.088953] ashmem: initialized
[    2.094643] usbcore: registered new interface driver snd-usb-audio
[    2.102597] u32 classifier
[    2.105329]     input device check on
[    2.109110]     Actions configured
[    2.112584] Netfilter messages via NETLINK v0.30.
[    2.117448] nf_conntrack version 0.5.0 (15963 buckets, 63852 max)
[    2.124320] ctnetlink v0.93: registering with nfnetlink.
[    2.130557] xt_time: kernel timezone is -0000
[    2.135382] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.141038] arp_tables: (C) 2002 David S. Miller
[    2.145822] Initializing XFRM netlink socket
[    2.150952] NET: Registered protocol family 10
[    2.157157] mip6: Mobile IPv6
[    2.160190] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.166079] sit: IPv6 over IPv4 tunneling driver
[    2.171601] NET: Registered protocol family 17
[    2.176143] mmc0: host does not support reading read-only switch, assuming 
write-enable
[    2.184327] NET: Registered protocol family 15
[    2.188848] can: controller area network core (rev 20120528 abi 9)
[    2.195138] NET: Registered protocol family 29
[    2.199701] can: raw protocol (rev 20120528)
[    2.204007] can: broadcast manager protocol (rev 20120528 t)
[    2.209823] mmc0: new high speed SDHC card at address aaaa
[    2.215734] can: netlink gateway (rev 20130117) max_hops=1
[    2.222287] Key type dns_resolver registered
[    2.227025] mmcblk0: mmc0:aaaa SS08G 7.40 GiB 
[    2.232648] omap_voltage_late_init: Voltage driver support not added
[    2.239282]  mmcblk0: p1 p2 p3 p4
[    2.245685] registered taskstats version 1
[    2.251863] Key type encrypted registered
[    2.257636] omapdrm omapdrm.0: DMM not available, disable DMM support
[    2.265118] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.271882] [drm] No driver support for vblank timestamp query.
[    2.323634] Console: switching to colour frame buffer device 100x30
[    2.346764] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
[    2.376946] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
[    2.383730] GPIO line 97 (SelLCDorHDMI) hogged as output/high
[    2.390468] omap-gpmc 50000000.gpmc: GPMC revision 6.0
[    2.395640] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000
[    2.403195] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xdc
[    2.409658] nand: Micron MT29F4G08ABAEAWP
[    2.413688] nand: 512 MiB, SLC, erase size: 256 KiB, page size: 4096, OOB 
size: 224
[    2.421444] using OMAP_ECC_BCH16_CODE_HW ECC scheme
[    2.426448] 10 ofpart partitions found on MTD device 8000000.nand
[    2.432594] Creating 10 MTD partitions on "8000000.nand":
[    2.438060] 0x000000000000-0x000000040000 : "NAND.SPL"
[    2.444331] 0x000000040000-0x000000080000 : "NAND.SPL.backup1"
[    2.451234] 0x000000080000-0x0000000c0000 : "NAND.SPL.backup2"
[    2.458071] 0x0000000c0000-0x000000100000 : "NAND.SPL.backup3"
[    2.464798] 0x000000100000-0x000000180000 : "NAND.u-boot-spl-os"
[    2.471755] 0x000000180000-0x000000280000 : "NAND.u-boot"
[    2.478264] 0x000000280000-0x0000002c0000 : "NAND.u-boot-env"
[    2.484859] 0x0000002c0000-0x000000300000 : "NAND.u-boot-env.backup1"
[    2.492296] 0x000000300000-0x000000a00000 : "NAND.kernel"
[    2.499284] 0x000000a00000-0x000020000000 : "NAND.file-system"
[    2.583947] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[    2.593901] input: pixcir_tangoc as 
/devices/platform/44000000.ocp/44e0b000.i2c/i2c-0/0-005c/input/input0
[    2.604310] omap_i2c 44e0b000.i2c: bus 0 rev0.12 at 100 kHz
[    2.611090] omap_i2c 4819c000.i2c: bus 2 rev0.12 at 100 kHz
[    2.617638] hctosys: unable to open rtc device (rtc0)
[    2.629086] vbat: disabling
[    2.631950] v1_0bat: disabling
[    2.635760] v1_8bat: disabling
[    2.639745] ALSA device list:
[    2.642732]   No soundcards found.
[    2.664783] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. 
Opts: (null)
[    2.673203] VFS: Mounted root (ext4 filesystem) on device 179:2.
[    2.681279] Freeing unused kernel memory: 1024K (c0f00000 - c1000000)
[    2.728815] init: init started!
[    2.752139] SELinux:  Android master kernel running Android M policy in 
compatibility mode.
[    2.766397] SELinux:  Permission module_load in class system not defined in 
policy.
[    2.774666] SELinux:  Class netlink_iscsi_socket not defined in policy.
[    2.781385] SELinux:  Class netlink_fib_lookup_socket not defined in policy.
[    2.788489] SELinux:  Class netlink_connector_socket not defined in policy.
[    2.795481] SELinux:  Class netlink_netfilter_socket not defined in policy.
[    2.802524] SELinux:  Class netlink_generic_socket not defined in policy.
[    2.809356] SELinux:  Class netlink_scsitransport_socket not defined in 
policy.
[    2.816697] SELinux:  Class netlink_rdma_socket not defined in policy.
[    2.823267] SELinux:  Class netlink_crypto_socket not defined in policy.
[    2.830079] SELinux:  Permission audit_read in class capability2 not defined 
in policy.
[    2.838313] SELinux: the above unknown classes and permissions will be denied
[    2.894760] audit: type=1403 audit(2.880:2): policy loaded auid=4294967295 
ses=4294967295
[    2.904136] init: (Initializing SELinux non-enforcing took 0.17s.)
[    2.910659] audit: type=1400 audit(2.900:3): avc:  denied  { read } for  
pid=1 comm="init" name="selinux_version" dev="mmcblk0p2" ino=145 
scontext=u:r:kernel:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
[    2.930276] audit: type=1400 audit(2.920:4): avc:  denied  { open } for  
pid=1 comm="init" path="/selinux_version" dev="mmcblk0p2" ino=145 
scontext=u:r:kernel:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
[    2.949954] audit: type=1400 audit(2.940:5): avc:  denied  { getattr } for  
pid=1 comm="init" path="/selinux_version" dev="mmcblk0p2" ino=145 
scontext=u:r:kernel:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
[    2.986290] init: init second stage started!
[    3.035241] init: waitpid failed: No child processes
[    3.045297] init: (Loading properties from /default.prop took 0.00s.)
[    3.068668] init: (Parsing /init.environ.rc took 0.00s.)
[    3.075935] init: (Parsing /init.usb.rc took 0.00s.)
[    3.084049] init: (Parsing init.am43xevm_epos.usb.rc took 0.00s.)
[    3.090394] init: (Parsing /init.am43xevm_epos.rc took 0.01s.)
[    3.101724] init: (Parsing /init.usb.configfs.rc took 0.01s.)
[    3.112151] init: (Parsing /init.zygote32.rc took 0.00s.)
[    3.122332] init: (Parsing /init.trace.rc took 0.00s.)
[    3.127677] init: (Parsing /init.rc took 0.07s.)
[    3.132881] init: SELinux: Could not get canonical path /adb_keys 
restorecon: No such file or directory.
[    3.147073] init: Starting service 'ueventd'...
[    3.152901] init: Waiting for /dev/.coldboot_done...
[    3.162410] ueventd: ueventd started!
[    3.166371] audit: type=1400 audit(3.150:6): avc:  denied  { read } for  
pid=112 comm="ueventd" name="ueventd.rc" dev="mmcblk0p2" ino=149 
scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file 
permissive=1
[    3.186292] audit: type=1400 audit(3.170:7): avc:  denied  { open } for  
pid=112 comm="ueventd" path="/ueventd.rc" dev="mmcblk0p2" ino=149 
scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file 
permissive=1
[    3.206233] audit: type=1400 audit(3.190:8): avc:  denied  { getattr } for  
pid=112 comm="ueventd" path="/ueventd.rc" dev="mmcblk0p2" ino=149 
scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file 
permissive=1
[    3.659450] ueventd: Coldboot took 0.42s.
[    3.664526] init: Waiting for /dev/.coldboot_done took 0.51s.
[    3.670740] init: /dev/hw_random not found
[    3.675066] audit: type=1400 audit(3.660:9): avc:  denied  { write } for  
pid=1 comm="init" name="ttyS0" dev="tmpfs" ino=6931 scontext=u:r:init:s0 
tcontext=u:object_r:serial_device:s0 tclass=chr_file permissive=1
[    3.696623] audit: type=1400 audit(3.680:10): avc:  denied  { mounton } for  
pid=1 comm="init" path="/acct" dev="mmcblk0p2" ino=1775 scontext=u:r:init:s0 
tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1
[    3.728558] init: write_file: Unable to open 
'/proc/sys/kernel/hung_task_timeout_secs': No such file or directory
[    3.739347] init: write_file: Unable to open 
'/proc/sys/kernel/sched_tunable_scaling': No such file or directory
[    3.750039] init: write_file: Unable to open 
'/proc/sys/kernel/sched_compat_yield': No such file or directory
[    3.763040] init: write_file: Unable to write to '/dev/cpuctl/cpu.shares': 
Invalid argument
[    3.778560] init: write_file: Unable to open '/proc/sys/abi/swp': No such 
file or directory
[    3.794107] init: /dev/hw_random not found
[    3.801008] fs_mgr: 
__mount(source=/dev/block/mmcblk0p2,target=/system,type=ext4)=0
[    3.813323] EXT4-fs (mmcblk0p3): Ignoring removed nomblk_io_submit option
[    3.830820] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. 
Opts: nomblk_io_submit,errors=panic
[    3.841256] fs_mgr: 
__mount(source=/dev/block/mmcblk0p3,target=/data,type=ext4)=0
[    3.853216] EXT4-fs (mmcblk0p4): Ignoring removed nomblk_io_submit option
[    3.868258] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. 
Opts: nomblk_io_submit,errors=panic
[    3.883198] fs_mgr: 
__mount(source=/dev/block/mmcblk0p4,target=/cache,type=ext4)=0
[    3.930842] pwm_tiehrpwm: disagrees about version of symbol module_layout
[    3.958183] tilcdc: disagrees about version of symbol module_layout
[    3.973381] tda998x: disagrees about version of symbol module_layout
[    3.987154] ti_am335x_tscadc: disagrees about version of symbol module_layout
[    3.998358] ti_am335x_tsc: disagrees about version of symbol module_layout
[    4.014294] init: Warning!  Service logd needs a SELinux domain defined; 
please fix!
[    4.022619] init: Starting service 'logd'...
[    4.028241] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[    4.054406] init: (Loading properties from /system/build.prop took 0.01s.)
[    4.066149] init: (Loading properties from /vendor/build.prop took 0.00s.)
[    4.073921] init: (Loading properties from /factory/factory.prop took 0.00s.)
[    4.081965] init: /recovery not specified in fstab
[    4.096790] init: Warning!  Service vold needs a SELinux domain defined; 
please fix!
[    4.105972] init: Starting service 'vold'...
[    4.115950] init: Not bootcharting.
[    4.233791] init: Warning!  Service exec 0 (/system/bin/tzdatacheck) needs a 
SELinux domain defined; please fix!
[    4.266852] init: Starting service 'exec 0 (/system/bin/tzdatacheck)'...
[    4.405091] init: Service 'exec 0 (/system/bin/tzdatacheck)' (pid 123) 
exited with status 0
[    4.430007] init: (Loading properties from /data/local.prop took 0.00s.)
[    4.452914] random: init: uninitialized urandom read (40 bytes read, 19 bits 
of entropy available)
[    4.485382] init: Warning!  Service logd-reinit needs a SELinux domain 
defined; please fix!
[    4.505663] logd.auditd: start
[    4.509018] init: Starting service 'logd-reinit'...
[    4.518096] init: write_file: Unable to open 
'/proc/sys/vm/min_free_order_shift': No such file or directory
[    4.580126] init: Starting service 'healthd'...
[    4.585927] init: Starting service 'console'...
[    4.628028] init: Warning!  Service lmkd needs a SELinux domain defined; 
please fix!
[    4.635890] init: Starting service 'lmkd'...
[    4.651346] binder: 131:131 transaction failed 29189, size 0-0
[    4.708992] init: Warning!  Service servicemanager needs a SELinux domain 
defined; please fix!
[    4.739118] init: Starting service 'servicemanager'...
[    4.759115] init: Warning!  Service surfaceflinger needs a SELinux domain 
defined; please fix!
[    4.817281] init: Starting service 'surfaceflinger'...
[    4.823579] init: cannot find '/vendor/bin/pvrsrvinit', disabling 
'pvrsrvinit'
[    4.865977] init: cannot find '/system/bin/sgx/rc.pvr', disabling 'pvr'
[    4.899200] init: Service 'logd-reinit' (pid 129) exited with status 194
[    4.906831] init: write_file: Unable to write to 
'/sys/devices/system/cpu/cpu0/cpufreq/scaling_setspeed': Invalid argument
[    4.918783] logd.daemon: reinit
[    4.962299] file system registered
shell@am43xevm_epos:/ $ [    4.979323] init: write_file: Unable to open 
'/config/usb_gadget/g1/functions/rndis.gs4/wceis': No such file or directory
[    4.998271] init: Warning!  Service netd needs a SELinux domain defined; 
please fix!
[    5.006138] init: Starting service 'netd'...
[    5.012500] init: Warning!  Service debuggerd needs a SELinux domain 
defined; please fix!
[    5.032103] init: Starting service 'debuggerd'...
[    5.048965] init: cannot find '/system/bin/debuggerd64', disabling 
'debuggerd64'
[    5.097331] init: cannot find '/system/bin/rild', disabling 'ril-daemon'
[    5.104741] init: Warning!  Service drm needs a SELinux domain defined; 
please fix!
[    5.117270] logd.klogd: 5110293560
[    5.157145] init: Starting service 'drm'...
[    5.163429] init: Warning!  Service media needs a SELinux domain defined; 
please fix!
[    5.217248] init: Starting service 'media'...
[    5.223650] init: Warning!  Service installd needs a SELinux domain defined; 
please fix!
[    5.277176] init: Starting service 'installd'...
[    5.283069] init: cannot find '/system/bin/install-recovery.sh', disabling 
'flash_recovery'
[    5.307999] init: Warning!  Service keystore needs a SELinux domain defined; 
please fix!
[    5.325805] init: Starting service 'keystore'...
[    5.359288] init: Warning!  Service zygote needs a SELinux domain defined; 
please fix!
[    5.387196] init: Starting service 'zygote'...
[    5.393679] init: Warning!  Service gatekeeperd needs a SELinux domain 
defined; please fix!
[    5.437484] init: Starting service 'gatekeeperd'...
[    5.486890] init: Warning!  Service perfprofd needs a SELinux domain 
defined; please fix!
[    5.508129] init: Starting service 'perfprofd'...
[    5.514629] init: Starting service 'adbd'...
[    5.689610] healthd: No charger supplies found
[    5.694118] healthd: No battery devices found
[    5.767381] read descriptors
[    5.770319] read strings
[    5.802517] init: write_file: Unable to write to 
'/config/usb_gadget/g1/UDC': No such device
[    5.841638] random: perfprofd: uninitialized urandom read (40 bytes read, 31 
bits of entropy available)
[    9.223552] type=1400 audit(4.520:27): avc: denied { write } for pid=122 
comm="vold" name="property_service" dev="tmpfs" ino=6739 scontext=u:r:init:s0 
tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=1
[   10.771403] init: Service 'surfaceflinger' (pid 138) killed by signal 6
[   10.787502] init: Service 'surfaceflinger' (pid 138) killing any children in 
process group
[   10.807242] init: Service 'zygote' is being killed...
[   10.822737] init: Service 'zygote' (pid 152) killed by signal 9
[   10.841870] init: Service 'zygote' (pid 152) killing any children in process 
group
[   10.857405] init: write_file: Unable to open 
'/sys/android_power/request_state': No such file or directory
[   10.877330] init: write_file: Unable to write to '/sys/power/state': Invalid 
argument
[   10.907966] init: Service 'media' is being killed...
[   10.923475] init: Service 'netd' is being killed...
[   10.941288] init: Service 'netd' (pid 142) killed by signal 9
[   10.948110] init: Service 'netd' (pid 142) killing any children in process 
group
[   10.956542] init: Service 'media' (pid 145) killed by signal 9
[   10.962596] init: Service 'media' (pid 145) killing any children in process 
group
[   10.970802] init: Untracked pid 243 killed by signal 9
[   10.976547] init: Warning!  Service netd needs a SELinux domain defined; 
please fix!
[   10.984494] init: Starting service 'netd'...
[   10.990556] init: Warning!  Service surfaceflinger needs a SELinux domain 
defined; please fix!
[   11.007169] init: Starting service 'surfaceflinger'...
[   11.014163] init: Warning!  Service media needs a SELinux domain defined; 
please fix!
[   11.047319] init: Starting service 'media'...
[   11.053646] init: Warning!  Service zygote needs a SELinux domain defined; 
please fix!
[   11.107150] init: Starting service 'zygote'...
[   11.727613] type=1400 audit(4.540:28): avc: denied { create } for pid=122 
comm="vold" scontext=u:r:init:s0 tcontext=u:r:init:s0 
tclass=netlink_kobject_uevent_socket permissive=1
[   13.505418] type=1400 audit(4.540:29): avc: denied { setopt } for pid=122 
comm="vold" scontext=u:r:init:s0 tcontext=u:r:init:s0 
tclass=netlink_kobject_uevent_socket permissive=1

shell@am43xevm_epos:/ $ 
shell@am43xevm_epos:/ $ 
shell@am43xevm_epos:/ $ 
shell@am43xevm_epos:/ $ logcat
--------- beginning of main
01-01 00:00:00.320   121   121 W auditd  : type=2000 audit(0.0:1): initialized
01-01 00:00:02.880   121   121 I auditd  : type=1403 audit(0.0:2): policy 
loaded auid=4294967295 ses=4294967295
01-01 00:00:02.900     1     1 I init    : type=1400 audit(0.0:3): avc: denied 
{ read } for name="selinux_version" dev="mmcblk0p2" ino=145 
scontext=u:r:kernel:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
01-01 00:00:02.920     1     1 I init    : type=1400 audit(0.0:4): avc: denied 
{ open } for path="/selinux_version" dev="mmcblk0p2" ino=145 
scontext=u:r:kernel:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
01-01 00:00:02.940     1     1 I init    : type=1400 audit(0.0:5): avc: denied 
{ getattr } for path="/selinux_version" dev="mmcblk0p2" ino=145 
scontext=u:r:kernel:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
01-01 00:00:03.150   112   112 I ueventd : type=1400 audit(0.0:6): avc: denied 
{ read } for name="ueventd.rc" dev="mmcblk0p2" ino=149 scontext=u:r:ueventd:s0 
tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
01-01 00:00:03.170   112   112 I ueventd : type=1400 audit(0.0:7): avc: denied 
{ open } for path="/ueventd.rc" dev="mmcblk0p2" ino=149 scontext=u:r:ueventd:s0 
tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
01-01 00:00:03.190   112   112 I ueventd : type=1400 audit(0.0:8): avc: denied 
{ getattr } for path="/ueventd.rc" dev="mmcblk0p2" ino=149 
scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file 
permissive=1
01-01 00:00:03.660     1     1 I init    : type=1400 audit(0.0:9): avc: denied 
{ write } for name="ttyS0" dev="tmpfs" ino=6931 scontext=u:r:init:s0 
tcontext=u:object_r:serial_device:s0 tclass=chr_file permissive=1
01-01 00:00:03.680     1     1 I init    : type=1400 audit(0.0:10): avc: denied 
{ mounton } for path="/acct" dev="mmcblk0p2" ino=1775 scontext=u:r:init:s0 
tcontext=u:object_r:unlabeled:s0 tclass=dir permissive=1
--------- beginning of system
01-01 00:00:04.509   122   122 I vold    : Vold 3.0 (the awakening) firing up
01-01 00:00:04.520   122   122 I vold    : type=1400 audit(0.0:27): avc: denied 
{ write } for name="property_service" dev="tmpfs" ino=6739 scontext=u:r:init:s0 
tcontext=u:object_r:property_socket:s0 tclass=sock_file permissive=1
01-01 00:00:04.521   122   122 V vold    : Detected support for: ext4 vfat
01-01 00:00:04.540   122   122 I vold    : type=1400 audit(0.0:28): avc: denied 
{ create } for scontext=u:r:init:s0 tcontext=u:r:init:s0 
tclass=netlink_kobject_uevent_socket permissive=1
01-01 00:00:04.540   122   122 I vold    : type=1400 audit(0.0:29): avc: denied 
{ setopt } for scontext=u:r:init:s0 tcontext=u:r:init:s0 
tclass=netlink_kobject_uevent_socket permissive=1
01-01 00:00:04.540   122   122 I vold    : type=1400 audit(0.0:30): avc: denied 
{ bind } for scontext=u:r:init:s0 tcontext=u:r:init:s0 
tclass=netlink_kobject_uevent_socket permissive=1
01-01 00:00:04.540   122   122 I vold    : type=1400 audit(0.0:31): avc: denied 
{ getopt } for scontext=u:r:init:s0 tcontext=u:r:init:s0 
tclass=netlink_kobject_uevent_socket permissive=1
01-01 00:00:04.590   122   122 I vold    [   20.234947] type=1400 
audit(4.650:36): avc: denied { ioctl } for pid=132 comm="init" 
path="/dev/ttyS0" dev="tmpfs" ino=6931 ioctlcmd=540e scontext=u:r:init:s0 
tcontext=u:object_r:serial_device:s0 tclass=chr_file permissive=1
: type=1400 audit(0.0:32): avc: denied { read } for scontext=u:r:init:s0 
tcontext=u:r:init:s0 tclass=netlink_kobject_uevent_socket permissive=1
01-01 00:00:04.600   131   131 I init    : type=1400 audit(0.0:33): avc: denied 
{ entrypoint } for path="/sbin/healthd" dev="mmcblk0p2" ino=140 
scontext=u:r:healthd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file 
permissive=1
01-01 00:00:04.630   131   131 I healthd : type=1400 audit(0.0:34): avc: denied 
{ read } for path="/sbin/healthd" dev="mmcblk0p2" ino=140 
scontext=u:r:healthd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file 
permissive=1
01-01 00:00:04.836   135   135 I lowmemorykiller: Using in-kernel low memory 
killer interface
01-01 00:00:05.183   143   143 I         : debuggerd: starting
01-01 00:00:05.269   142   142 I Netd    : Netd 1.0 starting
01-01 00:00:05.324   142   142 D TetherController: Setting IP forward enable = 0
01-01 00:00:05.337   138   138 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:05.338   138   138 I SurfaceFlinger: SurfaceFlinger's main thread 
ready to run. Initializing graphics H/W...
01-01 00:00:05.411   146   146 I installd: installd firing up
01-01 00:00:05.414   138   138 W linker  : 
/system/lib/egl/libEGL_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0x52c
01-01 00:00:05.519   138   138 W linker  : /system/lib/libIMGegl.so: unused DT 
entry: type 0xf arg 0x9f4
01-01 00:00:05.577   138   138 W linker  : /system/lib/libsrv_um.so: unused DT 
entry: type 0xf arg 0xdb1
01-01 00:00:05.579   138   138 D libEGL  : loaded 
/system/lib/egl/libEGL_POWERVR_SGX530_125.so
01-01 00:00:05.778   155   155 I perfprofd: starting Android Wide Profiling 
daemon
01-01 00:00:05.783   138   138 W linker  : 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so: unused DT entry: type 0xf 
arg 0xe50
01-01 00:00:05.811   153   153 I gatekeeperd: Starting gatekeeperd...
01-01 00:00:05.832   155   155 E perfprofd: unable to open configuration file 
/data/data/com.google.android.gms/files/perfprofd.conf
01-01 00:00:05.855   155   155 I perfprofd: random seed set to 800441537
01-01 00:00:05.925   138   138 W linker  : /system/lib/libusc.so: unused DT 
entry: type 0xf arg 0x319
01-01 00:00:05.935   153   153 W gatekeeperd: falling back to software 
GateKeeper
01-01 00:00:05.942   149   149 I keystore: Found keymaster0 module Keymaster 
OpenSSL HAL, version 2
01-01 00:00:05.942   149   149 I SoftKeymaster: 
system/keymaster/soft_keymaster_device.cpp, Line 122: Creating device
01-01 00:00:05.942   149   149 D SoftKeymaster: 
system/keymaster/soft_keymaster_device.cpp, Line 123: Device address: 0xb6be4000
01-01 00:00:05.942   149   149 I keystore: Keymaster0 module is software-only.  
Using SoftKeymasterDevice instead.
01-01 00:00:05.942   149   149 I SoftKeymaster: 
system/keymaster/soft_keymaster_device.cpp, Line 122: Creating device
01-01 00:00:05.942   149   149 D SoftKeymaster: 
system/keymaster/soft_keymaster_device.cpp, Line 123: Device address: 0xb6be4180
01-01 00:00:06.017   137   137 E SELinux : avc:  denied  { add } for 
service=android.service.gatekeeper.IGateKeeperService scontext=u:r:init:s0 
tcontext=u:object_r:gatekeeper_service:s0 tclass=service_manager
01-01 00:00:06.094   137   137 E SELinux : avc:  denied  { add } for 
service=android.security.keystore scontext=u:r:init:s0 
tcontext=u:object_r:keystore_service:s0 tclass=service_manager
01-01 00:00:06.196   138   138 W linker  : 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0xf5e
01-01 00:00:06.223   138   138 E IMGSRV  : pvr_metrics.c:95: 
PVRSRVMetricsTimeNow: using (potentially) low resolution timer
01-01 00:00:06.787   137   137 E SELinux : avc:  denied  { add } for 
service=drm.drmManager scontext=u:r:init:s0 
tcontext=u:object_r:drmserver_service:s0 tclass=service_manager
01-01 00:00:07.226   138   138 W linker  : 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so: unused DT entry: type 0xf 
arg 0xe50
01-01 00:00:07.227   138   138 W linker  : /system/lib/libusc.so: unused DT 
entry: type 0xf arg 0x319
01-01 00:00:07.230   138   138 D libEGL  : loaded 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so
01-01 00:00:07.239   138   138 W linker  : 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0xf5e
01-01 00:00:07.315   138   138 D libEGL  : loaded 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
01-01 00:00:07.375   138   138 W linker  : /system/lib/libpvrANDROID_WSEGL.so: 
unused DT entry: type 0xf arg 0x101
01-01 00:00:07.377   138   138 E IMGSRV  : pvr_bridge_u.c:83: OpenServices: 
Cannot open device driver /dev/pvrsrvkm.
01-01 00:00:07.377   138   138 E IMGSRV  : bridged_pvr_glue.c:361: 
PVRSRVConnect: Unable to open connection.
01-01 00:00:07.377   138   138 E IMGSRV  : srv_sgx.c:43: Couldn't connect to 
services
01-01 00:00:07.377   138   138 W libEGL  : eglInitialize(0x1) failed 
(EGL_BAD_ALLOC)
01-01 00:00:07.389   138   138 W gralloc : FBIOPUT_VSCREENINFO failed, page 
flipping not supported
01-01 00:00:07.389   138   138 W gralloc : page flipping not supported 
(yres_virtual=480, requested=960)
01-01 00:00:07.389   138   138 I gralloc : using (fd=12)
01-01 00:00:07.389   138   138 I gralloc : id           = omapdrm
01-01 00:00:07.389   138   138 I gralloc : xres         = 800 px
01-01 00:00:07.389   138   138 I gralloc : yres         = 480 px
01-01 00:00:07.389   138   138 I gralloc : xres_virtual = 800 px
01-01 00:00:07.389   138   138 I gralloc : yres_virtual = 480 px
01-01 00:00:07.389   138   138 I gralloc : bpp          = 32
01-01 00:00:07.389   138   138 I gralloc : r            = 16:8
01-01 00:00:07.389   138   138 I gralloc : g            =  8:8
01-01 00:00:07.389   138   138 I gralloc : b            =  0:8
01-01 00:00:07.389   138   138 I gralloc : width        = 127 mm (160.000000 
dpi)
01-01 00:00:07.389   138   138 I gralloc : height       = 76 mm (160.421051 dpi)
01-01 00:00:07.389   138   138 I gralloc : refresh rate = 60.00 Hz
01-01 00:00:07.398   138   138 I SurfaceFlinger: Using composer version 1.0
01-01 00:00:07.398   138   138 W SurfaceFlinger: no suitable EGLConfig found, 
trying a simpler query
01-01 00:00:07.399   138   138 F SurfaceFlinger: no suitable EGLConfig found, 
giving up
--------- beginning of crash
01-01 00:00:07.399   138   138 F libc    : Fatal signal 6 (SIGABRT), code -6 in 
tid 138 (surfaceflinger)
01-01 00:00:07.506   143   143 F DEBUG   : *** *** *** *** *** *** *** *** *** 
*** *** *** *** *** *** ***
01-01 00:00:07.507   143   143 F DEBUG   : Build fingerprint: 
'Android/am43xevm_epos_sd/am43xevm_epos:6.0.1/MOB31T/viraj09021851:eng/test-keys'
01-01 00:00:07.507   143   143 F DEBUG   : Revision: '0'
01-01 00:00:07.507   143   143 F DEBUG   : ABI: 'arm'
01-01 00:00:07.507   143   143 F DEBUG   : pid: 138, tid: 138, name: 
surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:07.507   143   143 F DEBUG   : signal 6 (SIGABRT), code -6 
(SI_TKILL), fault addr --------
01-01 00:00:07.529   143   143 F DEBUG   : Abort message: 'no suitable 
EGLConfig found, giving up'
01-01 00:00:07.529   143   143 F DEBUG   :     r0 00000000  r1 0000008a  r2 
00000006  r3 b6f7eb7c
01-01 00:00:07.529   143   143 F DEBUG   :     r4 b6f7eb84  r5 b6f7eb34  r6 
00000002  r7 0000010c
01-01 00:00:07.529   143   143 F DEBUG   :     r8 00000001  r9 ffff694a  sl 
b6f2f940  fp 00000001
01-01 00:00:07.529   143   143 F DEBUG   :     ip 00000006  sp beee95c0  lr 
b6dc506d  pc b6dc7468  cpsr 40000010
01-01 00:00:07.639   143   143 F DEBUG   : 
01-01 00:00:07.639   143   143 F DEBUG   : backtrace:
01-01 00:00:07.639   143   143 F DEBUG   :     #00 pc 00041468  
/system/lib/libc.so (tgkill+12)
01-01 00:00:07.639   143   143 F DEBUG   :     #01 pc 0003f069  
/system/lib/libc.so (pthread_kill+32)
01-01 00:00:07.639   143   143 F DEBUG   :     #02 pc 0001b597  
/system/lib/libc.so (raise+10)
01-01 00:00:07.639   143   143 F DEBUG   :     #03 pc 00018737  
/system/lib/libc.so (__libc_android_abort+34)
01-01 00:00:07.639   143   143 F DEBUG   :     #04 pc 000174b8  
/system/lib/libc.so (abort+4)
01-01 00:00:07.639   143   143 F DEBUG   :     #05 pc 00008997  
/system/lib/libcutils.so (__android_log_assert+86)
01-01 00:00:07.639   143   143 F DEBUG   :     #06 pc 000281b1  
/system/lib/libsurfaceflinger.so 
(_ZN7android12RenderEngine15chooseEglConfigEPvi+300)
01-01 00:00:07.639   143   143 F DEBUG   :     #07 pc 00027db1  
/system/lib/libsurfaceflinger.so (_ZN7android12RenderEngine6createEPvi+60)
01-01 00:00:07.639   143   143 F DEBUG   :     #08 pc 0001896f  
/system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+310)
01-01 00:00:07.639   143   143 F DEBUG   :     #09 pc 00000e9d  
/system/bin/surfaceflinger
01-01 00:00:07.639   143   143 F DEBUG   :     #10 pc 00017365  
/system/lib/libc.so (__libc_init+44)
01-01 00:00:07.639   143   143 F DEBUG   :     #11 pc 00000d60  
/system/bin/surfaceflinger
01-01 00:00:08.607   145   145 V MediaUtils: physMem: 1047248896
01-01 00:00:08.607   145   145 V MediaUtils: requested limit: 680711720
01-01 00:00:08.608   145   145 V MediaUtils: actual limit: 680711720
01-01 00:00:08.608   145   145 V MediaUtils: original limits: 
4294967295/4294967295
01-01 00:00:08.608   145   145 V MediaUtils: new limits: 680711720/4294967295
01-01 00:00:08.813   145   145 I mediaserver: ServiceManager: 0xb608e120
01-01 00:00:08.813   145   145 I AudioFlinger: Using default 3000 mSec as 
standby time.
01-01 00:00:08.814   137   137 E SELinux : avc:  denied  { add } for 
service=media.audio_flinger scontext=u:r:init:s0 
tcontext=u:object_r:mediaserver_service:s0 tclass=service_manager
01-01 00:00:08.815   145   145 E         : batterystats service unavailable!
01-01 00:00:08.815   145   145 E         : batterystats service unavailable!
01-01 00:00:08.816   145   145 I CameraService: CameraService started (pid=145)
01-01 00:00:08.816   145   145 I CameraService: CameraService process starting
01-01 00:00:08.816   145   145 E         : batterystats service unavailable!
01-01 00:00:08.816   145   145 E         : batterystats service unavailable!
01-01 00:00:08.817   145   145 E CameraService: Could not load camera HAL 
module: -2 (No such file or directory)
01-01 00:00:08.820   145   145 I AudioPolicyService: AudioPolicyService CSTOR 
in new mode
01-01 00:00:08.825   145   145 I APM::ConfigParsingUtils: 
loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
01-01 00:00:08.826   137   137 E SELinux : avc:  denied  { find } for 
service=media.audio_flinger scontext=u:r:init:s0 
tcontext=u:object_r:mediaserver_service:s0 tclass=service_manager
01-01 00:00:08.831   145   145 I AudioFlinger: loadHwModule() Loaded primary 
audio interface from Default audio HW HAL (audio) handle 1
01-01 00:00:08.831   145   145 I AudioFlinger: openOutput(), module 1 Device 2, 
SamplingRate 48000, Format 0x000001, Channels 3, flags 2
01-01 00:00:08.831   145   145 I AudioFlinger: AudioStreamOut::open(), 
mHalFormatIsLinearPcm = 1
01-01 00:00:08.831   145   145 I AudioFlinger: HAL output buffer size 1024 
frames, normal sink buffer size 1024 frames
01-01 00:00:08.861   145   145 I BufferProvider: found effect "Multichannel 
Downmix To Stereo" from The Android Open Source Project
01-01 00:00:08.862   145   145 I AudioFlinger: Using module 1 has the primary 
audio interface
01-01 00:00:08.863   145   207 I AudioFlinger: AudioFlinger's thread 0xb4580000 
ready to run
01-01 00:00:08.864   145   207 E AudioFlinger: no wake lock to update!
01-01 00:00:08.864   145   207 E cutils-trace: Error opening trace file: 
Permission denied (13)
01-01 00:00:08.867   145   208 I AudioFlinger: AudioFlinger's thread 0xb4340000 
ready to run
01-01 00:00:08.868   145   145 E AudioFlinger: int 
android::load_audio_interface(const char*, audio_hw_device_t**) couldn't load 
audio hw module audio.a2dp (No such file or directory)
01-01 00:00:08.868   145   145 I AudioFlinger: loadHwModule() error -2 loading 
module a2dp 
01-01 00:00:08.868   145   145 W APM::AudioPolicy[   21.308808] type=1400 
audit(4.650:37): avc: denied { entrypoint } for pid=132 comm="init" 
path="/system/bin/sh" dev="mmcblk0p2" ino=537 scontext=u:r:shell:s0 
tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
Manager: could not open HW module a2dp
01-01 00:00:08.870   145   145 E SoundTriggerHwService: couldn't load sound 
trigger module sound_trigger.primary (No such file or directory)
01-01 00:00:08.871   145   145 I RadioService: RadioService
01-01 00:00:08.871   145   145 I RadioService: onFirstRef
01-01 00:00:08.871   145   145 E RadioService: couldn't load radio module 
radio.primary (No such file or directory)
01-01 00:00:10.760   143   143 F DEBUG   : 
01-01 00:00:10.760   143   143 F DEBUG   : Tombstone written to: 
/data/tombstones/tombstone_08
01-01 00:00:10.915   137   137 I ServiceManager: service 'media.audio_flinger' 
died
01-01 00:00:10.915   137   137 I ServiceManager: service 'media.player' died
01-01 00:00:10.915   137   137 I ServiceManager: service 
'media.resource_manager' died
01-01 00:00:10.915   137   137 I ServiceManager: service 'media.camera' died
01-01 00:00:10.915   137   137 I ServiceManager: service 'media.audio_policy' 
died
01-01 00:00:10.915   137   137 I ServiceManager: service 'media.radio' died
01-01 00:00:10.915   137   137 I ServiceManager: service 
'media.sound_trigger_hw' died
01-01 00:00:11.189   244   244 I Netd    : Netd 1.0 starting
01-01 00:00:11.220   244   244 D TetherController: Setting IP forward enable = 0
01-01 00:00:11.397   245   245 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:11.400   245   245 I SurfaceFlinger: SurfaceFlinger's main thread 
ready to run. Initializing graphics H/W...
01-01 00:00:11.402   245   245 W linker  : 
/system/lib/egl/libEGL_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0x52c
01-01 00:00:11.403   245   245 W linker  : /system/lib/libIMGegl.so: unused DT 
entry: type 0xf arg 0x9f4
01-01 00:00:11.404   245   245 W linker  : /system/lib/libsrv_um.so: unused DT 
entry: type 0xf arg 0xdb1
01-01 00:00:11.405   245   245 D libEGL  : loaded 
/system/lib/egl/libEGL_POWERVR_SGX530_125.so
01-01 00:00:11.406   245   245 W linker  : 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so: unused DT entry: type 0xf 
arg 0xe50
01-01 00:00:11.407   245   245 W linker  : /system/lib/libusc.so: unused DT 
entry: type 0xf arg 0x319
01-01 00:00:11.452   245   245 W linker  : 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0xf5e
01-01 00:00:11.466   245   245 E IMGSRV  : pvr_metrics.c:95: 
PVRSRVMetricsTimeNow: using (potentially) low resolution timer
01-01 00:00:12.469   245   245 W linker  : 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so: unused DT entry: type 0xf 
arg 0xe50
01-01 00:00:12.470   245   245 W linker  : /system/lib/libusc.so: unused DT 
entry: type 0xf arg 0x319
01-01 00:00:12.472   245   245 D libEGL  : loaded 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so
01-01 00:00:12.481   245   245 W linker  : 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0xf5e
01-01 00:00:12.544   245   245 D libEGL  : loaded 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
01-01 00:00:12.596   245   245 W linker  : /system/lib/libpvrANDROID_WSEGL.so: 
unused DT entry: type 0xf arg 0x101
01-01 00:00:12.597   245   245 E IMGSRV  : pvr_bridge_u.c:83: OpenServices: 
Cannot open device driver /dev/pvrsrvkm.
01-01 00:00:12.597   245   245 E IMGSRV  : bridged_pvr_glue.c:361: 
PVRSRVConnect: Unable to open connection.
01-01 00:00:12.597   245   245 E IMGSRV  : srv_sgx.c:43: Couldn't connect to 
services
01-01 00:00:12.597   245   245 W libEGL  : eglInitialize(0x1) failed 
(EGL_BAD_ALLOC)
01-01 00:00:12.611   245   245 W gralloc : FBIOPUT_VSCREENINFO failed, page 
flipping not supported
01-01 00:00:12.611   245   245 W gralloc : page flipping not supported 
(yres_virtual=480, requested=960)
01-01 00:00:12.611   245   245 I gralloc : using (fd=12)
01-01 00:00:12.611   245   245 I gralloc : id           = omapdrm
01-01 00:00:12.611   245   245 I gralloc : xres         = 800 px
01-01 00:00:12.611   245   245 I gralloc : yres         = 480 px
01-01 00:00:12.611   245   245 I gralloc : xres_virtual = 800 px
01-01 00:00:12.611   245   245 I gralloc : yres_virtual = 480 px
01-01 00:00:12.611   245   245 I gralloc : bpp          = 32
01-01 00:00:12.611   245   245 I gralloc : r            = 16:8
01-01 00:00:12.611   245   245 I gralloc : g            =  8:8
01-01 00:00:12.611   245   245 I gralloc : b            =  0:8
01-01 00:00:12.611   245   245 I gralloc : width        = 127 mm (160.000000 
dpi)
01-01 00:00:12.611   245   245 I gralloc : height       = 76 mm (160.421051 dpi)
01-01 00:00:12.611   245   245 I gralloc : refresh rate = 60.00 Hz
01-01 00:00:12.615   245   245 I SurfaceFlinger: Using composer version 1.0
01-01 00:00:12.616   245   245 W SurfaceFlinger: no suitable EGLConfig found, 
trying a simpler query
01-01 00:00:12.616   245   245 F SurfaceFlinger: no suitable EGLConfig found, 
giving up
01-01 00:00:12.616   245   245 F libc    : Fatal signal 6 (SIGABRT), code -6 in 
tid 245 (surfaceflinger)
01-01 00:00:12.799   143   143 F DEBUG   : *** *** *** *** *** *** *** *** *** 
*** *** *** *** *** *** ***
01-01 00:00:12.800   143   143 F DEBUG   : Build fingerprint: 
'Android/am43xevm_epos_sd/am43xevm_epos:6.0.1/MOB31T/viraj09021851:eng/test-keys'
01-01 00:00:12.800   143   143 F DEBUG   : Revision: '0'
01-01 00:00:12.800   143   143 F DEBUG   : ABI: 'arm'
01-01 00:00:12.800   143   143 F DEBUG   : pid: 245, tid: 245, name: 
surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:12.800   143   143 F DEBUG   : signal 6 (SIGABRT), code -6 
(SI_TKILL), fault addr --------
01-01 00:00:12.832   143   143 F DEBUG   : Abort message: 'no suitable 
EGLConfig found, giving up'
01-01 00:00:12.832   143   143 F DEBUG   :     r0 00000000  r1 000000f5  r2 
00000006  r3 b6fbcb7c
01-01 00:00:12.832   143   143 F DEBUG   :     r4 b6fbcb84  r5 b6fbcb34  r6 
00000002  r7 0000010c
01-01 00:00:12.832   143   143 F DEBUG   :     r8 00000001  r9 ffff694a  sl 
b6f6d940  fp 00000001
01-01 00:00:12.832   143   143 F DEBUG   :     ip 00000006  sp be86b5c0  lr 
b6e0306d  pc b6e05468  cpsr 40000010
01-01 00:00:12.879   143   143 F DEBUG   : 
01-01 00:00:12.879   143   143 F DEBUG   : backtrace:
01-01 00:00:12.879   143   143 F DEBUG   :     #00 pc 00041468  
/system/lib/libc.so (tgkill+12)
01-01 00:00:12.879   143   143 F DEBUG   :     #01 pc 0003f069  
/system/lib/libc.so (pthread_kill+32)
01-01 00:00:12.879   143   143 F DEBUG   :     #02 pc 0001b597  
/system/lib/libc.so (raise+10)
01-01 00:00:12.879   143   143 F DEBUG   :     #03 pc 00018737  
/system/lib/libc.so (__libc_android_abort+34)
01-01 00:00:12.879   143   143 F DEBUG   :     #04 pc 000174b8  
/system/lib/libc.so (abort+4)
01-01 00:00:12.879   143   143 F DEBUG   :     #05 pc 00008997  
/system/lib/libcutils.so (__android_log_assert+86)
01-01 00:00:12.879   143   143 F DEBUG   :     #06 pc 000281b1  
/system/lib/libsurfaceflinger.so 
(_ZN7android12RenderEngine15chooseEglConfigEPvi+300)
01-01 00:00:12.879   143   143 F DEBUG   :     #07 pc 00027db1  
/system/lib/libsurfaceflinger.so (_ZN7android12RenderEngine6createEPvi+60)
01-01 00:00:12.913   143   143 F DEBUG   :     #08 pc 0001896f  
/system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+310)
01-01 00:00:12.913   143   143 F DEBUG   :     #09 pc 00000e9d  
/system/bin/surfaceflinger
01-01 00:00:12.913   143   143 F DEBUG   :     #10 pc 00017365  
/system/lib/libc.so (__libc_init+44)
01-01 00:00:12.913   143   143 F DEBUG   :     #11 pc 00000d60  
/system/bin/surfaceflinger
01-01 00:00:13.040   246   246 V MediaUtils: physMem: 1047248896
01-01 00:00:13.040   246   246 V MediaUtils: requested limit: 680711720
01-01 00:00:13.040   246   246 V MediaUtils: actual limit: 680711720
01-01 00:00:13.040   246   246 V MediaUtils: original lim[   22.002396] init: 
Service 'surfaceflinger' (pid 348) killed by signal 6
its: 4294967295/4294967295
01-01 00:00:13.040   246   246 V Med[   22.014878] type=1400 audit(4.670:38): 
avc: denied { read write } for pid=132 comm="sh" path="/dev/ttyS0" dev="tmpfs" 
ino=6931 scontext=u:r:shell:s0 tcontext=u:object_r:serial_device:s0 
tclass=chr_file permissive=1
iaUtils: new limits: 680711720/4294967295
01-01 00:00:13.042   246   246 I mediaserver: ServiceManager: 0xb610e120
01-01 00:00[   22.048623] init: Service 'surfaceflinger' (pid 348) killing any 
children in process group
:13.042   246   246 I AudioFlinger: Using default 3000 mSec as standby time.
01-01 00:00:13.043   246   246 E         : batterystats service unavailable!
01-01 00:00:13.043   246   246 E         : batterystats service unavailable!
01-01 00:00:13.060   2[   22.077237] init: Service 'zygote' is being killed...
46   246 I CameraService: CameraService started (pid=246)
01-01 00:00:13.060   246   246 I CameraService: CameraService process starting
01-01 00:00:13.060   246   246 E         : batterysta[   22.098423] init: 
Warning!  Service surfaceflinger needs a SELinux domain defined; please fix!
ts service unavailable!
01-01 00:00:13.061   246   246 E         : batterystats service unavailable!
01-01 00:00:13.061   246   246 E CameraService: Could not load camera HAL 
module: -2 (No such file or directory)
01-01 00:00:13.071   246   246 I AudioPolicyService: AudioPolicyService CSTOR 
in new mode
01-01 00:00:[   22.137272] init: Starting service 'surfaceflinger'...
13.072   246   246 I APM::ConfigParsingUtils: loadAudioPolicyCon[   22.146129] 
init: Service 'zygote' (pid 351) killed by signal 9
fig() loaded /system/etc/audio_policy.conf
01-01 00:00:13.083   246   246 I AudioFlinger: loadHwModule() Loaded primary 
audio interface from Default audio HW HAL (audio) handle 1
01-01 00:00:13.083   246   246 I AudioFlinger: openOutput(), module 1 Device 2, 
SamplingRate 48000, Format 0x000001, Channels 3, flags 2
01-01 00:00:13.083   246   246 I AudioFlinger: AudioStreamOut::op[   22.187212] 
init: Service 'zygote' (pid 351) killing any children in process group
en(), mHalFormatIsLinearPcm = 1
01-01 00:00:13.084   246   246 I AudioFlinger: HAL output buffer size 1024 
frames, normal sink buffer size 1024 frames
01-01 00:00:13.113   246   246 I BufferProvider: found effect "Multichannel 
Downmix To Stereo" from The Android Open Source Project
01-01 00:00:13.113   246   246 I AudioFlinger: Using module 1 has the primary 
audio interface
01-[   22.227373] init: write_file: Unable to open 
'/sys/android_power/request_state': No such file or directory
01 00:00:13.121   246   276 I AudioFlinger: AudioFlinger's thread 0xb45c0000 
ready to run
01-01 00:00:13.124   246   276 E AudioFlinger: no wake lock to update!
01-01 00:00:13.124   246   276 E cutils-trace: Error opening trace file: 
Permission denied (13)
01-01 00:00:13.130   246   277 I AudioFlinger: AudioFlinger'[   22.267305] 
init: write_file: Unable to write to '/sys/power/state': Invalid argument
s thread 0xb4380000 ready to run
01-01 00:00:13.131   246   246[   22.276808] init: Service 'media' is being 
killed...
 E AudioFlinger: int android::load_audio_interface(const char*, 
audio_hw_device_t**) couldn't load audio hw module audio.a2dp (No such file or 
directory)
01-01 00:00:13.131   246   246 I AudioFlinger: loadHwModule() error -2 loading 
module a2dp 
01-01 00:00:13.131   246   246 W APM::AudioPolicyManager: could not open HW 
module a2dp
01-01 00:00:13.133   246   246 E SoundTriggerHwService: couldn't load sound 
trigger module sound_trigger.primary (No such file or directory)
01-01 00:00:13.134   246   246 I RadioService: RadioService
01-01 00:00:13.134   246   246 I RadioService: onFirstRef
01-01 00:00:13.134   246   246 E RadioSer[   22.343288] init: Service 'netd' is 
being killed...
vice: couldn't load radio module radio.primary (No such file or directory)
01-01 00:00:15.090   247   247 D AndroidRuntime: >>>[   22.359429] init: 
Service 'netd' (pid 317) killed by signal 9
>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<
01-01[   22.365373] init: Service 'netd' (pid 317) killing any children in 
process group
 00:00:15.260   143   143 F DEBUG   : 
01-01 00:00:15.260   143   143 F DEBUG   : Tombstone written to: 
/data/tombstones/tombstone_08
01-01 00:00:15.432   137   137 I ServiceManager: service 'media.audio_flinger' 
died
01-01 00:00:15.432   137   137 I Se[   22.399031] init: Service 'media' (pid 
350) killed by signal 9
rviceManager: service 'media.player' died
01-01 00:00:15.432   [   22.406712] init: Service 'media' (pid 350) killing any 
children in process group
137   137 I ServiceManager: service 'media.resource_manager' died
01-01 00:00:15.432   137   137 I ServiceManager: service 'media.camera' died
01-01 00:00:15.432   137   137 I ServiceManager: service 'media.audio_policy' 
died
01-01 00:00:15.432   137   137 I ServiceManager: service 'media.radio' died
01-01 00:00:15.432   137   137 I ServiceManager: service 
'media.sound_trigger_hw' died
01-01 00:00:15.548   317   317 I Netd    : Netd 1.0 starting
01-01 00:00:15.549   317   317 D TetherController: Setti[   22.461187] init: 
Untracked pid 455 killed by signal 9
ng IP forward enable = 0
01-01 00:00:16.909   348   348 I Surfa[   22.471071] init: Warning!  Service 
netd needs a SELinux domain defined; please fix!
ceFlinger: SurfaceFlinger is starting
01-01 00:00:16.941   348 [   22.483446] init: Starting service 'netd'...
  348 I SurfaceFlinger: SurfaceFlinger's main thread ready to ru[   22.495099] 
init: Warning!  Service media needs a SELinux domain defined; please fix!
n. Initializing graphics H/W...
01-01 00:00:16.943   348   348 W linker  : 
/system/lib/egl/libEGL_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0x52c
01-01 00:00:16.944   348   348 W linker  : /system/lib/libIMGegl.so: unused DT 
entry: type 0xf ar[   22.527181] init: Starting service 'media'...
g 0x9f4
01-01 00:00:16.945   348   348 W linker  : /system/lib/[   22.535493] init: 
Warning!  Service zygote needs a SELinux domain defined; please fix!
libsrv_um.so: unused DT entry: type 0xf arg 0xdb1
01-01 00:00:16.946   348   348 D libEGL  : loaded 
/system/lib/egl/libEGL_POWERVR_SGX530_125.so
01-01 00:00:16.948   348   348 W linker  : 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so: unused DT entry: type 0xf 
arg 0xe50
01-01 00:00:16.949   348   348 W linker  : /system/lib/libusc.so: unused DT 
entry: type 0xf arg 0x319
01-01 00:00:16.953   348   348 W linker  : 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0xf5e
0[   22.587210] init: Starting service 'zygote'...
1-01 00:00:16.966   348   348 E IMGSRV  : pvr_metrics.c:95: 
PVRSRVMetricsTimeNow: using (potentially) low resolution timer
01-01 00:00:17.969   348   348 W linker  : 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so: unused DT entry: type 0xf 
arg 0xe50
01-01 00:00:17.970   348   348 W linker  : /system/lib/libusc.so: unused DT 
entry: type 0xf arg 0x319
01-01 00:00:17.973   348   348 D libEGL  : loaded 
/system/lib/egl/libGLESv1_CM_POWERVR_SGX530_125.so
01-01 00:00:17.981   348   348 W linker  : 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so: unused DT entry: type 0xf arg 
0xf5e
01-01 00:00:18.043   348   348 D libEGL  : loaded 
/system/lib/egl/libGLESv2_POWERVR_SGX530_125.so
01-01 00:00:18.104   348   348 W linker  : /system/lib/libpvrANDROID_WSEGL.so: 
unused DT entry: type 0xf arg 0x101
01-01 00:00:18.105   348   348 E IMGSRV  : pvr_bridge_u.c:83: OpenServices: 
Cannot open device driver /dev/pvrsrvkm.
01-01 00:00:18.105   348   348 E IMGSRV  : bridged_pvr_glue.c:361: 
PVRSRVConnect: Unable to open connection.
01-01 00:00:18.105   348   348 E IMGSRV  : srv_sgx.c:43: Couldn't connect to 
services
01-01 00:00:18.105   348   348 W libEGL  : eglInitialize(0x1) failed 
(EGL_BAD_ALLOC)
01-01 00:00:18.108   348   348 W gralloc : FBIOPUT_VSCREENINFO failed, page 
flipping not supported
01-01 00:00:18.108   348   348 W gralloc : page flipping not supported 
(yres_virtual=480, requested=960)
01-01 00:00:18.108   348   348 I gralloc : using (fd=12)
01-01 00:00:18.108   348   348 I gralloc : id           = omapdrm
01-01 00:00:18.108   348   348 I gralloc : xres         = 800 px
01-01 00:00:18.108   348   348 I gralloc : yres         = 480 px
01-01 00:00:18.108   348   348 I gralloc : xres_virtual = 800 px
01-01 00:00:18.108   348   348 I gralloc : yres_virtual = 480 px
01-01 00:00:18.108   348   348 I gralloc : bpp          = 32
01-01 00:00:18.108   348   348 I gralloc : r            = 16:8
01-01 00:00:18.108   348   348 I gralloc : g            =  8:8
01-01 00:00:18.108   348   348 I gralloc : b            =  0:8
01-01 00:00:18.108   348   348 I gralloc : width        = 127 mm (160.000000 
dpi)
01-01 00:00:18.108   348   348 I gralloc : height       = 76 mm (160.421051 dpi)
01-01 00:00:18.108   348   348 I gralloc : refresh rate = 60.00 Hz
01-01 00:00:18.114   348   348 I SurfaceFlinger: Using composer version 1.0
01-01 00:00:18.114   348   348 W SurfaceFlinger: no suitable EGLConfig found, 
trying a simpler query
01-01 00:00:18.115   348   348 F SurfaceFlinger: no suitable EGLConfig found, 
giving up
01-01 00:00:18.115   348   348 F libc    : Fatal signal 6 (SIGABRT), code -6 in 
tid 348 (surfaceflinger)
01-01 00:00:18.222   143   143 F DEBUG   : *** *** *** *** *** *** *** *** *** 
*** *** *** *** *** *** ***
01-01 00:00:18.222   143   143 F DEBUG   : Build fingerprint: 
'Android/am43xevm_epos_sd/am43xevm_epos:6.0.1/MOB31T/viraj09021851:eng/test-keys'
01-01 00:00:18.222   143   143 F DEBUG   : Revision: '0'
01-01 00:00:18.222   143   143 F DEBUG   : ABI: 'arm'
01-01 00:00:18.223   143   143 F DEBUG   : pid: 348, tid: 348, name: 
surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:18.223   143   143 F DEBUG   : signal 6 (SIGABRT), code -6 
(SI_TKILL), fault addr --------
01-01 00:00:18.245   143   143 F DEBUG   : Abort message: 'no suitable 
EGLConfig found, giving up'
01-01 00:00:18.245   143   143 F DEBUG   :     r0 00000000  r1 0000015c  r2 
00000006  r3 b6f70b7c
01-01 00:00:18.245   143   143 F DEBUG   :     r4 b6f70b84  r5 b6f70b34  r6 
00000002  r7 0000010c
01-01 00:00:18.245   143   143 F DEBUG   :     r8 00000001  r9 ffff694a  sl 
b6f21940  fp 00000001
01-01 00:00:18.245   143   143 F DEBUG   :     ip 00000006  sp beb605c0  lr 
b6db706d  pc b6db9468  cpsr 40000010
01-01 00:00:18.288   143   143 F DEBUG   : 
01-01 00:00:18.288   143   143 F DEBUG   : backtrace:
01-01 00:00:18.288   143   143 F DEBUG   :     #00 pc 00041468  
/system/lib/libc.so (tgkill+12)
01-01 00:00:18.289   143   143 F DEBUG   :     #01 pc 0003f069  
/system/lib/libc.so (pthread_kill+32)

01-01 00:00:18.289   143   143 F DEBUG   :     #02 pc 0001b597  
/system/lib/libc.so (raise+10)
01-01 00:00:18.289   143   143 F DEBUG   :     #03 pc 00018737  
/system/lib/libc.so (__libc_android_abort+34)
01-01 00:00:18.289   143   143 F DEBUG   :     #04 pc 000174b8  
/system/lib/libc.so (abort+4)
01-01 00:00:18.289   143   143 F [   23.877548] type=1400 audit(4.670:39): avc: 
denied { read } for pid=132 comm="sh" path="/system/bin/linker" dev="mmcblk0p2" 
ino=454 scontext=u:r:shell:s0 tcontext=u:object_r:unlabeled:s0 tclass=file 
permissive=1
DEBUG   :     #05 pc 00008997  /system/lib/libcutils.so 
(__android_log_assert+86)





01-01 00:00:18.289   143   143 F DEBUG   :     #06 pc 000281b1  
/system/lib/libsurfaceflinger.so 
(_ZN7android12RenderEngine15chooseEglConfigEPvi+300)
01-01 00:00:18.289   143   143 F DEBUG   :     #07 pc 00027db1  
/system/lib/libsurfaceflinger.so (_ZN7android12RenderEngine6createEPvi+60)
01-01 00:00:18.289   143   143 F DEBUG   :     #08 pc 0001896f  
/system/lib/libsurfaceflinger.so (_ZN7android14SurfaceFlinger4initEv+310)
01-01 00:00:18.289   143   143 F DEBUG   :     #09 pc 00000e9d  
/system/bin/surfaceflinger
01-01 00:00:18.289   143   143 F DEBUG   :     #10 pc 00017365  
/system/lib/libc.so (__libc_init+44)
01-01 00:00:18.289   143   143 F DEBUG   :     #11 pc 00000d60  
/system/bin/surfaceflinger
01-01 00:00:18.564   350   350 V MediaUtils: physMem: 1047248896
01-01 00:00:18.564   350   350 V MediaUtils: requested limit: 680711720
01-01 00:00:18.564   350   350 V MediaUtils: actual limit: 680711720
01-01 00:00:18.564   350   350 V MediaUtils: original limits: 
4294967295/4294967295
01-01 00:00:18.564   350   350 V MediaUtils: new limits: 680711720/4294967295
01-01 00:00:18.581   350   350 I mediaserver: ServiceManager: 0xb604e120
01-01 00:00:18.581   350   350 I AudioFlinger: Using default 3000 mSec as 
standby time.
01-01 00:00:18.583   350   350 E         : batterystats service unavailable!
01-01 00:00:18.584   350   350 E         : batterystats service unavailable!
01-01 00:00:18.585   350   350 I CameraService: CameraService started (pid=350)
01-01 00:00:18.585   350   350 I CameraService: CameraService process starting
01-01 00:00:18.585   350   350 E         : batterystats service unavailable!
01-01 00:00:18.585   350   350 E         : batterystats service unavailable!
01-01 00:00:18.585   350   350 E CameraService: Could not load camera HAL 
module: -2 (No such file or directory)
01-01 00:00:18.591   350   350 I AudioPolicyService: AudioPolicyService CSTOR 
in new mode
01-01 00:00:18.592   350   350 I APM::ConfigParsingUtils: 
loadAudioPolicyConfig() loaded /system/etc/audio_policy.conf
01-01 00:00:18.602   350   350 I AudioFlinger: loadHwModule() Loaded primary 
audio interface from Default audio HW HAL (audio) handle 1
01-01 00:00:18.602   350   350 I AudioFlinger: openOutput(), module 1 Device 2, 
SamplingRate 48000, Format 0x000001, ^C
130|shell@am43xevm_epos:/ $ [   25.585165] type=1400 audit(4.670:40): avc: 
denied { open } for pid=132 comm="sh" path="/system/lib/libc++.so" 
dev="mmcblk0p2" ino=1197 scontext=u:r:shell:s0 tcontext=u:object_r:unlabeled:s0 
tclass=file permissive=1
shell@am43xevm_epos:/ $ps
USER      PID   PPID  VSIZE  RSS   WCHAN            PC  NAME
root      1     0     3748   1004           0 00000000 S /init
root      2     0     0      0              0 00000000 S kthreadd
root      3     2     0      0              0 00000000 S ksoftirqd/0
root      4     2     0      0              0 00000000 S kworker/0:0
root      5     2     0      0              0 00000000 S kworker/0:0H
root      6     2     0      0              0 00000000 S kworker/u2:0
root      7     2     0      0              0 00000000 S rcu_preempt
root      8     2     0      0              0 00000000 S rcu_sched
root      9     2     0      0              0 00000000 S rcu_bh
root      10    2     0      0              0 00000000 S netns
root      11    2     0      0              0 00000000 S perf
root      12    2     0      0              0 00000000 S kworker/0:1
root      13    2     0      0              0 00000000 S writeback
root      14    2     0      0              0 00000000 S ksmd
root      15    2     0      0              0 00000000 S crypto
root      16    2     0      0              0 00000000 S bioset
root      17    2     0      0              0 00000000 S kblockd
root      18    2     0      0              0 00000000 S edac-poller
root      19    2     0      0              0 00000000 S cfg80211
root      20    2     0      0              0 00000000 S rpciod
root      21    2     0      0              0 00000000 S kswapd0
root      22    2     0      0              0 00000000 S fsnotify_mark
root      23    2     0      0              0 00000000 S nfsiod
root      44    2     0      0              0 00000000 S kworker/u2:1
root      54    2     0      0              0 00000000 S bioset
root      55    2     0      0              0 00000000 S bioset
root      56    2     0      0              0 00000000 S bioset
root      57    2     0      0              0 00000000 S bioset
root      58    2     0      0              0 00000000 S bioset
root      59    2     0      0              0 00000000 S bioset
root      60    2     0      0              0 00000000 S bioset
root      61    2     0      0              0 00000000 S bioset
root      62    2     0      0              0 00000000 S bioset
root      63    2     0      0              0 00000000 S bioset
root      64    2     0      0              0 00000000 S bioset
root      65    2     0      0              0 00000000 S bioset
root      66    2     0      0              0 00000000 S bioset
root      67    2     0      0              0 00000000 S bioset
root      68    2     0      0              0 00000000 S bioset
root      69    2     0      0              0 00000000 S bioset
root      70    2     0      0              0 00000000 S bioset
root      71    2     0      0              0 00000000 S bioset
root      72    2     0      0              0 00000000 S bioset
root      73    2     0      0              0 00000000 S bioset
root      74    2     0      0              0 00000000 S bioset
root      75    2     0      0              0 00000000 S bioset
root      76    2     0      0              0 00000000 S bioset
root      77    2     0      0              0 00000000 S bioset
root      78    2     0      0              0 00000000 S memory_wq
root      79    2     0      0              0 00000000 S spi1
root      80    2     0      0              0 00000000 S spi2
root      82    2     0      0              0 00000000 S usb_otg
root      83    2     0      0              0 00000000 S irq/149-dwc3-ot
root      84    2     0      0              0 00000000 S dm_bufio_cache
root      85    2     0      0              0 00000000 S irq/40-48060000
root      86    2     0      0              0 00000000 S binder
root      87    2     0      0              0 00000000 S ipv6_addrconf
root      88    2     0      0              0 00000000 S bioset
root      89    2     0      0              0 00000000 S mmcqd/0
root      94    2     0      0              0 00000000 S deferwq
root      95    2     0      0              0 00000000 S bioset
root      96    2     0      0              0 00000000 S bioset
root      97    2     0      0              0 00000000 S bioset
root      98    2     0      0              0 00000000 S bioset
root      99    2     0      0              0 00000000 S bioset
root      100   2     0      0              0 00000000 S bioset
root      101   2     0      0              0 00000000 S bioset
root      102   2     0      0              0 00000000 S bioset
root      103   2     0      0              0 00000000 S bioset
root      104   2     0      0              0 00000000 S bioset
root      105   2     0      0              0 00000000 S irq/133-44e0b00
root      106   2     0      0              0 00000000 S irq/223-tps6521
root      107   2     0      0              0 00000000 S irq/84-pixcir_t
root      108   2     0      0              0 00000000 S irq/134-4819c00
root      109   2     0      0              0 00000000 S kworker/0:1H
root      110   2     0      0              0 00000000 S jbd2/mmcblk0p2-
root      111   2     0      0              0 00000000 S ext4-rsv-conver
root      112   1     1952   836            0 00000000 S /sbin/ueventd
root      115   2     0      0              0 00000000 S jbd2/mmcblk0p3-
root      116   2     0      0              0 00000000 S ext4-rsv-conver
root      117   2     0      0              0 00000000 S jbd2/mmcblk0p4-
root      118   2     0      0              0 00000000 S ext4-rsv-conver
root      119   2     0      0              0 00000000 S pvr_timer
root      120   2     0      0              0 00000000 S PVR Linux Fence
logd      121   1     10932  3484           0 00000000 S /system/bin/logd
root      122   1     8852   3596           0 00000000 S /system/bin/vold
root      128   2     0      0              0 00000000 S kauditd
root      131   1     2452   568            0 00000000 S /sbin/healthd
shell     132   1     3024   1628  sigsuspend b6ea2060 S /system/bin/sh
root      135   1     3064   1848           0 00000000 S /system/bin/lmkd
system    137   1     3016   1696           0 00000000 S 
/system/bin/servicemanager
root      140   2     0      0              0 00000000 S f_mtp
root      143   1     4444   2504           0 00000000 S /system/bin/debuggerd
drm       144   1     12520  5852           0 00000000 S /system/bin/drmserver
root      146   1     2744   1756           0 00000000 S /system/bin/installd
keystore  149   1     5464   2984           0 00000000 S /system/bin/keystore
system    153   1     5272   2680           0 00000000 S /system/bin/gatekeeperd
root      155   1     2760   1856           0 00000000 S /system/xbin/perfprofd
root      156   1     4240   444            0 00000000 S /sbin/adbd
root      6186  1     4056   2560           0 00000000 S /system/bin/netd
system    6187  1     9956   3892           0 00000000 S 
/system/bin/surfaceflinger
media     6188  1     14784  6380           0 00000000 R /system/bin/mediaserver
root      6189  1     34176  8080           0 00000000 R /system/bin/app_process
shell     6194  132   2708   1760           0 b6e76d88 R ps
root      6200  6186  2240   684            0 00000000 R /system/bin/iptables
shell@am43xevm_epos:/ $ 

Reply via email to