Facing Issues while Android Porting to Custom Hardware

1,878 views
Skip to first unread message

Kamal

unread,
Jun 6, 2018, 3:32:43 PM6/6/18
to android-porting
Hi All,

I am facing issues with Android porting to new ARM hardware.

Steps followed
1. Followed steps to create new device and build the images
2. I have following images
boot.img  bootloader.img  dtb.img  ramdisk.img  ramdisk-recovery.img  system.img  userdata.img  vbmeta.img  vendor.img
3. Hardware come up with u-boot . After u-boot came up loaded the kernal images with following u-boot load commands

Boot args:
setenv bootargs 'rw root=/dev/mmcblk0p7 rootfstype=ext3 rootwait console=ttySC0,115200 androidboot.console=ttySC0 androidboot.hardware=salvator init=/init androidboot.selinux=permissive'

In mmc part7 loaded the rootfs in ext3 format.

 41.078089] => fatload usb 0:1 0x4C080000 Image
[   42.277940] reading Image
[   42.699026] 15339528 bytes read in 422 ms (34.7 MiB/s)
[   42.704294] => fatload usb 0:1 0x4C000000 r8a7795.dtb
[   47.452468] reading r8a7795.dtb
[   47.536477] 90033 bytes read in 84 ms (1 MiB/s)
[   47.541108] => booti 0x4C080000 - 0x4C000000

4. Kernal started the boot and crashed in middle with below errors

[   55.086005] init: waitid failed: No child processes
[   55.091001] init: Couldn't load property file: Unable to open '/system/etc/prop.default': No such file or directory: No such file or directory
[   55.108972] init: Couldn't load property file: Unable to open '/odm/default.prop': No such file or directory: No such file or directory
[   55.125289] init: Couldn't load property file: Unable to open '/vendor/default.prop': No such file or directory: No such file or directory
[   55.149339] audit: type=1400 audit(2.390:4): avc:  denied  { read } for  pid=1101 comm="ueventd" name="system" dev="mmcblk0p7" ino=55 scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=lnk_file permissive=1
[   55.170119] ueventd: ueventd started!
[   55.174013] audit: type=1400 audit(2.415:5): avc:  denied  { getattr } for  pid=1101 comm="ueventd" path="/ueventd.rc" dev="mmcblk0p7" ino=58 scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
[   55.193909] ueventd: Parsing file /ueventd.rc...
[   55.198590] audit: type=1400 audit(2.439:6): avc:  denied  { read } for  pid=1101 comm="ueventd" name="ueventd.rc" dev="mmcblk0p7" ino=58 scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
[   55.218132] audit: type=1400 audit(2.459:7): avc:  denied  { open } for  pid=1101 comm="ueventd" path="/ueventd.rc" dev="mmcblk0p7" ino=58 scontext=u:r:ueventd:s0 tcontext=u:object_r:unlabeled:s0 tclass=file permissive=1
[   55.242990] ueventd: Parsing file /vendor/ueventd.rc...
[   55.248275] ueventd: Unable to open '/vendor/ueventd.rc': No such file or directory
[   55.255987] ueventd: Parsing file /odm/ueventd.rc...
[   55.260994] ueventd: Unable to open '/odm/ueventd.rc': No such file or directory
[   55.268632] ueventd: Parsing file /ueventd.salvator.rc...
[   55.280739] selinux: SELinux: Loaded file_contexts


Please someone help on this issue?


Kamal

unread,
Jun 7, 2018, 11:27:18 AM6/7/18
to android-porting
Hi All,

I am facing below issues after kernal is booted

[   95.442631] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
[   95.443119] init: Failed to bind socket 'pdx/system/vr/display/manager': No such file or directory
[   95.443416] init: Failed to bind socket 'pdx/system/vr/display/vsync': No such file or directory
[   95.479481] init: Service 'evs_manager' (pid 3769) killed by signal 1


Anyone help on this issue?

Zoltan Kuscsik

unread,
Jun 7, 2018, 11:27:21 AM6/7/18
to kanna...@gmail.com, android...@googlegroups.com
Your system/ vendor/ filesystem failed to mount. Probably there is a message about that earlier in the Kernel logs.

//Z

--
--
unsubscribe: android-porti...@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-porti...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

vasu...@eximiusdesign.com

unread,
Jan 29, 2019, 1:34:27 PM1/29/19
to android-porting
Hi,


I am also facing same issue. But I have verified the vendor mounting problem. It's mounted. 

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.61-v7+ (arindam@arindam-Latitude-3460) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9)) #9
[    0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
[    0.000000] CPU: div instructions available: patching division code
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Raspberry Pi 3 Model B Rev 1.2
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] Ignoring RAM at 0x30000000-0x3b400000
[    0.000000] Consider using a HIGHMEM enabled kernel.
[    0.000000] cma: Reserved 256 MiB at 0x1ec00000
[    0.000000] BUG: mapping for 0x3f006000 at 0xf0006000 out of vmalloc space
[    0.000000] random: get_random_bytes called from start_kernel+0xac/0x454 with crng_init=0
[    0.000000] percpu: Embedded 17 pages/cpu @ef861000 s40588 r8192 d20852 u69632
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 194880
[    0.000000] Kernel command line: 8250.nr_uarts=1 cma=256M bcm2708_fb.fbwidth=1280 bcm2708_fb.fbheight=720 bcm2708_fb.fbswap=1 vc_mem.mem_bae
[    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: 498160K/786432K available (9216K kernel code, 543K rwdata, 2760K rodata, 1024K init, 776K bss, 26128K reserved, 262144K)
[    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]     modules : 0xbf000000 - 0xc0000000   (  16 MB)
[    0.000000]       .text : 0xc0008000 - 0xc0a00000   (10208 kB)
[    0.000000]       .init : 0xc0e00000 - 0xc0f00000   (1024 kB)
[    0.000000]       .data : 0xc0f00000 - 0xc0f87f00   ( 544 kB)
[    0.000000]        .bss : 0xc0f90254 - 0xc105237c   ( 777 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 31856 entries in 94 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  Tasks RCU enabled.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000024] Switching to timer-based delay loop, resolution 52ns
[    0.000209] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000)
[    0.000233] pid_max: default: 32768 minimum: 301
[    0.000388] Security Framework initialized
[    0.000403] SELinux:  Initializing.
[    0.000659] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000680] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.001748] Disabling memory control group subsystem
[    0.001841] CPU: Testing write buffer coherency: ok
[    0.002359] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.040044] Setting up static identity map for 0x100000 - 0x100060
[    0.060036] Hierarchical SRCU implementation.
[    0.100113] smp: Bringing up secondary CPUs ...
[    0.170622] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.240695] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[    0.310830] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[    0.310984] smp: Brought up 1 node, 4 CPUs
[    0.311016] SMP: Total of 4 processors activated (153.60 BogoMIPS).
[    0.311028] CPU: All CPU(s) started in HYP mode.
[    0.311039] CPU: Virtualization extensions available.
[    0.311112] CPU3: update max cpu_capacity 1024
[    0.312250] devtmpfs: initialized
[    0.320743] CPU1: update max cpu_capacity 1024
[    0.325142] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
[    0.325450] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[    0.325475] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.336825] pinctrl core: initialized pinctrl subsystem
[    0.337833] NET: Registered protocol family 16
[    0.352925] DMA: preallocated 1024 KiB pool for atomic coherent allocations
[    0.358537] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[    0.358552] hw-breakpoint: maximum watchpoint size is 8 bytes.
[    0.358738] Serial: AMBA PL011 UART driver
[    0.361258] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.361892] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[    0.403489] bcm2835-dma 3f007000.dma: DMA legacy API manager at f0813000, dmachans=0x1
[    0.405342] SCSI subsystem initialized
[    0.405602] usbcore: registered new interface driver usbfs
[    0.405674] usbcore: registered new interface driver hub
[    0.405782] usbcore: registered new device driver usb
[    0.405983] media: Linux media interface: v0.10
[    0.406032] Linux video capture interface: v2.00
[    0.410982] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-08-10 11:19
[    0.411618] Advanced Linux Sound Architecture Driver Initialized.
[    0.413501] clocksource: Switched to clocksource arch_sys_counter
[    0.509756] VFS: Disk quotas dquot_6.6.0
[    0.509886] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.510150] FS-Cache: Loaded
[    0.510415] CacheFiles: Loaded
[    0.511936] NET: Registered protocol family 2
[    0.512828] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.512945] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.513138] TCP: Hash tables configured (established 8192 bind 8192)
[    0.513298] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.513350] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.513694] NET: Registered protocol family 1
[    0.514022] Trying to unpack rootfs image as initramfs...
[    0.642427] Freeing initrd memory: 1800K
[    0.644747] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
[    0.647797] audit: initializing netlink subsys (disabled)
[    0.648023] audit: type=2000 audit(0.639:1): state=initialized audit_enabled=0 res=1
[    0.648843] workingset: timestamp_bits=14 max_order=18 bucket_order=4
[    0.657835] Registering sdcardfs 0.1
[    0.666817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.667004] io scheduler noop registered
[    0.667019] io scheduler deadline registered (default)
[    0.667355] io scheduler cfq registered
[    0.667370] io scheduler mq-deadline registered
[    0.667383] io scheduler kyber registered
[    0.672065] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.673935] bcm2835-rng 3f104000.rng: hwrng registered
[    0.674132] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.674743] vc-sm: Videocore shared memory driver
[    0.675117] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    0.678473] [drm:vc4_hdmi_bind] *ERROR* Failed to get pixel clock
[    0.678526] vc4-drm soc:gpu: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[    0.678636] vc4-drm soc:gpu: master bind failed: -517
[    0.690291] brd: module loaded
[    0.701686] loop: module loaded
[    0.702126] Loading iSCSI transport class v2.0-870.
[    0.702803] libphy: Fixed MDIO Bus: probed
[    0.702849] tun: Universal TUN/TAP device driver, 1.6
[    0.703065] PPP generic driver version 2.4.2
[    0.703250] PPP BSD Compression module registered
[    0.703264] PPP Deflate Compression module registered
[    0.703292] PPP MPPE Compression module registered
[    0.703380] usbcore: registered new interface driver lan78xx
[    0.703447] usbcore: registered new interface driver smsc95xx
[    0.703469] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.703542] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.731483] dwc_otg 3f980000.usb: base=0xf0980000
[    0.931823] Core Release: 2.80a
[    0.931843] Setting default values for core params
[    0.931877] Finished setting default values for core params
[    1.132162] Using Buffer DMA mode
[    1.132176] Periodic Transfer Interrupt Enhancement - disabled
[    1.132188] Multiprocessor Interrupt Enhancement - disabled
[    1.132201] OTG VER PARAM: 0, OTG VER FLAG: 0
[    1.132216] Dedicated Tx FIFOs mode
[    1.132697] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0xded04000 dma = 0xded04000 len=9024
[    1.132729] FIQ FSM acceleration enabled for :
[    1.132729] Non-periodic Split Transactions
[    1.132729] Periodic Split Transactions
[    1.132729] High-Speed Isochronous Endpoints
[    1.132729] Interrupt/Control Split Transaction hack enabled
[    1.132818] WARN::hcd_init_fiq:459: FIQ on core 1 at 0xc0695adc
[    1.132837] WARN::hcd_init_fiq:460: FIQ ASM at 0xc0695e38 length 36
[    1.132856] WARN::hcd_init_fiq:486: MPHI regs_base at 0xf0006000
[    1.132932] dwc_otg 3f980000.usb: DWC OTG Controller
[    1.132970] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    1.133013] dwc_otg 3f980000.usb: irq 62, io mem 0x00000000
[    1.133068] Init: Port Power? op_state=1
[    1.133079] Init: Power Port (0)
[    1.133372] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.133390] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.133406] usb usb1: Product: DWC OTG Controller
[    1.133421] usb usb1: Manufacturer: Linux 4.14.61-v7+ dwc_otg_hcd
[    1.133436] usb usb1: SerialNumber: 3f980000.usb
[    1.134232] hub 1-0:1.0: USB hub found
[    1.134290] hub 1-0:1.0: 1 port detected
[    1.135199] usbcore: registered new interface driver usb-storage
[    1.135452] mousedev: PS/2 mouse device common for all mice
[    1.135538] usbcore: registered new interface driver xpad
[    1.135605] usbcore: registered new interface driver usb_acecad
[    1.135660] usbcore: registered new interface driver aiptek
[    1.135714] usbcore: registered new interface driver gtco
[    1.135768] usbcore: registered new interface driver hanwang
[    1.135821] usbcore: registered new interface driver kbtab
[    1.136902] IR NEC protocol handler initialized
[    1.136915] IR RC5(x/sz) protocol handler initialized
[    1.136927] IR RC6 protocol handler initialized
[    1.136939] IR JVC protocol handler initialized
[    1.136950] IR Sony protocol handler initialized
[    1.136961] IR SANYO protocol handler initialized
[    1.136973] IR Sharp protocol handler initialized
[    1.136984] IR MCE Keyboard/mouse protocol handler initialized
[    1.136996] IR XMP protocol handler initialized
[    1.137831] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[    1.138325] device-mapper: uevent: version 1.0.3
[    1.138692] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-d...@redhat.com
[    1.139085] bcm2835-cpufreq: min=600000 max=1200000
[    1.139641] sdhci: Secure Digital Host Controller Interface driver
[    1.139654] sdhci: Copyright(c) Pierre Ossman
[    1.140097] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[    1.140499] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    1.140645] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.143311] ledtrig-cpu: registered to indicate activity on CPUs
[    1.143425] hidraw: raw HID events driver (C) Jiri Kosina
[    1.145048] usbcore: registered new interface driver usbhid
[    1.145055] usbhid: USB HID core driver
[    1.145256] ashmem: initialized
[    1.145776] vchiq: vchiq_init_state: slot_zero = ded80000, is_master = 0
[    1.147075] [vc_sm_connected_init]: start
[    1.353627] Indeed it is in host mode hprt0 = 00021501
[    1.365738] [vc_sm_connected_init]: end - returning 0
[    1.366971] usbcore: registered new interface driver snd-usb-audio
[    1.367520] u32 classifier
[    1.367533]     Actions configured
[    1.367553] Netfilter messages via NETLINK v0.30.
[    1.367880] nf_conntrack version 0.5.0 (12288 buckets, 49152 max)
[    1.368181] ctnetlink v0.93: registering with nfnetlink.
[    1.368753] xt_time: kernel timezone is -0000
[    1.368975] IPv4 over IPsec tunneling driver
[    1.369764] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.417151] arp_tables: arp_tables: (C) 2002 David S. Miller
[    1.417325] Initializing XFRM netlink socket
[    1.417690] NET: Registered protocol family 10
[    1.418484] Segment Routing with IPv6
[    1.418550] mip6: Mobile IPv6
[    1.418571] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.419430] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.420129] NET: Registered protocol family 17
[    1.420149] NET: Registered protocol family 15
[    1.420556] Registering SWP/SWPB emulation handler
[    1.421093] registered taskstats version 1
[    1.425738] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    1.425799] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 87, base_baud = 0) is a PL011 rev2
[    1.426863] console [ttyS0] disabled
[    1.426885] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 166, base_baud = 31250000) is a 16550
[    1.443845] random: fast init done
[    1.569202] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    1.576228] Indeed it is in host mode hprt0 = 00001101
[    1.909620] usb 1-1: New USB device found, idVendor=0424, idProduct=9514
[    1.909625] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.921480] hub 1-1:1.0: USB hub found
[    1.929631] hub 1-1:1.0: 5 ports detected
[    2.761764] console [ttyS0] enabled
[    2.766323] vc4-drm soc:gpu: failed to bind 3f902000.hdmi (ops vc4_hdmi_ops): -517
[    2.774077] vc4-drm soc:gpu: master bind failed: -517
[    2.779990] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    2.785932] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[    2.844249] sdhost: log_buf @ ded07000 (ded07000)
[    2.864823] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.871974] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.883096] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.891425] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.933535] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.962910] vc4_hdmi 3f902000.hdmi: vc4-hdmi-hifi <-> 3f902000.hdmi mapping ok
[    2.971335] vc4-drm soc:gpu: bound 3f902000.hdmi (ops vc4_hdmi_ops)
[    2.977860] vc4-drm soc:gpu: bound 3f806000.vec (ops vc4_vec_ops)
[    2.985179] vc4-drm soc:gpu: bound 3f400000.hvs (ops vc4_hvs_ops)
[    2.993519] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.000832] vc4-drm soc:gpu: bound 3f206000.pixelvalve (ops vc4_crtc_ops)
[    3.008123] vc4-drm soc:gpu: bound 3f207000.pixelvalve (ops vc4_crtc_ops)
[    3.015391] vc4-drm soc:gpu: bound 3f807000.pixelvalve (ops vc4_crtc_ops)
[    3.043748] vc4-drm soc:gpu: bound 3fc00000.v3d (ops vc4_v3d_ops)
[    3.050753] [drm] Initialized vc4 0.0.0 20140616 for soc:gpu on minor 0
[    3.057563] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.064359] [drm] Driver supports precise vblank timestamp query.
[    3.075724] vc4-drm soc:gpu: fb0:  frame buffer device
[    3.081000] mmc0: host does not support reading read-only switch, assuming write-enable
[    3.089976] mmc0: new high speed SDHC card at address 59b4
[    3.090234] of_cfs_init
[    3.090264] of_cfs_init: OK
[    3.091242] bcm2835_alsa bcm2835_alsa: card created with 8 channels
[    3.091373] ALSA device list:
[    3.091376]   #0: vc4-hdmi
[    3.091379]   #1: bcm2835 ALSA
[    3.116703] mmcblk0: mmc0:59b4 SD    7.23 GiB
[    3.122363] Freeing unused kernel memory: 1024K
[    3.122848]  mmcblk0: p1 p2 p3
[    3.123778] usb 1-1.1: New USB device found, idVendor=0424, idProduct=ec00
[    3.123783] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.126186] smsc95xx v1.0.6
[    3.140097] mmc1: new high speed SDIO card at address 0001
[    3.153099] +++ in ramdisk execute command loop
[    3.163464] init: init first stage started!
[    3.168038] init: Using Android DT directory /proc/device-tree/firmware/android/
[    3.175776] init: First stage mount skipped (missing/incompatible fstab in device tree)
[    3.184006] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
[    3.191161] init: Loading SELinux policy
[    3.214315] SELinux:  Class process2 not defined in policy.
[    3.216201] smsc95xx 1-1.1:1.0 eth0: register 'smsc95xx' at usb-3f980000.usb-1.1, smsc95xx USB 2.0 Ethernet, b8:27:eb:1b:3f:61
[    3.232194] SELinux:  Class infiniband_pkey not defined in policy.
[    3.238636] SELinux:  Class infiniband_endport not defined in policy.
[    3.245195] SELinux: the above unknown classes and permissions will be denied
[    3.252446] SELinux:  policy capability network_peer_controls=1
[    3.258477] SELinux:  policy capability open_perms=1
[    3.263521] SELinux:  policy capability extended_socket_class=1
[    3.269521] SELinux:  policy capability always_check_network=0
[    3.275445] SELinux:  policy capability cgroup_seclabel=0
[    3.280916] SELinux:  policy capability nnp_nosuid_transition=0
[    3.397949] audit: type=1403 audit(3.389:2): policy loaded auid=4294967295 ses=4294967295
[    3.398298] selinux: SELinux: Loaded policy from /sepolicy
[    3.398298] 
[    3.405810] selinux: SELinux: Loaded file_contexts
[    3.405810] 
[    3.407411] random: init: uninitialized urandom read (40 bytes read)
[    3.411274] init: init second stage started!
[    3.425037] init: Using Android DT directory /proc/device-tree/firmware/android/
[    3.429820] selinux: SELinux: Loaded file_contexts
[    3.429820] 
[    3.429845] init: Running restorecon...
[    3.434990] selinux: SELinux:  Could not stat /dev/block: No such file or directory.
[    3.434990] 
[    3.435334] init: waitid failed: No child processes
[    3.435420] init: Couldn't load property file '/system/etc/prop.default': open() failed: No such file or directory: No such file or directoy
[    3.435466] init: Couldn't load property file '/prop.default': open() failed: No such file or directory: No such file or directory
[    3.436912] init: Couldn't load property file '/product/build.prop': open() failed: No such file or directory: No such file or directory
[    3.436959] init: Couldn't load property file '/odm/default.prop': open() failed: No such file or directory: No such file or directory
[    3.440070] random: init: uninitialized urandom read (40 bytes read)
[    3.451268] random: ueventd: uninitialized urandom read (40 bytes read)
[    3.454679] ueventd: ueventd started!
[    3.458149] selinux: SELinux: Loaded file_contexts
[    3.458149] 
[    3.458202] ueventd: Parsing file /ueventd.rc...
[    3.459302] ueventd: Parsing file /vendor/ueventd.rc...
[    3.459364] ueventd: Unable to read config file '/vendor/ueventd.rc': open() failed: No such file or directory
[    3.459407] ueventd: Parsing file /odm/ueventd.rc...
[    3.459463] ueventd: Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
[    3.459513] ueventd: Parsing file /ueventd.rpi3.rc...
[    3.460157] ueventd: [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt
[    3.560901] ueventd: Coldboot took 0.1 seconds
[    3.594000] audit: type=1400 audit(3.439:3): avc:  denied  { map } for  pid=94 comm="init" path="/plat_file_contexts" dev="rootfs" ino=51671
[    3.615127] audit: type=1400 audit(3.439:4): avc:  denied  { map } for  pid=95 comm="init" path="/plat_file_contexts" dev="rootfs" ino=51671
[    3.636438] audit: type=1400 audit(3.439:5): avc:  denied  { dac_read_search } for  pid=1 comm="init" capability=2  scontext=u:r:init:s0 tc1
[    3.653522] audit: type=1400 audit(3.559:6): avc:  denied  { write } for  pid=1 comm="init" name="alignment" dev="proc" ino=4026532798 scon1
[    3.672412] audit: type=1400 audit(3.559:7): avc:  denied  { open } for  pid=1 comm="init" path="/proc/cpu/alignment" dev="proc" ino=4026531
[    3.701182] audit: type=1400 audit(3.689:8): avc:  denied  { write } for  pid=1 comm="init" name="pages_to_scan" dev="sysfs" ino=7722 scont1
[    3.712557] EXT4-fs (mmcblk0p2): Ignoring removed nomblk_io_submit option
[    3.726928] audit: type=1400 audit(3.689:9): avc:  denied  { open } for  pid=1 comm="init" path="/sys/kernel/mm/ksm/pages_to_scan" dev="sys1
[    4.044455] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: errors=remount-ro,nomblk_io_submit
[    4.137803] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[    4.149040] EXT4-fs (mmcblk0p3): Ignoring removed nomblk_io_submit option
[    4.313803] EXT4-fs (mmcblk0p3): 1 orphan inode deleted
[    4.319119] EXT4-fs (mmcblk0p3): recovery complete
[    4.428227] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[    4.544678] random: e2fsck: uninitialized urandom read (40 bytes read)
[    4.707476] random: e2fsck: uninitialized urandom read (40 bytes read)
[    4.732052] audit: type=1400 audit(4.719:10): avc:  denied  { read } for  pid=107 comm="e2fsck" name="mmcblk0p3" dev="tmpfs" ino=8198 scont1
[    5.016025] e2fsck: e2fsck 1.43.3 (04-Sep-2016)
[    5.016025] 
[    5.022160] e2fsck: Pass 1: Checking inodes, blocks, and sizes
[    5.022160] 
[    5.029652] e2fsck: Pass 2: Checking directory structure
[    5.029652] 
[    5.036559] e2fsck: Pass 3: Checking directory connectivity
[    5.036559] 
[    5.043754] e2fsck: Pass 4: Checking reference counts
[    5.043754] 
[    5.050377] e2fsck: Pass 5: Checking group summary information
[    5.050377] 
[    5.057811] e2fsck: data: 175/408800 files (0.0% non-contiguous), 62673/1633792 blocks
[    5.057811] 
[    5.068588] EXT4-fs (mmcblk0p3): Ignoring removed nomblk_io_submit option
[    5.089141] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
[    5.181253] random: servicemanager: uninitialized urandom read (40 bytes read)
[    5.310479] logd.auditd: start
[    5.604100] type=1400 audit(5.599:15): avc: denied { dac_read_search } for pid=116 comm="Binder:116_3" capability=2 scontext=u:r:vold:s0 tc1
[    5.654744] type=1400 audit(5.599:15): avc: denied { dac_read_search } for pid=116 comm="Binder:116_3" capability=2 scontext=u:r:vold:s0 tc1
[    5.671932] type=1400 audit(5.649:16): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r1
[    5.710508] logd.daemon: reinit
console:/ $ [    6.051454] healthd: No battery devices found
[    6.391514] android.har...@2.0-impl: wakealarm_init: timerfd_create failed
[    6.395090] type=1400 audit(5.649:16): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r1
[    6.395137] type=1400 audit(6.389:17): avc: denied { module_request } for pid=155 comm="wificond" kmod="net-pf-16-proto-16-family-nl80211" 1
[    6.438048] healthd: battery none chg=
[    6.499051] healthd: No battery devices found
[    6.507987] healthd: battery none chg=
[    6.508113] type=1400 audit(6.389:17): avc: denied { module_request } for pid=155 comm="wificond" kmod="net-pf-16-proto-16-family-nl80211" 1
[    6.508157] type=1400 audit(6.499:18): avc: denied { wake_alarm } for pid=138 comm="healthd" capability=35 scontext=u:r:healthd:s0 tcontext1
[    6.892927] type=1400 audit(6.499:18): avc: denied { wake_alarm } for pid=138 comm="healthd" capability=35 scontext=u:r:healthd:s0 tcontext1

console:/ $ 
console:/ $ 
console:/ $ 
console:/ $ [   10.689471] init: starting service 'zygote'...
[   10.696512] init: starting service 'netd'...
[   10.696864] init: Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
[   10.711542] init: Created socket '/dev/socket/netd', mode 660, user 0, group 1000
[   10.720268] init: Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
[   10.728997] init: Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
[   10.737297] init: Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003
[   10.744374] init: starting service 'audioserver'...
[   10.750392] init: starting service 'surfaceflinger'...

[   10.757603] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
console:/ $ [   10.919301] type=1400 audit(7.459:21): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 1

console:/ $ [   11.085792] type=1400 audit(10.909:22): avc: denied { module_request } for pid=248 comm="wificond" kmod="net-pf-16-proto-16-fam1
[   11.106293] type=1400 audit(10.909:22): avc: denied { module_request } for pid=248 comm="wificond" kmod="net-pf-16-proto-16-family-nl80211"1

[   11.131088] type=1400 audit(11.079:23): avc: denied { ptrace } for pid=270 comm="crash_dump32" scontext=u:r:crash_dump:s0 tcontext=u:r:keys1
console:/ $ 
console:/ $ 
[   11.511623] healthd: battery none chg=
console:/ $ 
console:/ $ 
console:/ $ [   15.700545] init: starting service 'zygote'...
[   15.707867] init: Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
[   15.710843] init: starting service 'netd'...
[   15.713835] init: Created socket '/dev/socket/netd', mode 660, user 0, group 1000
[   15.714648] init: Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
[   15.715304] init: Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
[   15.715952] init: Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003
[   15.745485] init: starting service 'audioserver'...
[   15.757398] init: starting service 'surfaceflinger'...
[   15.765210] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory

console:/ $ 
console:/ $ 
console:/ $ logcat
--------- beginning of main
01-01 00:00:00.639   111   111 W auditd  : type=2000 audit(0.0:1): state=initialized audit_enabled=0 res=1
01-01 00:00:03.389   111   111 I auditd  : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
01-01 00:00:03.439    94    94 I init    : type=1400 audit(0.0:3): avc: denied { map } for path="/plat_file_contexts" dev="rootfs" ino=5167 sc1
01-01 00:00:03.439    95    95 I init    : type=1400 audit(0.0:4): avc: denied { map } for path="/plat_file_contexts" dev="rootfs" ino=5167 sc1
01-01 00:00:03.439     1     1 I init    : type=1400 audit(0.0:5): avc: denied { dac_read_search } for capability=2 scontext=u:r:init:s0 tcont1
01-01 00:00:03.559     1     1 I init    : type=1400 audit(0.0:6): avc: denied { write } for name="alignment" dev="proc" ino=4026532798 sconte1
01-01 00:00:03.559     1     1 I init    : type=1400 audit(0.0:7): avc: denied { open } for path="/proc/cpu/alignment" dev="proc" ino=402653271
01-01 00:00:03.689     1     1 I init    : type=1400 audit(0.0:8): avc: denied { write } for name="pages_to_scan" dev="sysfs" ino=7722 scontex1
01-01 00:00:03.689     1     1 I init    : type=1400 audit(0.0:9): avc: denied { open } for path="/sys/kernel/mm/ksm/pages_to_scan" dev="sysfs1
01-01 00:00:04.719   107   107 I e2fsck  : type=1400 audit(0.0:10): avc: denied { read } for name="mmcblk0p3" dev="tmpfs" ino=8198 scontext=u:1
01-01 00:00:05.347   114   114 I SELinux : SELinux: Loaded service_contexts from:
01-01 00:00:05.351   114   114 I SELinux :     /vndservice_contexts
01-01 00:00:05.354   112   112 I SELinux : SELinux: Loaded service_contexts from:
01-01 00:00:05.358   112   112 I SELinux :     /plat_service_contexts
01-01 00:00:05.358   112   112 I SELinux :     /vendor_service_contexts
01-01 00:00:05.456   113   113 I hwservicemanager: hwservicemanager is ready now.
--------- beginning of system
01-01 00:00:05.567   116   116 I vold    : Vold 3.0 (the awakening) firing up
01-01 00:00:05.567   116   116 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:05.568   116   116 V vold    : Detected support for: ext4 f2fs vfat
01-01 00:00:05.577   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop5: No such device or address
01-01 00:00:05.578   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop2: No such device or address
01-01 00:00:05.578   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop7: No such device or address
01-01 00:00:05.578   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop4: No such device or address
01-01 00:00:05.578   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop3: No such device or address
01-01 00:00:05.578   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop6: No such device or address
01-01 00:00:05.578   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop0: No such device or address
01-01 00:00:05.578   116   116 W vold    : Failed to LOOP_GET_STATUS64 /dev/block/loop1: No such device or address
01-01 00:0[   20.433858] random: crng init done
[   20.438035] random: 4 urandom warning(s) missed due to ratelimiting
0:05.584   116   116 I vold    : [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt
01-01 00:00:05.587   116   116 D vold    : VoldNativeService::start() completed OK
01-01 00:00:05.595   116   125 D vold    : e4crypt_init_user0
01-01 00:00:05.595   116   125 D vold    : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1
01-01 00:00:05.595   116   125 D vold    : Preparing: /data/system/users/0
01-01 00:00:05.596   116   125 D vold    : Preparing: /data/misc/profiles/cur/0
01-01 00:00:05.599   116   116 I Binder:116_3: type=1400 audit(0.0:15): avc: denied { dac_read_search } for capability=2 scontext=u:r:vold:s0 1
01-01 00:00:05.600   116   125 D vold    : Preparing: /data/system_de/0
01-01 00:00:05.601   116   125 D vold    : Preparing: /data/misc_de/0
01-01 00:00:05.602   116   125 D vold    : Preparing: /data/vendor_de/0
01-01 00:00:05.603   116   125 D vold    : Preparing: /data/user_de/0
01-01 00:00:05.604   116   125 V vold    : /system/bin/vold_prepare_subdirs
01-01 00:00:05.604   116   125 V vold    :     prepare
01-01 00:00:05.604   116   125 V vold    :     
01-01 00:00:05.604   116   125 V vold    :     0
01-01 00:00:05.604   116   125 V vold    :     1
01-01 00:00:05.637   116   125 I vold_prepare_subdirs: SELinux: Loaded file_contexts
01-01 00:00:05.641   126   126 D vold_prepare_subdirs: Setting up mode 700 uid 0 gid 0 context u:object_r:vold_data_file:s0 on path: /data/misd
01-01 00:00:05.642   126   126 D vold_prepare_subdirs: Setting up mode 700 uid 0 gid 0 context u:object_r:storaged_data_file:s0 on path: /datad
01-01 00:00:05.643   126   126 D vold_prepare_subdirs: Setting up mode 700 uid 1000 gid 1000 context u:object_r:fingerprint_vendor_data_file:sa
01-01 00:00:05.645   116   125 D vold    : e4crypt_unlock_user_key 0 serial=0 token_present=0
01-01 00:00:05.646   116   125 E vold    : Failed to chmod /data/system_ce/0: No such file or directory
01-01 00:00:05.647   116   125 E vold    : Failed to chmod /data/misc_ce/0: No such file or directory
01-01 00:00:05.647   116   125 E vold    : Failed to chmod /data/media/0: No such file or directory
01-01 00:00:05.649     1     1 I init    : type=1400 audit(0.0:16): avc: denied { dac_read_search } for capability=2 scontext=u:r:init:s0 tcon1
01-01 00:00:05.670   128   128 I /system/bin/tzdatacheck: timezone distro dir /data/misc/zoneinfo/current does not exist. No action required.
01-01 00:00:05.823   133   133 I ServiceManagement: Removing namespace from process name android.hid...@1.0-service to allo...@1.0-s.
01-01 00:00:05.824   133   133 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:05.824   113   113 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:05.829   140   140 I lowmemorykiller: Using in-kernel low memory [   20.711578] init: starting service 'zygote'...
killer interface
01-01 00:00:05[   20.719331] init: starting service 'netd'...
.933   1[   20.719640] init: Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
[   20.735241] init: Created socket '/dev/socket/netd', mode 660, user 0, group 1000

01-01 00:00:06.[   20.744532] init: Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
047   13[   20.747399] init: starting service 'audioserver'...
8   138 I health[   20.759378] init: Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
@2.0/: h[   20.764384] init: starting service 'surfaceflinger'...
ealth@2.[   20.766973] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
0/backup[   20.767358] init: Failed to bind socket 'pdx/system/vr/display/manager': No such file or directory
: Hal starting main loop...
01-01 00:00:06.047   137   137 I health@2.0/: health@2.0/default: Hal starting main loop...
01-01 00:00:06.047   137   137 I health@2.0/: health@2.0/default Hal is starting up...
01-01 00:00:06.047   138   138 I health@2.0/: health@2.0/backup Hal is starting up...
01-01 00:00:06.047   138   138 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.050   160   160 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.053   137   137 I ServiceManagement: Removing namespace from process name android.har...@2.0-service to hea...@2.0-ser.
01-01 00:00:06.054   137   137 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.069   136   136 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.098   159   159 I /system/bin/tombstoned: tombstoned successfully initialized
01-01 00:00:06.183   154   162 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.247   135   135 W /vendor/bin/hw/android.hardwa...@1.1-service: Could not find seccomp policy file at: /vendor/etc/sy
01-01 00:00:06.247   135   135 I ServiceManagement: Removing namespace from process name android.hardwa...@1.1-service to configsto.
01-01 00:00:06.248   135   135 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.342   134   134 D android.ha...@1.0-service: android.ha...@1.0-service starting...
01-01 00:00:06.343   134   134 I ServiceManagement: Removing namespace from process name android.ha...@1.0-service to c...@1.0-service.
01-01 00:00:06.343   134   134 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.384   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.health@1.0::IHealth/default in either fram.
01-01 00:00:06.386   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.usb.gadget@1.0::IUsbGadget/default in eith.
01-01 00:00:06.387   137   137 I health@2.0/: health@2.0/default: Hal init done
01-01 00:00:06.389   155   155 I wificond: type=1400 audit(0.0:17): avc: denied { module_request } for kmod="net-pf-16-proto-16-family-nl802111
01-01 00:00:06.390   155   155 I wificond: wificond is starting up...
01-01 00:00:06.391   155   155 E wificond: Received error message: No such file or directory
01-01 00:00:06.391   155   155 E wificond: Failed to get NL80211 family info
01-01 00:00:06.392   155   155 E wificond: Failed to start netlink manager
01-01 00:00:06.392   155   155 E wificond: Received error message: No such file or directory
01-01 00:00:06.392   155   155 E wificond: Failed to get NL80211 family info
01-01 00:00:06.392   155   155 E wificond: Received error message: No such file or directory
01-01 00:00:06.392   155   155 E wificond: NL80211_CMD_GET_PROTOCOL_FEATURES failed
01-01 00:00:06.393   155   155 E wificond: Received error message: No such file or directory
01-01 00:00:06.393   155   155 E wificond: Failed to get NL80211 family info
01-01 00:00:06.395   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.health@2.0::IHealth/default in either fram.
01-01 00:00:06.399   142   142 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.403   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.thermal@1.1::IThermal/default in either fr.
01-01 00:00:06.417   157   157 I gatekeeperd: Starting gatekeeperd...
01-01 00:00:06.434   157   157 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.436   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.gatekeeper@1.0::IGatekeeper/default in eit.
01-01 00:00:06.441   154   162 W storaged: health: invalid battery status
01-01 00:00:06.463   136   136 D vndksupport: Loading /vendor/lib/hw/android.hardware....@2.0-impl.so from current namespace in.
01-01 00:00:06.495   142   142 W thermalserviced: Unable to get Thermal HAL V1.1, vendor thermal event notification not available
01-01 00:00:06.495   157   157 W gatekeeperd: falling back to software GateKeeper
01-01 00:00:06.496   160   160 I usbd    : Usb HAL not found
01-01 00:00:06.499   138   138 I healthd : type=1400 audit(0.0:18): avc: denied { wake_alarm } for capability=35 scontext=u:r:healthd:s0 tcont1
01-01 00:00:06.504   138   138 I health@2.0/: health@2.0/backup: Hal init done
01-01 00:00:06.585   130   130 I Netd    : Netd 1.0 starting
01-01 00:00:06.611   130   130 D TetherController: Setting IP forward enable = 0
01-01 00:00:06.614   136   136 D vndksupport: Loading /vendor/lib/hw/gralloc.rpi3.so from current namespace instead of sphal namespace.
01-01 00:00:06.614   130   130 E         : Cannot determine initial API level of the device
01-01 00:00:06.655   148   148 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.659   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@4.0::IKeymasterDevice/default in.
01-01 00:00:06.664   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in.
01-01 00:00:06.666   148   148 E linker  : library "/vendor/lib/hw/android.hardw...@3.0-impl.so" ("/system/vendor/lib/hw/android.har]
01-01 00:00:06.666   148   148 E vndksupport: Could not load /vendor/lib/hw/android.hardw...@3.0-impl.so from sphal namespace: dlope.
01-01 00:00:06.667   148   148 E ServiceManagement: Failed to dlopen android.hardw...@3.0-impl.so: unknown error
01-01 00:00:06.667   148   148 F keystore: keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] Error no viable d
--------- beginning of crash
01-01 00:00:06.668   148   148 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 148 (keystore), pid 148 (keystore)
01-01 00:00:06.700   149   149 I mediaserver: ServiceManager: 0xb4290120
01-01 00:00:06.738   130   130 I Netd    : Creating child chains: 117.3ms
01-01 00:00:06.738   130   130 I Netd    : Setting up OEM hooks: 0.1ms
01-01 00:00:06.738   130   130 I Netd    : Setting up FirewallController hooks: 0.0ms
01-01 00:00:06.742   130   130 I Netd    : Setting up TetherController hooks: 4.3ms
01-01 00:00:06.746   130   130 I Netd    : Setting up BandwidthController hooks: 3.5ms
01-01 00:00:06.746   130   130 I Netd    : Setting up IdletimerController hooks: 0.1ms
01-01 00:00:06.746   130   130 E Netd    : failed to start trafficcontroller: (Status[code: 1, msg: "[Operation not permitted] : map create fa)
01-01 00:00:06.746   130   130 I Netd    : initializing traffic control: 0.2ms
01-01 00:00:06.755   130   130 W IptablesRestoreController: iptables-restore process 174 terminated status=256
01-01 00:00:06.755   130   130 E IptablesRestoreController: iptables error:
01-01 00:00:06.755   130   130 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:06.755   130   130 E IptablesRestoreController: *filter
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: COMMIT
01-01 00:00:06.755   130   130 E IptablesRestoreController: *raw
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:06.755   130   130 E IptablesRestoreController: 
01-01 00:00:06.755   130   130 E IptablesRestoreController: COMMIT
01-01 00:00:06.755   130   130 E IptablesRestoreController: *mangle
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:06.755   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:06.755   130   130 E IptablesRestoreController: 
01-01 00:00:06.755   130   130 E IptablesRestoreController: COMMIT
01-01 00:00:06.755   130   130 E IptablesRestoreController: 
01-01 00:00:06.755   130   130 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:06.755   130   130 E IptablesRestoreController: iptables-restore: line 161 failed
01-01 00:00:06.755   130   130 E IptablesRestoreController: ----------------------
01-01 00:00:06.759   130   130 W IptablesRestoreController: iptables-restore process 175 terminated status=256
01-01 00:00:06.760   130   130 E IptablesRestoreController: iptables error:
01-01 00:00:06.760   130   130 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:06.760   130   130 E IptablesRestoreController: *filter
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: COMMIT
01-01 00:00:06.760   130   130 E IptablesRestoreController: *raw
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:06.760   130   130 E IptablesRestoreController: 
01-01 00:00:06.760   130   130 E IptablesRestoreController: COMMIT
01-01 00:00:06.760   130   130 E IptablesRestoreController: *mangle
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:06.760   130   130 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:06.760   130   130 E IptablesRestoreController: 
01-01 00:00:06.760   130   130 E IptablesRestoreController: COMMIT
01-01 00:00:06.760   130   130 E IptablesRestoreController: 
01-01 00:00:06.760   130   130 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:06.760   130   130 E IptablesRestoreController: ip6tables-restore: line 134 failed
01-01 00:00:06.760   130   130 E IptablesRestoreController: ----------------------
01-01 00:00:06.760   130   130 I Netd    : Disabling bandwidth control: 13.4ms
01-01 00:00:06.761   130   130 E Netd    : cannot find interface dummy0
01-01 00:00:06.762   130   130 I Netd    : Initializing RouteController: 2.3ms
01-01 00:00:06.762   130   130 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
01-01 00:00:06.762   130   130 D XfrmController: [0016]: 140000001c0005000000000000000000
01-01 00:00:06.762   130   130 D XfrmController: [0001]: ff
01-01 00:00:06.762   130   130 D XfrmController: [0003]: 000000
01-01 00:00:06.762   130   130 D XfrmController: {netlink msg resp}[0036]: 2400000002000001000000008200000000000000140000001c000500000000000000
01-01 00:00:06.762   130   130 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
01-01 00:00:06.763   130   130 D XfrmController: [0016]: 100000001d0005000000000000000000
01-01 00:00:06.763   130   130 D XfrmController: {netlink msg resp}[0036]: 2400000002000001000000008200000000000000100000001d000500000000000000
01-01 00:00:06.763   130   130 I Netd    : Initializing XfrmController: 0.7ms
01-01 00:00:06.763   130   130 E Netd    : Unable to create netlink socket: Protocol not supported
01-01 00:00:06.763   130   130 W Netd    : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
01-01 00:00:06.764   130   130 D MDnsDS  : MDnsSdListener::Hander starting up
01-01 00:00:06.764   130   196 D MDnsDS  : MDnsSdListener starting to monitor
01-01 00:00:06.764   130   196 D MDnsDS  : Going to poll with pollCount 1
01-01 00:00:06.766   130   130 I Netd    : Registering NetdNativeService: 1.4ms
01-01 00:00:06.766   130   130 I Netd    : Starting CommandListener: 0.2ms
01-01 00:00:06.779   130   130 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.783   130   130 I Netd    : Registering NetdHwService: 17.2ms
01-01 00:00:06.783   130   130 I Netd    : Netd started in 199ms
01-01 00:00:06.879   203   203 I crash_dump32: type=1400 audit(0.0:19): avc: denied { ptrace } for scontext=u:r:crash_dump:s0 tcontext=u:r:key1
01-01 00:00:06.885   180   180 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.892   203   203 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:06.892   159   159 I /system/bin/tombstoned: received crash request for pid 148
01-01 00:00:06.906   203   203 I crash_dump32: performing dump of process 148 (target tid = 148)
01-01 00:00:06.910   203   203 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:06.910   203   203 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:06.910   203   203 F DEBUG   : Revision: '0'
01-01 00:00:06.910   203   203 F DEBUG   : ABI: 'arm'
01-01 00:00:06.910   203   203 F DEBUG   : pid: 148, tid: 148, name: keystore  >>> /system/bin/keystore <<<
01-01 00:00:06.910   203   203 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:06.911   203   203 F DEBUG   : Abort message: 'keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] '
01-01 00:00:06.911   203   203 F DEBUG   :     r0  00000000  r1  00000094  r2  00000006  r3  af4e76f8
01-01 00:00:06.911   203   203 F DEBUG   :     r4  00000094  r5  00000094  r6  bea98954  r7  0000010c
01-01 00:00:06.911   203   203 F DEBUG   :     r8  00000000  r9  00000000  r10 00000000  r11 00000000
01-01 00:00:06.911   203   203 F DEBUG   :     ip  afcf4b0c  sp  bea98940  lr  af475fa5  pc  af46dd2a
01-01 00:00:06.922   203   203 F DEBUG   : 
01-01 00:00:06.922   203   203 F DEBUG   : backtrace:
01-01 00:00:06.922   203   203 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:06.922   203   203 F DEBUG   :     #01 pc 00006907  /system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
01-01 00:00:06.922   203   203 F DEBUG   :     #02 pc 000071c7  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+502)
01-01 00:00:06.922   203   203 F DEBUG   :     #03 pc 00024d2b  /system/bin/keystore (main+1162)
01-01 00:00:06.922   203   203 F DEBUG   :     #04 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:06.922   203   203 F DEBUG   :     #05 pc 0000c58b  /system/bin/keystore (_start_main+46)
01-01 00:00:06.922   203   203 F DEBUG   :     #06 pc 00000306  <anonymous:b02c5000>
01-01 00:00:07.027   203   203 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:07.029     1     1 I init    : type=1400 audit(0.0:20): avc: denied { dac_read_search } for capability=2 scontext=u:r:init:s0 tcon1
01-01 00:00:07.065   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_14
01-01 00:00:07.121   136   136 I ServiceManagement: Removing namespace from process name android.hardware....@2.0-service to al.
01-01 00:00:07.122   136   136 I android.hardware....@2.0-service: Registration complete for android.hardware.graphics.allocato.
01-01 00:00:07.162   156   156 I media.codec: mediacodecservice starting
01-01 00:00:07.213   156   156 W media.codec: Could not read additional policy file '/vendor/etc/seccomp_policy/mediacodec.policy'
01-01 00:00:07.214   156   156 W media.codec: libminijail[156]: failed to get path of fd 4: No such file or directory
01-01 00:00:07.214   156   156 W media.codec: libminijail[156]: allowing syscall: clock_gettime
01-01 00:00:07.214   156   156 W media.codec: libminijail[156]: allowing syscall: connect
01-01 00:00:07.214   156   156 W media.codec: libminijail[156]: allowing syscall: fcntl64
01-01 00:00:07.214   156   156 W media.codec: libminijail[156]: allowing syscall: socket
01-01 00:00:07.215   156   156 W media.codec: libminijail[156]: allowing syscall: writev
01-01 00:00:07.221   141   141 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:07.225   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::startGraphicsAllocatorService retr0
01-01 00:00:07.237   156   156 W media.codec: libminijail[156]: logging seccomp filter failures
01-01 00:00:07.248   141   141 I SurfaceFlinger: Using HWComposer service: 'default'
01-01 00:00:07.248   141   141 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:07.251   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffsetNs retrieved:)
01-01 00:00:07.251   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffsetNs retrieve)
01-01 00:00:07.252   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1
01-01 00:00:07.270   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFromVSyncNs retri0
01-01 00:00:07.271   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 0
01-01 00:00:07.271   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 0)
01-01 00:00:07.271   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default)
01-01 00:00:07.271   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retr)
01-01 00:00:07.271   141   141 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
01-01 00:00:07.273   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.1::ISurfaceFlingerConfigs/de.
01-01 00:00:07.274   141   141 I ConfigStore: android::hardware::configstore::V1_1::ISurfaceFlingerConfigs::primaryDisplayOrientation retrieve)
01-01 00:00:07.274   151   151 I mediametrics: ServiceManager: 0xaee10100
01-01 00:00:07.274   151   151 D MediaAnalyticsService: MediaAnalyticsService created
01-01 00:00:07.274   141   141 I SurfaceFlinger: Enabling HWC virtual displays
01-01 00:00:07.274   141   141 I SurfaceFlinger: Disabling Triple Buffering
01-01 00:00:07.275   141   141 I SurfaceFlinger: Treble testing override: 'false'
01-01 00:00:07.275   141   141 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-01 00:00:07.275   141   141 I SurfaceFlinger: Phase offest NS: 1000000
01-01 00:00:07.288   141   141 E linker  : library "/vendor/lib/egl/libGLES_mesa.so" ("/system/vendor/lib/egl/libGLES_mesa.so") needed or dlop]
01-01 00:00:07.288   141   141 E vndksupport: Could not load /vendor/lib/egl/libGLES_mesa.so from sphal namespace: dlopen failed: library "/ve.
01-01 00:00:07.288   141   141 E libEGL  : load_driver(/vendor/lib/egl/libGLES_mesa.so): unknown
01-01 00:00:07.289   141   141 F libEGL  : couldn't find an OpenGL ES implementation
01-01 00:00:07.289   141   141 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 141 (surfaceflinger), pid 141 (surfaceflinger)
01-01 00:00:07.301   156   156 W MediaCodecsXmlParser: unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profil
01-01 00:00:07.301   156   156 W MediaCodecsXmlParser: parseTopLevelXMLFile(/data/misc/media/media_codecs_profiling_results.xml) failed
01-01 00:00:07.303   156   156 I ServiceManagement: Removing namespace from process name android.hardw...@1.0-service to o...@1.0-ser.
01-01 00:00:07.303   156   156 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:07.314   156   156 D vndksupport: Loading libstagefrighthw.so from current namespace instead of sphal namespace.
01-01 00:00:07.318   156   156 W MediaCodecsXmlParser: unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profil
01-01 00:00:07.318   156   156 W MediaCodecsXmlParser: parseTopLevelXMLFile(/data/misc/media/media_codecs_profiling_results.xml) failed
01-01 00:00:07.318   156   156 I ServiceManagement: Removing namespace from process name android.hardw...@1.0-service to o...@1.0-ser.
01-01 00:00:07.321   156   156 I media.codec: IOmx HAL service created.
01-01 00:00:07.329   153   153 W statsd  : statscompanion service unavailable!
01-01 00:00:07.330   221   221 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:07.339   227   227 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:07.340   153   153 I statsd  : using statsd socket
01-01 00:00:07.340   159   159 I /system/bin/tombstoned: received crash request for pid 141
01-01 00:00:07.341   227   227 I crash_dump32: performing dump of process 141 (target tid = 141)
01-01 00:00:07.347   227   227 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:07.347   227   227 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:07.347   227   227 F DEBUG   : Revision: '0'
01-01 00:00:07.348   227   227 F DEBUG   : ABI: 'arm'
01-01 00:00:07.348   227   227 F DEBUG   : pid: 141, tid: 141, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:07.348   227   227 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:07.348   227   227 F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation'
01-01 00:00:07.348   227   227 F DEBUG   :     r0  00000000  r1  0000008d  r2  00000006  r3  b06286f8
01-01 00:00:07.348   227   227 F DEBUG   :     r4  0000008d  r5  0000008d  r6  bedcc44c  r7  0000010c
01-01 00:00:07.348   227   227 F DEBUG   :     r8  00000000  r9  00000000  r10 00000001  r11 b01b37e8
01-01 00:00:07.348   227   227 F DEBUG   :     ip  00000000  sp  bedcc438  lr  b05b6fa5  pc  b05aed2a
01-01 00:00:07.358   144   144 I cameraserver: ServiceManager: 0xaca90100
01-01 00:00:07.358   144   144 I CameraService: CameraService started (pid=144)
01-01 00:00:07.358   144   144 I CameraService: CameraService process starting
01-01 00:00:07.358   154   162 I ServiceManager: Waiting for service package_native...
01-01 00:00:07.359   144   144 W BatteryNotifier: batterystats service unavailable!
01-01 00:00:07.359   144   144 W BatteryNotifier: batterystats service unavailable!
01-01 00:00:07.359   144   144 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:07.362   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.camera.provider@2.4::ICameraProvider/legac.
01-01 00:00:07.364   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.camera.provider@2.4::ICameraProvider/exter.
01-01 00:00:07.366   144   144 I         : Waiting for activity service
01-01 00:00:07.384   227   227 F DEBUG   : 
01-01 00:00:07.384   227   227 F DEBUG   : backtrace:
01-01 00:00:07.384   227   227 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:07.384   227   227 F DEBUG   :     #01 pc 00006d45  /system/lib/liblog.so (__android_log_assert+156)
01-01 00:00:07.384   227   227 F DEBUG   :     #02 pc 00010637  /system/lib/libEGL.so (android::Loader::open(android::egl_connection_t*)+462)
01-01 00:00:07.384   227   227 F DEBUG   :     #03 pc 0000bb8b  /system/lib/libEGL.so (android::egl_init_drivers()+54)
01-01 00:00:07.384   227   227 F DEBUG   :     #04 pc 0000bd7b  /system/lib/libEGL.so (eglGetDisplay+66)
01-01 00:00:07.384   227   227 F DEBUG   :     #05 pc 0006bf03  /system/lib/libsurfaceflinger.so (android::RE::impl::RenderEngine::create(int,)
01-01 00:00:07.385   227   227 F DEBUG   :     #06 pc 0006fdb9  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+600)
01-01 00:00:07.385   227   227 F DEBUG   :     #07 pc 00002679  /system/bin/surfaceflinger (main+232)
01-01 00:00:07.385   227   227 F DEBUG   :     #08 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:07.385   227   227 F DEBUG   :     #09 pc 0000254f  /system/bin/surfaceflinger (_start_main+46)
01-01 00:00:07.385   227   227 F DEBUG   :     #10 pc 00000306  <anonymous:b18e5000>
01-01 00:00:07.459     1     1 I init    : type=1400 audit(0.0:21): avc: denied { dac_read_search } for capability=2 scontext=u:r:init:s0 tcon1
01-01 00:00:07.464   227   227 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:07.465   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_15
01-01 00:00:07.551   112   112 I ServiceManager: service 'netd' died
01-01 00:00:07.553   150   150 V MediaUtils: physMem: 781443072
01-01 00:00:07.553   150   150 V MediaUtils: requested limit: 156288600
01-01 00:00:07.553   150   150 V MediaUtils: actual limit: 156288600
01-01 00:00:07.553   150   150 V MediaUtils: original limits: 4294967295/4294967295
01-01 00:00:07.553   150   150 V MediaUtils: new limits: 156288600/4294967295
01-01 00:00:07.553   150   150 E vndksupport: Could not load libutils.so from sphal namespace: dlopen failed: library "libutils.so" not found.
01-01 00:00:07.554   150   150 W /system/bin/mediaextractor: Could not read additional policy file '/vendor/etc/seccomp_policy/mediaextractor.'
01-01 00:00:07.555   150   150 W /system/bin/mediaextractor: libminijail[150]: failed to get path of fd 4: No such file or directory
01-01 00:00:07.555   150   150 W /system/bin/mediaextractor: libminijail[150]: allowing syscall: clock_gettime
01-01 00:00:07.555   150   150 W /system/bin/mediaextractor: libminijail[150]: allowing syscall: connect
01-01 00:00:07.555   150   150 W /system/bin/mediaextractor: libminijail[150]: allowing syscall: fcntl64
01-01 00:00:07.555   150   150 W /system/bin/mediaextractor: libminijail[150]: allowing syscall: socket
01-01 00:00:07.555   150   150 W /system/bin/mediaextractor: libminijail[150]: allowing syscall: writev
01-01 00:00:07.556   150   150 W /system/bin/mediaextractor: libminijail[150]: logging seccomp filter failures
01-01 00:00:07.600   112   112 I ServiceManager: service 'wificond' died
01-01 00:00:08.366   154   162 I ServiceManager: Waiting for service package_native...
01-01 00:00:09.368   154   162 I chatty  : uid=0(root) /system/bin/storaged identical 1 line
01-01 00:00:10.371   154   162 I ServiceManager: Waiting for service package_native...
01-01 00:00:10.833   243   243 I Netd    : Netd 1.0 starting
01-01 00:00:10.834   243   243 D TetherController: Setting IP forward enable = 0
01-01 00:00:10.837   243   243 E         : Cannot determine initial API level of the device
01-01 00:00:10.909   248   248 I wificond: type=1400 audit(0.0:22): avc: denied { module_request } for kmod="net-pf-16-proto-16-family-nl802111
01-01 00:00:10.913   246   246 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:10.914   248   248 I wificond: wificond is starting up...
01-01 00:00:10.920   248   248 E wificond: Received error message: No such file or directory
01-01 00:00:10.920   248   248 E wificond: Failed to get NL80211 family info
01-01 00:00:10.920   248   248 E wificond: Failed to start netlink manager
01-01 00:00:10.930   248   248 E wificond: Received error message: No such file or directory
01-01 00:00:10.930   248   248 E wificond: Failed to get NL80211 family info
01-01 00:00:10.930   248   248 E wificond: Received error message: No such file or directory
01-01 00:00:10.930   248   248 E wificond: NL80211_CMD_GET_PROTOCOL_FEATURES failed
01-01 00:00:10.935   248   248 E wificond: Received error message: No such file or directory
01-01 00:00:10.935   248   248 E wificond: Failed to get NL80211 family info
01-01 00:00:10.941   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@4.0::IKeymasterDevice/default in.
01-01 00:00:10.983   245   245 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:10.983   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in.
01-01 00:00:10.986   246   246 E linker  : library "/vendor/lib/hw/android.hardw...@3.0-impl.so" ("/system/vendor/lib/hw/android.har]
01-01 00:00:10.986   246   246 E vndksupport: Could not load /vendor/lib/hw/android.hardw...@3.0-impl.so from sphal namespace: dlope.
01-01 00:00:10.986   246   246 E ServiceManagement: Failed to dlopen android.hardw...@3.0-impl.so: unknown error
01-01 00:00:10.987   246   246 F keystore: keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] Error no viable d
01-01 00:00:10.987   246   246 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 246 (keystore), pid 246 (keystore)
01-01 00:00:10.989   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::startGraphicsAllocatorService retr0
01-01 00:00:10.990   245   245 I SurfaceFlinger: Using HWComposer service: 'default'
01-01 00:00:10.990   245   245 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:10.993   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffsetNs retrieved:)
01-01 00:00:10.993   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffsetNs retrieve)
01-01 00:00:10.993   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1
01-01 00:00:10.993   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFromVSyncNs retri0
01-01 00:00:10.993   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 0
01-01 00:00:10.994   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 0)
01-01 00:00:10.994   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default)
01-01 00:00:10.994   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retr)
01-01 00:00:10.994   245   245 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
01-01 00:00:10.995   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.1::ISurfaceFlingerConfigs/de.
01-01 00:00:10.997   245   245 I ConfigStore: android::hardware::configstore::V1_1::ISurfaceFlingerConfigs::primaryDisplayOrientation retrieve)
01-01 00:00:10.997   245   245 I SurfaceFlinger: Enabling HWC virtual displays
01-01 00:00:10.997   245   245 I SurfaceFlinger: Disabling Triple Buffering
01-01 00:00:10.997   245   245 I SurfaceFlinger: Treble testing override: 'false'
01-01 00:00:10.998   245   245 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-01 00:00:10.998   245   245 I SurfaceFlinger: Phase offest NS: 1000000
01-01 00:00:10.999   245   245 E linker  : library "/vendor/lib/egl/libGLES_mesa.so" ("/system/vendor/lib/egl/libGLES_mesa.so") needed or dlop]
01-01 00:00:10.999   245   245 E vndksupport: Could not load /vendor/lib/egl/libGLES_mesa.so from sphal namespace: dlopen failed: library "/ve.
01-01 00:00:10.999   245   245 E libEGL  : load_driver(/vendor/lib/egl/libGLES_mesa.so): unknown
01-01 00:00:11.000   245   245 F libEGL  : couldn't find an OpenGL ES implementation
01-01 00:00:11.000   245   245 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 245 (surfaceflinger), pid 245 (surfaceflinger)
01-01 00:00:11.029   264   264 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:11.045   243   243 I Netd    : Creating child chains: 204.0ms
01-01 00:00:11.045   243   243 I Netd    : Setting up OEM hooks: 0.1ms
01-01 00:00:11.045   243   243 I Netd    : Setting up FirewallController hooks: 0.0ms
01-01 00:00:11.050   243   243 I Netd    : Setting up TetherController hooks: 5.4ms
01-01 00:00:11.055   243   243 I Netd    : Setting up BandwidthController hooks: 4.4ms
01-01 00:00:11.055   243   243 I Netd    : Setting up IdletimerController hooks: 0.1ms
01-01 00:00:11.055   243   243 E Netd    : failed to start trafficcontroller: (Status[code: 1, msg: "[Operation not permitted] : map create fa)
01-01 00:00:11.055   243   243 I Netd    : initializing traffic control: 0.2ms
01-01 00:00:11.061   266   266 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:11.063   159   159 I /system/bin/tombstoned: received crash request for pid 245
01-01 00:00:11.063   266   266 I crash_dump32: performing dump of process 245 (target tid = 245)
01-01 00:00:11.069   266   266 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:11.069   266   266 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:11.069   266   266 F DEBUG   : Revision: '0'
01-01 00:00:11.069   266   266 F DEBUG   : ABI: 'arm'
01-01 00:00:11.069   266   266 F DEBUG   : pid: 245, tid: 245, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:11.069   266   266 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:11.069   266   266 F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation'
01-01 00:00:11.069   266   266 F DEBUG   :     r0  00000000  r1  000000f5  r2  00000006  r3  b52586f8
01-01 00:00:11.069   266   266 F DEBUG   :     r4  000000f5  r5  000000f5  r6  bee2e44c  r7  0000010c
01-01 00:00:11.069   266   266 F DEBUG   :     r8  00000000  r9  00000000  r10 00000001  r11 b47b37e8
01-01 00:00:11.069   266   266 F DEBUG   :     ip  00000000  sp  bee2e438  lr  b51e6fa5  pc  b51ded2a
01-01 00:00:11.077   263   263 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:11.079   270   270 I crash_dump32: type=1400 audit(0.0:23): avc: denied { ptrace } for scontext=u:r:crash_dump:s0 tcontext=u:r:key1
01-01 00:00:11.111   266   266 F DEBUG   : 
01-01 00:00:11.111   266   266 F DEBUG   : backtrace:
01-01 00:00:11.111   266   266 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:11.111   266   266 F DEBUG   :     #01 pc 00006d45  /system/lib/liblog.so (__android_log_assert+156)
01-01 00:00:11.111   266   266 F DEBUG   :     #02 pc 00010637  /system/lib/libEGL.so (android::Loader::open(android::egl_connection_t*)+462)
01-01 00:00:11.111   266   266 F DEBUG   :     #03 pc 0000bb8b  /system/lib/libEGL.so (android::egl_init_drivers()+54)
01-01 00:00:11.111   266   266 F DEBUG   :     #04 pc 0000bd7b  /system/lib/libEGL.so (eglGetDisplay+66)
01-01 00:00:11.111   266   266 F DEBUG   :     #05 pc 0006bf03  /system/lib/libsurfaceflinger.so (android::RE::impl::RenderEngine::create(int,)
01-01 00:00:11.111   266   266 F DEBUG   :     #06 pc 0006fdb9  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+600)
01-01 00:00:11.111   266   266 F DEBUG   :     #07 pc 00002679  /system/bin/surfaceflinger (main+232)
01-01 00:00:11.111   266   266 F DEBUG   :     #08 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:11.111   266   266 F DEBUG   :     #09 pc 0000254f  /system/bin/surfaceflinger (_start_main+46)
01-01 00:00:11.111   266   266 F DEBUG   :     #10 pc 00000306  <anonymous:b5e91000>
01-01 00:00:11.122   243   243 W IptablesRestoreController: iptables-restore process 249 terminated status=256
01-01 00:00:11.125   270   270 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:11.126   159   159 I /system/bin/tombstoned: received crash request for pid 246
01-01 00:00:11.126   159   159 I /system/bin/tombstoned: enqueueing crash request for pid 246
01-01 00:00:11.147   243   243 W IptablesRestoreController: iptables-restore process 250 terminated status=256
01-01 00:00:11.147   243   243 I Netd    : Disabling bandwidth control: 92.5ms
01-01 00:00:11.149   243   243 E Netd    : cannot find interface dummy0
01-01 00:00:11.150   243   243 I Netd    : Initializing RouteController: 2.9ms
01-01 00:00:11.151   243   243 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
01-01 00:00:11.151   243   243 D XfrmController: [0016]: 140000001c0005000000000000000000
01-01 00:00:11.151   243   243 D XfrmController: [0001]: ff
01-01 00:00:11.151   243   243 D XfrmController: [0003]: 000000
01-01 00:00:11.151   243   243 D XfrmController: {netlink msg resp}[0036]: 240000000200000100000000f300000000000000140000001c000500000000000000
01-01 00:00:11.151   243   243 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
01-01 00:00:11.151   243   243 D XfrmController: [0016]: 100000001d0005000000000000000000
01-01 00:00:11.151   243   243 D XfrmController: {netlink msg resp}[0036]: 240000000200000100000000f300000000000000100000001d000500000000000000
01-01 00:00:11.151   243   243 I Netd    : Initializing XfrmController: 0.9ms
01-01 00:00:11.152   243   243 E Netd    : Unable to create netlink socket: Protocol not supported
01-01 00:00:11.152   243   243 W Netd    : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
01-01 00:00:11.153   243   243 D MDnsDS  : MDnsSdListener::Hander starting up
01-01 00:00:11.155   243   243 I Netd    : Registering NetdNativeService: 1.5ms
01-01 00:00:11.155   243   243 I Netd    : Starting CommandListener: 0.2ms
01-01 00:00:11.156   243   243 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:11.157   243   288 D MDnsDS  : MDnsSdListener starting to monitor
01-01 00:00:11.157   243   288 D MDnsDS  : Going to poll with pollCount 1
01-01 00:00:11.159   243   243 I Netd    : Registering NetdHwService: 3.9ms
01-01 00:00:11.159   243   243 I Netd    : Netd started in 326ms
01-01 00:00:11.160   247   247 I mediaserver: ServiceManager: 0xb2c901c0
01-01 00:00:11.160   247   247 W BatteryNotifier: batterystats service unavailable!
01-01 00:00:11.200   266   266 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:11.200   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_16
01-01 00:00:11.201   270   270 I crash_dump32: performing dump of process 246 (target tid = 246)
01-01 00:00:11.205   270   270 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:11.205   270   270 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:11.206   270   270 F DEBUG   : Revision: '0'
01-01 00:00:11.206   270   270 F DEBUG   : ABI: 'arm'
01-01 00:00:11.206   270   270 F DEBUG   : pid: 246, tid: 246, name: keystore  >>> /system/bin/keystore <<<
01-01 00:00:11.206   270   270 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:11.206   270   270 F DEBUG   : Abort message: 'keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] '
01-01 00:00:11.206   270   270 F DEBUG   :     r0  00000000  r1  000000f6  r2  00000006  r3  a80996f8
01-01 00:00:11.206   270   270 F DEBUG   :     r4  000000f6  r5  000000f6  r6  bebf8954  r7  0000010c
01-01 00:00:11.206   270   270 F DEBUG   :     r8  00000000  r9  00000000  r10 00000000  r11 00000000
01-01 00:00:11.206   270   270 F DEBUG   :     ip  a89f9b0c  sp  bebf8940  lr  a8027fa5  pc  a801fd2a
01-01 00:00:11.217   270   270 F DEBUG   : 
01-01 00:00:11.217   270   270 F DEBUG   : backtrace:
01-01 00:00:11.217   270   270 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:11.217   270   270 F DEBUG   :     #01 pc 00006907  /system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
01-01 00:00:11.217   270   270 F DEBUG   :     #02 pc 000071c7  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+502)
01-01 00:00:11.217   270   270 F DEBUG   :     #03 pc 00024d2b  /system/bin/keystore (main+1162)
01-01 00:00:11.217   270   270 F DEBUG   :     #04 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:11.217   270   270 F DEBUG   :     #05 pc 0000c58b  /system/bin/keystore (_start_main+46)
01-01 00:00:11.217   270   270 F DEBUG   :     #06 pc 00000306  <anonymous:a8d39000>
01-01 00:00:11.230   112   112 I ServiceManager: service 'media.player' died
01-01 00:00:11.230   112   112 I ServiceManager: service 'media.resource_manager' died
01-01 00:00:11.259   270   270 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:11.260   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_17
01-01 00:00:11.301   112   112 I ServiceManager: service 'netd' died
01-01 00:00:11.350   112   112 I ServiceManager: service 'wificond' died
01-01 00:00:11.406   154   162 I ServiceManager: Waiting for service package_native...
01-01 00:00:11.507   154   162 W ServiceManager: Service package_native didn't start. Returning NULL
01-01 00:00:11.507   154   162 E storaged: getService package_native failed
01-01 00:00:11.512   154   162 I storaged: storaged: Start
01-01 00:00:11.512   154   162 E storaged: getDiskStats failed with result NOT_SUPPORTED and size 0
01-01 00:00:12.416   154   162 I ServiceManager: Waiting for service package_native...
01-01 00:00:14.421   154   162 I chatty  : uid=0(root) /system/bin/storaged identical 2 lines
01-01 00:00:15.423   154   162 I ServiceManager: Waiting for service package_native...
01-01 00:00:15.819   304   304 I Netd    : Netd 1.0 starting
01-01 00:00:15.819   304   304 D TetherController: Setting IP forward enable = 0
01-01 00:00:15.832   304   304 E         : Cannot determine initial API level of the device
01-01 00:00:15.889   309   309 I wificond: wificond is starting up...
01-01 00:00:15.899   307   307 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:15.903   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@4.0::IKeymasterDevice/default in.
01-01 00:00:15.913   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in.
01-01 00:00:15.914   309   309 E wificond: Received error message: No such file or directory
01-01 00:00:15.914   309   309 E wificond: Failed to get NL80211 family info
01-01 00:00:15.914   309   309 E wificond: Failed to start netlink manager
01-01 00:00:15.915   307   307 E linker  : library "/vendor/lib/hw/android.hardw...@3.0-impl.so" ("/system/vendor/lib/hw/android.har]
01-01 00:00:15.915   307   307 E vndksupport: Could not load /vendor/lib/hw/android.hardw...@3.0-impl.so from sphal namespace: dlope.
01-01 00:00:15.915   307   307 E ServiceManagement: Failed to dlopen android.hardw...@3.0-impl.so: unknown error
01-01 00:00:15.916   307   307 F keystore: keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] Error no viable d
01-01 00:00:15.916   307   307 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 307 (keystore), pid 307 (keystore)
01-01 00:00:15.921   309   309 E wificond: Received error message: No such file or directory
01-01 00:00:15.921   309   309 E wificond: Failed to get NL80211 family info
01-01 00:00:15.921   309   309 E wificond: Received error message: No such file or directory
01-01 00:00:15.921   309   309 E wificond: NL80211_CMD_GET_PROTOCOL_FEATURES failed
01-01 00:00:15.932   309   309 E wificond: Received error message: No such file or directory
01-01 00:00:15.932   309   309 E wificond: Failed to get NL80211 family info
01-01 00:00:15.933   304   304 I Netd    : Creating child chains: 97.1ms
01-01 00:00:15.933   304   304 I Netd    : Setting up OEM hooks: 0.1ms
01-01 00:00:15.933   304   304 I Netd    : Setting up FirewallController hooks: 0.0ms
01-01 00:00:15.938   304   304 I Netd    : Setting up TetherController hooks: 5.2ms
01-01 00:00:15.942   304   304 I Netd    : Setting up BandwidthController hooks: 4.0ms
01-01 00:00:15.942   304   304 I Netd    : Setting up IdletimerController hooks: 0.1ms
01-01 00:00:15.942   304   304 E Netd    : failed to start trafficcontroller: (Status[code: 1, msg: "[Operation not permitted] : map create fa)
01-01 00:00:15.942   304   304 I Netd    : initializing traffic control: 0.2ms
01-01 00:00:15.954   318   318 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:15.958   323   323 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:15.959   159   159 I /system/bin/tombstoned: received crash request for pid 307
01-01 00:00:15.961   323   323 I crash_dump32: performing dump of process 307 (target tid = 307)
01-01 00:00:15.965   323   323 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:15.965   323   323 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:15.965   323   323 F DEBUG   : Revision: '0'
01-01 00:00:15.965   323   323 F DEBUG   : ABI: 'arm'
01-01 00:00:15.965   323   323 F DEBUG   : pid: 307, tid: 307, name: keystore  >>> /system/bin/keystore <<<
01-01 00:00:15.965   323   323 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:15.965   323   323 F DEBUG   : Abort message: 'keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] '
01-01 00:00:15.965   323   323 F DEBUG   :     r0  00000000  r1  00000133  r2  00000006  r3  b141a6f8
01-01 00:00:15.965   323   323 F DEBUG   :     r4  00000133  r5  00000133  r6  be9bf954  r7  0000010c
01-01 00:00:15.965   323   323 F DEBUG   :     r8  00000000  r9  00000000  r10 00000000  r11 00000000
01-01 00:00:15.966   323   323 F DEBUG   :     ip  b1af9b0c  sp  be9bf940  lr  b13a8fa5  pc  b13a0d2a
01-01 00:00:15.976   323   323 F DEBUG   : 
01-01 00:00:15.976   323   323 F DEBUG   : backtrace:
01-01 00:00:15.976   323   323 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:15.977   323   323 F DEBUG   :     #01 pc 00006907  /system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
01-01 00:00:15.977   323   323 F DEBUG   :     #02 pc 000071c7  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+502)
01-01 00:00:15.977   323   323 F DEBUG   :     #03 pc 00024d2b  /system/bin/keystore (main+1162)
01-01 00:00:15.977   323   323 F DEBUG   :     #04 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:15.977   323   323 F DEBUG   :     #05 pc 0000c58b  /system/bin/keystore (_start_main+46)
01-01 00:00:15.977   323   323 F DEBUG   :     #06 pc 00000306  <anonymous:b215b000>
01-01 00:00:15.978   304   304 W IptablesRestoreController: iptables-restore process 310 terminated status=256
01-01 00:00:15.978   304   304 E IptablesRestoreController: iptables error:
01-01 00:00:15.978   304   304 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:15.978   304   304 E IptablesRestoreController: *filter
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: COMMIT
01-01 00:00:15.978   304   304 E IptablesRestoreController: *raw
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:15.978   304   304 E IptablesRest[   25.723407] init: starting service 'zygote'...
oreController: 
01-01 00:00:15.978   30[   25.731313] init: Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
4   304 [   25.734323] init: starting service 'netd'...
E Iptabl[   25.737206] init: Created socket '/dev/socket/netd', mode 660, user 0, group 1000
esRestor[   25.738002] init: Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
eControl[   25.738657] init: Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
ler: COM[   25.739304] init: Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003
MIT
01-[   25.749075] init: starting service 'audioserver'...
01 00:00:15.978 [   25.765924] init: starting service 'surfaceflinger'...
  304   [   25.768378] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
304 E IptablesRestoreController: *mangle
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:15.978   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:15.978   304   304 E IptablesRestoreController: 
01-01 00:00:15.978   304   304 E IptablesRestoreController: COMMIT
01-01 00:00:15.978   304   304 E IptablesRestoreController: 
01-01 00:00:15.978   304   304 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:15.978   304   304 E IptablesRestoreController: iptables-restore: line 154 failed
01-01 00:00:15.978   304   304 E IptablesRestoreController: ----------------------
01-01 00:00:16.011   304   304 W IptablesRestoreController: iptables-restore process 311 terminated status=256
01-01 00:00:16.011   304   304 E IptablesRestoreController: iptables error:
01-01 00:00:16.011   304   304 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:16.011   304   304 E IptablesRestoreController: *filter
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: COMMIT
01-01 00:00:16.011   304   304 E IptablesRestoreController: *raw
01-01 00:00:16.011   304   304 [   26.036925] type=1400 audit(11.079:23): avc: denied { ptrace } for pid=270 comm="crash_dump32" scontext=u:r:1
E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:16.011   304   304 E IptablesRestoreController: 
01-01 00:00:16.011   304   304 E IptablesRestoreController: COMMIT
01-01 00:00:16.011   304   304 E IptablesRestoreController: *mang[   26.096849] type=1400 audit(26.029:24): avc: denied { ptrace } for pid=4501
le
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:16.011   304   304 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:16.011   304   304 E IptablesRestoreController: 
01-01 00:00:16.011   304   304 E IptablesRestoreController: COMMIT
01-01 00:00:16.011   304   304 E IptablesRestoreController: 
01-01 00:00:16.011   304   304 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:16.011   304   304 E IptablesRestoreController: ip6tables-res[   26.184429] type=1400 audit(26.029:24): avc: denied { ptrace } for1
tore: line 127 failed
01-01 00:00:16.011   304   304 E IptablesRestoreController: ----------------------
01-01 00:00:16.011   304   304 I Netd    : Disabling bandwidth control: 69.3ms
01-01 00:00:16.013   306   306 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:16.015   306   306 I ConfigStore: android::hardware::configstore::V1_0::I[   26.233671] type=1400 audit(26.179:25): avc: denied { 1
SurfaceFlingerConfigs::startGraphicsAllocatorService retrieved: 0
01-01 00:00:16.016   306   306 I SurfaceFlinger: Using HWComposer service: 'default'
01-01 00:00:16.016   306   306 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:16.019   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffsetNs retrieved:)
01-01 00:00:16.019   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffsetNs retrieve)
01-01 00:00:16.019   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1
01-01 00:00:16.019   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFromVSyncNs retri0
01-01 00:00:16.019   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 0
01-01 00:00:16.020   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 0)
01-01 00:00:16.020   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default)
01-01 00:00:16.020   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retr)
01-01 00:00:16.020   306   306 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
01-01 00:00:16.022   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.1::ISurfaceFlingerConfigs/de.
01-01 00:00:16.023   306   306 I ConfigStore: android::hardware::configstore::V1_1::ISurfaceFlingerConfigs::primaryDisplayOrientation retrieve)
01-01 00:00:16.023   306   306 I SurfaceFlinger: Enabling HWC virtual displays
01-01 00:00:16.023   306   306 I SurfaceFlinger: Disabling Triple Buffering
01-01 00:00:16.023   306   306 I SurfaceFlinger: Treble testing override: 'false'
01-01 00:00:16.023   306   306 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-01 00:00:16.023   306   306 I SurfaceFlinger: Phase offest NS: 1000000
01-01 00:00:16.025   306   306 E linker  : library "/vendor/lib/egl/libGLES_mesa.so" ("/system/vendor/lib/egl/libGLES_mesa.so") needed or dlop]
01-01 00:00:16.025   306   306 E vndksupport: Could not load /vendor/lib/egl/libGLES_mesa.so from sphal namespace: dlopen failed: library "/ve.
01-01 00:00:16.025   306   306 E libEGL  : load_driver(/vendor/lib/egl/libGLES_mesa.so): unknown
01-01 00:00:16.025   306   306 F libEGL  : couldn't find an OpenGL ES implementation
01-01 00:00:16.025   306   306 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 306 (surfaceflinger), pid 306 (surfaceflinger)
01-01 00:00:16.028   304   304 E Netd    : cannot find interface dummy0
01-01 00:00:16.029   304   304 I Netd    : Initializing RouteController: 17.2ms
01-01 00:00:16.029   304   304 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
01-01 00:00:16.029   304   304 D XfrmController: [0016]: 140000001c0005000000000000000000
01-01 00:00:16.029   304   304 D XfrmController: [0001]: ff
01-01 00:00:16.029   304   304 D XfrmController: [0003]: 000000
01-01 00:00:16.029   304   304 D XfrmController: {netlink msg resp}[0036]: 2400000002000001000000003001000000000000140000001c000500000000000000
01-01 00:00:16.029   304   304 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
01-01 00:00:16.029   304   304 D XfrmController: [0016]: 100000001d0005000000000000000000
01-01 00:00:16.029   304   304 D XfrmController: {netlink msg resp}[0036]: 2400000002000001000000003001000000000000100000001d000500000000000000
01-01 00:00:16.029   304   304 I Netd    : Initializing XfrmController: 0.7ms
01-01 00:00:16.030   304   304 E Netd    : Unable to create netlink socket: Protocol not supported
01-01 00:00:16.030   304   304 W Netd    : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
01-01 00:00:16.031   304   304 D MDnsDS  : MDnsSdListener::Hander starting up
01-01 00:00:16.031   304   345 D MDnsDS  : MDnsSdListener starting to monitor
01-01 00:00:16.031   304   345 D MDnsDS  : Going to poll with pollCount 1
01-01 00:00:16.033   304   304 I Netd    : Registering NetdNativeService: 1.3ms
01-01 00:00:16.033   304   304 I Netd    : Starting CommandListener: 0.2ms
01-01 00:00:16.034   304   304 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:16.036   304   304 I Netd    : Registering NetdHwService: 2.5ms
01-01 00:00:16.036   304   304 I Netd    : Netd started in 216ms
01-01 00:00:16.060   338   338 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:16.078   352   352 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:16.078   159   159 I /system/bin/tombstoned: received crash request for pid 306
01-01 00:00:16.079   159   159 I /system/bin/tombstoned: enqueueing crash request for pid 306
01-01 00:00:16.152   323   323 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:16.152   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_18
01-01 00:00:16.153   352   352 I crash_dump32: performing dump of process 306 (target tid = 306)
01-01 00:00:16.158   352   352 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:16.158   352   352 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:16.158   352   352 F DEBUG   : Revision: '0'
01-01 00:00:16.158   352   352 F DEBUG   : ABI: 'arm'
01-01 00:00:16.158   352   352 F DEBUG   : pid: 306, tid: 306, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:16.158   352   352 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:16.158   352   352 F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation'
01-01 00:00:16.158   352   352 F DEBUG   :     r0  00000000  r1  00000132  r2  00000006  r3  b05186f8
01-01 00:00:16.159   352   352 F DEBUG   :     r4  00000132  r5  00000132  r6  be98444c  r7  0000010c
01-01 00:00:16.159   352   352 F DEBUG   :     r8  00000000  r9  00000000  r10 00000001  r11 b01b37e8
01-01 00:00:16.159   352   352 F DEBUG   :     ip  00000000  sp  be984438  lr  b04a6fa5  pc  b049ed2a
01-01 00:00:16.195   352   352 F DEBUG   : 
01-01 00:00:16.195   352   352 F DEBUG   : backtrace:
01-01 00:00:16.195   352   352 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:16.195   352   352 F DEBUG   :     #01 pc 00006d45  /system/lib/liblog.so (__android_log_assert+156)
01-01 00:00:16.195   352   352 F DEBUG   :     #02 pc 00010637  /system/lib/libEGL.so (android::Loader::open(android::egl_connection_t*)+462)
01-01 00:00:16.195   352   352 F DEBUG   :     #03 pc 0000bb8b  /system/lib/libEGL.so (android::egl_init_drivers()+54)
01-01 00:00:16.195   352   352 F DEBUG   :     #04 pc 0000bd7b  /system/lib/libEGL.so (eglGetDisplay+66)
01-01 00:00:16.195   352   352 F DEBUG   :     #05 pc 0006bf03  /system/lib/libsurfaceflinger.so (android::RE::impl::RenderEngine::create(int,)
01-01 00:00:16.195   352   352 F DEBUG   :     #06 pc 0006fdb9  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+600)
01-01 00:00:16.195   352   352 F DEBUG   :     #07 pc 00002679  /system/bin/surfaceflinger (main+232)
01-01 00:00:16.195   352   352 F DEBUG   :     #08 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:16.195   352   352 F DEBUG   :     #09 pc 0000254f  /system/bin/surfaceflinger (_start_main+46)
01-01 00:00:16.195   352   352 F DEBUG   :     #10 pc 00000306  <anonymous:b18f0000>
01-01 00:00:16.228   308   308 I mediaserver: ServiceManager: 0xb49901c0
01-01 00:00:16.229   308   308 W BatteryNotifier: batterystats service unavailable!
01-01 00:00:16.268   352   352 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:16.269   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_19
01-01 00:00:16.302   112   112 I ServiceManager: service 'media.player' died
01-01 00:00:16.302   112   112 I ServiceManager: service 'media.resource_manager' died
01-01 00:00:16.390   112   112 I ServiceManager: service 'netd' died
01-01 00:00:16.429   154   162 I ServiceManager: Waiting for service package_native...
01-01 00:00:16.450   112   112 I ServiceManager: service 'wificond' died
01-01 00:00:16.530   154   162 W ServiceManager: Service package_native didn't start. Returning NULL
01-01 00:00:16.530   154   162 E storaged: getService package_native failed
01-01 00:00:20.895   372   372 I wificond: wificond is starting up...
01-01 00:00:20.900   372   372 E wificond: Received error message: No such file or directory
01-01 00:00:20.900   372   372 E wificond: Failed to get NL80211 family info
01-01 00:00:20.900   372   372 E wificond: Failed to start netlink manager
01-01 00:00:20.910   372   372 E wificond: Received error message: No such file or directory
01-01 00:00:20.910   372   372 E wificond: Failed to get NL80211 family info
01-01 00:00:20.910   372   372 E wificond: Received error message: No such file or directory
01-01 00:00:20.910   372   372 E wificond: NL80211_CMD_GET_PROTOCOL_FEATURES failed
01-01 00:00:20.920   372   372 E wificond: Received error message: No such file or directory
01-01 00:00:20.920   372   372 E wificond: Failed to get NL80211 family info
01-01 00:00:20.954   367   367 I Netd    : Netd 1.0 starting
01-01 00:00:20.954   367   367 D TetherController: Setting IP forward enable = 0
01-01 00:00:20.956   367   367 E         : Cannot determine initial API level of the device
01-01 00:00:20.964   370   370 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:20.972   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@4.0::IKeymasterDevice/default in.
01-01 00:00:20.975   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in.
01-01 00:00:20.976   370   370 E linker  : library "/vendor/lib/hw/android.hardw...@3.0-impl.so" ("/system/vendor/lib/hw/android.har]
01-01 00:00:20.977   370   370 E vndksupport: Could not load /vendor/lib/hw/android.hardw...@3.0-impl.so from sphal namespace: dlope.
01-01 00:00:20.977   370   370 E ServiceManagement: Failed to dlopen android.hardw...@3.0-impl.so: unknown error
01-01 00:00:20.977   370   370 F keystore: keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] Error no viable d
01-01 00:00:20.978   370   370 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 370 (keystore), pid 370 (keystore)
01-01 00:00:20.999   369   369 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:21.031   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::startGraphicsAllocatorService retr0
01-01 00:00:21.032   369   369 I SurfaceFlinger: Using HWComposer service: 'default'
01-01 00:00:21.032   369   369 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:21.042   382   382 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:21.050   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffsetNs retrieved:)
01-01 00:00:21.050   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffsetNs retrieve)
01-01 00:00:21.051   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1
01-01 00:00:21.051   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFromVSyncNs retri0
01-01 00:00:21.051   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 0
01-01 00:00:21.051   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 0)
01-01 00:00:21.052   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default)
01-01 00:00:21.053   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retr)
01-01 00:00:21.053   369   369 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
01-01 00:00:21.055   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.1::ISurfaceFlingerConfigs/de.
01-01 00:00:21.058   369   369 I ConfigStore: android::hardware::configstore::V1_1::ISurfaceFlingerConfigs::primaryDisplayOrientation retrieve)
01-01 00:00:21.059   369   369 I SurfaceFlinger: Enabling HWC virtual displays
01-01 00:00:21.059   369   369 I SurfaceFlinger: Disabling Triple Buffering
01-01 00:00:21.059   369   369 I SurfaceFlinger: Treble testing override: 'false'
01-01 00:00:21.061   369   369 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-01 00:00:21.061   369   369 I SurfaceFlinger: Phase offest NS: 1000000
01-01 00:00:21.063   369   369 E linker  : library "/vendor/lib/egl/libGLES_mesa.so" ("/system/vendor/lib/egl/libGLES_mesa.so") needed or dlop]
01-01 00:00:21.063   369   369 E vndksupport: Could not load /vendor/lib/egl/libGLES_mesa.so from sphal namespace: dlopen failed: library "/ve.
01-01 00:00:21.063   369   369 E libEGL  : load_driver(/vendor/lib/egl/libGLES_mesa.so): unknown
01-01 00:00:21.063   369   369 F libEGL  : couldn't find an OpenGL ES implementation
01-01 00:00:21.063   369   369 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 369 (surfaceflinger), pid 369 (surfaceflinger)
01-01 00:00:21.067   367   367 I Netd    : Creating child chains: 105.2ms
01-01 00:00:21.067   367   367 I Netd    : Setting up OEM hooks: 0.1ms
01-01 00:00:21.067   367   367 I Netd    : Setting up FirewallController hooks: 0.0ms
01-01 00:00:21.070   385   385 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:21.071   159   159 I /system/bin/tombstoned: received crash request for pid 370
01-01 00:00:21.073   385   385 I crash_dump32: performing dump of process 370 (target tid = 370)
01-01 00:00:21.080   367   367 I Netd    : Setting up TetherController hooks: 12.1ms
01-01 00:00:21.084   385   385 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:21.084   367   367 I Netd    : Setting up BandwidthController hooks: 4.6ms
01-01 00:00:21.084   367   367 I Netd    : Setting up IdletimerController hooks: 0.1ms
01-01 00:00:21.084   367   367 E Netd    : failed to start trafficcontroller: (Status[code: 1, msg: "[Operation not permitted] : map create fa)
01-01 00:00:21.084   367   367 I Netd    : initializing traffic control: 0.2ms
01-01 00:00:21.084   385   385 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:21.085   385   385 F DEBUG   : Revision: '0'
01-01 00:00:21.085   385   385 F DEBUG   : ABI: 'arm'
01-01 00:00:21.085   385   385 F DEBUG   : pid: 370, tid: 370, name: keystore  >>> /system/bin/keystore <<<
01-01 00:00:21.085   385   385 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:21.085   385   385 F DEBUG   : Abort message: 'keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] '
01-01 00:00:21.085   385   385 F DEBUG   :     r0  00000000  r1  00000172  r2  00000006  r3  ac5d66f8
01-01 00:00:21.085   385   385 F DEBUG   :     r4  00000172  r5  00000172  r6  becec954  r7  0000010c
01-01 00:00:21.085   385   385 F DEBUG   :     r8  00000000  r9  00000000  r10 00000000  r11 00000000
01-01 00:00:21.085   385   385 F DEBUG   :     ip  acd30b0c  sp  becec940  lr  ac564fa5  pc  ac55cd2a
01-01 00:00:21.118   392   392 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:21.127   385   385 F DEBUG   : 
01-01 00:00:21.127   385   385 F DEBUG   : backtrace:
01-01 00:00:21.127   385   385 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:21.127   385   385 F DEBUG   :     #01 pc 00006907  /system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
01-01 00:00:21.127   385   385 F DEBUG   :     #02 pc 000071c7  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+502)
01-01 00:00:21.127   385   385 F DEBUG   :     #03 pc 00024d2b  /system/bin/keystore (main+1162)
01-01 00:00:21.127   385   385 F DEBUG   :     #04 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:21.127   385   385 F DEBUG   :     #05 pc 0000c58b  /system/bin/keystore (_start_main+46)
01-01 00:00:21.127   385   385 F DEBUG   :     #06 pc 00000306  <anonymous:ad166000>
01-01 00:00:21.141   367   367 W IptablesRestoreController: iptables-restore process 376 terminated status=256
01-01 00:00:21.141   367   367 E IptablesRestoreController: iptables error:
01-01 00:00:21.141   367   367 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:21.141   367   367 E IptablesRestoreController: *filter
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: COMMIT
01-01 00:00:21.141   367   367 E IptablesRestoreController: *raw
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:21.141   367   367 E IptablesRestoreController: 
01-01 00:00:21.141   367   367 E IptablesRestoreController: COMMIT
01-01 00:00:21.141   367   367 E IptablesRestoreController: *mangle
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:21.141   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:21.141   367   367 E IptablesRestoreController: 
01-01 00:00:21.141   367   367 E IptablesRestoreController: COMMIT
01-01 00:00:21.141   367   367 E IptablesRestoreController: 
01-01 00:00:21.141   367   367 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:21.141   367   367 E IptablesRestoreController: iptables-restore: line 154 failed
01-01 00:00:21.141   367   367 E IptablesRestoreController: ----------------------
01-01 00:00:21.152   393   393 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:21.152   159   159 I /system/bin/tombstoned: received crash request for pid 369
01-01 00:00:21.152   159   159 I /system/bin/tombstoned: enqueueing crash request for pid 369
01-01 00:00:21.161   367   367 W IptablesRestoreController: iptables-restore process 377 terminated status=256
01-01 00:00:21.161   367   367 E IptablesRestoreController: iptables error:
01-01 00:00:21.161   367   367 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:21.161   367   367 E IptablesRestoreController: *filter
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: COMMIT
01-01 00:00:21.161   367   367 E IptablesRestoreController: *raw
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:21.161   367   367 E IptablesRestoreController: 
01-01 00:00:21.161   367   367 E IptablesRestoreController: COMMIT
01-01 00:00:21.161   367   367 E IptablesRestoreController: *mangle
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:21.161   367   367 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:21.161   367   367 E IptablesRestoreController: 
01-01 00:00:21.161   367   367 E IptablesRestoreController: COMMIT
01-01 00:00:21.161   367   367 E IptablesRestoreController: 
01-01 00:00:21.161   367   367 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:21.161   367   367 E IptablesRestoreController: ip6tables-restore: line 127 failed
01-01 00:00:21.161   367   367 E IptablesRestoreController: ----------------------
01-01 00:00:21.161   367   367 I Netd    : Disabling bandwidth control: 76.8ms
01-01 00:00:21.174   367   367 E Netd    : cannot find interface dummy0
01-01 00:00:21.175   367   367 I Netd    : Initializing RouteController: 13.7ms
01-01 00:00:21.175   367   367 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
01-01 00:00:21.175   367   367 D XfrmController: [0016]: 140000001c0005000000000000000000
01-01 00:00:21.175   367   367 D XfrmController: [0001]: ff
01-01 00:00:21.175   367   367 D XfrmController: [0003]: 000000
01-01 00:00:21.175   367   367 D XfrmController: {netlink msg resp}[0036]: 2400000002000001000000006f01000000000000140000001c000500000000000000
01-01 00:00:21.176   367   367 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
01-01 00:00:21.176   367   367 D XfrmController: [0016]: 100000001d0005000000000000000000
01-01 00:00:21.176   367   367 D XfrmController: {netlink msg resp}[0036]: 2400000002000001000000006f01000000000000100000001d000500000000000000
01-01 00:00:21.176   367   367 I Netd    : Initializing XfrmController: 0.7ms
01-01 00:00:21.180   367   367 E Netd    : Unable to create netlink socket: Protocol not supported
01-01 00:00:21.180   367   367 W Netd    : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
01-01 00:00:21.181   385   385 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:21.182   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_20
01-01 00:00:21.182   393   393 I crash_dump32: performing dump of process 369 (target tid = 369)
01-01 00:00:21.183   367   367 D MDnsDS  : MDnsSdListener::Hander starting up
01-01 00:00:21.184   367   414 D MDnsDS  : MDnsSdListener starting to monitor
01-01 00:00:21.184   367   414 D MDnsDS  : Going to poll with pollCount 1
01-01 00:00:21.184   367   367 I Netd    : Registering NetdNativeService: 1.3ms
01-01 00:00:21.184   367   367 I Netd    : Starting CommandListener: 0.2ms
01-01 00:00:21.185   367   367 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:21.188   367   367 I Netd    : Registering NetdHwService: 3.3ms
01-01 00:00:21.188   367   367 I Netd    : Netd started in 234ms
01-01 00:00:21.188   393   393 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:21.188   393   393 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:21.188   393   393 F DEBUG   : Revision: '0'
01-01 00:00:21.188   393   393 F DEBUG   : ABI: 'arm'
01-01 00:00:21.188   393   393 F DEBUG   : pid: 369, tid: 369, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:21.188   393   393 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:21.188   393   393 F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation'
01-01 00:00:21.188   393   393 F DEBUG   :     r0  00000000  r1  00000171  r2  00000006  r3  b11db6f8
01-01 00:00:21.188   393   393 F DEBUG   :     r4  00000171  r5  00000171  r6  be9e644c  r7  0000010c
01-01 00:00:21.188   393   393 F DEBUG   :     r8  00000000  r9  00000000  r10 00000001  r11 b07337e8
01-01 00:00:21.189   393   393 F DEBUG   :     ip  00000000  sp  be9e6438  lr  b1169fa5  pc  b1161d2a
01-01 00:00:21.204   371   371 I mediaserver: ServiceManager: 0xaff901c0
01-01 00:00:21.205   371   371 W BatteryNotifier: batterystats service unavailable!
01-01 00:00:21.224   393   393 F DEBUG   : 
01-01 00:00:21.224   393   393 F DEBUG   : backtrace:
01-01 00:00:21.224   393   393 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:21.224   393   393 F DEBUG   :     #01 pc 00006d45  /system/lib/liblog.so (__android_log_assert+156)
01-01 00:00:21.224   393   393 F DEBUG   :     #02 pc 00010637  /system/lib/libEGL.so (android::Loader::open(android::egl_connection_t*)+462)
01-01 00:00:21.224   393   393 F DEBUG   :     #03 pc 0000bb8b  /system/lib/libEGL.so (android::egl_init_drivers()+54)
01-01 00:00:21.224   393   393 F DEBUG   :     #04 pc 0000bd7b  /system/lib/libEGL.so (eglGetDisplay+66)
01-01 00:00:21.224   393   393 F DEBUG   :     #05 pc 0006bf03  /system/lib/libsurfaceflinger.so (android::RE::impl::RenderEngine::create(int,)
01-01 00:00:21.224   393   393 F DEBUG   :     #06 pc 0006fdb9  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+600)
01-01 00:00:21.224   393   393 F DEBUG   :     #07 pc 00002679  /system/bin/surfaceflinger (main+232)
01-01 00:00:21.225   393   393 F DEBUG   :     #08 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:21.225   393   393 F DEBUG   :     #09 pc 0000254f  /system/bin/surfaceflinger (_start_main+46)
01-01 00:00:21.225   393   393 F DEBUG   :     #10 pc 00000306  <anonymous:b1e55000>
01-01 00:00:21.296   393   393 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:21.297   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_21
01-01 00:00:21.321   112   112 I ServiceManager: service 'media.player' died
01-01 00:00:21.322   112   112 I ServiceManager: service 'media.resource_manager' died
01-01 00:00:21.390   112   112 I ServiceManager: service 'netd' died
01-01 00:00:21.440   112   112 I ServiceManager: service 'wificond' died
01-01 00:00:25.853   426   426 I Netd    : Netd 1.0 starting
01-01 00:00:25.853   426   426 D TetherController: Setting IP forward enable = 0
01-01 00:00:25.856   426   426 E         : Cannot determine initial API level of the device
01-01 00:00:25.884   431   431 I wificond: wificond is starting up...
01-01 00:00:25.885   431   431 E wificond: Received error message: No such file or directory
01-01 00:00:25.885   431   431 E wificond: Failed to get NL80211 family info
01-01 00:00:25.885   431   431 E wificond: Failed to start netlink manager
01-01 00:00:25.900   431   431 E wificond: Received error message: No such file or directory
01-01 00:00:25.900   431   431 E wificond: Failed to get NL80211 family info
01-01 00:00:25.900   431   431 E wificond: Received error message: No such file or directory
01-01 00:00:25.900   431   431 E wificond: NL80211_CMD_GET_PROTOCOL_FEATURES failed
01-01 00:00:25.907   431   431 E wificond: Received error message: No such file or directory
01-01 00:00:25.907   431   431 E wificond: Failed to get NL80211 family info
01-01 00:00:25.923   426   426 I Netd    : Creating child chains: 63.8ms
01-01 00:00:25.923   426   426 I Netd    : Setting up OEM hooks: 0.2ms
01-01 00:00:25.923   426   426 I Netd    : Setting up FirewallController hooks: 0.0ms
01-01 00:00:25.928   426   426 I Netd    : Setting up TetherController hooks: 4.3ms
01-01 00:00:25.931   426   426 I Netd    : Setting up BandwidthController hooks: 3.6ms
01-01 00:00:25.931   426   426 I Netd    : Setting up IdletimerController hooks: 0.1ms
01-01 00:00:25.931   426   426 E Netd    : failed to start trafficcontroller: (Status[code: 1, msg: "[Operation not permitted] : map create fa)
01-01 00:00:25.931   426   426 I Netd    : initializing traffic control: 0.2ms
01-01 00:00:25.956   429   429 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:25.960   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@4.0::IKeymasterDevice/default in.
01-01 00:00:25.964   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in.
01-01 00:00:25.971   426   426 W IptablesRestoreController: iptables-restore process 432 terminated status=256
01-01 00:00:25.972   429   429 E linker  : library "/vendor/lib/hw/android.hardw...@3.0-impl.so" ("/system/vendor/lib/hw/android.har]
01-01 00:00:25.972   429   429 E vndksupport: Could not load /vendor/lib/hw/android.hardw...@3.0-impl.so from sphal namespace: dlope.
01-01 00:00:25.972   429   429 E ServiceManagement: Failed to dlopen android.hardw...@3.0-impl.so: unknown error
01-01 00:00:25.973   429   429 F keystore: keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] Error no viable d
01-01 00:00:25.973   429   429 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 429 (keystore), pid 429 (keystore)
01-01 00:00:26.011   426   426 W IptablesRestoreController: iptables-restore process 433 terminated status=256
01-01 00:00:26.011   426   426 I Netd    : Disabling bandwidth control: 79.8ms
01-01 00:00:26.017   428   428 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:26.028   445   445 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:26.030   426   426 E Netd    : cannot find interface dummy0
01-01 00:00:26.031   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::startGraphicsAllocatorService retr0
01-01 00:00:26.031   426   426 I Netd    : Initializing RouteController: 19.7ms
01-01 00:00:26.031   426   426 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
01-01 00:00:26.031   426   426 D XfrmController: [0016]: 140000001c0005000000000000000000
01-01 00:00:26.031   426   426 D XfrmController: [0001]: ff
01-01 00:00:26.031   426   426 D XfrmController: [0003]: 000000
01-01 00:00:26.032   426   426 D XfrmController: {netlink msg resp}[0036]: 240000000200000100000000aa01000000000000140000001c000500000000000000
01-01 00:00:26.032   426   426 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
01-01 00:00:26.032   428   428 I SurfaceFlinger: Using HWComposer service: 'default'
01-01 00:00:26.032   428   428 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:26.032   426   426 D XfrmController: [0016]: 100000001d0005000000000000000000
01-01 00:00:26.032   426   426 D XfrmController: {netlink msg resp}[0036]: 240000000200000100000000aa01000000000000100000001d000500000000000000
01-01 00:00:26.032   426   426 I Netd    : Initializing XfrmController: 0.7ms
01-01 00:00:26.035   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffsetNs retrieved:)
01-01 00:00:26.035   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffsetNs retrieve)
01-01 00:00:26.036   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1
01-01 00:00:26.036   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFromVSyncNs retri0
01-01 00:00:26.036   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 0
01-01 00:00:26.036   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 0)
01-01 00:00:26.036   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default)
01-01 00:00:26.036   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retr)
01-01 00:00:26.036   428   428 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
01-01 00:00:26.037   450   450 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:26.038   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.1::ISurfaceFlingerConfigs/de.
01-01 00:00:26.041   428   428 I ConfigStore: android::hardware::configstore::V1_1::ISurfaceFlingerConfigs::primaryDisplayOrientation retrieve)
01-01 00:00:26.041   428   428 I SurfaceFlinger: Enabling HWC virtual displays
01-01 00:00:26.041   428   428 I SurfaceFlinger: Disabling Triple Buffering
01-01 00:00:26.041   428   428 I SurfaceFlinger: Treble testing override: 'false'
01-01 00:00:26.041   428   428 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-01 00:00:26.042   428   428 I SurfaceFlinger: Phase offest NS: 1000000
01-01 00:00:26.043   428   428 E linker  : library "/vendor/lib/egl/libGLES_mesa.so" ("/system/vendor/lib/egl/libGLES_mesa.so") needed or dlop]
01-01 00:00:26.043   428   428 E vndksupport: Could not load /vendor/lib/egl/libGLES_mesa.so from sphal namespace: dlopen failed: library "/ve.
01-01 00:00:26.043   428   428 E libEGL  : load_driver(/vendor/lib/egl/libGLES_mesa.so): unknown
01-01 00:00:26.043   428   428 F libEGL  : couldn't find an OpenGL ES implementation
01-01 00:00:26.043   428   428 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 428 (surfaceflinger), pid 428 (surfaceflinger)
01-01 00:00:26.050   426   426 E Netd    : Unable to create netlink socket: Protocol not supported
01-01 00:00:26.050   426   426 W Netd    : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
01-01 00:00:26.051   159   159 I /system/bin/tombstoned: received crash request for pid 429
01-01 00:00:26.051   450   450 I crash_dump32: performing dump of process 429 (target tid = 429)
01-01 00:00:26.052   426   426 D MDnsDS  : MDnsSdListener::Hander starting up
01-01 00:00:26.055   450   450 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:26.055   450   450 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:26.055   450   450 F DEBUG   : Revision: '0'
01-01 00:00:26.055   450   450 F DEBUG   : ABI: 'arm'
01-01 00:00:26.055   450   450 F DEBUG   : pid: 429, tid: 429, name: keystore  >>> /system/bin/keystore <<<
01-01 00:00:26.056   450   450 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:26.056   450   450 F DEBUG   : Abort message: 'keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] '
01-01 00:00:26.056   450   450 F DEBUG   :     r0  00000000  r1  000001ad  r2  00000006  r3  a84e66f8
01-01 00:00:26.056   450   450 F DEBUG   :     r4  000001ad  r5  000001ad  r6  bec72954  r7  0000010c
01-01 00:00:26.056   450   450 F DEBUG   :     r8  00000000  r9  00000000  r10 00000000  r11 00000000
01-01 00:00:26.056   450   450 F DEBUG   :     ip  a8525b0c  sp  bec72940  lr  a8474fa5  pc  a846cd2a
01-01 00:00:26.061   426   426 I Netd    : Registering NetdNativeService: 8.3ms
01-01 00:00:26.061   426   426 I Netd    : Starting CommandListener: 0.3ms
01-01 00:00:26.062   426   426 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:26.062   426   466 D MDnsDS  : MDnsSdListener starting to monitor
01-01 00:00:26.062   426   466 D MDnsDS  : Going to poll with pollCount 1
01-01 00:00:26.064   426   426 I Netd    : Registering NetdHwService: 2.8ms
01-01 00:00:26.064   426   426 I Netd    : Netd started in 211ms
01-01 00:00:26.079   462   462 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:26.110   450   450 F DEBUG   : 
01-01 00:00:26.110   450   450 F DEBUG   : backtrace:
01-01 00:00:26.110   450   450 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:26.110   450   450 F DEBUG   :     #01 pc 00006907  /system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
01-01 00:00:26.110   450   450 F DEBUG   :     #02 pc 000071c7  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+502)
01-01 00:00:26.110   450   450 F DEBUG   :     #03 pc 00024d2b  /system/bin/keystore (main+1162)
01-01 00:00:26.110   450   450 F DEBUG   :     #04 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:26.110   450   450 F DEBUG   :     #05 pc 0000c58b  /system/bin/keystore (_start_main+46)
01-01 00:00:26.110   450   450 F DEBUG   :     #06 pc 00000306  <anonymous:a8ab6000>
01-01 00:00:26.118   473   473 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:26.118   159   159 I /system/bin/tombstoned: received crash request for pid 428
01-01 00:00:26.118   159   159 I /system/bin/tombstoned: enqueueing crash request for pid 428
01-01 00:00:26.029   450   450 I crash_dump32: type=1400 audit(0.0:24): avc: denied { ptrace } for scontext=u:r:crash_dump:s0 tcontext=u:r:key1
01-01 00:00:26.159   450   450 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:26.160   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_22
01-01 00:00:26.160   473   473 I crash_dump32: performing dump of process 428 (target tid = 428)
01-01 00:00:26.165   473   473 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:26.165   473   473 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:26.165   473   473 F DEBUG   : Revision: '0'
01-01 00:00:26.166   473   473 F DEBUG   : ABI: 'arm'
01-01 00:00:26.166   473   473 F DEBUG   : pid: 428, tid: 428, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:26.166   473   473 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:26.166   473   473 F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation'
01-01 00:00:26.166   473   473 F DEBUG   :     r0  00000000  r1  000001ac  r2  00000006  r3  abcdd6f8
01-01 00:00:26.166   473   473 F DEBUG   :     r4  000001ac  r5  000001ac  r6  bec4444c  r7  0000010c
01-01 00:00:26.166   473   473 F DEBUG   :     r8  00000000  r9  00000000  r10 00000001  r11 aadb37e8
01-01 00:00:26.166   473   473 F DEBUG   :     ip  00000000  sp  bec44438  lr  abc6bfa5  pc  abc63d2a
01-01 00:00:26.204   430   430 I mediaserver: ServiceManager: 0xa86901c0
01-01 00:00:26.204   430   430 W BatteryNotifier: batterystats service unavailable!
01-01 00:00:26.223   473   473 F DEBUG   : 
01-01 00:00:26.223   473   473 F DEBUG   : backtrace:
01-01 00:00:26.223   473   473 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:26.223   473   473 F DEBUG   :     #01 pc 00006d45  /system/lib/liblog.so (__android_log_assert+156)
01-01 00:00:26.224   473   473 F DEBUG   :     #02 pc 00010637  /system/lib/libEGL.so (android::Loader::open(android::egl_connection_t*)+462)
01-01 00:00:26.224   473   473 F DEBUG   :     #03 pc 0000bb8b  /system/lib/libEGL.so (android::egl_init_drivers()+54)
01-01 00:00:26.224   473   473 F DEBUG   :     #04 pc 0000bd7b  /system/lib/libEGL.so (eglGetDisplay+66)
01-01 00:00:26.224   473   473 F DEBUG   :     #05 pc 0006bf03  /system/lib/libsurfaceflinger.so (android::RE::impl::RenderEngine::create(int,)
01-01 00:00:26.224   473   473 F DEBUG   :     #06 pc 0006fdb9  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+600)
01-01 00:00:26.224   473   473 F DEBUG   :     #07 pc 00002679  /system/bin/surfaceflinger (main+232)
01-01 00:00:26.224   473   473 F DEBUG   :     #08 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:26.224   473   473 F DEBUG   :     #09 pc 0000254f  /system/bin/surfaceflinger (_start_main+46)
01-01 00:00:26.224   473   473 F DEBUG   :     #10 pc 00000306  <anonymous:ac49c000>
01-01 00:00:26.179     1     1 I init    : type=1400 audit(0.0:25): avc: denied { dac_read_search } for capability=2 scontext=u:r:init:s0 tcon1
01-01 00:00:26.296   473   473 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:26.296   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_23
01-01 00:00:26.327   112   112 I ServiceManager: service 'media.player' died
01-01 00:00:26.327   112   112 I ServiceManager: service 'media.resource_manager' died
01-01 00:00:26.410   112   112 I ServiceManager: service 'netd' died
01-01 00:00:26.480   112   112 I ServiceManager: service 'wificond' died
[   30.734996] init: starting service 'zygote'...
[   30.742061] init: starting service 'netd'...
[   30.742307] init: Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
[   30.756481] init: Created socket '/dev/socket/netd', mode 660, user 0, group 1000
[   30.756602] init: starting service 'audioserver'...
[   30.767526] init: starting service 'surfaceflinger'...
[   30.770080] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
[   30.770446] init: Failed to bind socket 'pdx/system/vr/display/manager': No such file or directory
[   30.770762] init: Failed to bind socket 'pdx/system/vr/display/vsync': No such file or directory
[   30.779456] init: starting service 'keystore'...
01-01 00:00:30.882   486   486 I Netd    : Netd 1.0 starting
01-01 00:00:30.883   486   486 D TetherController: Setting IP forward enable = 0
01-01 00:00:30.885   486   486 E         : Cannot determine initial API level of the device
[   30.972285] type=1400 audit(26.179:25): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:1
01-01 00:00:30.966   491   491 I wificond: wificond is starting up...
01-01 00:00:30.967   489   489 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:30.987   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@4.0::IKeymasterDevice/default in.
01-01 00:00:30.990   491   491 E wificond: Received error message: No such file or directory
01-01 00:00:30.990   491   491 E wificond: Failed to get NL80211 family info
01-01 00:00:30.990   491   491 E wificond: Failed to start netlink manager
01-01 00:00:30.993   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in.
01-01 00:00:30.996   486   486 I Netd    : Creating child chains: 106.7ms
01-01 00:00:30.996   489   489 E linker  : library "/vendor/lib/hw/android.hardw...@3.0-impl.so" ("/system/vendor/lib/hw/android.har]
01-01 00:00:30.996   486   486 I Netd    : Setting up OEM hooks: 0.1ms
01-01 00:00:30.996   486   486 I Netd    : Setting up FirewallController hooks: 0.0ms
01-01 00:00:30.996   489   489 E vndksupport: Could not load /vendor/lib/hw/android.hardw...@3.0-impl.so from sphal namespace: dlope.
01-01 00:00:30.996   489   489 E ServiceManagement: Failed to dlopen android.hard[   31.147136] type=1400 audit(30.959:26): avc: denied { modu1
ware.ke...@3.0-impl.so: unknown error
01-01 00:00:30.997   489   489 F keystore: keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] Error no viable d
01-01 00:00:30.997   489   489 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 489 (keystore), pid 489 (keystore)
01-01 00:00:30.998   491   491 E wificond: Received error message: No such file or directory
01-01 00:00:30.998   491   491 E wificond: Failed to get NL80211 family info
01-01 00:00:30.998   491   491 E wificond: Received error message: No such file or directory
01-01 00:00:30.998   491   491 E wificond: NL80211_CMD_GET_PROTOCOL_FEATURES failed
01-01 00:00:31.002   486   486 I Netd    : Setting up TetherController hooks: 6.0ms
01-01 00:00:31.010   491   491 E wificond: Received error message: No such file or directory
01-01 00:00:31.010   491   491 E wificond: Failed to get NL80211 family info
01-01 00:00:31.014   486   486 I Netd    : Setting up BandwidthController hooks: 11.8ms
01-01 00:00:31.014   486   486 I Netd    : Setting up IdletimerController hooks: 0.1ms
01-01 00:00:31.014   486   486 E Netd    : failed to start trafficcontroller: (Status[code: 1, msg: "[Operation not permitted] : map create fa)
01-01 00:00:31.014   486   486 I Netd    : initializing traffic control: 0.2ms
01-01 00:00:31.051   486   486 W IptablesRestoreController: iptables-restore process 492 terminated status=256
01-01 00:00:31.051   486   486 E IptablesRestoreController: iptables error:
01-01 00:00:31.051   486   486 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:31.051   486   486 E IptablesRestoreController: *filter
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: COMMIT
01-01 00:00:31.051   486   486 E IptablesRestoreController: *raw
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:31.051   486   486 E IptablesRestoreController: 
01-01 00:00:31.051   486   486 E IptablesRestoreController: COMMIT
01-01 00:00:31.051   486   486 E IptablesRestoreController: *mangle
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:31.051   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:31.051   486   486 E IptablesRestoreController: 
01-01 00:00:31.051   486   486 E IptablesRestoreController: COMMIT
01-01 00:00:31.051   486   486 E IptablesRestoreController: 
01-01 00:00:31.051   486   486 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:31.051   486   486 E IptablesRestoreController: iptables-restore: line 154 failed
01-01 00:00:31.051   486   486 E IptablesRestoreController: ----------------------
01-01 00:00:31.081   486   486 W IptablesRestoreController: iptables-restore process 493 terminated status=256
01-01 00:00:31.081   486   486 E IptablesRestoreController: iptables error:
01-01 00:00:31.081   486   486 E IptablesRestoreController: ------- COMMAND -------
01-01 00:00:31.081   486   486 E IptablesRestoreController: *filter
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_INPUT -p esp -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_INPUT -m mark --mark 0x100000/0x100000 -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_INPUT -j MARK --or-mark 0x100000
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_OUTPUT -o ipsec+ -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_OUTPUT -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_data_saver -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: COMMIT
01-01 00:00:31.081   486   486 E IptablesRestoreController: *raw
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_raw_PREROUTING -i ipsec+ -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_raw_PREROUTING -m policy --pol ipsec --dir in -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
01-01 00:00:31.081   486   486 E IptablesRestoreController: 
01-01 00:00:31.081   486   486 E IptablesRestoreController: COMMIT
01-01 00:00:31.081   486   486 E IptablesRestoreController: *mangle
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -o ipsec+ -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m policy --pol ipsec --dir out -j RETURN
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
01-01 00:00:31.081   486   486 E IptablesRestoreController: -A bw_mangle_POSTROUTING -j MARK --set-mark 0x0/0x100000
01-01 00:00:31.081   486   486 E IptablesRestoreController: 
01-01 00:00:31.081   486   486 E IptablesRestoreController: COMMIT
01-01 00:00:31.081   486   486 E IptablesRestoreController: 
01-01 00:00:31.081   486   486 E IptablesRestoreController: -------  ERROR -------
01-01 00:00:31.081   486   486 E IptablesRestoreController: ip6tables-restore: line 127 failed
01-01 00:00:31.081   486   486 E IptablesRestoreController: ----------------------
01-01 00:00:31.081   486   486 I Netd    : Disabling bandwidth control: 67.6ms
01-01 00:00:31.084   488   488 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:31.087   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::startGraphicsAllocatorService retr0
01-01 00:00:31.088   488   488 I SurfaceFlinger: Using HWComposer service: 'default'
01-01 00:00:31.088   488   488 I SurfaceFlinger: SurfaceFlinger is starting
01-01 00:00:31.091   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffsetNs retrieved:)
01-01 00:00:31.091   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffsetNs retrieve)
01-01 00:00:31.091   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1
01-01 00:00:31.091   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFromVSyncNs retri0
01-01 00:00:31.091   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 0
01-01 00:00:31.091   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 0)
01-01 00:00:31.092   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default)
01-01 00:00:31.092   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retr)
01-01 00:00:31.092   488   488 I ConfigStore: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
01-01 00:00:31.093   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.1::ISurfaceFlingerConfigs/de.
01-01 00:00:31.095   488   488 I ConfigStore: android::hardware::configstore::V1_1::ISurfaceFlingerConfigs::primaryDisplayOrientation retrieve)
01-01 00:00:31.095   488   488 I SurfaceFlinger: Enabling HWC virtual displays
01-01 00:00:31.095   488   488 I SurfaceFlinger: Disabling Triple Buffering
01-01 00:00:31.095   488   488 I SurfaceFlinger: Treble testing override: 'false'
01-01 00:00:31.095   488   488 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
01-01 00:00:31.096   488   488 I SurfaceFlinger: Phase offest NS: 1000000
01-01 00:00:31.097   488   488 E linker  : library "/vendor/lib/egl/libGLES_mesa.so" ("/system/vendor/lib/egl/libGLES_mesa.so") needed or dlop]
01-01 00:00:31.097   488   488 E vndksupport: Could not load /vendor/lib/egl/libGLES_mesa.so from sphal namespace: dlopen failed: library "/ve.
01-01 00:00:31.097   488   488 E libEGL  : load_driver(/vendor/lib/egl/libGLES_mesa.so): unknown
01-01 00:00:31.097   488   488 F libEGL  : couldn't find an OpenGL ES implementation
01-01 00:00:31.098   488   488 F libc    : Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 488 (surfaceflinger), pid 488 (surfaceflinger)
01-01 00:00:31.100   486   486 E Netd    : cannot find interface dummy0
01-01 00:00:31.107   486   486 I Netd    : Initializing RouteController: 25.5ms
01-01 00:00:31.107   486   486 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
01-01 00:00:31.107   486   486 D XfrmController: [0016]: 140000001c0005000000000000000000
01-01 00:00:31.107   486   486 D XfrmController: [0001]: ff
01-01 00:00:31.108   486   486 D XfrmController: [0003]: 000000
01-01 00:00:31.108   486   486 D XfrmController: {netlink msg resp}[0036]: 240000000200000100000000e601000000000000140000001c000500000000000000
01-01 00:00:31.108   486   486 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
01-01 00:00:31.108   486   486 D XfrmController: [0016]: 100000001d0005000000000000000000
01-01 00:00:31.108   486   486 D XfrmController: {netlink msg resp}[0036]: 240000000200000100000000e601000000000000100000001d000500000000000000
01-01 00:00:31.108   486   486 I Netd    : Initializing XfrmController: 0.9ms
01-01 00:00:31.110   501   501 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:31.116   486   486 E Netd    : Unable to create netlink socket: Protocol not supported
01-01 00:00:31.116   486   486 W Netd    : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
01-01 00:00:31.117   486   486 D MDnsDS  : MDnsSdListener::Hander starting up
01-01 00:00:31.119   486   486 I Netd    : Registering NetdNativeService: 1.2ms
01-01 00:00:31.119   486   486 I Netd    : Starting CommandListener: 0.3ms
01-01 00:00:31.120   486   486 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:31.122   486   486 I Netd    : Registering NetdHwService: 3.1ms
01-01 00:00:31.122   486   486 I Netd    : Netd started in 240ms
01-01 00:00:31.123   486   524 D MDnsDS  : MDnsSdListener starting to monitor
01-01 00:00:31.123   486   524 D MDnsDS  : Going to poll with pollCount 1
01-01 00:00:31.136   515   515 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:31.140   520   520 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:31.141   159   159 I /system/bin/tombstoned: received crash request for pid 489
01-01 00:00:31.143   520   520 I crash_dump32: performing dump of process 489 (target tid = 489)
01-01 00:00:31.146   520   520 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:31.146   520   520 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:31.147   520   520 F DEBUG   : Revision: '0'
01-01 00:00:31.147   520   520 F DEBUG   : ABI: 'arm'
01-01 00:00:31.147   520   520 F DEBUG   : pid: 489, tid: 489, name: keystore  >>> /system/bin/keystore <<<
01-01 00:00:31.147   520   520 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:31.147   520   520 F DEBUG   : Abort message: 'keystore_main.cpp:145] Check failed: kmDevices[SecurityLevel::TRUSTED_ENVIRONMENT] '
01-01 00:00:31.147   520   520 F DEBUG   :     r0  00000000  r1  000001e9  r2  00000006  r3  b06976f8
01-01 00:00:31.147   520   520 F DEBUG   :     r4  000001e9  r5  000001e9  r6  bee6a954  r7  0000010c
01-01 00:00:31.147   520   520 F DEBUG   :     r8  00000000  r9  00000000  r10 00000000  r11 00000000
01-01 00:00:31.147   520   520 F DEBUG   :     ip  b06edb0c  sp  bee6a940  lr  b0625fa5  pc  b061dd2a
01-01 00:00:30.959   491   491 I wificond: type=1400 audit(0.0:26): avc: denied { module_request } for kmod="net-pf-16-proto-16-family-nl802111
01-01 00:00:31.164   532   532 I crash_dump32: obtaining output fd from tombstoned, type: kDebuggerdTombstone
01-01 00:00:31.165   159   159 I /system/bin/tombstoned: received crash request for pid 488
01-01 00:00:31.165   159   159 I /system/bin/tombstoned: enqueueing crash request for pid 488
01-01 00:00:31.168   520   520 F DEBUG   : 
01-01 00:00:31.168   520   520 F DEBUG   : backtrace:
01-01 00:00:31.168   520   520 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:31.168   520   520 F DEBUG   :     #01 pc 00006907  /system/lib/libbase.so (android::base::DefaultAborter(char const*)+6)
01-01 00:00:31.169   520   520 F DEBUG   :     #02 pc 000071c7  /system/lib/libbase.so (android::base::LogMessage::~LogMessage()+502)
01-01 00:00:31.169   520   520 F DEBUG   :     #03 pc 00024d2b  /system/bin/keystore (main+1162)
01-01 00:00:31.169   520   520 F DEBUG   :     #04 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:31.169   520   520 F DEBUG   :     #05 pc 0000c58b  /system/bin/keystore (_start_main+46)
01-01 00:00:31.169   520   520 F DEBUG   :     #06 pc 00000306  <anonymous:b0b23000>
01-01 00:00:31.212   520   520 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:31.213   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_24
01-01 00:00:31.213   532   532 I crash_dump32: performing dump of process 488 (target tid = 488)
01-01 00:00:31.218   532   532 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-01 00:00:31.219   532   532 F DEBUG   : Build fingerprint: 'Android/rpi3/rpi3:9/PPR1.180610.011/arindam01250449:eng/test-keys'
01-01 00:00:31.219   532   532 F DEBUG   : Revision: '0'
01-01 00:00:31.219   532   532 F DEBUG   : ABI: 'arm'
01-01 00:00:31.219   532   532 F DEBUG   : pid: 488, tid: 488, name: surfaceflinger  >>> /system/bin/surfaceflinger <<<
01-01 00:00:31.219   532   532 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-01 00:00:31.219   532   532 F DEBUG   : Abort message: 'couldn't find an OpenGL ES implementation'
01-01 00:00:31.219   532   532 F DEBUG   :     r0  00000000  r1  000001e8  r2  00000006  r3  a6adb6f8
01-01 00:00:31.219   532   532 F DEBUG   :     r4  000001e8  r5  000001e8  r6  be8f944c  r7  0000010c
01-01 00:00:31.219   532   532 F DEBUG   :     r8  00000000  r9  00000000  r10 00000001  r11 a59b37e8
01-01 00:00:31.219   532   532 F DEBUG   :     ip  00000000  sp  be8f9438  lr  a6a69fa5  pc  a6a61d2a
01-01 00:00:31.223   490   490 I mediaserver: ServiceManager: 0xa5e901c0
01-01 00:00:31.224   490   490 W BatteryNotifier: batterystats service unavailable!
01-01 00:00:31.253   532   532 F DEBUG   : 
01-01 00:00:31.253   532   532 F DEBUG   : backtrace:
01-01 00:00:31.253   532   532 F DEBUG   :     #00 pc 0001cd2a  /system/lib/libc.so (abort+62)
01-01 00:00:31.253   532   532 F DEBUG   :     #01 pc 00006d45  /system/lib/liblog.so (__android_log_assert+156)
01-01 00:00:31.253   532   532 F DEBUG   :     #02 pc 00010637  /system/lib/libEGL.so (android::Loader::open(android::egl_connection_t*)+462)
01-01 00:00:31.253   532   532 F DEBUG   :     #03 pc 0000bb8b  /system/lib/libEGL.so (android::egl_init_drivers()+54)
01-01 00:00:31.253   532   532 F DEBUG   :     #04 pc 0000bd7b  /system/lib/libEGL.so (eglGetDisplay+66)
01-01 00:00:31.253   532   532 F DEBUG   :     #05 pc 0006bf03  /system/lib/libsurfaceflinger.so (android::RE::impl::RenderEngine::create(int,)
01-01 00:00:31.253   532   532 F DEBUG   :     #06 pc 0006fdb9  /system/lib/libsurfaceflinger.so (android::SurfaceFlinger::init()+600)
01-01 00:00:31.253   532   532 F DEBUG   :     #07 pc 00002679  /system/bin/surfaceflinger (main+232)
01-01 00:00:31.253   532   532 F DEBUG   :     #08 pc 00088d65  /system/lib/libc.so (__libc_init+48)
01-01 00:00:31.253   532   532 F DEBUG   :     #09 pc 0000254f  /system/bin/surfaceflinger (_start_main+46)
01-01 00:00:31.254   532   532 F DEBUG   :     #10 pc 00000306  <anonymous:a70dd000>
01-01 00:00:31.335   532   532 E crash_dump32: unable to connect to activity manager: No such file or directory
01-01 00:00:31.335   159   159 E /system/bin/tombstoned: Tombstone written to: /data/tombstones/tombstone_25
01-01 00:00:31.440   112   112 I ServiceManager: service 'media.player' died
01-01 00:00:31.440   112   112 I ServiceManager: service 'media.resource_manager' died
01-01 00:00:31.440   112   112 I ServiceManager: service 'netd' died
01-01 00:00:31.500   112   112 I ServiceManager: service 'wificond' died



Could you please help on this issue.

This e-mail message (including any attachments) may be confidential, proprietary, privileged, or otherwise exempt from disclosure under applicable laws. If you are not an intended recipient, please delete this message. Thank you.

Satish Patel

unread,
Jan 29, 2019, 10:40:46 PM1/29/19
to vasu...@eximiusdesign.com, android-porting
Hi,

Few things..
- First refrain from posting full logs in email. Use pastebin or attach log file

From the logs it looks like
OPENGL implementation is missing..
---------------------------------------------------------
init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
Abort message: 'couldn't find an OpenGL ES implementation'
---------------------------------------------------------------------

Other keystore related problems are there, but that can be looked later stage..
Make sure you boot the device in permissive mode to ruled out selinux related problem to start with

--
satish


--
Regards,
satish patel

vasu...@eximiusdesign.com

unread,
Feb 1, 2019, 12:57:34 PM2/1/19
to android-porting
Hi,

Please find the attached pastbin link

Regards,
Vasubabu kandimalla
[    6.391514] android.hardware.health@2.0-impl: wakealarm_init: timerfd_create failed
01-01 00:00:05.823   133   133 I ServiceManagement: Removing namespace from process name android.hidl.allocator@1.0-service to allo...@1.0-s.
01-01 00:00:05.824   133   133 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:05.824   113   113 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:05.829   140   140 I lowmemorykiller: Using in-kernel low memory [   20.711578] init: starting service 'zygote'...
killer interface
01-01 00:00:05[   20.719331] init: starting service 'netd'...
.933   1[   20.719640] init: Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
[   20.735241] init: Created socket '/dev/socket/netd', mode 660, user 0, group 1000

01-01 00:00:06.[   20.744532] init: Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
047   13[   20.747399] init: starting service 'audioserver'...
8   138 I health[   20.759378] init: Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
@2.0/: h[   20.764384] init: starting service 'surfaceflinger'...
ealth@2.[   20.766973] init: Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
0/backup[   20.767358] init: Failed to bind socket 'pdx/system/vr/display/manager': No such file or directory
: Hal starting main loop...
01-01 00:00:06.047   137   137 I health@2.0/: health@2.0/default: Hal starting main loop...
01-01 00:00:06.047   137   137 I health@2.0/: health@2.0/default Hal is starting up...
01-01 00:00:06.047   138   138 I health@2.0/: health@2.0/backup Hal is starting up...
01-01 00:00:06.047   138   138 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.050   160   160 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.053   137   137 I ServiceManagement: Removing namespace from process name android.hardware.health@2.0-service to hea...@2.0-ser.
01-01 00:00:06.054   137   137 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.069   136   136 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.098   159   159 I /system/bin/tombstoned: tombstoned successfully initialized
01-01 00:00:06.183   154   162 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.247   135   135 W /vendor/bin/hw/android.hardware.configstore@1.1-service: Could not find seccomp policy file at: /vendor/etc/sy
01-01 00:00:06.247   135   135 I ServiceManagement: Removing namespace from process name android.hardware.configstore@1.1-service to configsto.
01-01 00:00:06.248   135   135 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.342   134   134 D android.hardware.cas@1.0-service: android.hardware.cas@1.0-service starting...
01-01 00:00:06.343   134   134 I ServiceManagement: Removing namespace from process name android.hardware.cas@1.0-service to c...@1.0-service.
01-01 00:00:06.343   134   134 E cutils-trace: Error opening trace file: No such file or directory (2)
01-01 00:00:06.384   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.health@1.0::IHealth/default in either fram.
01-01 00:00:06.386   113   113 W hwservicemanager: getTransport: Cannot find entry android.hardware.usb.gadget@1.0::IUsbGadget/default in eith.
01-01 00:00:06.387   137   137 I health@2.0/: health@2.0/default: Hal init done
01-01 00:00:06.389   155   155 I wificond: type=1400 audit(0.0:17): avc: denied { module_request } for kmod="net-pf-16-proto-16-family-nl802111
01-01 00:00:06.390   155   155 I wificond: wificond is starting up...
01-01 00:00:06.391   155   155 E wificond: Received error message: No such file or directory
01-01 00:00:06.391   155   155 E wificond: Failed to get NL80211 family info
01-01 00:00:06.392   155   155 E wificond: Failed to start netlink manager
01-01 00:00:06.392   155   155 E wificond: Received error message: No such file or directory
01-01 00:00:06.392   155   155 E wificond: Failed to get NL80211 family info
01-01 00:00:06.392   155   155 E wificond: Received error message: No such file or directory
01-01 00:00:06.392   155   155 E wificond:
...
Reply all
Reply to author
Forward
0 new messages