Advertisement
Guest User

Untitled

a guest
Jul 30th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 176.38 KB | None | 0 0
  1.  
  2. kernel @ 14008000 (8124320)
  3. ramdisk @ 15000000 (2038206)
  4. fdt @ 14f00000 (66208)
  5. ## Booting Android Image at 0x11000000 ...
  6. Kernel load addr 0x14008000 size 7934 KiB
  7. ## Flattened Device Tree blob at 14f00000
  8. Booting using the fdt blob at 0x14f00000
  9. Loading Kernel Image ... OK
  10. Using Device Tree in place at 14f00000, end 14f1329f
  11.  
  12. Starting kernel ...
  13.  
  14. Uncompressing Linux... done, booting the kernel.
  15. [ 0.000000] Booting Linux on physical CPU 0x0
  16. [ 0.000000] Linux version 4.9.17-gb0726c6-dirty (mrigendra.chaubey@CPU-384U) (gcc version 4.9.x 20150123 (prerelease) (GCC) ) #22 SMP PREEMPT Mon Jul 30 23:20:20 IST 2018
  17. [ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
  18. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  19. [ 0.000000] OF: fdt:Machine model: Freescale i.MX6 Quad Plus sabresd Board
  20. [ 0.000000] bootconsole [earlycon0] enabled
  21. [ 0.000000] cma: Reserved 448 MiB at 0x24000000
  22. [ 0.000000] Memory policy: Data cache writealloc
  23. [ 0.000000] percpu: Embedded 15 pages/cpu @d2e9f000 s30912 r8192 d22336 u61440
  24. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 522752
  25. [ 0.000000] Kernel command line: console=ttymxc0,115200 init=/init earlyprintk sabresd_sku=0x20452221,0x3AA314,0x800FC6A5 video=mxcfb0:dev=ldb,fbpix=RGB565,bpp=16 video=mxcfb1:off video=mxcfb2:off video=mx
  26. cfb3:off fbmode=name:custom,vmode:0,x:1920,y:1080,pclk:7365,le:50,ri:50,up:32,lo:2,hs:10,vs:2,sync:0 fbmem=base:397410304,size:4147200 cma=448M androidboot.hardware=freescale androidboot.console=ttymxc0 cons
  27. oleblank=0 galcore.contiguousSize=99532800 androidboot.selinux=permissive buildvariant=userdebug androidboot.serialno=110f91d4ea9ac958 androidboot.soc_type=imx6qp androidboot.storage_type=sd gpt
  28. [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
  29. [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
  30. [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
  31. [ 0.000000] Memory: 1601136K/2097152K available (10240K kernel code, 858K rwdata, 3704K rodata, 1024K init, 391K bss, 37264K reserved, 458752K cma-reserved, 1310720K highmem)
  32. [ 0.000000] Virtual kernel memory layout:
  33. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  34. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  35. [ 0.000000] vmalloc : 0xf0800000 - 0xff800000 ( 240 MB)
  36. [ 0.000000] lowmem : 0xc0000000 - 0xf0000000 ( 768 MB)
  37. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  38. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  39. [ 0.000000] .text : 0xc0008000 - 0xc0b00000 (11232 kB)
  40. [ 0.000000] .init : 0xc0f00000 - 0xc1000000 (1024 kB)
  41. [ 0.000000] .data : 0xc1000000 - 0xc10d6b30 ( 859 kB)
  42. [ 0.000000] .bss : 0xc10d6b30 - 0xc11387f8 ( 392 kB)
  43. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  44. [ 0.000000] Preemptible hierarchical RCU implementation.
  45. [ 0.000000] Build-time adjustment of leaf fanout to 32.
  46. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  47. [ 0.000000] L2C-310 erratum 769419 enabled
  48. [ 0.000000] L2C-310 enabling early BRESP for Cortex-A9
  49. [ 0.000000] L2C-310 full line of zeros enabled for Cortex-A9
  50. [ 0.000000] L2C-310 ID prefetch enabled, offset 16 lines
  51. [ 0.000000] L2C-310 dynamic clock gating enabled, standby mode enabled
  52. [ 0.000000] L2C-310 cache controller enabled, 16 ways, 1024 kB
  53. [ 0.000000] L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76470001
  54. [ 0.000000] Switching to timer-based delay loop, resolution 333ns
  55. [ 0.000006] sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
  56. [ 0.008299] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
  57. [ 0.020463] Console: colour dummy device 80x30
  58. [ 0.025032] Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
  59. [ 0.035343] pid_max: default: 32768 minimum: 301
  60. [ 0.040124] Security Framework initialized
  61. [ 0.044337] SELinux: Initializing.
  62. [ 0.048005] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
  63. [ 0.054739] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
  64. [ 0.062719] CPU: Testing write buffer coherency: ok
  65. [ 0.068153] CPU0: update cpu_capacity 1024
  66. [ 0.072354] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
  67. [ 0.078178] Setting up static identity map for 0x10100000 - 0x10100058
  68. [ 0.263834] CPU1: update cpu_capacity 1024
  69. [ 0.263842] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
  70. [ 0.343811] CPU2: update cpu_capacity 1024
  71. [ 0.343819] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
  72. [ 0.423815] CPU3: update cpu_capacity 1024
  73. [ 0.423823] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
  74. [ 0.423927] Brought up 4 CPUs
  75. [ 0.456870] SMP: Total of 4 processors activated (24.00 BogoMIPS).
  76. [ 0.463153] CPU: All CPU(s) started in SVC mode.
  77. [ 0.467915] CPU3: update max cpu_capacity 1024
  78. [ 0.473546] devtmpfs: initialized
  79. [ 0.473818] CPU2: update max cpu_capacity 1024
  80. [ 0.501882] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
  81. [ 0.510301] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
  82. [ 0.520310] futex hash table entries: 1024 (order: 4, 65536 bytes)
  83. [ 0.550312] pinctrl core: initialized pinctrl subsystem
  84. [ 0.557452] NET: Registered protocol family 16
  85. [ 0.570183] DMA: preallocated 256 KiB pool for atomic coherent allocations
  86. [ 0.613465] cpuidle: using governor menu
  87. [ 0.618230] CPU identified as i.MX6QP, silicon rev 1.0
  88. [ 0.623986] sabresd_dt_overlay_named: applied 'fbmode'
  89. [ 0.629162] sabresd_dt_overlay_compat(sabresd,Bluefin):
  90. [ 0.634894] sabresd_dt_overlay_compat: applied 'keypad_backlight_pwm1'
  91. [ 0.641521] sabresd_dt_overlay_compat: applied 'keypad_backlight_bluefin'
  92. [ 0.648403] sabresd_dt_overlay_compat: applied 'can_1'
  93. [ 0.653654] sabresd_dt_overlay_compat: applied 'can_2'
  94. [ 0.658871] sabresd_dt_overlay_compat: applied 'uart_2'
  95. [ 0.664224] sabresd_dt_overlay_compat: applied 'uart_3'
  96. [ 0.669748] sabresd_dt_overlay_compat: applied 'sc16is762-spi2'
  97. [ 0.675829] sabresd_dt_overlay_compat: applied 'usb'
  98. [ 0.680916] sabresd_dt_overlay_compat: applied 'ti_wifi_common'
  99. [ 0.687040] sabresd_dt_overlay_compat: applied 'kim_uart3'
  100. [ 0.692782] sabresd_dt_overlay_compat: applied 'ti_wifi_usdhc2_2'
  101. [ 0.698980] sabresd_dt_overlay_compat: applied 'eth-switch'
  102. [ 0.704733] sabresd_dt_overlay_compat: applied 'buzzer'
  103. [ 0.710147] sabresd_dt_overlay_compat: applied 'hdmi-1'
  104. [ 0.715493] sabresd_dt_overlay_compat: applied 'remotepower'
  105. [ 0.721405] sabresd_dt_overlay_compat: applied 'video_input_i2c3_mipi'
  106. [ 0.728142] sabresd_dt_overlay_compat: applied 'hdmi-mxcfb2'
  107. [ 0.733959] sabresd_dt_overlay_compat: applied 'hdmi-i2c2'
  108. [ 0.739523] sabresd_dt_overlay_compat: applied 'Bluefin'
  109. [ 0.744896] sabresd_dt_overlay_compat(sabresd,Bluefin-1):
  110. [ 0.750568] sabresd_dt_overlay_compat: applied 'lcd_backlight_bluefin_16_19'
  111. [ 0.757916] sabresd_dt_overlay_named: applied 'ethernet-rmii'
  112. [ 0.763794] sabresd_dt_link_gpios: mxcfb0 backlight-en-gpio[0] = gpio4-25
  113. [ 0.770638] sabresd_dt_link_gpios: tempmon cpu-fan-gpio[0] = gpio6-8
  114. [ 0.777080] sabresd_dt_link_gpios: power_btn gpios[0] = gpio1-21
  115. [ 0.783134] sabresd_dt_link_gpios: user_btn gpios[0] = gpio4-24
  116. [ 0.789125] sabresd_dt_link_gpios: mmc1 cd-gpios[0] = gpio1-8
  117. [ 0.794944] sabresd_dt_link_gpios: remotepower on-gpio[0] = gpio1-14
  118. [ 0.801355] sabresd_dt_link_gpios: remotepower off-gpio[0] = gpio1-22
  119. [ 0.807864] sabresd_dt_link_gpios: remotepower sense-gpio[0] = gpio5-16
  120. [ 0.814550] sabresd_dt_link_gpios: ecspi4 cs-gpios[0] = gpio2-20
  121. [ 0.820612] sabresd_dt_link_gpios: fec phy-reset-gpios[0] = gpio3-6
  122. [ 0.826953] sabresd_dt_link_gpios: wlan_en_reg gpio[0] = gpio2-18
  123. [ 0.833090] sabresd_dt_link_gpios: kim nshutdown_gpio[0] = gpio5-31
  124. [ 0.839420] sabresd_dt_link_gpios: ecspi2 cs-gpios[0] = gpio1-26
  125. [ 0.845671] sabresd_dt_link_gpios: gpio_keys enabled (2 buttons)
  126. [ 0.888972] No ATAGs?[ 0.891108] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
  127. [ 0.899292] hw-breakpoint: maximum watchpoint size is 4 bytes.
  128. [ 0.965270] imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
  129. [ 0.975647] imx-gpc 20dc000.gpc: Registered imx-gpc
  130. [ 1.060963] mxs-dma 110000.dma-apbh: initialized
  131. [ 1.067951] SCSI subsystem initialized
  132. [ 1.072178] usbcore: registered new interface driver usbfs
  133. [ 1.077887] usbcore: registered new interface driver hub
  134. [ 1.083422] usbcore: registered new device driver usb
  135. [ 1.089663] i2c i2c-1: IMX I2C adapter registered
  136. [ 1.094517] i2c i2c-1: can't use DMA, using PIO instead.
  137. [ 1.100597] i2c i2c-2: IMX I2C adapter registered
  138. [ 1.105478] i2c i2c-2: can't use DMA, using PIO instead.
  139. [ 1.111073] media: Linux media interface: v0.10
  140. [ 1.115790] Linux video capture interface: v2.00
  141. [ 1.120632] pps_core: LinuxPPS API ver. 1 registered
  142. [ 1.125753] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  143. [ 1.135048] PTP clock support registered
  144. [ 1.163530] imx-ipuv3 2400000.ipu: IPU DMFC ONLY-DP HIGH RESOLUTION: 5B(0~3), 5F(4~7)
  145. [ 1.193525] imx-ipuv3 2800000.ipu: IPU DMFC ONLY-DP HIGH RESOLUTION: 5B(0~3), 5F(4~7)
  146. [ 1.203052] imx rpmsg driver is registered.
  147. [ 1.207566] Advanced Linux Sound Architecture Driver Initialized.
  148. [ 1.215113] ------------[ cut here ]------------
  149. [ 1.219854] WARNING: CPU: 0 PID: 1 at /home/mrigendra.chaubey/aosp_gerrit_cmap/CMAP_GER_18_031_AOSP_SRC/android_build/vendor/nxp-opensource/kernel_imx/net/wireless/reg.c:516 regulatory_init+0x98/0x1cc
  150. [ 1.238041] ---[ end trace 18911c2fe81c8f0b ]---
  151. [ 1.244145] clocksource: Switched to clocksource mxc_timer1
  152. [ 1.304489] VFS: Disk quotas dquot_6.6.0
  153. [ 1.308578] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  154. [ 1.329131] NET: Registered protocol family 2
  155. [ 1.334404] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
  156. [ 1.341641] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
  157. [ 1.348357] TCP: Hash tables configured (established 8192 bind 8192)
  158. [ 1.355015] UDP hash table entries: 512 (order: 2, 16384 bytes)
  159. [ 1.361069] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
  160. [ 1.367754] NET: Registered protocol family 1
  161. [ 1.372731] RPC: Registered named UNIX socket transport module.
  162. [ 1.378842] RPC: Registered udp transport module.
  163. [ 1.383648] RPC: Registered tcp transport module.
  164. [ 1.388475] RPC: Registered tcp NFSv4.1 backchannel transport module.
  165. [ 1.395357] Trying to unpack rootfs image as initramfs...
  166. [ 1.531772] Freeing initrd memory: 1992K (c5000000 - c51f2000)
  167. [ 1.538887] hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
  168. [ 1.549976] Bus freq driver module loaded
  169. [ 1.554416] sabresd_hal driver module loaded
  170. [ 1.558999] remotepower: io_input_at_start = 0
  171. [ 1.563545] remotepower: state -> STARTUP
  172. [ 1.567692] remotepower: io -> IN
  173. [ 1.571191] remotepower driver module loaded
  174. [ 1.576867] audit: initializing netlink subsys (disabled)
  175. [ 1.582425] audit: type=2000 audit(1.560:1): initialized
  176. [ 1.589006] workingset: timestamp_bits=30 max_order=19 bucket_order=0
  177. [ 1.606482] NFS: Registering the id_resolver key type
  178. [ 1.611665] Key type id_resolver registered
  179. [ 1.616026] Key type id_legacy registered
  180. [ 1.620180] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
  181. [ 1.634098] bounce: pool size: 64 pages
  182. [ 1.638350] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
  183. [ 1.645896] io scheduler noop registered (default)
  184. [ 1.651373] imx-weim 21b8000.weim: Driver registered.
  185. [ 1.658404] pwm-backlight.0 supply power not found, using dummy regulator
  186. [ 1.667724] keypad-pwm-backlight.0 supply power not found, using dummy regulator
  187. [ 1.676918] ldb 2000000.aips-bus:ldb@020e0008: split mode
  188. [ 1.682698] ldb 2000000.aips-bus:ldb@020e0008: split mode or dual mode, ignoring second output
  189. [ 1.692437] 20e0000.hdmi_video supply HDMI not found, using dummy regulator
  190. [ 1.700289] [dbg]mxcfb_init_fbinfo
  191. [ 1.703813] mxc_sdc_fb fb@0: registered mxc display driver ldb
  192. [ 1.709855] mxc_sdc_fb fb@0: [dbgfb_reg]mxcfb_register3
  193. [ 1.709862] [dbgfbmem]fb_set_var1
  194. [ 1.709869] mxc_sdc_fb fb@0: [dbg mxc_fb3]1.1
  195. [ 1.754236] mxc_sdc_fb fb@0: [dbgmxc_fb3]1.2
  196. [ 1.754251] mxc_sdc_fb fb@0: [dbgmxc_fb3]>> 0
  197. [ 1.754258] mxc_sdc_fb fb@0: [dbgmxc_fb3]>> 1
  198. [ 1.754263] mxc_sdc_fb fb@0: [dbgmxc_fb3]2.5
  199. [ 1.754303] mxc_sdc_fb fb@0: [dbgmxc_fb3]1.3
  200. [ 1.754324] [dbgfbmem]fb_set_var1.5
  201. [ 1.754354] mxc_sdc_fb fb@0: [dbgfb_reg]mxcfb_register3.75
  202. [ 1.799720] mxc_sdc_fb fb@0: [dbg mxc_fb3]1.1
  203. [ 1.834196] mxc_sdc_fb fb@0: [dbgmxc_fb3]1.2
  204. [ 1.834209] mxc_sdc_fb fb@0: [dbgmxc_fb3]>> 0
  205. [ 1.834215] mxc_sdc_fb fb@0: [dbgmxc_fb3]>> 1
  206. [ 1.834219] mxc_sdc_fb fb@0: [dbgmxc_fb3]2.5
  207. [ 1.834248] mxc_sdc_fb fb@0: [dbgmxc_fb3]1.3
  208. [ 1.855608] Console: switching to colour frame buffer device 240x67
  209. [ 1.920831] [dbg]mxcfb_init_fbinfo
  210. [ 1.924378] mxc_sdc_fb fb@0: [dbgfb_reg]mxcfb_register3
  211. [ 1.924385] [dbgfbmem]fb_set_var1
  212. [ 1.924390] mxc_sdc_fb fb@0: [dbg mxc_fb3]1.1
  213. [ 1.927104] [dbgfbmem]fb_set_var1.5
  214. [ 1.927120] mxc_sdc_fb fb@0: [dbgfb_reg]mxcfb_register3.75
  215. [ 1.949893] [dbg]mxcfb_init_fbinfo
  216. [ 1.953406] mxc_sdc_fb fb@1: Can't get fb option for mxcfb1!
  217. [ 1.959284] [dbg]mxcfb_init_fbinfo
  218. [ 1.962792] mxc_sdc_fb fb@2: Can't get fb option for mxcfb2!
  219. [ 1.968641] [dbg]mxcfb_init_fbinfo
  220. [ 1.972148] mxc_sdc_fb fb@3: Can't get fb option for mxcfb3!
  221. [ 1.979523] 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 29, base_baud = 5000000) is a IMX
  222. [ 1.988340] console [ttymxc0] enabled
  223. [ 1.988340] console [ttymxc0] enabled
  224. [ 1.995813] bootconsole [earlycon0] disabled
  225. [ 1.995813] bootconsole [earlycon0] disabled
  226. [ 2.005219] 21e8000.serial: ttymxc1 at MMIO 0x21e8000 (irq = 77, base_baud = 5000000) is a IMX
  227. [ 2.014405] 21ec000.serial: ttymxc2 at MMIO 0x21ec000 (irq = 78, base_baud = 5000000) is a IMX
  228. [ 2.024119] imx sema4 driver is registered.
  229. [ 2.028421] [drm] Initialized
  230. [ 2.031932] [drm] Initialized vivante 1.0.0 20120216 on minor 0
  231. [ 2.052007] brd: module loaded
  232. [ 2.056054] zram: Added device: zram0
  233. [ 2.061365] nand: device found, Manufacturer ID: 0x98, Chip ID: 0xdc
  234. [ 2.067787] nand: Toshiba NAND 512MiB 3,3V 8-bit
  235. [ 2.072419] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
  236. [ 2.080055] nand: Using OOB[64->64], ECC[0->8]
  237. [ 2.084745] Scanning device for bad blocks
  238. [ 2.096526] random: fast init done
  239. [ 2.503325] 5 ofpart partitions found on MTD device gpmi-nand
  240. [ 2.509106] Creating 5 MTD partitions on "gpmi-nand":
  241. [ 2.514190] 0x000000000000-0x000000200000 : "boot"
  242. [ 2.530334] 0x000000200000-0x000000500000 : "logo"
  243. [ 2.546409] 0x000000500000-0x000000b00000 : "kernel"
  244. [ 2.562648] 0x000000b00000-0x000001100000 : "rescue"
  245. [ 2.578943] 0x000001100000-0x000020000000 : "system"
  246. [ 2.601719] gpmi-nand 112000.gpmi-nand: driver registered.
  247. [ 2.609419] libphy: Fixed MDIO Bus: probed
  248. [ 2.613807] CAN device driver interface
  249. [ 2.617892] 2090000.flexcan supply xceiver not found, using dummy regulator
  250. [ 2.625884] flexcan 2090000.flexcan: device registered (reg_base=f0ac4000, irq=36)
  251. [ 2.633562] 2094000.flexcan supply xceiver not found, using dummy regulator
  252. [ 2.641488] flexcan 2094000.flexcan: device registered (reg_base=f0acc000, irq=37)
  253. [ 2.650073] 2188000.ethernet supply phy not found, using dummy regulator
  254. [ 2.659433] pps pps0: new PPS source ptp0
  255. [ 2.667989] libphy: fec_enet_mii_bus: probed
  256. [ 2.672891] fec 2188000.ethernet eth0: registered PHC device 0
  257. [ 2.679067] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  258. [ 2.685650] ehci-pci: EHCI PCI platform driver
  259. [ 2.690269] usbcore: registered new interface driver cdc_acm
  260. [ 2.695990] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  261. [ 2.704091] usbcore: registered new interface driver usb-storage
  262. [ 2.711378] 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
  263. [ 2.719673] 2184000.usb supply vbus not found, using dummy regulator
  264. [ 2.730001] ci_hdrc ci_hdrc.0: EHCI Host Controller
  265. [ 2.734976] ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
  266. [ 2.764192] ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
  267. [ 2.769874] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  268. [ 2.776734] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  269. [ 2.783966] usb usb1: Product: EHCI Host Controller
  270. [ 2.788912] usb usb1: Manufacturer: Linux 4.9.17-gb0726c6-dirty ehci_hcd
  271. [ 2.795673] usb usb1: SerialNumber: ci_hdrc.0
  272. [ 2.800768] hub 1-0:1.0: USB hub found
  273. [ 2.804596] hub 1-0:1.0: 1 port detected
  274. [ 2.809369] 2184200.usb supply vbus not found, using dummy regulator
  275. [ 2.819139] ci_hdrc ci_hdrc.1: EHCI Host Controller
  276. [ 2.824052] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
  277. [ 2.854194] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
  278. [ 2.859851] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  279. [ 2.866692] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  280. [ 2.873923] usb usb2: Product: EHCI Host Controller
  281. [ 2.878858] usb usb2: Manufacturer: Linux 4.9.17-gb0726c6-dirty ehci_hcd
  282. [ 2.885590] usb usb2: SerialNumber: ci_hdrc.1
  283. [ 2.890632] hub 2-0:1.0: USB hub found
  284. [ 2.894491] hub 2-0:1.0: 1 port detected
  285. [ 2.899822] usbcore: registered new interface driver usbtouchscreen
  286. [ 2.906592] i2c /dev entries driver
  287. [ 2.910595] IR NEC protocol handler initialized
  288. [ 2.915357] IR RC5(x/sz) protocol handler initialized
  289. [ 2.920417] IR RC6 protocol handler initialized
  290. [ 2.924977] IR JVC protocol handler initialized
  291. [ 2.929514] IR Sony protocol handler initialized
  292. [ 2.934186] IR SANYO protocol handler initialized
  293. [ 2.938895] IR Sharp protocol handler initialized
  294. [ 2.943603] IR MCE Keyboard/mouse protocol handler initialized
  295. [ 2.949459] IR XMP protocol handler initialized
  296. [ 2.955345] imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=1)
  297. [ 2.961734] device-mapper: uevent: version 1.0.3
  298. [ 2.966816] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
  299. [ 2.976080] sdhci: Secure Digital Host Controller Interface driver
  300. [ 2.982272] sdhci: Copyright(c) Pierre Ossman
  301. [ 2.986662] sdhci-pltfm: SDHCI platform and OF driver helper
  302. [ 2.993013] sdhci-esdhc-imx 2190000.usdhc: Got CD GPIO
  303. [ 3.074353] mmc1: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
  304. [ 3.144587] mmc1: host does not support reading read-only switch, assuming write-enable
  305. [ 3.161444] mmc1: new high speed SDXC card at address e624
  306. [ 3.177614] mmcblk1: mmc1:e624 SP64G 59.5 GiB
  307. [ 3.189536] Primary GPT is invalid, using alternate GPT.
  308. [ 3.194991] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
  309. [ 3.244190] mmc2: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
  310. [ 3.267014] sdhci-esdhc-imx 2194000.usdhc: card claims to support voltages below defined range
  311. [ 3.296208] mmc2: new high speed SDIO card at address 0001
  312. [ 3.324197] mmc0: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
  313. [ 3.345386] mxc_vpu 2040000.vpu_fsl: VPU initialized
  314. [ 3.357318] mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
  315. [ 3.374927] Galcore version 6.2.2.96445
  316. [ 3.473426] mmc0: new DDR MMC card at address 0001
  317. [ 3.490026] mmcblk0: mmc0:0001 M52516 14.3 GiB
  318. [ 3.505540] mmcblk0boot0: mmc0:0001 M52516 partition 1 4.00 MiB
  319. [ 3.522532] mmcblk0boot1: mmc0:0001 M52516 partition 2 4.00 MiB
  320. [ 3.539715] mmcblk0rpmb: mmc0:0001 M52516 partition 3 4.00 MiB
  321. [ 3.556373] mmcblk0: p1 p2
  322. [ 3.875817] caam 2100000.caam: ERA source: CAAMVID.
  323. [ 3.880752] caam 2100000.caam: AXI pipeline throttling enabled.
  324. [ 3.887768] caam 2100000.caam: Instantiated RNG4 SH1
  325. [ 3.892750] caam 2100000.caam: device ID = 0x0a16010000000000 (Era 4)
  326. [ 3.899229] caam 2100000.caam: job rings = 2, qi = 0
  327. [ 4.010076] caam algorithms registered in /proc/crypto
  328. [ 4.019409] caam_jr 2101000.jr0: registering rng-caam
  329. [ 4.025397] platform caam_sm: blkkey_ex: 4 keystore units available
  330. [ 4.031871] platform caam_sm: 64-bit clear key:
  331. [ 4.036448] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  332. [ 4.042116] platform caam_sm: 64-bit black key:
  333. [ 4.046676] platform caam_sm: [0000] 8e c4 7e 49 60 a9 48 98
  334. [ 4.052347] platform caam_sm: [0008] e4 0e 5c 8e 15 5f 69 ef
  335. [ 4.058033] platform caam_sm: 128-bit clear key:
  336. [ 4.062660] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  337. [ 4.068345] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
  338. [ 4.074011] platform caam_sm: 128-bit black key:
  339. [ 4.078658] platform caam_sm: [0000] ce 4a 74 74 c9 52 0d 62
  340. [ 4.084344] platform caam_sm: [0008] ff 1f e2 f0 4d 1d e5 97
  341. [ 4.090010] platform caam_sm: 192-bit clear key:
  342. [ 4.094696] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  343. [ 4.100365] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
  344. [ 4.106055] platform caam_sm: [0016] 10 11 12 13 14 15 16 17
  345. [ 4.111720] platform caam_sm: 192-bit black key:
  346. [ 4.116368] platform caam_sm: [0000] 6f f3 46 f4 29 72 14 1c
  347. [ 4.122038] platform caam_sm: [0008] 5e 65 9e 0d 39 da e7 19
  348. [ 4.127727] platform caam_sm: [0016] 89 54 3a 4c 12 75 31 08
  349. [ 4.133396] platform caam_sm: [0024] 88 f8 4d 1e d6 8e 2a b4
  350. [ 4.139081] platform caam_sm: 256-bit clear key:
  351. [ 4.143708] platform caam_sm: [0000] 00 01 02 03 04 0f 06 07
  352. [ 4.149393] platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f
  353. [ 4.155080] platform caam_sm: [0016] 10 11 12 13 14 15 16 17
  354. [ 4.160748] platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f
  355. [ 4.166428] platform caam_sm: 256-bit black key:
  356. [ 4.171055] platform caam_sm: [0000] 7d c9 20 c5 67 6e 6b 53
  357. [ 4.176737] platform caam_sm: [0008] 9c fb a1 aa 48 78 92 bc
  358. [ 4.182407] platform caam_sm: [0016] a2 5b 41 11 da c9 64 c6
  359. [ 4.188089] platform caam_sm: [0024] 8e af 42 81 b3 cb a1 fc
  360. [ 4.193753] platform caam_sm: 64-bit unwritten blob:
  361. [ 4.198745] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  362. [ 4.204430] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  363. [ 4.210098] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  364. [ 4.215782] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  365. [ 4.221450] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  366. [ 4.227135] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  367. [ 4.232802] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  368. [ 4.238487] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  369. [ 4.244173] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  370. [ 4.249840] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  371. [ 4.255525] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  372. [ 4.261193] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  373. [ 4.266880] platform caam_sm: 128-bit unwritten blob:
  374. [ 4.271942] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  375. [ 4.277662] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  376. [ 4.283330] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  377. [ 4.289019] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  378. [ 4.294705] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  379. [ 4.300373] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  380. [ 4.306058] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  381. [ 4.311725] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  382. [ 4.317410] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  383. [ 4.323078] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  384. [ 4.328759] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  385. [ 4.334446] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  386. [ 4.340111] platform caam_sm: 196-bit unwritten blob:
  387. [ 4.345188] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  388. [ 4.350857] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  389. [ 4.356539] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  390. [ 4.362207] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  391. [ 4.367887] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  392. [ 4.373555] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  393. [ 4.379240] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  394. [ 4.384925] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  395. [ 4.390592] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  396. [ 4.396276] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  397. [ 4.401944] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  398. [ 4.407628] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  399. [ 4.413293] platform caam_sm: 256-bit unwritten blob:
  400. [ 4.418369] platform caam_sm: [0000] 00 00 00 00 00 00 00 00
  401. [ 4.424037] platform caam_sm: [0008] 00 00 00 00 00 00 00 00
  402. [ 4.429726] platform caam_sm: [0016] 00 00 00 00 00 00 00 00
  403. [ 4.435414] platform caam_sm: [0024] 00 00 00 00 00 00 00 00
  404. [ 4.441081] platform caam_sm: [0032] 00 00 00 00 00 00 00 00
  405. [ 4.446769] platform caam_sm: [0040] 00 00 00 00 00 00 00 00
  406. [ 4.452437] platform caam_sm: [0048] 00 00 00 00 00 00 00 00
  407. [ 4.458125] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  408. [ 4.463793] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  409. [ 4.469480] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  410. [ 4.475168] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  411. [ 4.480836] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  412. [ 4.486708] platform caam_sm: 64-bit black key in blob:
  413. [ 4.491946] platform caam_sm: [0000] e7 48 a8 27 64 50 1e 23
  414. [ 4.497643] platform caam_sm: [0008] d8 bf 7e f4 2d 7d ab b1
  415. [ 4.503313] platform caam_sm: [0016] 0d ba d3 42 8a b1 64 db
  416. [ 4.509005] platform caam_sm: [0024] f8 5e b6 77 6c 95 cf 09
  417. [ 4.514692] platform caam_sm: [0032] db e3 94 6b 58 54 e6 71
  418. [ 4.520360] platform caam_sm: [0040] 95 00 b3 cd cf 16 7a 07
  419. [ 4.526054] platform caam_sm: [0048] dd bc 58 62 77 25 d7 35
  420. [ 4.531722] platform caam_sm: [0056] 00 00 00 00 00 00 00 00
  421. [ 4.537405] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  422. [ 4.543074] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  423. [ 4.548760] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  424. [ 4.554446] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  425. [ 4.560112] platform caam_sm: 128-bit black key in blob:
  426. [ 4.565449] platform caam_sm: [0000] 29 a3 94 e2 ad 97 8c 81
  427. [ 4.571117] platform caam_sm: [0008] 10 9f ab ec 0f 2d f6 ee
  428. [ 4.576802] platform caam_sm: [0016] e7 0b 08 3b f4 7b 64 7c
  429. [ 4.582470] platform caam_sm: [0024] e7 2d f3 81 d3 be b0 b4
  430. [ 4.588156] platform caam_sm: [0032] 90 f1 5a ab d4 ca 5b 86
  431. [ 4.593823] platform caam_sm: [0040] d6 b7 90 c3 af 34 f4 32
  432. [ 4.599509] platform caam_sm: [0048] e0 08 1f 99 fb a6 0b 45
  433. [ 4.605194] platform caam_sm: [0056] 5a 07 d1 74 ef a1 e6 94
  434. [ 4.610863] platform caam_sm: [0064] 00 00 00 00 00 00 00 00
  435. [ 4.616548] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  436. [ 4.622215] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  437. [ 4.627899] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  438. [ 4.633564] platform caam_sm: 192-bit black key in blob:
  439. [ 4.638904] platform caam_sm: [0000] 9e 9f 5a 1d 41 bc 70 6a
  440. [ 4.644589] platform caam_sm: [0008] 52 d5 c8 da 13 5c 8c 92
  441. [ 4.650258] platform caam_sm: [0016] 66 c2 b4 16 79 57 2b 87
  442. [ 4.655943] platform caam_sm: [0024] 4c 7f 62 c3 d8 c2 91 dd
  443. [ 4.661612] platform caam_sm: [0032] 35 97 9f 7d bb 79 8d fd
  444. [ 4.667294] platform caam_sm: [0040] 5e 8b 96 f3 66 d0 48 8b
  445. [ 4.672962] platform caam_sm: [0048] 88 e8 0b af 1e 46 cd 71
  446. [ 4.678648] platform caam_sm: [0056] 8b 6b 98 32 b5 fa 4e bb
  447. [ 4.684334] platform caam_sm: [0064] 35 e3 b7 12 d0 60 0c 5e
  448. [ 4.690001] platform caam_sm: [0072] 00 00 00 00 00 00 00 00
  449. [ 4.695686] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  450. [ 4.701353] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  451. [ 4.707035] platform caam_sm: 256-bit black key in blob:
  452. [ 4.712357] platform caam_sm: [0000] fe 29 0e 8a 61 8a e2 6c
  453. [ 4.718042] platform caam_sm: [0008] 64 99 06 ce f7 77 0a 26
  454. [ 4.723710] platform caam_sm: [0016] ce 1c 70 df 0c 4e eb 04
  455. [ 4.729396] platform caam_sm: [0024] f8 30 4e 5d b1 c0 4c 86
  456. [ 4.735079] platform caam_sm: [0032] e4 d2 c3 70 4f 19 fc 2a
  457. [ 4.740747] platform caam_sm: [0040] 3d c8 2b 1f d9 41 23 97
  458. [ 4.746433] platform caam_sm: [0048] 56 1e 39 77 05 59 b8 8c
  459. [ 4.752100] platform caam_sm: [0056] ee 5f e3 a3 5e 8b 88 06
  460. [ 4.757786] platform caam_sm: [0064] 6e 0a cf 1a 39 fe 45 47
  461. [ 4.763455] platform caam_sm: [0072] 33 9c eb d5 55 d8 6a bb
  462. [ 4.769136] platform caam_sm: [0080] 00 00 00 00 00 00 00 00
  463. [ 4.774821] platform caam_sm: [0088] 00 00 00 00 00 00 00 00
  464. [ 4.780702] platform caam_sm: restored 64-bit black key:
  465. [ 4.786058] platform caam_sm: [0000] 81 81 d1 53 a1 2c bb 02
  466. [ 4.791727] platform caam_sm: [0008] 3d 26 99 20 b4 40 97 40
  467. [ 4.797412] platform caam_sm: restored 128-bit black key:
  468. [ 4.802821] platform caam_sm: [0000] ce 4a 74 74 c9 52 0d 62
  469. [ 4.808508] platform caam_sm: [0008] ff 1f e2 f0 4d 1d e5 97
  470. [ 4.814191] platform caam_sm: restored 192-bit black key:
  471. [ 4.819599] platform caam_sm: [0000] 6f f3 46 f4 29 72 14 1c
  472. [ 4.825285] platform caam_sm: [0008] 5e 65 9e 0d 39 da e7 19
  473. [ 4.830956] platform caam_sm: [0016] b1 1d 1a 52 4f 6d ff 8f
  474. [ 4.836641] platform caam_sm: [0024] 1d 4b fc 31 dc 19 0a 63
  475. [ 4.842306] platform caam_sm: restored 256-bit black key:
  476. [ 4.847731] platform caam_sm: [0000] 7d c9 20 c5 67 6e 6b 53
  477. [ 4.853400] platform caam_sm: [0008] 9c fb a1 aa 48 78 92 bc
  478. [ 4.859085] platform caam_sm: [0016] a2 5b 41 11 da c9 64 c6
  479. [ 4.864769] platform caam_sm: [0024] 8e af 42 81 b3 cb a1 fc
  480. [ 4.870727] snvs-secvio 20cc000.caam-snvs: can't get snvs clock
  481. [ 4.876740] snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state
  482. [ 4.885694] hidraw: raw HID events driver (C) Jiri Kosina
  483. [ 4.900335] usbcore: registered new interface driver usbhid
  484. [ 4.905959] usbhid: USB HID core driver
  485. [ 4.910405] ion_parse_dt_heap_common: id 0 type 4 name cma align 1000
  486. [ 4.917340] ion_parse_dt_heap_common: id 1 type 1 name sys-contig align 1000
  487. [ 4.924839] ion_parse_dt_heap_common: id 2 type 0 name system align 1000
  488. [ 4.932583] ashmem: initialized
  489. [ 4.941458] NET: Registered protocol family 26
  490. [ 4.945961] Netfilter messages via NETLINK v0.30.
  491. [ 4.951173] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  492. [ 4.957767] ctnetlink v0.93: registering with nfnetlink.
  493. [ 4.963459] ip_tables: (C) 2000-2006 Netfilter Core Team
  494. [ 4.968958] Initializing XFRM netlink socket
  495. [ 4.974327] NET: Registered protocol family 10
  496. [ 4.980138] mip6: Mobile IPv6
  497. [ 4.983142] ip6_tables: (C) 2000-2006 Netfilter Core Team
  498. [ 4.988760] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
  499. [ 4.995746] NET: Registered protocol family 17
  500. [ 5.000227] NET: Registered protocol family 15
  501. [ 5.004708] can: controller area network core (rev 20120528 abi 9)
  502. [ 5.010974] NET: Registered protocol family 29
  503. [ 5.015588] Key type dns_resolver registered
  504. [ 5.022723] cpu cpu0: Registered imx6q-cpufreq
  505. [ 5.028878] registered taskstats version 1
  506. [ 5.046889] imx_thermal 2000000.aips-bus:tempmon: Automotive CPU temperature grade - max:125C critical:140C passive:125C
  507. [ 5.060373] input: gpio-keys as /devices/soc0/gpio-keys/input/input0
  508. [ 5.068554] OF: fdt:not creating '/sys/firmware/fdt': CRC check failed
  509. [ 5.075350] wlan-en-regulator: disabling
  510. [ 5.079286] ALSA device list:
  511. [ 5.082259] No soundcards found.
  512. [ 5.087584] Freeing unused kernel memory: 1024K (c0f00000 - c1000000)
  513. [ 5.099501] init: init first stage started!
  514. [ 5.103863] init: First stage mount skipped (missing/incompatible fstab in device tree)
  515. [ 5.111976] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
  516. [ 5.118815] init: Loading SELinux policy
  517. [ 5.137101] SELinux: Permission validate_trans in class security not defined in policy.
  518. [ 5.145621] SELinux: the above unknown classes and permissions will be denied
  519. [ 5.221071] audit: type=1403 audit(5.200:2): policy loaded auid=4294967295 ses=4294967295
  520. [ 5.229577] selinux: SELinux: Loaded policy from /sepolicy
  521. [ 5.229577]
  522. [ 5.242504] selinux: SELinux: Loaded file_contexts
  523. [ 5.242504]
  524. [ 5.252503] init: init second stage started!
  525. [ 5.268585] selinux: SELinux: Loaded file_contexts
  526. [ 5.268585]
  527. [ 5.275928] selinux: SELinux: Loaded property_contexts from /plat_property_contexts & /nonplat_property_contexts.
  528. [ 5.275928]
  529. [ 5.287738] init: Running restorecon...
  530. [ 5.362160] selinux: SELinux: Could not stat /dev/block: No such file or directory.
  531. [ 5.362160]
  532. [ 5.371696] init: waitpid failed: No child processes
  533. [ 5.376778] init: Couldn't load property file: Unable to open '/system/etc/prop.default': No such file or directory: No such file or directory
  534. [ 5.389651] init: Couldn't load property file: Unable to open '/prop.default': No such file or directory: No such file or directory
  535. [ 5.402223] init: Couldn't load property file: Unable to open '/odm/default.prop': No such file or directory: No such file or directory
  536. [ 5.414491] init: Couldn't load property file: Unable to open '/vendor/default.prop': No such file or directory: No such file or directory
  537. [ 5.444046] ueventd: ueventd started!
  538. [ 5.447918] ueventd: Parsing file /ueventd.rc...
  539. [ 5.454001] ueventd: Parsing file /vendor/ueventd.rc...
  540. [ 5.459310] ueventd: Unable to open '/vendor/ueventd.rc': No such file or directory
  541. [ 5.467075] ueventd: Parsing file /odm/ueventd.rc...
  542. [ 5.472088] ueventd: Unable to open '/odm/ueventd.rc': No such file or directory
  543. [ 5.479636] ueventd: Parsing file /ueventd.freescale.rc...
  544. [ 5.490509] selinux: SELinux: Loaded file_contexts
  545. [ 5.490509]
  546. [ 5.617021] selinux: SELinux: Loaded file_contexts
  547. [ 5.617021]
  548. [ 5.691608] ueventd: Coldboot took 0.194518 seconds
  549. [ 5.716038] Console: switching to colour dummy device 80x30
  550. [ 5.729454] watchdogd: watchdogd started (interval 10, margin 20)!
  551. [ 5.749548] EXT4-fs (mmcblk1p3): mounted filesystem with ordered data mode. Opts: barrier=1
  552. [ 5.770353] EXT4-fs (mmcblk1p10): Ignoring removed nomblk_io_submit option
  553. [ 5.784661] EXT4-fs warning (device mmcblk1p10): ext4_enable_quotas:5371: Failed to enable quota tracking (type=0, err=-3). Please run e2fsck to fix.
  554. [ 5.798242] EXT4-fs (mmcblk1p10): mount failed
  555. [ 6.170965] e2fsck: e2fsck 1.43.3 (04-Sep-2016)
  556. [ 6.170965]
  557. [ 6.177057] e2fsck: userdata: recovering journal
  558. [ 6.177057]
  559. [ 6.183169] e2fsck: Pass 1: Checking inodes, blocks, and sizes
  560. [ 6.183169]
  561. [ 6.190530] e2fsck: Pass 2: Checking directory structure
  562. [ 6.190530]
  563. [ 6.197352] e2fsck: Pass 3: Checking directory connectivity
  564. [ 6.197352]
  565. [ 6.204430] e2fsck: Pass 4: Checking reference counts
  566. [ 6.204430]
  567. [ 6.210971] e2fsck: Pass 5: Checking group summary information
  568. [ 6.210971]
  569. [ 6.218362] e2fsck: userdata: 11/315120 files (0.0% non-contiguous), 55023/1260032 blocks
  570. [ 6.218362]
  571. [ 6.238244] EXT4-fs (mmcblk1p10): Ignoring removed nomblk_io_submit option
  572. [ 6.249146] EXT4-fs warning (device mmcblk1p10): ext4_enable_quotas:5371: Failed to enable quota tracking (type=0, err=-3). Please run e2fsck to fix.
  573. [ 6.262664] EXT4-fs (mmcblk1p10): mount failed
  574. [ 6.470736] e2fsck: e2fsck 1.43.3 (04-Sep-2016)
  575. [ 6.470736]
  576. [ 6.476819] e2fsck: userdata: recovering journal
  577. [ 6.476819]
  578. [ 6.485671] EXT4-fs (mmcblk1p10): Ignoring removed nomblk_io_submit option
  579. [ 6.496548] EXT4-fs warning (device mmcblk1p10): ext4_enable_quotas:5371: Failed to enable quota tracking (type=0, err=-3). Please run e2fsck to fix.
  580. [ 6.510056] EXT4-fs (mmcblk1p10): mount failed
  581. [ 6.631989] EXT4-fs (mmcblk1p4): Ignoring removed nomblk_io_submit option
  582. [ 6.643782] EXT4-fs (mmcblk1p4): mounted filesystem with ordered data mode. Opts: nomblk_io_submit
  583. [ 6.665482] EXT4-fs (mmcblk1p9): mounted filesystem with ordered data mode. Opts: barrier=1
  584. [ 6.674544] init: 14 output lines suppressed due to ratelimiting
  585. [ 6.708189] random: crng init done
  586. [ 6.829304] logd.auditd: start
  587. [ 6.832852] logd.klogd: 6818705000
  588. [ 6.877249] zram0: detected capacity change from 0 to 314572800
  589. [ 6.923273] mkswap: Swapspace size: 307196k, UUID=10e03eb3-fbd6-4073-8e63-2ef83562b36d
  590. [ 6.932104] Adding 307196k swap on /dev/block/zram0. Priority:-1 extents:1 across:307196k SS
  591. [ 6.984538] binder: 1702:1702 ioctl 620a bd601dd returned -22
  592. [ 7.311479] logd.daemon: reinit
  593. [ 7.343448] type=1400 audit(7.320:3): avc: granted { read } for pid=1 comm="init" name="ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  594. [ 7.348875] type=1400 audit(7.320:3): avc: granted { read } for pid=1 comm="init" name="ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  595. [ 7.354008] type=1400 audit(7.320:4): avc: granted { read open } for pid=1 comm="init" path="/dev/ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  596. [ 7.354567] type=1400 audit(7.320:4): avc: granted { read open } for pid=1 comm="init" path="/dev/ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  597. [ 7.354580] type=1400 audit(7.330:5): avc: granted { read } for pid=1778 comm="init" name="ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  598. sabresd_6dq:/ $ [ 7.358785] type=1400 audit(7.330:5): avc: granted { read } for pid=1778 comm="init" name="ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_f
  599. ile
  600. [ 7.358802] type=1400 audit(7.330:6): avc: granted { read open } for pid=1778 comm="init" path="/dev/ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  601. [ 7.678104] healthd: unable to get HAL interface, using defaults
  602. [ 7.687173] healthd: No battery devices found
  603. [ 7.691670] healthd: battery l=100 v=0 t=42.4 h=2 st=2 chg=a
  604.  
  605. sabresd_6dq:/ $
  606. sabresd_6dq:/ $ [ 10.262364] [dbgfbmem]fb_set_var1
  607. [ 10.262376] mxc_sdc_fb fb@0: [dbg mxc_fb3]1.1
  608. [ 10.354233] mxc_sdc_fb fb@0: [dbgmxc_fb3]1.2
  609. [ 10.354247] mxc_sdc_fb fb@0: [dbgmxc_fb3]>> 0
  610. [ 10.354251] mxc_sdc_fb fb@0: [dbgmxc_fb3]>> 1
  611. [ 10.354255] mxc_sdc_fb fb@0: [dbgmxc_fb3]2.5
  612. [ 10.354291] mxc_sdc_fb fb@0: [dbgmxc_fb3]1.3
  613. [ 10.354315] [dbgfbmem]fb_set_var1.5
  614. log[ 11.251201] init: starting service 'bootanim'...
  615. cat
  616. --------- beginning of main
  617. 01-01 00:00:01.560 1700 1700 W auditd : type=2000 audit(0.0:1): initialized
  618. 01-01 00:00:05.200 1700 1700 I auditd : type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
  619. 01-01 00:00:06.808 1701 1701 I SELinux : SELinux: Loaded service_contexts from:
  620. 01-01 00:00:06.808 1703 1703 I SELinux : SELinux: Loaded service_contexts from:
  621. 01-01 00:00:06.811 1703 1703 I SELinux : /vndservice_contexts
  622. 01-01 00:00:06.812 1701 1701 I SELinux : /plat_service_contexts
  623. 01-01 00:00:06.812 1701 1701 I SELinux : /nonplat_service_contexts
  624. 01-01 00:00:06.976 1702 1702 E hwservicemanager: BINDER_SET_INHERIT_FIFO_PRIO failed with error -1
  625. --------- beginning of system
  626. 01-01 00:00:07.115 1713 1713 I vold : Vold 3.0 (the awakening) firing up
  627. 01-01 00:00:07.116 1713 1713 V vold : Detected support for: ext4 vfat
  628. 01-01 00:00:07.122 1713 1713 W Vold : Tearing down stale mount /mnt/shm
  629. 01-01 00:00:07.192 1713 1713 I vold : [libfs_mgr]fs_mgr_read_fstab_dt(): failed to read fstab from dt
  630. 01-01 00:00:07.200 1713 1717 D vold : e4crypt_init_user0
  631. 01-01 00:00:07.200 1713 1717 D vold : e4crypt_prepare_user_storage for volume null, user 0, serial 0, flags 1
  632. 01-01 00:00:07.200 1713 1717 D vold : Preparing: /data/system/users/0
  633. 01-01 00:00:07.200 1713 1717 D vold : Preparing: /data/misc/profiles/cur/0
  634. 01-01 00:00:07.201 1713 1717 D vold : Preparing: /data/system_de/0
  635. 01-01 00:00:07.201 1713 1717 D vold : Preparing: /data/misc_de/0
  636. 01-01 00:00:07.201 1713 1717 D vold : Preparing: /data/user_de/0
  637. 01-01 00:00:07.201 1713 1717 D vold : e4crypt_unlock_user_key 0 serial=0 token_present=0
  638. 01-01 00:00:07.201 1713 1717 E vold : Failed to chmod /data/system_ce/0: No such file or directory
  639. 01-01 00:00:07.201 1713 1717 E vold : Failed to chmod /data/misc_ce/0: No such file or directory
  640. 01-01 00:00:07.201 1713 1717 E vold : Failed to chmod /data/media/0: No such file or directory
  641. 01-01 00:00:07.203 1713 1715 V vold : /system/bin/sgdisk
  642. 01-01 00:00:07.203 1713 1715 V vold : --android-dump
  643. 01-01 00:00:07.203 1713 1715 V vold : /dev/block/vold/disk:179,32
  644. 01-01 00:00:07.248 1762 1762 I /system/bin/tzdatacheck: timezone distro dir /data/misc/zoneinfo/current does not exist. No action required.
  645. 01-01 00:00:07.279 1713 1715 V vold : DISK gpt 039CA81C-970D-46B0-A10F-65C5258FF788
  646. 01-01 00:00:07.280 1713 1715 V vold :
  647. 01-01 00:00:07.280 1713 1715 V vold : PART 1 BB499290-B57E-49F6-BF41-190386693794 A0117198-E776-4846-B1F5-0E5FCBE8CCF7 boot
  648. 01-01 00:00:07.280 1713 1715 V vold :
  649. 01-01 00:00:07.280 1713 1715 V vold : PART 2 0FC63DAF-8483-4772-8E79-3D69D8477DE4 9C8DE832-E4C8-4C01-99F4-28E50FB1A210 recovery
  650. 01-01 00:00:07.280 1713 1715 V vold :
  651. 01-01 00:00:07.280 1713 1715 V vold : PART 3 0F2778C4-5CC1-4300-8670-6C88B7E57ED6 EF14D6FD-33E8-4CAD-B553-15EC0350F435 system
  652. 01-01 00:00:07.280 1713 1715 V vold :
  653. 01-01 00:00:07.280 1713 1715 V vold : PART 4 AA3434B2-DDC3-4065-8B1A-18E99EA15CB7 9166CBA6-C8D6-4D25-A2C8-EDE8CB0722ED cache
  654. 01-01 00:00:07.280 1713 1715 V vold :
  655. 01-01 00:00:07.280 1713 1715 V vold : PART 5 6B2378B0-0FBC-4AA9-A4F6-4D6E17281C47 82961153-41EF-4214-AFCF-E86245A875FC misc
  656. 01-01 00:00:07.280 1713 1715 V vold :
  657. 01-01 00:00:07.280 1713 1715 V vold : PART 6 314F99D5-B2BF-4883-8D03-E2F2CE507D6A F7967559-AA26-4477-AF81-5F44F4A651AF datafooter
  658. 01-01 00:00:07.280 1713 1715 V vold :
  659. 01-01 00:00:07.280 1713 1715 V vold : PART 7 B598858A-5FE3-418E-B8C4-824B41F4ADFC FDAB1ACF-A12A-449D-B1EE-A452A6D9F46B metadata
  660. 01-01 00:00:07.280 1713 1715 V vold :
  661. 01-01 00:00:07.280 1713 1715 V vold : PART 8 E99D84D7-2C1B-44CF-8C58-EFFAE2DC2558 E9B6454D-82CF-4231-832F-E44C99E63A26 presistdata
  662. 01-01 00:00:07.280 1713 1715 V vold :
  663. 01-01 00:00:07.280 1713 1715 V vold : PART 9 2578EAB2-A534-43E2-92C0-FED1B01C5D1D EE5A06D5-E539-47B1-8059-FD6579EA4474 vendor
  664. 01-01 00:00:07.280 1713 1715 V vold :
  665. 01-01 00:00:07.280 1713 1715 V vold : PART 10 0BB7E6ED-4424-49C0-9372-7FBAB465AB4C 8B1E4860-2B22-462F-A4F8-AC8BB0158A93 userdata
  666. 01-01 00:00:07.280 1713 1715 V vold :
  667. 01-01 00:00:07.280 1713 1715 V vold : PART 11 EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 15DA1567-6E30-4166-A116-5E4D2B165F6A fbmisc
  668. 01-01 00:00:07.280 1713 1715 V vold :
  669. 01-01 00:00:07.281 1713 1715 W vold : disk:179,32 is ignoring partition 9 beyond max supported devices
  670. 01-01 00:00:07.281 1713 1715 W vold : disk:179,32 is ignoring partition 10 beyond max supported devices
  671. 01-01 00:00:07.281 1713 1715 W vold : disk:179,32 is ignoring partition 11 beyond max supported devices
  672. 01-01 00:00:07.320 1 1 W init : type=1400 audit(0.0:3): avc: granted { read } for name="ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  673. 01-01 00:00:07.320 1 1 W init : type=1400 audit(0.0:4): avc: granted { read open } for path="/dev/ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_f
  674. ile
  675. 01-01 00:00:07.330 1778 1778 W init : type=1400 audit(0.0:5): avc: granted { read } for name="ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_file
  676. 01-01 00:00:07.330 1778 1778 W init : type=1400 audit(0.0:6): avc: granted { read open } for path="/dev/ttymxc0" dev="tmpfs" ino=11329 scontext=u:r:init:s0 tcontext=u:object_r:tty_device:s0 tclass=chr_f
  677. ile
  678. 01-01 00:00:07.403 1713 1717 D VoldCryptCmdListener: cryptfs mountdefaultencrypted
  679. 01-01 00:00:07.446 1713 1784 E Cryptfs : Bad magic for real block device /dev/block/by-name/datafooter
  680. 01-01 00:00:07.448 1713 1784 E Cryptfs : Error getting crypt footer and key
  681. 01-01 00:00:07.448 1713 1784 E Cryptfs : Bad crypt type - error
  682. 01-01 00:00:07.500 1776 1776 I lowmemorykiller: Using in-kernel low memory killer interface
  683. 01-01 00:00:07.531 1764 1764 I ServiceManagement: Removing namespace from process name android.hidl.allocator@1.0-service to allocator@1.0-s.
  684. 01-01 00:00:07.543 1771 1771 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.memtrack@1.0-impl.so from the current namespace instead.
  685. 01-01 00:00:07.543 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.light@2.0-impl.so from the current namespace instead.
  686. 01-01 00:00:07.544 1769 1769 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.graphics.allocator@2.0-impl.so from the current namespace instead.
  687. 01-01 00:00:07.549 1768 1768 I ServiceManagement: Removing namespace from process name android.hardware.configstore@1.0-service to configstore@1.0.
  688. 01-01 00:00:07.575 1774 1774 I ServiceManagement: Removing namespace from process name android.hardware.usb@1.0-service to usb@1.0-service.
  689. 01-01 00:00:07.578 1774 1774 I android.hardware.usb@1.0-service: USB HAL Ready.
  690. 01-01 00:00:07.593 1772 1772 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.power@1.0-impl.so from the current namespace instead.
  691. 01-01 00:00:07.595 1766 1766 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.bluetooth@1.0-impl.so from the current namespace instead.
  692. 01-01 00:00:07.600 1773 1773 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.sensors@1.0-impl.so from the current namespace instead.
  693. 01-01 00:00:07.607 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.health@1.0::IHealth/default in either framework or device manifest.
  694. 01-01 00:00:07.666 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  695. 01-01 00:00:07.674 1771 1771 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/memtrack.imx6.so from the current namespace instead.
  696. 01-01 00:00:07.675 1769 1769 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.imx6.so from the current namespace instead.
  697. 01-01 00:00:07.703 1790 1790 I installd: installd firing up
  698. 01-01 00:00:07.703 1790 1790 E cutils : Failed to read /data/.layout_version: No such file or directory
  699. 01-01 00:00:07.703 1790 1790 D installd: Assuming that device has multi-user storage layout; upgrade no longer supported
  700. 01-01 00:00:07.703 1790 1790 D installd: Upgrading to /data/misc/user directories
  701. 01-01 00:00:07.781 1772 1772 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/power.imx6.so from the current namespace instead.
  702. 01-01 00:00:07.784 1766 1766 I ServiceManagement: Removing namespace from process name android.hardware.bluetooth@1.0-service to bluetooth@1.0-s.
  703. 01-01 00:00:07.786 1766 1766 I android.hardware.bluetooth@1.0-service: Registration complete for android.hardware.bluetooth@1.0::IBluetoothHci/default.
  704. 01-01 00:00:07.792 1773 1773 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/sensors.imx6.so from the current namespace instead.
  705. 01-01 00:00:07.799 1770 1770 I lights : max backlight file is /sys/class/backlight/backlight/max_brightness
  706. 01-01 00:00:07.800 1770 1770 I lights : backlight brightness file is /sys/class/backlight/backlight/brightness
  707. 01-01 00:00:07.800 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  708. 01-01 00:00:07.800 1770 1770 E light : light_open lights keyboard failed: -22
  709. 01-01 00:00:07.800 1770 1770 E light : Light passthrough failed to load legacy HAL.
  710. 01-01 00:00:07.800 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  711. 01-01 00:00:07.801 1770 1770 E light : light_open lights buttons failed: -22
  712. 01-01 00:00:07.801 1770 1770 E light : Light passthrough failed to load legacy HAL.
  713. 01-01 00:00:07.801 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  714. 01-01 00:00:07.801 1770 1770 E light : light_open lights battery failed: -22
  715. 01-01 00:00:07.802 1770 1770 E light : Light passthrough failed to load legacy HAL.
  716. 01-01 00:00:07.802 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  717. 01-01 00:00:07.802 1770 1770 E light : light_open lights notifications failed: -22
  718. 01-01 00:00:07.802 1770 1770 E light : Light passthrough failed to load legacy HAL.
  719. 01-01 00:00:07.803 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  720. 01-01 00:00:07.803 1771 1771 I ServiceManagement: Removing namespace from process name android.hardware.memtrack@1.0-service to memtrack@1.0-se.
  721. 01-01 00:00:07.803 1770 1770 E light : light_open lights attention failed: -22
  722. 01-01 00:00:07.803 1770 1770 E light : Light passthrough failed to load legacy HAL.
  723. 01-01 00:00:07.804 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  724. 01-01 00:00:07.804 1770 1770 E light : light_open lights bluetooth failed: -22
  725. 01-01 00:00:07.804 1770 1770 E light : Light passthrough failed to load legacy HAL.
  726. 01-01 00:00:07.805 1770 1770 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/lights.imx6.so from the current namespace instead.
  727. 01-01 00:00:07.805 1770 1770 E light : light_open lights wifi failed: -22
  728. 01-01 00:00:07.806 1770 1770 E light : Light passthrough failed to load legacy HAL.
  729. 01-01 00:00:07.806 1771 1771 I android.hardware.memtrack@1.0-service: Registration complete for android.hardware.memtrack@1.0::IMemtrack/default.
  730. 01-01 00:00:07.807 1770 1770 I ServiceManagement: Removing namespace from process name android.hardware.light@2.0-service to light@2.0-servi.
  731. 01-01 00:00:07.809 1770 1770 I android.hardware.light@2.0-service: Registration complete for android.hardware.light@2.0::ILight/default.
  732. 01-01 00:00:07.858 1767 1767 I android.hardware.camera.provider@2.4-service: Camera provider Service is starting.
  733. 01-01 00:00:07.861 1767 1767 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.camera.provider@2.4-impl.so from the current namespace instead.
  734. 01-01 00:00:07.893 1772 1772 I ServiceManagement: Removing namespace from process name android.hardware.power@1.0-service to power@1.0-servi.
  735. 01-01 00:00:07.894 1772 1772 I android.hardware.power@1.0-service: Registration complete for android.hardware.power@1.0::IPower/default.
  736. 01-01 00:00:08.006 1797 1803 I /system/bin/storaged: storaged: Start
  737. 01-01 00:00:08.070 1773 1773 E : couldn't find 'FreescaleAccelerometer' input device
  738. 01-01 00:00:08.070 1773 1773 E : Couldn't open /dev/mma8x5x (No such file or directory)
  739. 01-01 00:00:08.070 1773 1773 E : Can`t find the Acc sensor!
  740. 01-01 00:00:08.160 1773 1773 E : couldn't find 'eCompass' input device
  741. 01-01 00:00:08.160 1773 1773 E : Can`t find the mag sensor!
  742. 01-01 00:00:08.161 1765 1765 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.audio@2.0-impl.so from the current namespace instead.
  743. 01-01 00:00:08.250 1773 1773 E : couldn't find 'isl29023 light sensor' input device
  744. 01-01 00:00:08.250 1773 1773 E /vendor/bin/hw/android.hardware.sensors@1.0-service: HAL specifies version 1.4, but does not implement inject_sensor_data()
  745. 01-01 00:00:08.250 1773 1773 E /vendor/bin/hw/android.hardware.sensors@1.0-service: HAL specifies version 1.4, but does not implement set_operation_mode()
  746. 01-01 00:00:08.251 1773 1773 I ServiceManagement: Removing namespace from process name android.hardware.sensors@1.0-service to sensors@1.0-ser.
  747. 01-01 00:00:08.254 1773 1773 I android.hardware.sensors@1.0-service: Registration complete for android.hardware.sensors@1.0::ISensors/default.
  748. 01-01 00:00:08.352 1769 1769 I ServiceManagement: Removing namespace from process name android.hardware.graphics.allocator@2.0-service to allocator@2.0-s.
  749. 01-01 00:00:08.353 1769 1769 I android.hardware.graphics.allocator@2.0-service: Registration complete for android.hardware.graphics.allocator@2.0::IAllocator/default.
  750. 01-01 00:00:08.454 1798 1798 I wificond: wificond is starting up...
  751. 01-01 00:00:08.455 1767 1767 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/camera.imx6.so from the current namespace instead.
  752. 01-01 00:00:08.494 1765 1765 I ServiceManagement: Removing namespace from process name android.hardware.audio@2.0-service to audio@2.0-servi.
  753. 01-01 00:00:08.496 1765 1765 I audiohalservice: Registration complete for android.hardware.audio@2.0::IDevicesFactory/default.
  754. 01-01 00:00:08.497 1765 1765 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.audio.effect@2.0-impl.so from the current namespace instead.
  755. 01-01 00:00:08.642 1796 1796 I Netd : Netd 1.0 starting
  756. 01-01 00:00:08.642 1796 1796 D TetherController: Setting IP forward enable = 0
  757. 01-01 00:00:08.706 1792 1792 I mediaserver: ServiceManager: 0xa93974c0
  758. 01-01 00:00:08.736 1765 1765 I audiohalservice: Registration complete for android.hardware.audio.effect@2.0::IEffectsFactory/default.
  759. 01-01 00:00:08.737 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.0::ISoundTriggerHw/default in either framework or device manifest.
  760. 01-01 00:00:08.737 1765 1765 E audiohalservice: Could not get passthrough implementation for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default.
  761. 01-01 00:00:08.737 1765 1765 E audiohalservice: Error while registering soundtrigger service: 1
  762. 01-01 00:00:08.738 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.broadcastradio@1.0::IBroadcastRadioFactory/default in either framework or device manifest.
  763. 01-01 00:00:08.739 1765 1765 E audiohalservice: Could not get passthrough implementation for android.hardware.broadcastradio@1.0::IBroadcastRadioFactory/default.
  764. 01-01 00:00:08.739 1765 1765 E audiohalservice: Error while registering fm radio service: 1
  765. 01-01 00:00:08.787 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in either framework or device manifest.
  766. 01-01 00:00:08.788 1791 1791 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.keymaster@3.0-impl.so from the current namespace instead.
  767. 01-01 00:00:08.856 1791 1791 I android.hardware.keymaster@3.0-impl: Fetching keymaster device name default
  768. 01-01 00:00:08.878 1791 1791 I android.hardware.keymaster@3.0-impl: Found keymaster0 module Keymaster OpenSSL HAL, version 2
  769. 01-01 00:00:08.879 1791 1791 I android.hardware.keymaster@3.0-impl: Keymaster0 module is software-only. Using SoftKeymasterDevice instead.
  770. 01-01 00:00:09.002 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device manifest.
  771. 01-01 00:00:09.013 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retrieved: 3
  772. 01-01 00:00:09.015 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device manifest.
  773. 01-01 00:00:09.019 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::startGraphicsAllocatorService retrieved: 0
  774. 01-01 00:00:09.022 1777 1777 I SurfaceFlinger: SurfaceFlinger is starting
  775. 01-01 00:00:09.022 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncEventPhaseOffsetNs retrieved: 1000000 (default)
  776. 01-01 00:00:09.023 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::vsyncSfEventPhaseOffsetNs retrieved: 1000000 (default)
  777. 01-01 00:00:09.023 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasSyncFramework retrieved: 1
  778. 01-01 00:00:09.023 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useContextPriority retrieved: 0 (default)
  779. 01-01 00:00:09.023 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::presentTimeOffsetFromVSyncNs retrieved: 0
  780. 01-01 00:00:09.023 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useHwcForRGBtoYUV retrieved: 0
  781. 01-01 00:00:09.024 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxVirtualDisplaySize retrieved: 0 (default)
  782. 01-01 00:00:09.024 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::useVrFlinger retrieved: 0 (default)
  783. 01-01 00:00:09.024 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::maxFrameBufferAcquiredBuffers retrieved: 3
  784. 01-01 00:00:09.024 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
  785. 01-01 00:00:09.024 1777 1777 I SurfaceFlinger: Enabling HWC virtual displays
  786. 01-01 00:00:09.024 1777 1777 I SurfaceFlinger: Disabling Triple Buffering
  787. 01-01 00:00:09.025 1777 1777 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
  788. 01-01 00:00:09.025 1777 1777 I SurfaceFlinger: Phase offest NS: 1000000
  789. 01-01 00:00:09.067 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libEGL_VIVANTE.so from the current namespace instead.
  790. 01-01 00:00:09.092 1777 1777 D libEGL : loaded /vendor/lib/egl/libEGL_VIVANTE.so
  791. 01-01 00:00:09.140 1799 1799 I /vendor/bin/hw/android.hardware.media.omx@1.0-service: mediacodecservice starting
  792. 01-01 00:00:09.243 1767 1767 I FslCameraHAL: enumSensorSet
  793. 01-01 00:00:09.243 1767 1767 I FslCameraHAL: matchDevNodes
  794. 01-01 00:00:09.244 1767 1767 I FslCameraHAL: camera number is 0
  795. 01-01 00:00:09.244 1767 1767 I CamProvider@2.4-impl: Loaded "Default Camera HAL" camera module
  796. 01-01 00:00:09.245 1767 1767 I ServiceManagement: Removing namespace from process name android.hardware.camera.provider@2.4-service to provider@2.4-se.
  797. 01-01 00:00:09.261 1767 1767 I android.hardware.camera.provider@2.4-service: Registration complete for android.hardware.camera.provider@2.4::ICameraProvider/legacy/0.
  798. 01-01 00:00:09.298 1794 1794 I mediametrics: ServiceManager: 0xa5817540
  799. 01-01 00:00:09.298 1794 1794 D MediaAnalyticsService: MediaAnalyticsService created
  800. 01-01 00:00:09.298 1794 1794 D MediaAnalyticsService: MediaAnalyticsService::newSummarizerSet
  801. 01-01 00:00:09.341 1799 1799 W /vendor/bin/hw/android.hardware.media.omx@1.0-service: libminijail[1799]: allowing syscall: clock_gettime
  802. 01-01 00:00:09.341 1799 1799 W /vendor/bin/hw/android.hardware.media.omx@1.0-service: libminijail[1799]: allowing syscall: connect
  803. 01-01 00:00:09.341 1799 1799 W /vendor/bin/hw/android.hardware.media.omx@1.0-service: libminijail[1799]: allowing syscall: fcntl64
  804. 01-01 00:00:09.342 1799 1799 W /vendor/bin/hw/android.hardware.media.omx@1.0-service: libminijail[1799]: allowing syscall: socket
  805. 01-01 00:00:09.342 1799 1799 W /vendor/bin/hw/android.hardware.media.omx@1.0-service: libminijail[1799]: allowing syscall: writev
  806. 01-01 00:00:09.343 1799 1799 W /vendor/bin/hw/android.hardware.media.omx@1.0-service: libminijail[1799]: logging seccomp filter failures
  807. 01-01 00:00:09.344 1799 1799 I ServiceManagement: Removing namespace from process name android.[ 13.893564] type=1400 audit(10.240:11): avc: denied { ioctl } for pid=1777 comm="surfaceflinger" path="/dev
  808. /dri/card0" dev="tmpfs" ino=10464 ioctlcmd=0x640d scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=chr_file permissive=1
  809. hardware.media.omx@1.0-service to[ 13.917099] type=1400 audit(13.870:12): avc: denied { read } for pid=1905 comm="BootAnimation::" name="system" dev="tmpfs" ino=7433 scontext=u:r:bootanim:s0 tcontext=u:obj
  810. ect_r:system_data_file:s0 tclass=dir permissive=1
  811. omx@1.0-service.
  812. 01-01 00:00:09.419 1788 1788 I cameraserver:[ 13.940735] alloc_contig_range: [2e100, 2e8f9) PFNs busy
  813. ServiceManager: 0xa5c17500
  814. 01-01 00:00:09.419 1788 1788 I CameraService: CameraService started (pid=1788)
  815. 01-01 00:00:09.419 1788 1788 I CameraService: CameraService process starting
  816. 01-01 00:00:09.420 1788 1788 W BatteryNotifier: batterystats service unavailable!
  817. 01-01 00:00:09.420 1788 1788 W BatteryNotifier: batterystats service unavailable!
  818. 01-01 00:00:09.425 1788 1788 I CameraProviderManager: Connecting to new camera provider: legacy/0, isRemote? 1
  819. 01-01 00:00:09.425 1788 1788 I CameraProviderManager: Camera provider legacy/0 ready with 0 camera devices
  820. 01-01 00:00:09.428 1788 1833 W CameraProviderManager: addProviderLocked: Camera provider HAL with name 'legacy/0' already registered
  821. 01-01 00:00:09.447 1796 1796 I Netd : Creating child chains: 800.5ms
  822. 01-01 00:00:09.447 1796 1796 I Netd : Setting up OEM hooks: 0.2ms
  823. 01-01 00:00:09.450 1796 1796 W IptablesRestoreController: iptables-restore process 1805 terminated status=256
  824. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: iptables error:
  825. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: ------- COMMAND -------
  826. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: *filter
  827. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: :fw_dozable -
  828. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: -A fw_dozable -m owner --uid-owner 0-9999 -j RETURN
  829. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: -A fw_dozable -i lo -j RETURN
  830. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: -A fw_dozable -o lo -j RETURN
  831. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: -A fw_dozable -p tcp --tcp-flags RST RST -j RETURN
  832. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: -A fw_dozable -j DROP
  833. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: COMMIT
  834. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController:
  835. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: ------- ERROR -------
  836. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: iptables-restore: line 100 failed
  837. 01-01 00:00:09.450 1796 1796 E IptablesRestoreController: ----------------------
  838. 01-01 00:00:09.453 1796 1796 W IptablesRestoreController: iptables-restore process 1807 terminated status=256
  839. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: iptables error:
  840. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: ------- COMMAND -------
  841. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: *filter
  842. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: :fw_dozable -
  843. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -m owner --uid-owner 0-9999 -j RETURN
  844. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -i lo -j RETURN
  845. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -o lo -j RETURN
  846. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -p tcp --tcp-flags RST RST -j RETURN
  847. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -p icmpv6 --icmpv6-type packet-too-big -j RETURN
  848. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -p icmpv6 --icmpv6-type router-solicitation -j RETURN
  849. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -p icmpv6 --icmpv6-type router-advertisement -j RETURN
  850. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -p icmpv6 --icmpv6-type neighbour-solicitation -j RETURN
  851. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -p icmpv6 --icmpv6-type neighbour-advertisement -j RETURN
  852. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -p icmpv6 --icmpv6-type redirect -j RETURN
  853. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: -A fw_dozable -j DROP
  854. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: COMMIT
  855. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController:
  856. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: ------- ERROR -------
  857. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: ip6tables-restore: line 90 failed
  858. 01-01 00:00:09.454 1796 1796 E IptablesRestoreController: ----------------------
  859. 01-01 00:00:09.501 1796 1796 W IptablesRestoreController: iptables-restore process 1843 terminated status=256
  860. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: iptables error:
  861. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: ------- COMMAND -------
  862. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: *filter
  863. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: :fw_powersave -
  864. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: -A fw_powersave -m owner --uid-owner 0-9999 -j RETURN
  865. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: -A fw_powersave -i lo -j RETURN
  866. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: -A fw_powersave -o lo -j RETURN
  867. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: -A fw_powersave -p tcp --tcp-flags RST RST -j RETURN
  868. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: -A fw_powersave -j DROP
  869. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: COMMIT
  870. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController:
  871. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: ------- ERROR -------
  872. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: iptables-restore: line 15 failed
  873. 01-01 00:00:09.501 1796 1796 E IptablesRestoreController: ----------------------
  874. 01-01 00:00:09.510 1796 1796 W IptablesRestoreController: iptables-restore process 1844 terminated status=256
  875. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: iptables error:
  876. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: ------- COMMAND -------
  877. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: *filter
  878. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: :fw_powersave -
  879. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -m owner --uid-owner 0-9999 -j RETURN
  880. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -i lo -j RETURN
  881. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -o lo -j RETURN
  882. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -p tcp --tcp-flags RST RST -j RETURN
  883. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -p icmpv6 --icmpv6-type packet-too-big -j RETURN
  884. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -p icmpv6 --icmpv6-type router-solicitation -j RETURN
  885. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -p icmpv6 --icmpv6-type router-advertisement -j RETURN
  886. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -p icmpv6 --icmpv6-type neighbour-solicitation -j RETURN
  887. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -p icmpv6 --icmpv6-type neighbour-advertisement -j RETURN
  888. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -p icmpv6 --icmpv6-type redirect -j RETURN
  889. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: -A fw_powersave -j DROP
  890. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: COMMIT
  891. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController:
  892. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: ------- ERROR -------
  893. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: ip6tables-restore: line 21 failed
  894. 01-01 00:00:09.511 1796 1796 E IptablesRestoreController: ----------------------
  895. 01-01 00:00:09.511 1796 1796 I Netd : Setting up FirewallController hooks: 64.0ms
  896. 01-01 00:00:09.540 1793 1793 V MediaUtils: physMem: 2112413696
  897. 01-01 00:00:09.540 1793 1793 V MediaUtils: requested limit: 422482720
  898. 01-01 00:00:09.540 1793 1793 V MediaUtils: actual limit: 3221225472
  899. 01-01 00:00:09.540 1793 1793 V MediaUtils: original limits: 4294967295/4294967295
  900. 01-01 00:00:09.540 1793 1793 V MediaUtils: new limits: 3221225472/4294967295
  901. 01-01 00:00:09.540 1793 1793 I vndksupport: sphal namespace is not configured for this process. Loading libutils.so from the current namespace instead.
  902. 01-01 00:00:09.560 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libGLESv1_CM_VIVANTE.so from the current namespace instead.
  903. 01-01 00:00:09.560 1796 1796 W IptablesRestoreController: iptables-restore process 1851 terminated status=256
  904. 01-01 00:00:09.560 1796 1796 I Netd : Setting up NatController hooks: 49.3ms
  905. 01-01 00:00:09.563 1777 1777 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_VIVANTE.so
  906. 01-01 00:00:09.586 1796 1796 I Netd : Setting up BandwidthController hooks: 25.8ms
  907. 01-01 00:00:09.586 1796 1796 I Netd : Setting up IdletimerController hooks: 0.1ms
  908. 01-01 00:00:09.602 1796 1796 W IptablesRestoreController: iptables-restore process 1854 terminated status=256
  909. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: iptables error:
  910. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: ------- COMMAND -------
  911. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: *filter
  912. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_INPUT -m owner --socket-exists
  913. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_OUTPUT -m owner --socket-exists
  914. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_costly_shared --jump bw_penalty_box
  915. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_penalty_box --jump bw_happy_box
  916. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_happy_box --jump bw_data_saver
  917. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_data_saver -j RETURN
  918. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN
  919. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: COMMIT
  920. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: *raw
  921. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_raw_PREROUTING -m owner --socket-exists
  922. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: COMMIT
  923. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: *mangle
  924. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: -A bw_mangle_POSTROUTING -m owner --socket-exists
  925. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: COMMIT
  926. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController:
  927. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: ------- ERROR -------
  928. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: iptables-restore: line 49 failed
  929. 01-01 00:00:09.602 1796 1796 E IptablesRestoreController: ----------------------
  930. 01-01 00:00:09.605 1796 1796 W IptablesRestoreController: iptables-restore process 1852 terminated status=256
  931. 01-01 00:00:09.605 1796 1796 I Netd : Disabling bandwidth control: 19.3ms
  932. 01-01 00:00:09.608 1796 1796 E Netd : cannot find interface dummy0
  933. 01-01 00:00:09.608 1796 1796 I Netd : Initializing RouteController: 2.6ms
  934. 01-01 00:00:09.609 1796 1796 E Netd : Unable to create netlink socket: Protocol not supported
  935. 01-01 00:00:09.609 1796 1796 W Netd : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
  936. 01-01 00:00:09.610 1796 1796 D MDnsDS : MDnsSdListener::Hander starting up
  937. 01-01 00:00:09.611 1796 1870 D MDnsDS : MDnsSdListener starting to monitor
  938. 01-01 00:00:09.611 1796 1870 D MDnsDS : Going to poll with pollCount 1
  939. 01-01 00:00:09.627 1793 1793 W /system/bin/mediaextractor: libminijail[1793]: allowing syscall: clock_gettime
  940. 01-01 00:00:09.628 1793 1793 W /system/bin/mediaextractor: libminijail[1793]: allowing syscall: connect
  941. 01-01 00:00:09.628 1793 1793 W /system/bin/mediaextractor: libminijail[1793]: allowing syscall: fcntl64
  942. 01-01 00:00:09.628 1793 1793 W /system/bin/mediaextractor: libminijail[1793]: allowing syscall: socket
  943. 01-01 00:00:09.628 1793 1793 W /system/bin/mediaextractor: libminijail[1793]: allowing syscall: writev
  944. 01-01 00:00:09.629 1793 1793 W /system/bin/mediaextractor: libminijail[1793]: logging seccomp filter failures
  945. 01-01 00:00:09.632 1795 1795 I mediaserver: ServiceManager: 0xaa097560
  946. 01-01 00:00:09.651 1796 1796 I Netd : Registering NetdNativeService: 1.4ms
  947. 01-01 00:00:09.652 1796 1796 I Netd : Starting CommandListener: 0.3ms
  948. 01-01 00:00:09.655 1796 1796 I Netd : Registering NetdHwService: 3.0ms
  949. 01-01 00:00:09.655 1796 1796 I Netd : Netd started in 1013ms
  950. 01-01 00:00:09.683 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libGLESv2_VIVANTE.so from the current namespace instead.
  951. 01-01 00:00:09.684 1777 1777 D libEGL : loaded /vendor/lib/egl/libGLESv2_VIVANTE.so
  952. 01-01 00:00:09.845 1795 1795 W BatteryNotifier: batterystats service unavailable!
  953. 01-01 00:00:09.897 1799 1799 W MediaCodecsXmlParser: unable to open media codecs configuration xml file: /data/misc/media/media_codecs_profiling_results.xml
  954. 01-01 00:00:09.897 1799 1799 I ServiceManagement: Removing namespace from process name android.hardware.media.omx@1.0-service to omx@1.0-service.
  955. 01-01 00:00:09.901 1799 1799 I /vendor/bin/hw/android.hardware.media.omx@1.0-service: Treble OMX service created.
  956. 01-01 00:00:10.032 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.imx6.so from the current namespace instead.
  957. 01-01 00:00:10.038 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device manifest.
  958. 01-01 00:00:10.040 1777 1777 I /system/bin/surfaceflinger: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
  959. 01-01 00:00:10.041 1777 1777 W SurfaceFlinger: no suitable EGLConfig found, trying a simpler query
  960. 01-01 00:00:10.041 1777 1777 I SurfaceFlinger: EGL information:
  961. 01-01 00:00:10.041 1777 1777 I SurfaceFlinger: vendor : Android
  962. 01-01 00:00:10.041 1777 1777 I SurfaceFlinger: version : 1.4 Android META-EGL
  963. 01-01 00:00:10.041 1777 1777 I SurfaceFlinger: extensions: EGL_KHR_get_all_proc_addresses EGL_ANDROID_presentation_time EGL_KHR_swap_buffers_with_damage EGL_ANDROID_get_native_client_buffer EGL_ANDROID_fro
  964. nt_buffer_auto_refresh EGL_ANDROID_get_frame_timestamps EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_lock_surface EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_rend
  965. erbuffer_image EGL_KHR_reusable_sync EGL_KHR_fence_sync EGL_KHR_create_context EGL_KHR_surfaceless_context EGL_ANDROID_image_native_buffer EGL_KHR_wait_sync EGL_ANDROID_recordable EGL_EXT_buffer_age
  966. 01-01 00:00:10.041 1777 1777 I SurfaceFlinger: Client API: OpenGL_ES
  967. 01-01 00:00:10.041 1777 1777 I SurfaceFlinger: EGLSurface: 8-8-8-8, config=0x15
  968. 01-01 00:00:10.105 1787 1787 I FastMixerState: sMaxFastTracks = 8
  969. 01-01 00:00:10.106 1787 1787 I audioserver: ServiceManager: 0xb05974c0
  970. 01-01 00:00:10.106 1787 1787 W BatteryNotifier: batterystats service unavailable!
  971. 01-01 00:00:10.112 1787 1787 I AudioFlinger: Using default 3000 mSec as standby time.
  972. 01-01 00:00:10.116 1787 1787 E APM::Serializer: deserialize: Could not parse /odm/etc/audio_policy_configuration.xml document.
  973. 01-01 00:00:10.156 1777 1777 I SurfaceFlinger: OpenGL ES informations:
  974. 01-01 00:00:10.157 1777 1777 I SurfaceFlinger: vendor : Vivante Corporation
  975. 01-01 00:00:10.157 1777 1777 I SurfaceFlinger: renderer : Vivante GC2000+
  976. 01-01 00:00:10.157 1777 1777 I SurfaceFlinger: version : OpenGL ES 3.0 V6.2.2.P1.96445
  977. 01-01 00:00:10.157 1777 1777 I SurfaceFlinger: extensions: GL_EXT_debug_marker GL_OES_vertex_type_10_10_10_2 GL_OES_vertex_half_float GL_OES_element_index_uint GL_OES_mapbuffer GL_OES_vertex_array_object G
  978. L_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_rgb8_rgba8 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_depth24 GL_OES_depth32 GL_OES_packed_dept
  979. h_stencil GL_OES_fbo_render_mipmap GL_OES_get_program_binary GL_OES_fragment_precision_high GL_OES_standard_derivatives GL_OES_EGL_image GL_OES_EGL_image_external GL_OES_EGL_sync GL_OES_texture_stencil8 GL_O
  980. ES_shader_image_atomic GL_OES_required_internalformat GL_OES_surfaceless_context GL_OES_texture_half_float GL_OES_texture_float GL_KHR_texture_compression_astc_ldr GL_EXT_texture_type_2_10_10_10_REV GL_EXT_t
  981. exture_filter_anisotropic GL_EXT_texture_format_BGRA8888 GL_EXT_read_format_bgra GL_EXT_multi_draw_arrays GL_EXT_frag_depth GL_EXT_discard_framebuffer GL_EXT_blend_minmax GL_EXT_multisampled_render_to_textur
  982. e GL_EXT_color_buffer_half_float GL_E
  983. 01-01 00:00:10.157 1777 1777 I SurfaceFlinger: GL_MAX_TEXTURE_SIZE = 8192
  984. 01-01 00:00:10.157 1777 1777 I SurfaceFlinger: GL_MAX_VIEWPORT_DIMS = 8192
  985. 01-01 00:00:10.161 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.graphics.composer@2.1-impl.so from the current namespace instead.
  986. 01-01 00:00:10.171 1765 1884 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/audio.primary.imx6.so from the current namespace instead.
  987. 01-01 00:00:10.179 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/hwcomposer.imx6.so from the current namespace instead.
  988. 01-01 00:00:10.183 1777 1777 I hwcomposer: hwc_device_open,1229
  989. 01-01 00:00:10.185 1765 1884 E audio_hw_primary: no supported sound card found, aborting.
  990. 01-01 00:00:10.185 1765 1884 E DevicesFactoryHAL: loadAudioInterface couldn't open audio hw device in audio.primary (Invalid argument)
  991. 01-01 00:00:10.185 1787 1787 E AudioFlinger: loadHwModule() error -19 loading module primary
  992. 01-01 00:00:10.185 17[ 15.514971] alloc_contig_range: [2e100, 2e8f9) PFNs busy
  993. 87 1787 W APM_AudioPolicyManager: could not open HW module primary
  994. 01-01 00:00:10.187 1777 17[ 15.528039] alloc_contig_range: [2e200, 2e9f9) PFNs busy
  995. 77 I vndksupport: sphal namespace[ 15.537623] alloc_contig_range: [2e200, 2eaf9) PFNs busy
  996. is not configured for this proce[ 15.545023] alloc_contig_range: [2e400, 2ebf9) PFNs busy
  997. ss. Loading /vendor/lib/hw/androi[ 15.553535] alloc_contig_range: [2e400, 2ecf9) PFNs busy
  998. d.hardware.graphics.mapper@2.0-im[ 15.563568] alloc_contig_range: [2e400, 2edf9) PFNs busy
  999. pl.so from the current namespace [ 15.569693] alloc_contig_range: [2e400, 2eef9) PFNs busy
  1000. instead.
  1001. 01-01 00:00:10.193 177[ 15.577944] alloc_contig_range: [2e800, 2eff9) PFNs busy
  1002. 7 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.imx6.so from the current namespace instead.
  1003. 01-01 00:00:10.240 1777 1777 I surfaceflinger: type=1400 audit(0.0:7): avc: denied { read } for name="dri" dev="tmpfs" ino=10463 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=dir perm
  1004. issive=1
  1005. 01-01 00:00:10.240 1777 1777 I surfaceflinger: type=1400 audit(0.0:8): avc: denied { open } for path="/dev/dri" dev="tmpfs" ino=10463 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=dir
  1006. permissive=1
  1007. 01-01 00:00:10.240 1777 1777 I surfaceflinger: type=1400 audit(0.0:9): avc: denied { read write } for name="card0" dev="tmpfs" ino=10464 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tclass=
  1008. chr_file permissive=1
  1009. 01-01 00:00:10.240 1777 1777 I surfaceflinger: type=1400 audit(0.0:10): avc: denied { open } for path="/dev/dri/card0" dev="tmpfs" ino=10464 scontext=u:r:surfaceflinger:s0 tcontext=u:object_r:device:s0 tcl
  1010. ass=chr_file permissive=1
  1011. 01-01 00:00:10.240 1777 1777 I surfaceflinger: type=1400 audit(0.0:11): avc: denied { ioctl } for path="/dev/dri/card0" dev="tmpfs" ino=10464 ioctlcmd=0x640d scontext=u:r:surfaceflinger:s0 tcontext=u:objec
  1012. t_r:device:s0 tclass=chr_file permissive=1
  1013. 01-01 00:00:10.247 1777 1777 I display : try dev:/dev/dri/card0
  1014. 01-01 00:00:10.247 1777 1777 E display : Failed to set atomic cap -1
  1015. 01-01 00:00:10.247 1777 1777 I display : entry:fb1 get fb1
  1016. 01-01 00:00:10.247 1777 1777 I display : fb1 is overlay device
  1017. 01-01 00:00:10.247 1777 1777 I display : entry:fb0 get fb0
  1018. 01-01 00:00:10.248 1777 1777 I display : fb0 is ldb
  1019. 01-01 00:00:10.248 1777 1777 I display : device
  1020. 01-01 00:00:10.261 1787 1787 I bt_a2dp_hw: adev_open: adev_open in A2dp_hw module
  1021. 01-01 00:00:10.261 1787 1787 I AudioFlinger: loadHwModule() Loaded a2dp audio interface, handle 10
  1022. 01-01 00:00:10.262 1765 1765 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/audio.usb.default.so from the current namespace instead.
  1023. 01-01 00:00:10.272 1787 1787 I AudioFlinger: loadHwModule() Loaded usb audio interface, handle 18
  1024. 01-01 00:00:10.273 1765 1765 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/audio.r_submix.default.so from the current namespace instead.
  1025. 01-01 00:00:10.295 1765 1765 I r_submix: adev_open(name=audio_hw_if)
  1026. 01-01 00:00:10.296 1765 1884 I r_submix: adev_init_check()
  1027. 01-01 00:00:10.296 1765 1884 W DeviceHAL: Device 0xb10e1440 set_master_mute: Function not implemented
  1028. 01-01 00:00:10.297 1787 1787 I AudioFlinger: loadHwModule() Loaded r_submix audio interface, handle 26
  1029. 01-01 00:00:10.297 1765 1765 D r_submix: adev_open_input_stream(addr=0)
  1030. 01-01 00:00:10.297 1765 1765 D r_submix: submix_audio_device_create_pipe_l(addr=0, idx=9)
  1031. 01-01 00:00:10.297 1765 1765 D r_submix: now using address 0 for route 9
  1032. 01-01 00:00:10.299 1787 1896 I AudioFlinger: AudioFlinger's thread 0xafd9b5c0 tid=1896 ready to run
  1033. 01-01 00:00:10.299 1787 1787 W APM_AudioPolicyManager: Output device 00000002 unreachable
  1034. 01-01 00:00:10.299 1787 1787 W APM_AudioPolicyManager: Input device 80000004 unreachable
  1035. 01-01 00:00:10.299 1787 1787 E APM_AudioPolicyManager: Default device 00000002 is unreachable
  1036. 01-01 00:00:10.299 1787 1787 E APM_AudioPolicyManager: Failed to open primary output
  1037. 01-01 00:00:10.300 1765 1884 D r_submix: adev_close_input_stream()
  1038. 01-01 00:00:10.300 1765 1884 D r_submix: submix_audio_device_release_pipe_l(idx=9) addr=0
  1039. 01-01 00:00:10.300 1765 1884 D r_submix: submix_audio_device_destroy_pipe_l(): pipe destroyed
  1040. 01-01 00:00:10.304 1787 1787 I RadioService: RadioService
  1041. 01-01 00:00:10.304 1787 1787 I RadioService: onFirstRef
  1042. 01-01 00:00:10.305 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.broadcastradio@1.0::IBroadcastRadioFactory/default in either framework or device manifest.
  1043. 01-01 00:00:10.306 1787 1787 E RadioService: could not read implementation properties
  1044. 01-01 00:00:10.308 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.0::ISoundTriggerHw/default in either framework or device manifest.
  1045. 01-01 00:00:10.309 1787 1787 E SoundTriggerHwService: could not read implementation properties
  1046. 01-01 00:00:10.373 1777 1777 W display : xres = 1920 px
  1047. 01-01 00:00:10.373 1777 1777 W display : yres = 1080 px
  1048. 01-01 00:00:10.373 1777 1777 W display : fps = 59.93 Hz
  1049. 01-01 00:00:10.373 1777 1777 W display : bpp = 32
  1050. 01-01 00:00:10.373 1777 1777 W display : r = 0:8
  1051. 01-01 00:00:10.373 1777 1777 W display : g = 8:8
  1052. 01-01 00:00:10.373 1777 1777 W display : b = 16:8
  1053. 01-01 00:00:10.494 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from the current namespace instead.
  1054. 01-01 00:00:10.494 1777 1777 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.imx6.so from the current namespace instead.
  1055. 01-01 00:00:10.807 1777 1777 E gralloc : gralloc1_device_open invalid name:fb0
  1056. 01-01 00:00:10.807 1777 1777 I v_egl : FramebufferSurface: bufferCount=3
  1057. 01-01 00:00:10.884 1786 1786 D AndroidRuntime: >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<
  1058. 01-01 00:00:11.158 1786 1786 I zygote : option[0]=-Xzygote
  1059. 01-01 00:00:11.158 1786 1786 I zygote : option[1]=-Xstacktracefile:/data/anr/traces.txt
  1060. 01-01 00:00:11.158 1786 1786 I zygote : option[2]=exit
  1061. 01-01 00:00:11.158 1786 1786 I zygote : option[3]=vfprintf
  1062. 01-01 00:00:11.158 1786 1786 I zygote : option[4]=sensitiveThread
  1063. 01-01 00:00:11.158 1786 1786 I zygote : option[5]=-verbose:gc
  1064. 01-01 00:00:11.159 1786 1786 I zygote : option[6]=-Xms8m
  1065. 01-01 00:00:11.159 1786 1786 I zygote : option[7]=-Xmx384m
  1066. 01-01 00:00:11.159 1786 1786 I zygote : option[8]=-XX:HeapGrowthLimit=128m
  1067. 01-01 00:00:11.159 1786 1786 I zygote : option[9]=-XX:HeapMinFree=512k
  1068. 01-01 00:00:11.159 1786 1786 I zygote : option[10]=-XX:HeapMaxFree=8m
  1069. 01-01 00:00:11.159 1786 1786 I zygote : option[11]=-XX:HeapTargetUtilization=0.75
  1070. 01-01 00:00:11.159 1786 1786 I zygote : option[12]=-Xusejit:true
  1071. 01-01 00:00:11.159 1786 1786 I zygote : option[13]=-Xjitsaveprofilinginfo
  1072. 01-01 00:00:11.159 1786 1786 I zygote : option[14]=-agentlib:jdwp=transport=dt_android_adb,suspend=n,server=y
  1073. 01-01 00:00:11.159 1786 1786 I zygote : option[15]=-Xlockprofthreshold:500
  1074. 01-01 00:00:11.159 1786 1786 I zygote : option[16]=-Ximage-compiler-option
  1075. 01-01 00:00:11.159 1786 1786 I zygote : option[17]=--runtime-arg
  1076. 01-01 00:00:11.159 1786 1786 I zygote : option[18]=-Ximage-compiler-option
  1077. 01-01 00:00:11.159 1786 1786 I zygote : option[19]=-Xms64m
  1078. 01-01 00:00:11.159 1786 1786 I zygote : option[20]=-Ximage-compiler-option
  1079. 01-01 00:00:11.159 1786 1786 I zygote : option[21]=--runtime-arg
  1080. 01-01 00:00:11.159 1786 1786 I zygote : option[22]=-Ximage-compiler-option
  1081. 01-01 00:00:11.159 1786 1786 I zygote : option[23]=-Xmx64m
  1082. 01-01 00:00:11.159 1786 1786 I zygote : option[24]=-Ximage-compiler-option
  1083. 01-01 00:00:11.159 1786 1786 I zygote : option[25]=--compiler-filter=assume-verified
  1084. 01-01 00:00:11.159 1786 1786 I zygote : option[26]=-Ximage-compiler-option
  1085. 01-01 00:00:11.159 1786 1786 I zygote : option[27]=--image-classes=/system/etc/preloaded-classes
  1086. 01-01 00:00:11.159 1786 1786 I zygote : option[28]=-Ximage-compiler-option
  1087. 01-01 00:00:11.159 1786 1786 I zygote : option[29]=--compiled-classes=/system/etc/compiled-classes
  1088. 01-01 00:00:11.159 1786 1786 I zygote : option[30]=-Xcompiler-option
  1089. 01-01 00:00:11.159 1786 1786 I zygote : option[31]=--runtime-arg
  1090. 01-01 00:00:11.159 1786 1786 I zygote : option[32]=-Xcompiler-option
  1091. 01-01 00:00:11.159 1786 1786 I zygote : option[33]=-Xms64m
  1092. 01-01 00:00:11.159 1786 1786 I zygote : option[34]=-Xcompiler-option
  1093. 01-01 00:00:11.159 1786 1786 I zygote : option[35]=--runtime-arg
  1094. 01-01 00:00:11.159 1786 1786 I zygote : option[36]=-Xcompiler-option
  1095. 01-01 00:00:11.159 1786 1786 I zygote : option[37]=-Xmx512m
  1096. 01-01 00:00:11.159 1786 1786 I zygote : option[38]=-Xcompiler-option
  1097. 01-01 00:00:11.160 1786 1786 I zygote : option[39]=--compiler-filter=assume-verified
  1098. 01-01 00:00:11.160 1786 1786 I zygote : option[40]=--runtime-arg
  1099. 01-01 00:00:11.160 1786 1786 I zygote : option[41]=-Xnorelocate
  1100. 01-01 00:00:11.160 1786 1786 I zygote : option[42]=-Ximage-compiler-option
  1101. 01-01 00:00:11.160 1786 1786 I zygote : option[43]=--instruction-set-variant=cortex-a9
  1102. 01-01 00:00:11.160 1786 1786 I zygote : option[44]=-Xcompiler-option
  1103. 01-01 00:00:11.160 1786 1786 I zygote : option[45]=--instruction-set-variant=cortex-a9
  1104. 01-01 00:00:11.160 1786 1786 I zygote : option[46]=-Ximage-compiler-option
  1105. 01-01 00:00:11.160 1786 1786 I zygote : option[47]=--instruction-set-features=default
  1106. 01-01 00:00:11.160 1786 1786 I zygote : option[48]=-Xcompiler-option
  1107. 01-01 00:00:11.160 1786 1786 I zygote : option[49]=--instruction-set-features=default
  1108. 01-01 00:00:11.160 1786 1786 I zygote : option[50]=-Duser.locale=en-US
  1109. 01-01 00:00:11.160 1786 1786 I zygote : option[51]=--cpu-abilist=armeabi-v7a,armeabi
  1110. 01-01 00:00:11.160 1786 1786 I zygote : option[52]=-Xfingerprint:Android/sabresd_6dq/sabresd_6dq:8.0.0/1.0.0-rfp-rc4/20180205:userdebug/dev-keys
  1111. 01-01 00:00:11.168 1786 1786 W zygote : Could not reserve sentinel fault page
  1112. 01-01 00:00:11.232 1777 1777 D SurfaceFlinger: shader cache generated - 24 shaders in 324.169342 ms
  1113. 01-01 00:00:11.234 1777 1777 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xb4151000
  1114. 01-01 00:00:12.380 1905 1910 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libEGL_VIVANTE.so from the current namespace instead.
  1115. 01-01 00:00:12.384 1905 1910 D libEGL : loaded /vendor/lib/egl/libEGL_VIVANTE.so
  1116. 01-01 00:00:12.403 1905 1910 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libGLESv1_CM_VIVANTE.so from the current namespace instead.
  1117. 01-01 00:00:12.403 1905 1910 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_VIVANTE.so
  1118. 01-01 00:00:12.542 1905 1910 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libGLESv2_VIVANTE.so from the current namespace instead.
  1119. 01-01 00:00:12.543 1905 1910 D libEGL : loaded /vendor/lib/egl/libGLESv2_VIVANTE.so
  1120. 01-01 00:00:12.902 1905 1910 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.imx6.so from the current namespace instead.
  1121. 01-01 00:00:12.908 1702 1702 E SELinux : avc: denied { find } for interface=android.hardware.configstore::ISurfaceFlingerConfigs pid=1905 scontext=u:r:bootanim:s0 tcontext=u:object_r:hal_configstore_ISur
  1122. faceFlingerConfigs:s0 tclass=hwservice_manager permissive=1
  1123. 01-01 00:00:12.911 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default in either framework or device manifest.
  1124. 01-01 00:00:12.912 1905 1910 I /system/bin/bootanimation: android::hardware::configstore::V1_0::ISurfaceFlingerConfigs::hasWideColorDisplay retrieved: 0
  1125. 01-01 00:00:12.953 1905 1910 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from the current namespace instead.
  1126. 01-01 00:00:12.955 1905 1910 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/gralloc.imx6.so from the current namespace instead.
  1127. 01-01 00:00:13.875 1905 1910 D BootAnimation: BootAnimationShownTiming start time: 13875ms
  1128. 01-01 00:00:13.870 1905 1905 I BootAnimation::: type=1400 audit(0.0:12): avc: denied { read } for name="system" dev="tmpfs" ino=7433 scontext=u:r:bootanim:s0 tcontext=u:object_r:system_data_file:s0 tclass=
  1129. dir permissive=1
  1130. 01-01 00:00:15.589 1786 1786 I SamplingProfilerIntegration: Profiling disabled.
  1131. 01-01 00:00:15.589 1786 1786 D Zygote : begin preload
  1132. 01-01 00:00:15.590 1786 1786 I Zygote : Installing ICU cache reference pinning...
  1133. 01-01 00:00:15.590 1786 1786 I Zygote : Preloading ICU data...
  1134. 01-01 00:00:16.005 1786 1786 D Zygote32Timing: BeginIcuCachePinning took to complete: 415ms
  1135. 01-01 00:00:16.005 1786 1786 I Zygote : Preloading classes...
  1136. 01-01 00:00:16.022 1786 1786 W Zygote : Class not found for preloading: android.app.-$Lambda$FilBqgnXJrN9Mgyks1XHeAxzSTk
  1137. 01-01 00:00:16.022 1786 1786 W Zygote : Class not found for preloading: android.app.-$Lambda$c44uHH2WE4sJvw5tZZB6gRzEaHI$1
  1138. 01-01 00:00:16.044 1786 1786 W Zygote : Class not found for preloading: android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$4
  1139. 01-01 00:00:16.045 1786 1786 W Zygote : Class not found for preloading: android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$6
  1140. 01-01 00:00:16.045 1786 1786 W Zygote : Class not found for preloading: android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$7
  1141. 01-01 00:00:16.045 1786 1786 W Zygote : Class not found for preloading: android.graphics.-$Lambda$ZrP-zejiEXAqfwV-MyP5lE9mYC8$8
  1142. 01-01 00:00:17.852 1786 1786 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. class_init is effectively a no-op
  1143. 01-01 00:00:18.036 1786 1786 I zygote : Thread[1,tid=1786,Native,Thread*=0xace04000,peer=0x12c01ce8,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so"
  1144. 01-01 00:00:18.036 1786 1786 D MtpDeviceJNI: register_android_mtp_MtpDevice
  1145. 01-01 00:00:18.037 1786 1786 I zygote : Thread[1,tid=1786,Native,Thread*=0xace04000,peer=0x12c01ce8,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so"
  1146. 01-01 00:00:18.038 1786 1786 I zygote : Thread[1,tid=1786,Native,Thread*=0xace04000,peer=0x12c01ce8,"main"] recursive attempt to load library "/system/lib/libmedia_jni.so"
  1147. 01-01 00:00:18.079 1786 1786 W Zygote : Class not found for preloading: android.os.-$Lambda$6x30vPJhBKUfNY8tswxuZo3DCe0
  1148. 01-01 00:00:18.088 1786 1786 W Zygote : Class not found for preloading: android.os.Trace$1
  1149. 01-01 00:00:18.093 1786 1786 W Zygote : Class not found for preloading: android.provider.-$Lambda$87WmhkvObehVg0OMBzwa_MTVV8g
  1150. 01-01 00:00:18.108 1786 1786 W Zygote : Class not found for preloading: android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk$2
  1151. 01-01 00:00:18.108 1786 1786 W Zygote : Class not found for preloading: android.view.-$Lambda$6k_RnLLpNi5zg27ubDxN4lDdBbk$3
  1152. 01-01 00:00:18.109 1786 1786 W Zygote : Class not found for preloading: android.view.-$Lambda$iU_USrtPm1XIm5H9QYQvXfBGDE4$1
  1153. 01-01 00:00:18.179 1786 1786 W Zygote : Class not found for preloading: java.lang.-$Lambda$S9HjrJh0nDg7IyU6wZdPArnZWRQ$1
  1154. 01-01 00:00:18.181 1786 1786 W Zygote : Class not found for preloading: java.lang.JavaLangAccess
  1155. 01-01 00:00:18.198 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$1
  1156. 01-01 00:00:18.199 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$2
  1157. 01-01 00:00:18.199 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$3
  1158. 01-01 00:00:18.201 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$4
  1159. 01-01 00:00:18.201 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$4EqhxufgNKat19m0CB0-toH_lzo$5
  1160. 01-01 00:00:18.202 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw$1
  1161. 01-01 00:00:18.202 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw$2
  1162. 01-01 00:00:18.203 1786 1786 W Zygote : Class not found for preloading: java.util.-$Lambda$aUGKT4ItCOku5-JSG-x8Aqj2pJw$3
  1163. 01-01 00:00:18.290 1786 1786 I Zygote : ...preloaded 4548 classes in 2285ms.
  1164. 01-01 00:00:18.290 1786 1786 I zygote : VMRuntime.preloadDexCaches starting
  1165. [ 18.517976] capability: warning: `main' uses 32-bit capabilities (legacy support in use)
  1166. 01-01 00:00:18.495 1786 1786 I zygote : VMRuntime.preloadDexCaches strings total=309918 before=2958 after=2958
  1167. 01-01 00:00:18.495 1786 1786 I zygote : VMRuntime.preloadDexCaches types total=26330 before=2599 after=3319
  1168. 01-01 00:00:18.495 1786 1786 I zygote : VMRuntime.preloadDexCaches fields total=125675 before=2110 after=1218
  1169. 01-01 00:00:18.495 1786 1786 I zygote : VMRuntime.preloadDexCaches methods total=222889 before=88049 after=88131
  1170. 01-01 00:00:18.495 1786 1786 I zygote : VMRuntime.preloadDexCaches finished
  1171. 01-01 00:00:18.495 1786 1786 D Zygote32Timing: PreloadClasses took to complete: 2490ms
  1172. 01-01 00:00:19.275 1786 1786 I Zygote : Preloading resources...
  1173. 01-01 00:00:19.505 1786 1786 W Resources: Preloaded drawable resource #0x1080264 (android:drawable/dialog_background_material) that varies with configuration!!
  1174. 01-01 00:00:19.519 1786 1786 W Resources: Preloaded color resource #0x10600de (android:color/material_grey_800) that varies with configuration!!
  1175. 01-01 00:00:19.520 1786 1786 W Resources: Preloaded drawable resource #0x10802d1 (android:drawable/floating_popup_background_dark) that varies with configuration!!
  1176. 01-01 00:00:19.715 1786 1786 I Zygote : ...preloaded 116 resources in 440ms.
  1177. 01-01 00:00:19.724 1786 1786 W Resources: Preloaded color resource #0x1060036 (android:color/background_cache_hint_selector_material_dark) that varies with configuration!!
  1178. 01-01 00:00:19.725 1786 1786 W Resources: Preloaded color resource #0x1060053 (android:color/btn_default_material_dark) that varies with configuration!!
  1179. 01-01 00:00:19.727 1786 1786 I Zygote : ...preloaded 41 resources in 11ms.
  1180. 01-01 00:00:19.727 1786 1786 D Zygote32Timing: PreloadResources took to complete: 1232ms
  1181. 01-01 00:00:19.727 1786 1786 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/hw/android.hardware.graphics.mapper@2.0-impl.so from the current namespace instead.
  1182. 01-01 00:00:19.732 1786 1786 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libEGL_VIVANTE.so from the current namespace instead.
  1183. 01-01 00:00:19.736 1786 1786 D libEGL : loaded /vendor/lib/egl/libEGL_VIVANTE.so
  1184. 01-01 00:00:19.753 1786 1786 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libGLESv1_CM_VIVANTE.so from the current namespace instead.
  1185. 01-01 00:00:19.754 1786 1786 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_VIVANTE.so
  1186. 01-01 00:00:19.878 1786 1786 I vndksupport: sphal namespace is not configured for this process. Loading /vendor/lib/egl/libGLESv2_VIVANTE.so from the current namespace instead.
  1187. 01-01 00:00:19.879 1786 1786 D libEGL : loaded /vendor/lib/egl/libGLESv2_VIVANTE.so
  1188. 01-01 00:00:19.977 1786 1786 I Zygote : Preloading shared libraries...
  1189. 01-01 00:00:20.126 1786 1786 I Zygote : Uninstalled ICU cache reference pinning...
  1190. 01-01 00:00:20.153 1786 1786 I Zygote : Installed AndroidKeyStoreProvider in 27ms.
  1191. 01-01 00:00:20.177 1786 1786 I Zygote : Warmed up JCA providers in 24ms.
  1192. 01-01 00:00:20.177 1786 1786 D Zygote : end preload
  1193. 01-01 00:00:20.177 1786 1786 D Zygote32Timing: ZygotePreload took to complete: 4588ms
  1194. 01-01 00:00:20.221 1786 1786 I zygote : Explicit concurrent copying GC freed 30416(1671KB) AllocSpace objects, 4(104KB) LOS objects, 60% free, 1010KB/2MB, paused 155us total 42.832ms
  1195. 01-01 00:00:20.257 1786 1786 I zygote : Explicit concurrent copying GC freed 6147(223KB) AllocSpace objects, 0(0B) LOS objects, 65% free, 818KB/2MB, paused 95us total 26.436ms
  1196. 01-01 00:00:20.257 1786 1786 D Zygote32Timing: PostZygoteInitGC took to complete: 80ms
  1197. 01-01 00:00:20.257 1786 1786 D Zygote32Timing: ZygoteInit took to complete: 4669ms
  1198. 01-01 00:00:20.320 1786 1786 I : seccomp disabled by setenforce 0
  1199. 01-01 00:00:20.396 1786 1786 I Zygote : System server process 1921 has been created
  1200. 01-01 00:00:20.402 1786 1786 I Zygote : Accepting command socket connections
  1201. 01-01 00:00:21.306 1921 1921 I SystemServer: InitBeforeStartServices
  1202. 01-01 00:00:21.307 1921 1921 W SystemServer: System clock is before 1970; setting to 1970.
  1203. 01-01 00:00:21.307 1921 1921 W SystemServer: Timezone not set; setting to GMT.
  1204. 01-01 00:00:21.309 1921 1921 I SystemServer: Entered the Android system server!
  1205. 01-01 00:00:22.336 1921 1921 D SystemServerTiming: InitBeforeStartServices took to complete: 1029ms
  1206. 01-01 00:00:22.336 1921 1921 I SystemServer: StartServices
  1207. 01-01 00:00:22.336 1921 1921 I SystemServer: Reading configuration...
  1208. 01-01 00:00:22.336 1921 1921 I SystemServer: ReadingSystemConfig
  1209. 01-01 00:00:22.338 1921 1921 D SystemServerTiming: ReadingSystemConfig took to complete: 1ms
  1210. 01-01 00:00:22.338 1921 1921 I SystemServer: StartInstaller
  1211. 01-01 00:00:22.338 1921 1935 D SystemServerInitThreadPool: Started executing ReadingSystemConfig
  1212. 01-01 00:00:22.338 1921 1921 I SystemServiceManager: Starting com.android.server.pm.Installer
  1213. 01-01 00:00:22.418 1921 1921 W SystemServiceManager: Service com.android.server.pm.Installer took 79 ms in onStart
  1214. 01-01 00:00:22.418 1921 1921 D SystemServerTiming: StartInstaller took to complete: 80ms
  1215. 01-01 00:00:22.418 1921 1921 I SystemServer: DeviceIdentifiersPolicyService
  1216. 01-01 00:00:22.419 1921 1921 I SystemServiceManager: Starting com.android.server.os.DeviceIdentifiersPolicyService
  1217. 01-01 00:00:22.421 1921 1921 D SystemServerTiming: DeviceIdentifiersPolicyService took to complete: 3ms
  1218. 01-01 00:00:22.421 1921 1921 I SystemServer: StartActivityManager
  1219. 01-01 00:00:22.422 1921 1921 I SystemServiceManager: Starting com.android.server.am.ActivityManagerService$Lifecycle
  1220. 01-01 00:00:22.474 1921 1921 I ActivityManager: Memory class: 128
  1221. 01-01 00:00:22.476 1921 1937 I ServiceThread: Enabled StrictMode logging for ActivityManager looper.
  1222. 01-01 00:00:22.477 1921 1935 D SystemServerInitThreadPool: Finished executing ReadingSystemConfig
  1223. 01-01 00:00:22.478 1921 1938 I ServiceThread: Enabled StrictMode logging for android.ui looper.
  1224. 01-01 00:00:22.529 1921 1921 D BatteryStatsImpl: Reading daily items from /data/system/batterystats-daily.xml
  1225. 01-01 00:00:22.709 1921 1921 I AppOps : No existing app ops /data/system/appops.xml; starting empty
  1226. 01-01 00:00:22.722 1921 1921 I IntentFirewall: Read new rules (A:0 B:0 S:0)
  1227. 01-01 00:00:22.732 1921 1944 I ServiceThread: Enabled StrictMode logging for android.display looper.
  1228. 01-01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1040/pid_1793: Device or resource busy
  1229. 01-01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1040: Permission denied
  1230. 01[ 22.774595] init: processing action (sys.interactive=active) from (/init.freescale.rc:172)
  1231. -01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1002/pid_1766: Device or resource busy
  1232. 01-01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1002: Permission denied
  1233. 01-01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1020/pid_1783: Device or resource busy
  1234. 01-01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1020: Permission denied
  1235. 01-01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1010/pid_1798: Device or resource busy
  1236. 01-01 00:00:22.733 1921 1921 W system_server: Failed to remove /acct/uid_1010: Permission denied
  1237. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1773: Device or resource busy
  1238. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1771: Device or resource busy
  1239. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1703: Device or resource busy
  1240. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1768: Device or resource busy
  1241. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1701: Device or resource busy
  1242. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1774: Device or resource busy
  1243. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1764: Device or resource busy
  1244. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1772: Device or resource busy
  1245. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1770: Device or resource busy
  1246. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1769: Device or resource busy
  1247. 01-01 00:00:22.734 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1702: Device or resource busy
  1248. 01-01 00:00:22.735 1921 1921 W system_server: Failed to remove /acct/uid_1000/pid_1777: Device or resource busy
  1249. 01-01 00:00:22.735 1921 1921 W system_server: Failed to remove /acct/uid_1000: Permission denied
  1250. 01-01 00:00:22.735 1921 1921 W system_server: Failed to remove /acct/uid_1019/pid_1789: Device or resource busy
  1251. 01-01 00:00:22.735 1921 1921 W system_server: Failed to remove /acct/uid_1019: Permission denied
  1252. 01-01 00:00:22.735 1921 1921 W system_server: Failed to remove /acct/uid_1047/pid_1788: Device or resource busy
  1253. 01-01 00:00:22.735 1921 1921 W system_server: Failed to remove /acct/uid_1047/pid_1767: Device or resource busy
  1254. 01-01 00:00:22.736 1921 1921 W system_server: Failed to remove /acct/uid_1047: Permission denied
  1255. 01-01 00:00:22.736 1921 1921 W system_server: Failed to remove /acct/uid_1017/pid_1791: Device or resource busy
  1256. 01-01 00:00:22.736 1921 1921 W system_server: Failed to remove /acct/uid_1017: Permission denied
  1257. 01-01 00:00:22.736 1921 1921 W system_server: Failed to remove /acct/uid_1013/pid_1794: Device or resource busy
  1258. 01-01 00:00:22.736 1921 1921 W system_server: Failed to remove /acct/uid_1013/pid_1792: Device or resource busy
  1259. 01-01 00:00:22.737 1921 1921 W system_server: Failed to remove /acct/uid_1013/pid_1795: Device or resource busy
  1260. 01-01 00:00:22.737 1921 1921 W system_server: Failed to remove /acct/uid_1013: Permission denied
  1261. 01-01 00:00:22.737 1921 1921 W system_server: Failed to remove /acct/uid_1041/pid_1787: Device or resource busy
  1262. 01-01 00:00:22.737 1921 1921 W system_server: Failed to remove /acct/uid_1041/pid_1765: Device or resource busy
  1263. 01-01 00:00:22.737 1921 1921 W system_server: Failed to remove /acct/uid_1041: Permission denied
  1264. 01-01 00:00:22.738 1921 1921 W system_server: Failed to remove /acct/uid_1003/pid_1905: Device or resource busy
  1265. 01-01 00:00:22.738 1921 1921 W system_server: Failed to remove /acct/uid_1003: Permission denied
  1266. 01-01 00:00:22.738 1921 1921 W system_server: Failed to remove /acct/uid_1001/pid_1800: Device or resource busy
  1267. 01-01 00:00:22.738 1921 1921 W system_server: Failed to remove /acct/uid_1001: Permission denied
  1268. 01-01 00:00:22.738 1921 1921 W system_server: Failed to remove /acct/uid_1046/pid_1799: Device or resource busy
  1269. 01-01 00:00:22.738 1921 1921 W system_server: Failed to remove /acct/uid_1046: Permission denied
  1270. 01-01 00:00:22.738 1921 1921 W system_server: Failed to remove /acct/uid_1036/pid_1700: Device or resource busy
  1271. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_1036: Permission denied
  1272. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_2000/pid_1778: Device or resource busy
  1273. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_2000: Permission denied
  1274. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1713: Device or resource busy
  1275. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1796: Device or resource busy
  1276. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1786: Device or resource busy
  1277. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1776: Device or resource busy
  1278. 01-01 00:00:22.739 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1790: Device or resource busy
  1279. 01-01 00:00:22.740 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1676: Device or resource busy
  1280. 01-01 00:00:22.740 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1779: Device or resource busy
  1281. 01-01 00:00:22.740 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1797: Device or resource busy
  1282. 01-01 00:00:22.740 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1266: Device or resource busy
  1283. 01-01 00:00:22.740 1921 1921 W system_server: Failed to remove /acct/uid_0/pid_1775: Device or resource busy
  1284. 01-01 00:00:22.740 1921 1921 W system_server: Failed to remove /acct/uid_0: Permission denied
  1285. 01-01 00:00:22.746 1921 1921 D AppOps : AppOpsService published
  1286. 01-01 00:00:22.747 1921 1921 D SystemServerTiming: StartActivityManager took to complete: 325ms
  1287. 01-01 00:00:22.747 1921 1921 I SystemServer: StartPowerManager
  1288. 01-01 00:00:22.747 1921 1921 I SystemServiceManager: Starting com.android.server.power.PowerManagerService
  1289. 01-01 00:00:22.750 1921 1946 I ServiceThread: Enabled StrictMode logging for PowerManagerService looper.
  1290. 01-01 00:00:22.756 1921 1921 I PowerManagerService-JNI: Loaded power HAL service
  1291. 01-01 00:00:22.757 1921 1921 I libsuspend: Selected wakeup count
  1292. 01-01 00:00:22.762 1921 1921 D SystemServerTiming: StartPowerManager took to complete: 14ms
  1293. 01-01 00:00:22.762 1921 1921 I SystemServer: InitPowerManagement
  1294. 01-01 00:00:22.764 1921 1921 D SystemServerTiming: InitPowerManagement took to complete: 2ms
  1295. 01-01 00:00:22.764 1921 1921 I SystemServer: StartRecoverySystemService
  1296. 01-01 00:00:22.765 1921 1921 I SystemServiceManager: Starting com.android.server.RecoverySystemService
  1297. 01-01 00:00:22.767 1921 1921 D SystemServerTiming: StartRecoverySystemService took to complete: 2ms
  1298. 01-01 00:00:22.768 1921 1921 W RescueParty: Failed to determine if device was on USB
  1299. 01-01 00:00:22.768 1921 1921 W RescueParty: java.io.FileNotFoundException: /sys/class/android_usb/android0/state (No such file or directory)
  1300. 01-01 00:00:22.768 1921 1921 W RescueParty: at java.io.FileInputStream.open0(Native Method)
  1301. 01-01 00:00:22.768 1921 1921 W RescueParty: at java.io.FileInputStream.open(FileInputStream.java:200)
  1302. 01-01 00:00:22.768 1921 1921 W RescueParty: at java.io.FileInputStream.<init>(FileInputStream.java:150)
  1303. 01-01 00:00:22.768 1921 1921 W RescueParty: at android.os.FileUtils.readTextFile(FileUtils.java:262)
  1304. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.server.RescueParty.isUsbActive(RescueParty.java:340)
  1305. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.server.RescueParty.isDisabled(RescueParty.java:85)
  1306. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.server.RescueParty.noteBoot(RescueParty.java:104)
  1307. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.server.SystemServer.startBootstrapServices(SystemServer.java:559)
  1308. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.server.SystemServer.run(SystemServer.java:397)
  1309. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.server.SystemServer.main(SystemServer.java:263)
  1310. 01-01 00:00:22.768 1921 1921 W RescueParty: at java.lang.reflect.Method.invoke(Native Method)
  1311. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
  1312. 01-01 00:00:22.768 1921 1921 W RescueParty: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:772)
  1313. 01-01 00:00:22.773 1921 1921 W RescueParty: Noticed 1 events for UID 0 in last 22 sec
  1314. 01-01 00:00:22.773 1921 1921 I SystemServer: StartLightsService
  1315. 01-01 00:00:22.773 1921 1921 I SystemServiceManager: Starting com.android.server.lights.LightsService
  1316. 01-01 00:00:22.775 1921 1921 D SystemServerTiming: StartLightsService took to complete: 2ms
  1317. 01-01 00:00:22.775 1921 1921 I SystemServer: StartDisplayManager
  1318. 01-01 00:00:22.776 1921 1921 I SystemServiceManager: Starting com.android.server.display.DisplayManagerService
  1319. 01-01 00:00:22.782 1921 1921 D SystemServerTiming: StartDisplayManager took to complete: 7ms
  1320. 01-01 00:00:22.782 1921 1921 I SystemServer: WaitForDisplay
  1321. 01-01 00:00:22.782 1921 1921 I SystemServiceManager: Starting phase 100
  1322. 01-01 00:00:22.835 1921 1944 I DisplayManagerService: Display device added: DisplayDeviceInfo{"Built-in Screen": uniqueId="local:0", 1920 x 1080, modeId 1, defaultModeId 1, supportedModes [{id=1, width=192
  1323. 0, height=1080, fps=59.933002}], colorMode 0, supportedColorModes [0], HdrCapabilities android.view.Display$HdrCapabilities@1d6308, density 160, 159.895 x 160.421 dpi, appVsyncOff 1000000, presDeadline 16685
  1324. 298, touch INTERNAL, rotation 0, type BUILT_IN, state UNKNOWN, FLAG_DEFAULT_DISPLAY, FLAG_ROTATES_WITH_CONTENT, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS}
  1325. 01-01 00:00:22.836 1777 1777 D SurfaceFlinger: Set power mode=2, type=0 flinger=0xb4151000
  1326. 01-01 00:00:22.840 1770 1770 E lights : can not open file /sys/class/backlight/backlight/max_brightness
  1327. 01-01 00:00:22.841 1921 1944 E LightsService: Unknown error setting light.
  1328. 01-01 00:00:22.842 1921 1921 W SystemServiceManager: Service com.android.server.display.DisplayManagerService took 60 ms in onBootPhase
  1329. 01-01 00:00:22.842 1921 1921 D SystemServerTiming: WaitForDisplay took to complete: 60ms
  1330. 01-01 00:00:22.842 1921 1944 I DisplayManagerService: Display device changed state: "Built-in Screen", ON
  1331. 01-01 00:00:22.843 1921 1921 W SystemServer: Detected encryption in progress - only parsing core apps
  1332. 01-01 00:00:22.843 1921 1921 I SystemServer: StartPackageManagerService
  1333. 01-01 00:00:22.895 1921 1921 W FileUtils: Failed to chmod(/data/system/packages.list): android.system.ErrnoException: chmod failed: ENOENT (No such file or directory)
  1334. 01-01 00:00:22.915 1921 1921 D SELinuxMMAC: Using policy file /system/etc/selinux/plat_mac_permissions.xml
  1335. 01-01 00:00:22.925 1921 1921 D SELinuxMMAC: Using policy file /vendor/etc/selinux/nonplat_mac_permissions.xml
  1336. 01-01 00:00:22.977 1921 1921 I PackageManager: No settings file; creating initial state
  1337. 01-01 00:00:22.995 1921 1921 W PackageManager: Failed to parse /vendor/overlay/SysuiDarkTheme: Not a coreApp: /vendor/overlay/SysuiDarkTheme
  1338. 01-01 00:00:23.000 1921 1921 W PackageManager: Failed to parse /system/framework/arm: Missing base APK in /system/framework/arm
  1339. 01-01 00:00:23.001 1921 1921 W PackageManager: Failed to parse /system/framework/oat: Missing base APK in /system/framework/oat
  1340. 01-01 00:00:23.082 1921 1921 I PackageManager: /system/framework/framework-res.apk changed; collecting certs
  1341. 01-01 00:00:24.330 1921 1921 E PackageManager: Adding duplicate shared id: 1000 name=android
  1342. 01-01 00:00:24.376 1921 1921 W PackageManager: Failed to parse /system/priv-app/BlockedNumberProvider: Not a coreApp: /system/priv-app/BlockedNumberProvider
  1343. 01-01 00:00:24.381 1921 1921 W PackageManager: Failed to parse /system/priv-app/CallLogBackup: Not a coreApp: /system/priv-app/CallLogBackup
  1344. 01-01 00:00:24.382 1921 1921 W PackageManager: Failed to parse /system/priv-app/BackupRestoreConfirmation: Not a coreApp: /system/priv-app/BackupRestoreConfirmation
  1345. 01-01 00:00:24.453 1921 1921 W PackageManager: Failed to parse /system/priv-app/CalendarProvider: Not a coreApp: /system/priv-app/CalendarProvider
  1346. 01-01 00:00:24.467 1921 1921 W PackageManager: Failed to parse /system/priv-app/CarrierConfig: Not a coreApp: /system/priv-app/CarrierConfig
  1347. 01-01 00:00:24.643 1921 1921 W PackageManager: Failed to parse /system/priv-app/ContactsProvider: Not a coreApp: /system/priv-app/ContactsProvider
  1348. 01-01 00:00:24.691 1921 1921 W PackageManager: Failed to parse /system/priv-app/Contacts: Not a coreApp: /system/priv-app/Contacts
  1349. 01-01 00:00:24.713 1921 1921 W PackageManager: Failed to parse /system/priv-app/CellBroadcastReceiver: Not a coreApp: /system/priv-app/CellBroadcastReceiver
  1350. 01-01 00:00:24.719 1921 1921 W PackageManager: Failed to parse /system/priv-app/CtsShimPrivPrebuilt: Not a coreApp: /system/priv-app/CtsShimPrivPrebuilt
  1351. 01-01 00:00:24.806 1921 1921 I PackageManager: /system/priv-app/DefaultContainerService changed; collecting certs
  1352. 01-01 00:00:24.971 1921 1921 W PackageManager: Failed to parse /system/priv-app/DocumentsUI: Not a coreApp: /system/priv-app/DocumentsUI
  1353. 01-01 00:00:24.971 1921 1921 W PackageManager: Failed to parse /system/priv-app/DownloadProvider: Not a coreApp: /system/priv-app/DownloadProvider
  1354. 01-01 00:00:25.080 1921 1921 W PackageManager: Failed to parse /system/priv-app/ExternalStorageProvider: Not a coreApp: /system/priv-app/ExternalStorageProvider
  1355. 01-01 00:00:25.082 1921 1921 I PackageManager: /system/priv-app/ExtServices changed; collecting certs
  1356. 01-01 00:00:25.272 1921 1921 W PackageManager: Failed to parse /system/priv-app/EmergencyInfo: Not a coreApp: /system/priv-app/EmergencyInfo
  1357. 01-01 00:00:25.280 1921 1921 I PackageManager: /system/priv-app/FusedLocation changed; collecting certs
  1358. 01-01 00:00:25.286 1921 1921 E PackageManager: Adding duplicate shared id: 1000 name=com.android.location.fused
  1359. 01-01 00:00:25.332 1921 1921 I PackageManager: /system/priv-app/Dialer changed; collecting certs
  1360. 01-01 00:00:25.689 1921 1921 W PackageManager: Failed to parse /system/priv-app/Launcher3: Not a coreApp: /system/priv-app/Launcher3
  1361. 01-01 00:00:25.689 1921 1921 W PackageManager: Failed to parse /system/priv-app/MediaProvider: Not a coreApp: /system/priv-app/MediaProvider
  1362. 01-01 00:00:25.690 1921 1921 I PackageManager: /system/priv-app/InputDevices changed; collecting certs
  1363. 01-01 00:00:25.703 1921 1921 E PackageManager: Adding duplicate shared id: 1000 name=com.android.inputdevices
  1364. 01-01 00:00:25.707 1921 1921 W PackageManager: Failed to parse /system/priv-app/ManagedProvisioning: Not a coreApp: /system/priv-app/ManagedProvisioning
  1365. 01-01 00:00:25.707 1921 1921 W PackageManager: Failed to parse /system/priv-app/MtpDocumentsProvider: Not a coreApp: /system/priv-app/MtpDocumentsProvider
  1366. 01-01 00:00:25.707 1921 1921 W PackageManager: Failed to parse /system/priv-app/OneTimeInitializer: Not a coreApp: /system/priv-app/OneTimeInitializer
  1367. 01-01 00:00:25.707 1921 1921 I PackageManager: /system/priv-app/MmsService changed; collecting certs
  1368. 01-01 00:00:25.716 1921 1921 E PackageManager: Adding duplicate shared id: 1001 name=com.android.mms.service
  1369. 01-01 00:00:25.724 1921 1921 W PackageManager: Failed to parse /system/priv-app/MusicFX: Not a coreApp: /system/priv-app/MusicFX
  1370. 01-01 00:00:25.725 1921 1921 W PackageManager: Failed to parse /system/priv-app/Provision: Not a coreApp: /system/priv-app/Provision
  1371. 01-01 00:00:25.725 1921 1921 I PackageManager: /system/priv-app/ProxyHandler changed; collecting certs
  1372. 01-01 00:00:25.737 1921 1921 I PackageManager: /system/priv-app/SettingsProvider changed; collecting certs
  1373. 01-01 00:00:25.906 1921 1921 E PackageManager: Adding duplicate shared id: 1000 name=com.android.providers.settings
  1374. 01-01 00:00:25.913 1921 1921 I PackageManager: /system/priv-app/PackageInstaller changed; collecting certs
  1375. 01-01 00:00:26.136 1921 1921 W PackageManager: Failed to parse /system/priv-app/SharedStorageBackup: Not a coreApp: /system/priv-app/SharedStorageBackup
  1376. 01-01 00:00:26.188 1921 1921 W PackageManager: Failed to parse /system/priv-app/StatementService: Not a coreApp: /system/priv-app/StatementService
  1377. 01-01 00:00:26.243 1921 1956 W PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.INSTALL_GRANT_RUNTIME_PERMISSIONS in package: com.android.shell at: Binary XML f
  1378. ile line #105
  1379. 01-01 00:00:26.250 1921 1921 I PackageManager: /system/priv-app/Shell changed; collecting certs
  1380. 01-01 00:00:26.296 1921 1921 E PackageManager: Adding duplicate shared id: 2000 name=com.android.shell
  1381. 01-01 00:00:26.642 1921 1921 W PackageManager: Failed to parse /system/priv-app/StorageManager: Not a coreApp: /system/priv-app/StorageManager
  1382. 01-01 00:00:26.994 1921 1955 W PackageParser: Ignoring duplicate uses-permissions/uses-permissions-sdk-m: android.permission.CONFIGURE_WIFI_DISPLAY in package: com.android.systemui at: Binary XML file line
  1383. #130
  1384. 01-01 00:00:27.217 1921 1921 I PackageManager: /system/priv-app/TeleService changed; collecting certs
  1385. 01-01 00:00:27.630 1921 1921 E PackageManager: Adding duplicate shared id: 1001 name=com.android.phone
  1386. 01-01 00:00:27.635 1921 1921 I PackageManager: /system/priv-app/SystemUI changed; collecting certs
  1387. 01-01 00:00:28.057 1921 1921 I PackageManager: New shared user android.uid.systemui: id=10005
  1388. 01-01 00:00:28.057 1921 1921 E PackageManager: Adding duplicate user id: 10005 name=com.android.systemui
  1389. 01-01 00:00:28.063 1921 1921 I PackageManager: /system/priv-app/Telecom changed; collecting certs
  1390. 01-01 00:00:28.151 1921 1921 E PackageManager: Adding duplicate shared id: 1000 name=com.android.server.telecom
  1391. 01-01 00:00:28.157 1921 1921 W PackageManager: Failed to parse /system/priv-app/VpnDialogs: Not a coreApp: /system/priv-app/VpnDialogs
  1392. 01-01 00:00:28.157 1921 1921 W PackageManager: Failed to parse /system/priv-app/WallpaperCropper: Not a coreApp: /system/priv-app/WallpaperCropper
  1393. 01-01 00:00:28.157 1921 1921 I PackageManager: /system/priv-app/TelephonyProvider changed; collecting certs
  1394. 01-01 00:00:28.166 1921 1921 E PackageManager: Adding duplicate shared id: 1001 name=com.android.providers.telephony
  1395. 01-01 00:00:28.172 1921 1921 I PackageManager: /system/priv-app/Settings changed; collecting certs
  1396. 01-01 00:00:29.357 1921 1921 E PackageManager: Adding duplicate shared id: 1000 name=com.android.settings
  1397. 01-01 00:00:29.408 1921 1921 W PackageManager: Failed to parse /system/app/BluetoothMidiService: Not a coreApp: /system/app/BluetoothMidiService
  1398. 01-01 00:00:29.415 1921 1921 W PackageManager: Failed to parse /system/app/BasicDreams: Not a coreApp: /system/app/BasicDreams
  1399. 01-01 00:00:29.419 1921 1921 W PackageManager: Failed to parse /system/app/BookmarkProvider: Not a coreApp: /system/app/BookmarkProvider
  1400. 01-01 00:00:29.423 1921 1921 W PackageManager: Failed to parse /system/app/Browser2: Not a coreApp: /system/app/Browser2
  1401. 01-01 00:00:29.454 1921 1921 W PackageManager: Failed to parse /system/app/Bluetooth: Not a coreApp: /system/app/Bluetooth
  1402. 01-01 00:00:29.466 1921 1921 W PackageManager: Failed to parse /system/app/BuiltInPrintService: Not a coreApp: /system/app/BuiltInPrintService
  1403. 01-01 00:00:29.557 1921 1921 W PackageManager: Failed to parse /system/app/Calendar: Not a coreApp: /system/app/Calendar
  1404. 01-01 00:00:29.604 1921 1921 W PackageManager: Failed to parse /system/app/CaptivePortalLogin: Not a coreApp: /system/app/CaptivePortalLogin
  1405. 01-01 00:00:29.610 1921 1921 W PackageManager: Failed to parse /system/app/Camera2: Not a coreApp: /system/app/Camera2
  1406. 01-01 00:00:29.615 1921 1921 W PackageManager: Failed to parse /system/app/CarrierDefaultApp: Not a coreApp: /system/app/CarrierDefaultApp
  1407. 01-01 00:00:29.620 1921 1921 W PackageManager: Failed to parse /system/app/CtsShimPrebuilt: Not a coreApp: /system/app/CtsShimPrebuilt
  1408. 01-01 00:00:29.620 1921 1921 W PackageManager: Failed to parse /system/app/CompanionDeviceManager: Not a coreApp: /system/app/CompanionDeviceManager
  1409. 01-01 00:00:29.636 1921 1921 W PackageManager: Failed to parse /system/app/CertInstaller: Not a coreApp: /system/app/CertInstaller
  1410. 01-01 00:00:29.636 1921 1921 W PackageManager: Failed to parse /system/app/CubeLiveWallpapers: Not a coreApp: /system/app/CubeLiveWallpapers
  1411. 01-01 00:00:29.703 1921 1921 W PackageManager: Failed to parse /system/app/EasterEgg: Not a coreApp: /system/app/EasterEgg
  1412. 01-01 00:00:29.776 1921 1921 W PackageManager: Failed to parse /system/app/DeskClock: Not a coreApp: /system/app/DeskClock
  1413. 01-01 00:00:29.831 1921 1921 W PackageManager: Failed to parse /system/app/DownloadProviderUi: Not a coreApp: /system/app/DownloadProviderUi
  1414. 01-01 00:00:29.943 1921 1921 W PackageManager: Failed to parse /system/app/ExactCalculator: Not a coreApp: /system/app/ExactCalculator
  1415. 01-01 00:00:29.948 1921 1921 W PackageManager: Failed to parse /system/app/Email: Not a coreApp: /system/app/Email
  1416. 01-01 00:00:29.948 1921 1921 I PackageManager: /system/app/ExtShared changed; collecting certs
  1417. 01-01 00:00:29.957 1921 1921 I PackageManager: /system/app/FSLOta changed; collecting certs
  1418. 01-01 00:00:29.963 1921 1921 E PackageManager: Adding duplicate shared id: 1000 name=com.fsl.android.ota
  1419. 01-01 00:00:30.015 1921 1921 W PackageManager: Failed to parse /system/app/KeyChain: Not a coreApp: /system/app/KeyChain
  1420. 01-01 00:00:30.016 1921 1921 W PackageManager: Failed to parse /system/app/HTMLViewer: Not a coreApp: /system/app/HTMLViewer
  1421. 01-01 00:00:30.061 1921 1921 W PackageManager: Failed to parse /system/app/Gallery2: Not a coreApp: /system/app/Gallery2
  1422. 01-01 00:00:30.162 1921 1921 W PackageManager: Failed to parse /system/app/LiveWallpapersPicker: Not a coreApp: /system/app/LiveWallpapersPicker
  1423. 01-01 00:00:30.311 1921 1921 W PackageManager: Failed to parse /system/app/PacProcessor: Not a coreApp: /system/app/PacProcessor
  1424. 01-01 00:00:30.311 1921 1921 W PackageManager: Failed to parse /system/app/NfcNci: Not a coreApp: /system/app/NfcNci
  1425. 01-01 00:00:30.347 1921 1921 W PackageManager: Failed to parse /system/app/Music: Not a coreApp: /system/app/Music
  1426. 01-01 00:00:30.439 1921 1921 W PackageManager: Failed to parse /system/app/PicoTts: Not a coreApp: /system/app/PicoTts
  1427. 01-01 00:00:30.495 1921 1921 I PackageManager: /system/app/LatinIME changed; collecting certs
  1428. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/PrintRecommendationService: Not a coreApp: /system/app/PrintRecommendationService
  1429. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/PrintSpooler: Not a coreApp: /system/app/PrintSpooler
  1430. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/QuickSearchBox: Not a coreApp: /system/app/QuickSearchBox
  1431. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/UserDictionaryProvider: Not a coreApp: /system/app/UserDictionaryProvider
  1432. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/WallpaperBackup: Not a coreApp: /system/app/WallpaperBackup
  1433. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/SoundRecorder: Not a coreApp: /system/app/SoundRecorder
  1434. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/ethernet: Not a coreApp: /system/app/ethernet
  1435. 01-01 00:00:31.204 1921 1921 W PackageManager: Failed to parse /system/app/webview: Not a coreApp: /system/app/webview
  1436. 01-01 00:00:31.222 1921 1921 I PackageManager: /vendor/app/CactusPlayer changed; collecting certs
  1437. 01-01 00:00:31.234 1921 1921 D PackageManager: No files in app dir /oem/app
  1438. 01-01 00:00:31.236 1921 1921 E PackageManager: There should probably be exactly one storage manager; found 0: matches=[]
  1439. 01-01 00:00:31.238 1921 1921 E PackageManager: There should probably be exactly one setup wizard; found 0: matches=[]
  1440. 01-01 00:00:31.239 1921 1921 I PackageManager: Time to scan packages: 8.258 seconds
  1441. 01-01 00:00:31.248 1921 1921 V PackageManager: reconcileAppsData for null u0 0x3 migrateAppData=true
  1442. 01-01 00:00:31.258 1790 1802 I SELinux : SELinux: Loaded file_contexts
  1443. 01-01 00:00:31.271 1790 1790 E installd: Failed to mark default storage /data/data/com.android.providers.telephony: Operation not supported on transport endpoint
  1444. 01-01 00:00:31.272 1921 1921 W PackageManager: Failed to migrate com.android.providers.telephony: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.providers.teleph
  1445. ony (code 95)
  1446. 01-01 00:00:31.286 1790 1802 E installd: Failed to mark default storage /data/data/com.android.mms.service: Operation not supported on transport endpoint
  1447. 01-01 00:00:31.287 1921 1921 W PackageManager: Failed to migrate com.android.mms.service: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.mms.service (code 95)
  1448. 01-01 00:00:31.299 1790 1802 E installd: Failed to mark default storage /data/data/com.android.defcontainer: Operation not supported on transport endpoint
  1449. 01-01 00:00:31.310 1921 1921 W PackageManager: Failed to migrate com.android.defcontainer: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.defcontainer (code 95)
  1450. 01-01 00:00:31.324 1790 1802 E installd: Failed to mark default storage /data/data/android: Operation not supported on transport endpoint
  1451. 01-01 00:00:31.324 1921 1921 W PackageManager: Failed to migrate android: android.os.ServiceSpecificException: Failed to mark default storage /data/data/android (code 95)
  1452. 01-01 00:00:31.336 1790 1802 E installd: Failed to mark default storage /data/data/com.android.providers.settings: Operation not supported on transport endpoint
  1453. 01-01 00:00:31.337 1921 1921 W PackageManager: Failed to migrate com.android.providers.settings: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.providers.setting
  1454. s (code 95)
  1455. 01-01 00:00:31.347 1790 1790 E installd: Failed to mark default storage /data/data/com.android.inputdevices: Operation not supported on transport endpoint
  1456. 01-01 00:00:31.348 1921 1921 W PackageManager: Failed to migrate com.android.inputdevices: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.inputdevices (code 95)
  1457. 01-01 00:00:31.361 1790 1790 E installd: Failed to mark default storage /data/data/android.ext.shared: Operation not supported on transport endpoint
  1458. 01-01 00:00:31.361 1921 1921 W PackageManager: Failed to migrate android.ext.shared: android.os.ServiceSpecificException: Failed to mark default storage /data/data/android.ext.shared (code 95)
  1459. 01-01 00:00:31.374 1790 1790 E installd: Failed to mark default storage /data/data/com.android.server.telecom: Operation not supported on transport endpoint
  1460. 01-01 00:00:31.375 1921 1921 W PackageManager: Failed to migrate com.android.server.telecom: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.server.telecom (code
  1461. 95)
  1462. 01-01 00:00:31.387 1790 1790 E installd: Failed to mark default storage /data/data/com.android.dialer: Operation not supported on transport endpoint
  1463. 01-01 00:00:31.388 1921 1921 W PackageManager: Failed to migrate com.android.dialer: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.dialer (code 95)
  1464. 01-01 00:00:31.399 1790 1790 E installd: Failed to mark default storage /data/data/android.ext.services: Operation not supported on transport endpoint
  1465. 01-01 00:00:31.400 1921 1921 W PackageManager: Failed to migrate android.ext.services: android.os.ServiceSpecificException: Failed to mark default storage /data/data/android.ext.services (code 95)
  1466. 01-01 00:00:31.413 1790 1790 E installd: Failed to mark default storage /data/data/com.android.packageinstaller: Opera[ 31.695205] healthd: battery l=100 v=0 t=42.4 h=2 st=2 chg=a
  1467. tion not supported on transport endpoint
  1468. 01-01 00:00:31.414 1921 1921 W PackageManager: Failed to migrate com.android.packageinstaller: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.packageinstaller (c
  1469. ode 95)
  1470. 01-01 00:00:31.426 1790 1790 E installd: Failed to mark default storage /data/data/com.android.proxyhandler: Operation not supported on transport endpoint
  1471. 01-01 00:00:31.427 1921 1921 W PackageManager: Failed to migrate com.android.proxyhandler: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.proxyhandler (code 95)
  1472. 01-01 00:00:31.442 1790 1802 E installd: Failed to mark default storage /data/data/com.android.inputmethod.latin: Operation not supported on transport endpoint
  1473. 01-01 00:00:31.443 1921 1921 W PackageManager: Failed to migrate com.android.inputmethod.latin: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.inputmethod.latin
  1474. (code 95)
  1475. 01-01 00:00:31.455 1790 1966 E installd: Failed to mark default storage /data/data/com.fsl.android.ota: Operation not supported on transport endpoint
  1476. 01-01 00:00:31.456 1921 1921 W PackageManager: Failed to migrate com.fsl.android.ota: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.fsl.android.ota (code 95)
  1477. 01-01 00:00:31.467 1790 1966 E installd: Failed to mark default storage /data/data/com.android.settings: Operation not supported on transport endpoint
  1478. 01-01 00:00:31.467 1921 1921 W PackageManager: Failed to migrate com.android.settings: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.settings (code 95)
  1479. 01-01 00:00:31.480 1790 1966 E installd: Failed to mark default storage /data/data/com.freescale.cactusplayer: Operation not supported on transport endpoint
  1480. 01-01 00:00:31.481 1921 1921 W PackageManager: Failed to migrate com.freescale.cactusplayer: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.freescale.cactusplayer (code
  1481. 95)
  1482. 01-01 00:00:31.493 1790 1966 E installd: Failed to mark default storage /data/data/com.android.phone: Operation not supported on transport endpoint
  1483. 01-01 00:00:31.494 1921 1921 W PackageManager: Failed to migrate com.android.phone: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.phone (code 95)
  1484. 01-01 00:00:31.506 1790 1966 E installd: Failed to mark default storage /data/data/com.android.shell: Operation not supported on transport endpoint
  1485. 01-01 00:00:31.506 1921 1921 W PackageManager: Failed to migrate com.android.shell: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.shell (code 95)
  1486. 01-01 00:00:31.520 1790 1966 E installd: Failed to mark default storage /data/data/com.android.location.fused: Operation not supported on transport endpoint
  1487. 01-01 00:00:31.521 1921 1921 W PackageManager: Failed to migrate com.android.location.fused: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.location.fused (code
  1488. 95)
  1489. 01-01 00:00:31.532 1790 1966 E installd: Failed to mark default storage /data/data/com.android.systemui: Operation not supported on transport endpoint
  1490. 01-01 00:00:31.532 1921 1921 W PackageManager: Failed to migrate com.android.systemui: android.os.ServiceSpecificException: Failed to mark default storage /data/data/com.android.systemui (code 95)
  1491. 01-01 00:00:31.538 1921 1921 V PackageManager: reconcileAppsData finished 20 packages
  1492. 01-01 00:00:31.539 1921 1967 D SystemServerInitThreadPool: Started executing prepareAppData
  1493. 01-01 00:00:31.541 1790 1802 W installd: Ignoring /data/data/com.android.inputmethod.latin/lib with unexpected GID 0 instead of 10007
  1494. 01-01 00:00:31.542 1790 1802 W installd: Ignoring /data/data/com.android.defcontainer/lib with unexpected GID 0 instead of 10000
  1495. 01-01 00:00:31.545 1921 1967 D SystemServerTimingAsync: AppDataFixup took to complete: 6ms
  1496. 01-01 00:00:31.545 1921 1967 D SystemServerInitThreadPool: Finished executing prepareAppData
  1497. 01-01 00:00:31.572 1921 1921 D PackageManager: Ephemeral resolver not found with new action; try old one
  1498. 01-01 00:00:31.572 1921 1921 D PackageManager: Ephemeral resolver NOT found; no matching intent filters
  1499. 01-01 00:00:31.572 1921 1921 D PackageManager: Ephemeral installer not found with new action; try old one
  1500. 01-01 00:00:31.573 1921 1921 D PackageManager: Clear ephemeral installer activity
  1501. 01-01 00:00:31.581 1921 1921 I zygote : Waiting for a blocking GC Explicit
  1502. 01-01 00:00:31.596 [ 32.104784] init: processing action (sys.sysctl.extra_free_kbytes=*) from (/init.rc:682)
  1503. 1921 1921 I zygote : WaitForGcT[ 32.115655] init: Unable to open '/proc/sys/vm/extra_free_kbytes': No such file or directory
  1504. oComplete blocked Explicit on HeapTrim for 15.326ms
  1505. 01-01 00:00:31.634 1921 1921 I zygote : Explicit concurrent copying GC freed 3268(250KB) AllocSpace objects, 2(40KB) LOS objects, 52% free, 1378KB/2MB, paused 123us total 37.345ms
  1506. 01-01 00:00:31.638 1921 1921 D FallbackCategoryProvider: Found 1 fallback categories
  1507. 01-01 00:00:31.641 1921 1921 D SystemServerTiming: StartPackageManagerService took to complete: 8798ms
  1508. 01-01 00:00:31.641 1921 1921 I SystemServer: StartUserManagerService
  1509. 01-01 00:00:31.641 1921 1921 I SystemServiceManager: Starting com.android.server.pm.UserManagerService$LifeCycle
  1510. 01-01 00:00:31.642 1921 1921 D SystemServerTiming: StartUserManagerService took to complete: 1ms
  1511. 01-01 00:00:31.643 1921 1921 I SystemServer: InitAttributerCache
  1512. 01-01 00:00:31.643 1921 1921 D SystemServerTiming: InitAttributerCache took to complete: 0ms
  1513. 01-01 00:00:31.643 1921 1921 I SystemServer: SetSystemProcess
  1514. 01-01 00:00:31.659 1776 1776 I lowmemorykiller: ActivityManager connected
  1515. 01-01 00:00:31.661 1921 1921 D SystemServerTiming: SetSystemProcess took to complete: 18ms
  1516. 01-01 00:00:31.663 1921 1969 I ServiceThread: Enabled StrictMode logging for android.anim looper.
  1517. 01-01 00:00:31.663 1921 1921 I SystemServer: StartOverlayManagerService
  1518. 01-01 00:00:31.667 1921 1921 D SystemServerTiming: StartOverlayManagerService took to complete: 3ms
  1519. 01-01 00:00:31.667 1921 1970 D SystemServerInitThreadPool: Started executing Init OverlayManagerService
  1520. 01-01 00:00:31.667 1921 1971 D SystemServerInitThreadPool: Started executing StartSensorService
  1521. 01-01 00:00:31.668 1921 1921 I SystemServer: StartDropBoxManager
  1522. 01-01 00:00:31.668 1921 1971 D SensorService: nuSensorService starting...
  1523. 01-01 00:00:31.668 1921 1921 I SystemServiceManager: Starting com.android.server.DropBoxManagerService
  1524. 01-01 00:00:31.674 1921 1921 D SystemServerTiming: StartDropBoxManager took to complete: 6ms
  1525. 01-01 00:00:31.674 1921 1921 I SystemServer: StartBatteryService
  1526. 01-01 00:00:31.675 1921 1921 I SystemServiceManager: Starting com.android.server.BatteryService
  1527. 01-01 00:00:31.677 1773 1972 D : AccelSensor enable 0 , handle 0 ,mEnabled 0
  1528. 01-01 00:00:31.678 1773 1773 D : AccelSensor enable 0 , handle 1 ,mEnabled 0
  1529. 01-01 00:00:31.678 1773 1773 D : MagSensor mEnabled 0, OrientaionSensor mEnabled 0
  1530. 01-01 00:00:31.679 1773 1972 D : AccelSensor enable 0 , handle 2 ,mEnabled 0
  1531. 01-01 00:00:31.679 1773 1972 D : MagSensor mEnabled 0, OrientaionSensor mEnabled 0
  1532. 01-01 00:00:31.680 1921 1971 I SensorService: Generated new HMAC key.
  1533. 01-01 00:00:31.682 1921 1971 D SystemServerTimingAsync: StartSensorService took to complete: 14ms
  1534. 01-01 00:00:31.682 1921 1971 D SystemServerInitThreadPool: Finished executing StartSensorService
  1535. 01-01 00:00:31.683 1921 1974 D SensorService: nuSensorService thread starting...
  1536. 01-01 00:00:31.684 1921 1973 D SensorService: new thread SensorEventAckReceiver
  1537. 01-01 00:00:31.690 1921 1970 D SystemServerInitThreadPool: Finished executing Init OverlayManagerService
  1538. 01-01 00:00:31.693 1921 1934 E LightsService: Light requested not available on this device. 3
  1539. 01-01 00:00:31.694 1921 1921 D SystemServerTiming: StartBatteryService took to complete: 19ms
  1540. 01-01 00:00:31.694 1921 1921 I SystemServer: StartUsageService
  1541. 01-01 00:00:31.694 1921 1921 I SystemServiceManager: Starting com.android.server.usage.UsageStatsService
  1542. 01-01 00:00:31.701 1921 1921 D SystemServerTiming: StartUsageService took to complete: 7ms
  1543. 01-01 00:00:31.701 1921 1921 I SystemServer: StartWebViewUpdateService
  1544. 01-01 00:00:31.701 1921 1921 I SystemServiceManager: Starting com.android.server.webkit.WebViewUpdateService
  1545. 01-01 00:00:31.708 1921 1921 D SystemServerTiming: StartWebViewUpdateService took to complete: 7ms
  1546. 01-01 00:00:31.710 1921 1935 D SystemServerInitThreadPool: Started executing SecondaryZygotePreload
  1547. 01-01 00:00:31.710 1921 1935 I SystemServer: SecondaryZygotePreload
  1548. 01-01 00:00:31.712 1921 1921 I SystemServer: StartKeyAttestationApplicationIdProviderService
  1549. 01-01 00:00:31.714 1921 1921 D SystemServerTiming: StartKeyAttestationApplicationIdProviderService took to complete: 2ms
  1550. 01-01 00:00:31.714 1921 1921 I SystemServer: StartKeyChainSystemService
  1551. 01-01 00:00:31.715 1921 1921 I SystemServiceManager: Starting com.android.server.security.KeyChainSystemService
  1552. 01-01 00:00:31.716 1921 1921 D SystemServerTiming: StartKeyChainSystemService took to complete: 2ms
  1553. 01-01 00:00:31.716 1921 1921 I SystemServer: StartSchedulingPolicyService
  1554. 01-01 00:00:31.717 1921 1921 D SystemServerTiming: StartSchedulingPolicyService took to complete: 1ms
  1555. 01-01 00:00:31.717 1921 1921 I SystemServer: StartTelecomLoaderService
  1556. 01-01 00:00:31.718 1921 1921 I SystemServiceManager: Starting com.android.server.telecom.TelecomLoaderService
  1557. 01-01 00:00:31.718 1921 1921 D SystemServerTiming: StartTelecomLoaderService took to complete: 1ms
  1558. 01-01 00:00:31.718 1921 1921 I SystemServer: StartTelephonyRegistry
  1559. 01-01 00:00:31.722 1921 1935 I Zygote : Process: zygote socket zygote opened, supported ABIS: armeabi-v7a,armeabi
  1560. 01-01 00:00:31.726 1921 1921 D SystemServerTiming: StartTelephonyRegistry took to complete: 8ms
  1561. 01-01 00:00:31.726 1921 1921 I SystemServer: StartEntropyMixer
  1562. 01-01 00:00:31.728 1921 1921 W EntropyMixer: No existing entropy file -- first boot?
  1563. 01-01 00:00:31.730 1921 1921 I EntropyMixer: Added HW RNG output to entropy pool
  1564. 01-01 00:00:31.730 1921 1921 I EntropyMixer: Writing entropy...
  1565. 01-01 00:00:31.731 1921 1921 D SystemServerTiming: StartEntropyMixer took to complete: 5ms
  1566. 01-01 00:00:31.731 1921 1921 I SystemServer: StartAccountManagerService
  1567. 01-01 00:00:31.731 1921 1921 I SystemServiceManager: Starting com.android.server.accounts.AccountManagerService$Lifecycle
  1568. 01-01 00:00:31.733 1921 1935 E SystemServer: Unable to preload default resources
  1569. 01-01 00:00:31.733 1921 1935 D SystemServerTimingAsync: SecondaryZygotePreload took to complete: 23ms
  1570. 01-01 00:00:31.733 1921 1935 D SystemServerInitThreadPool: Finished executing SecondaryZygotePreload
  1571. 01-01 00:00:31.745 1921 1921 D SystemServerTiming: StartAccountManagerService took to complete: 14ms
  1572. 01-01 00:00:31.745 1921 1921 I SystemServer: StartContentService
  1573. 01-01 00:00:31.746 1921 1921 I SystemServiceManager: Starting com.android.server.content.ContentService$Lifecycle
  1574. 01-01 00:00:31.749 1921 1921 D SystemServerTiming: StartContentService took to complete: 4ms
  1575. 01-01 00:00:31.749 1921 1921 I SystemServer: InstallSystemProviders
  1576. 01-01 00:00:31.854 1921 1921 I SettingsState: No settings state /data/system/users/0/settings_system.xml
  1577. 01-01 00:00:31.862 1921 1921 I SettingsState: No settings state /data/system/users/0/settings_secure.xml
  1578. 01-01 00:00:31.865 1921 1921 D SettingsProvider: Generated and saved new ANDROID_ID [92ba3b0d81508390] for user 0
  1579. 01-01 00:00:31.867 1921 1921 I SettingsState: No settings state /data/system/users/0/settings_global.xml
  1580. 01-01 00:00:31.880 1921 1921 D SettingsProvider: Setting [] as Autofill Service for user 0
  1581. 01-01 00:00:31.883 1921 1921 I SettingsState: No settings state /data/system/users/0/settings_ssaid.xml
  1582. 01-01 00:00:31.894 1921 1921 D SystemServerTiming: InstallSystemProviders took to complete: 145ms
  1583. 01-01 00:00:31.894 1921 1921 I SystemServer: StartVibratorService
  1584. 01-01 00:00:31.896 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.vibrator@1.0::IVibrator/default in either framework or device manifest.
  1585. 01-01 00:00:31.898 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.vibrator@1.0::IVibrator/default in either framework or device manifest.
  1586. 01-01 00:00:31.899 1921 1921 E VibratorService: vibratorOff command failed (1).
  1587. 01-01 00:00:31.900 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.vibrator@1.0::IVibrator/default in either framework or device manifest.
  1588. 01-01 00:00:31.903 1921 1921 D SystemServerTiming: StartVibratorService took to complete: 9ms
  1589. 01-01 00:00:31.903 1921 1921 I SystemServer: StartConsumerIrService
  1590. 01-01 00:00:31.905 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.ir@1.0::IConsumerIr/default in either framework or device manifest.
  1591. 01-01 00:00:31.909 1921 1921 D SystemServerTiming: StartConsumerIrService took to complete: 6ms
  1592. 01-01 00:00:31.909 1921 1921 I SystemServer: StartAlarmManagerService
  1593. 01-01 00:00:31.909 1921 1921 I SystemServiceManager: Starting com.android.server.AlarmManagerService
  1594. 01-01 00:00:31.913 1921 1921 W AlarmManagerService: no wall clock RTC found
  1595. 01-01 00:00:31.913 1921 1921 D AlarmManagerService: Kernel timezone updated to 0 minutes west of GMT
  1596. 01-01 00:00:31.919 1921 1921 D SystemServerTiming: StartAlarmManagerService took to complete: 10ms
  1597. 01-01 00:00:31.919 1921 1921 I SystemServer: InitWatchdog
  1598. 01-01 00:00:31.920 1921 1921 D SystemServerTiming: InitWatchdog took to complete: 1ms
  1599. 01-01 00:00:31.920 1921 1921 I SystemServer: StartInputManagerService
  1600. 01-01 00:00:31.921 1921 1921 I InputManager: Initializing input manager, mUseDevInputEventForAudioJack=false
  1601. 01-01 00:00:31.923 1921 1921 D SystemServerTiming: StartInputManagerService took to complete: 3ms
  1602. 01-01 00:00:31.923 1921 1921 I SystemServer: StartWindowManagerService
  1603. 01-01 00:00:31.952 1921 1944 I WindowManager: No existing display settings /data/system/display_settings.xml; starting empty
  1604. 01-01 00:00:32.012 1921 1938 V WindowManager: state_cable false
  1605. 01-01 00:00:32.018 1921 1921 D SystemServerTiming: StartWindowManagerService took to complete: 95ms
  1606. 01-01 00:00:32.019 1921 1967 D SystemServerInitThreadPool: Started executing StartHidlServices
  1607. 01-01 00:00:32.019 1921 1921 I SystemServer: StartVrManagerService
  1608. 01-01 00:00:32.019 1921 1967 I SystemServer: StartHidlServices
  1609. 01-01 00:00:32.019 1921 1921 I SystemServiceManager: Starting com.android.server.vr.VrManagerService
  1610. 01-01 00:00:32.023 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.vr@1.0::IVr/default in either framework or device manifest.
  1611. 01-01 00:00:32.027 1921 1921 W VrManagerService: init_native: Could not open IVr interface
  1612. 01-01 00:00:32.029 1921 1921 D SystemServerTiming: StartHidlServices took to complete: 10ms
  1613. 01-01 00:00:32.030 1921 1921 I SystemServer: SetWindowManagerService
  1614. 01-01 00:00:32.035 1921 1967 D SystemServerTiming: SetWindowManagerService took to complete: 5ms
  1615. 01-01 00:00:32.035 1921 1967 D SystemServerInitThreadPool: Finished executing StartHidlServices
  1616. 01-01 00:00:32.040 1921 1921 D SystemServerTiming: StartVrManagerService took to complete: 21ms
  1617. 01-01 00:00:32.040 1921 1921 I SystemServer: StartInputManager
  1618. 01-01 00:00:32.040 1921 1921 I InputManager: Starting input manager
  1619. 01-01 00:00:32.048 1921 1921 D SystemServerTiming: StartInputManager took to complete: 8ms
  1620. 01-01 00:00:32.048 1921 1921 I SystemServer: DisplayManagerWindowManagerAndInputReady
  1621. 01-01 00:00:32.048 1921 1921 D SystemServerTiming: DisplayManagerWindowManagerAndInputReady took to complete: 0ms
  1622. 01-01 00:00:32.048 1921 1921 I SystemServer: StartBluetoothService
  1623. 01-01 00:00:32.049 1921 1921 I SystemServiceManager: Starting com.android.server.BluetoothService
  1624. 01-01 00:00:32.055 1921 1991 D EventHub: No input device configuration file found for device 'gpio-keys'.
  1625. 01-01 00:00:32.063 1921 1921 D BluetoothManagerService: Loading stored name and address
  1626. 01-01 00:00:32.064 1921 1921 D BluetoothManagerService: Stored bluetooth Name=null,Address=null
  1627. 01-01 00:00:32.064 1921 1921 D BluetoothManagerService: Bluetooth persisted state: 0
  1628. [ 33.158449] fec 2188000.ethernet eth0: no PHY, assuming direct connection to switch
  1629. 01-01 00:00:32.065 1921 1921 D [ 33.168529] libphy: PHY fixed-0:00 not found
  1630. SystemServerTiming: StartBluetoot[ 33.175249] fec 2188000.ethernet eth0: could not attach to PHY
  1631. hService took to complete: 17ms
  1632. 01-01 00:00:32.065 1921 1921 I SystemServer: IpConnectivityMetrics
  1633. 01-01 00:00:32.066 1921 1921 I SystemServiceManager: Starting com.android.server.connectivity.IpConnectivityMetrics
  1634. 01-01 00:00:32.068 1921 1921 D SystemServerTiming: IpConnectivityMetrics took to complete: 3ms
  1635. 01-01 00:00:32.068 1921 1921 I SystemServer: PinnerService
  1636. 01-01 00:00:32.068 1921 1921 I SystemServiceManager: Starting com.android.server.PinnerService
  1637. 01-01 00:00:32.069 1921 1991 I EventHub: wakeMechanism=EPOLLWAKEUP, usingClockIoctl=true
  1638. 01-01 00:00:32.069 1921 1991 I EventHub: New device: id=1, fd=95, path='/dev/input/event0', name='gpio-keys', classes=0x3, configuration='', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/
  1639. system/usr/keychars/Generic.kcm', builtinKeyboard=false,
  1640. 01-01 00:00:32.071 1921 1921 D SystemServerTiming: PinnerService took to complete: 3ms
  1641. 01-01 00:00:32.072 1921 1921 I SystemServer: StartInputMethodManagerLifecycle
  1642. 01-01 00:00:32.072 1921 1921 I SystemServiceManager: Starting com.android.server.InputMethodManagerService$Lifecycle
  1643. 01-01 00:00:32.081 1921 1991 I InputReader: Device added: id=-1, name='Virtual', sources=0x00000301
  1644. 01-01 00:00:32.082 1921 1991 I InputReader: Device added: id=1, name='gpio-keys', sources=0x00000101
  1645. 01-01 00:00:32.088 1921 1921 D SystemServerTiming: StartInputMethodManagerLifecycle took to complete: 16ms
  1646. 01-01 00:00:32.088 1921 1921 I SystemServer: StartAccessibilityManagerService
  1647. 01-01 00:00:32.113 1921 1921 D SystemServerTiming: StartAccessibilityManagerService took to complete: 25ms
  1648. 01-01 00:00:32.114 1921 1921 I SystemServer: MakeDisplayReady
  1649. 01-01 00:00:32.116 1921 1921 I ActivityManager: Config changes=5df8 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1080dp 160dpi xlrg long land ?uimode ?night -touch qwerty/v/v -nav/h appBounds=Rect(0, 0 -
  1650. 1920, 1080) s.2}
  1651. 01-01 00:00:32.125 1921 1936 I UsageStatsDatabase: Upgrading from version 0 to 3
  1652. 01-01 00:00:32.125 1921 1936 I UsageStatsDatabase: Deleting all usage stats files
  1653. 01-01 00:00:32.130 1921 1936 I UsageStatsService: User[0] Rollover scheduled @ 1970-01-02 00:00:32(86432120)
  1654. 01-01 00:00:32.130 1921 1936 D UsageStatsService: Initializing defaults for system apps on user 0
  1655. 01-01 00:00:32.133 1921 1921 I ActivityManager: Override config changes=40007dfc {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1080dp 160dpi xlrg long land ?uimode ?night -touch qwerty/v/v -nav/h appBounds
  1656. =Rect(0, 0 - 1920, 1080) s.2} for displayId=0
  1657. 01-01 00:00:32.134 1921 1936 E AppIdleHistory: Unable to read app idle file for user 0
  1658. 01-01 00:00:32.155 1921 1991 I InputReader: Reconfiguring input devices. changes=0x00000004
  1659. 01-01 00:00:32.157 1921 1921 I ActivityManager: Config changes=400 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land ?uimode ?night -touch qwerty/v/v -nav/h appBounds=Rect(0, 0 - 1
  1660. 920, 1024) s.3}
  1661. 01-01 00:00:32.167 1921 1921 I ActivityManager: Override config changes=400 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land ?uimode ?night -touch qwerty/v/v -nav/h appBounds=Rect
  1662. (0, 0 - 1920, 1024) s.3} for displayId=0
  1663. 01-01 00:00:32.172 1921 1921 D SystemServerTiming: MakeDisplayReady took to complete: 58ms
  1664. 01-01 00:00:32.172 1921 1921 I SystemServer: StartStorageManagerService
  1665. 01-01 00:00:32.173 1921 1921 I SystemServiceManager: Starting com.android.server.StorageManagerService$Lifecycle
  1666. 01-01 00:00:32.186 1921 1921 D SystemServerTiming: StartStorageManagerService took to complete: 14ms
  1667. 01-01 00:00:32.186 1921 1921 I SystemServer: StartStorageStatsService
  1668. 01-01 00:00:32.186 1921 1921 I SystemServiceManager: Starting com.android.server.usage.StorageStatsService$Lifecycle
  1669. 01-01 00:00:32.188 1921 1994 D StorageManagerService: Thinking about init, mSystemReady=false, mDaemonConnected=true
  1670. 01-01 00:00:32.188 1921 1994 D StorageManagerService: Thinking about reset, mSystemReady=false, mDaemonConnected=true
  1671. 01-01 00:00:32.188 1921 1994 D StorageManagerService: Thinking about init, mSystemReady=false, mDaemonConnected=true
  1672. 01-01 00:00:32.188 1921 1994 D StorageManagerService: Thinking about reset, mSystemReady=false, mDaemonConnected=true
  1673. 01-01 00:00:32.189 1921 1994 D CryptdConnector: SND -> {1 cryptfs getfield SystemLocale}
  1674. 01-01 00:00:32.196 1921 1921 D SystemServerTiming: StartStorageStatsService took to complete: 10ms
  1675. 01-01 00:00:32.196 1921 1943 W CacheQuotaStrategy: could not access the cache quota service: no package!
  1676. 01-01 00:00:32.196 1921 1921 I SystemServer: StartUiModeManager
  1677. 01-01 00:00:32.196 1921 1921 I SystemServiceManager: Starting com.android.server.UiModeManagerService
  1678. 01-01 00:00:32.199 1921 1971 D SystemServerInitThreadPool: Started executing UiModeManager.onStart
  1679. 01-01 00:00:32.199 1921 1971 I ActivityManager: Config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land -touch qwerty/v/v -nav/h appBounds=Rect(0, 0 - 1920, 1024) s.4}
  1680. 01-01 00:00:32.200 1921 1921 D SystemServerTiming: StartUiModeManager took to complete: 4ms
  1681. 01-01 00:00:32.200 1921 1921 I SystemServer: PerformFstrimIfNeeded
  1682. 01-01 00:00:32.202 1921 1921 D SystemServerTiming: PerformFstrimIfNeeded took to complete: 1ms
  1683. 01-01 00:00:32.202 1921 1921 I SystemServer: StartLockSettingsService
  1684. 01-01 00:00:32.202 1713 1717 E Cryptfs : Bad magic for real block device /dev/block/by-name/datafooter
  1685. 01-01 00:00:32.202 1713 1717 E Cryptfs : Getfield error, cannot load persistent data
  1686. 01-01 00:00:32.202 1921 1921 I SystemServiceManager: Starting com.android.server.locksettings.LockSettingsService$Lifecycle
  1687. 01-01 00:00:32.203 1921 1996 D CryptdConnector: RCV <- {200 1 -2}
  1688. 01-01 00:00:32.206 1921 1994 W StorageManagerService: No primary storage mounted!
  1689. 01-01 00:00:32.206 1921 1994 D VoldConnector: SND -> {1 asec list}
  1690. 01-01 00:00:32.208 1921 1995 D VoldConnector: RCV <- {200 1 asec operation succeeded}
  1691. 01-01 00:00:32.156 1921 1991 I chatty : uid=1000(system) InputReader identical 2 lines
  1692. 01-01 00:00:32.174 1921 1991 I InputReader: Reconfiguring input devices. changes=0x00000004
  1693. 01-01 00:00:32.209 1921 1994 I PackageManager: No secure containers found
  1694. 01-01 00:00:32.242 1921 1971 I ActivityManager: Override config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw1080dp w1920dp h1000dp 160dpi xlrg long land -touch qwerty/v/v -nav/h appBounds=Rect(0, 0 - 1920, 1
  1695. 024) s.4} for displayId=0
  1696. 01-01 00:00:32.242 1921 1994 W StorageManagerService: No primary storage defined yet; hacking together a stub
  1697. 01-01 00:00:32.246 1921 1994 W StorageManagerService: No primary storage mounted!
  1698. 01-01 00:00:32.247 1921 1994 D VoldConnector: SND -> {2 asec list}
  1699. 01-01 00:00:32.247 1921 1995 D VoldConnector: RCV <- {200 2 asec operation succeeded}
  1700. 01-01 00:00:32.249 1921 1971 D SystemServerInitThreadPool: Finished executing UiModeManager.onStart
  1701. 01-01 00:00:32.253 1921 1921 W SystemServiceManager: Service com.android.server.locksettings.LockSettingsService$Lifecycle took 51 ms in onStart
  1702. 01-01 00:00:32.254 1921 1921 D SystemServerTiming: StartLockSettingsService took to complete: 52ms
  1703. 01-01 00:00:32.254 1921 1921 I SystemServer: StartPersistentDataBlock
  1704. 01-01 00:00:32.254 1921 1921 I SystemServiceManager: Starting com.android.server.PersistentDataBlockService
  1705. 01-01 00:00:32.256 1921 1970 D SystemServerInitThreadPool: Started executing PersistentDataBlockService.onStart
  1706. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: not able to find package
  1707. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: android.content.pm.PackageManager$NameNotFoundException:
  1708. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at android.app.ApplicationPackageManager.getPackageUidAsUser(ApplicationPackageManager.java:281)
  1709. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.getAllowedUid(PersistentDataBlockService.java:112)
  1710. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.serve
  1711. r.PersistentDataBlockService.lambda$-com_android_server_PersistentDataBlockService_5033(PersistentDataBlockService.java:125)
  1712. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.$m$3(Unknown Source:4)
  1713. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.run(Unknown Source:23)
  1714. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.server.SystemServerInitThreadPool.lambda$-com_android_server_SystemServerInitThreadPool_2249(SystemServerInitThreadPool.java:64)
  1715. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$Ganck_s9Kl5o2K6eVDoQTKLc-6g.$m$2(Unknown Source:8)
  1716. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$Ganck_s9Kl5o2K6eVDoQTKLc-6g.run(Unknown Source:19)
  1717. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
  1718. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  1719. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
  1720. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
  1721. 01-01 00:00:32.257 1921 1970 E PersistentDataBlockService: at com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:59)
  1722. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: partition not available?
  1723. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: java.io.FileNotFoundException: /dev/block/by-name/presistdata (Permission denied)
  1724. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at java.io.FileInputStream.open0(Native Method)
  1725. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at java.io.FileInputStream.open(FileInputStream.java:200)
  1726. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at java.io.FileInputStream.<init>(FileInputStream.java:150)
  1727. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.computeDigestLocked(PersistentDataBlockService.java:268)
  1728. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.enforceChecksumValidity(PersistentDataBlockService.java:227)
  1729. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.lambda$-com_android_server_PersistentDataBlockService_5033(PersistentDataBlockService.java:126
  1730. )
  1731. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.$m$3(Unknown Source:4)
  1732. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.run(Unknown Source:23)
  1733. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.SystemServerInitThreadPool.lambda$-com_android_server_SystemServerInitThreadPool_2249(SystemServerInitThreadPool.java:64)
  1734. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$Ganck_s9Kl5o2K6eVDoQTKLc-6g.$m$2(Unknown Source:8)
  1735. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$Ganck_s9Kl5o2K6eVDoQTKLc-6g.run(Unknown Source:19)
  1736. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
  1737. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  1738. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockSer
  1739. vice: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
  1740. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
  1741. 01-01 00:00:32.258 1921 1970 E PersistentDataBlockService: at com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:59)
  1742. 01-01 00:00:32.258 1921 1970 I PersistentDataBlockService: Formatting FRP partition...
  1743. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: partition not available?
  1744. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: java.io.FileNotFoundException: /dev/block/by-name/presistdata (Permission denied)
  1745. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.io.FileOutputStream.open0(Native Method)
  1746. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.io.FileOutputStream.open(FileOutputStream.java:287)
  1747. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.io.FileOutputStream.<init>(FileOutputStream.java:223)
  1748. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
  1749. 01-01 [ 34.327435] type=1400 audit(13.870:12): avc: denied { read } for pid=1905 comm="BootAnimation::" name="system" dev="tmpfs" ino=7433 scontext=u:r:bootanim:s0 tcontext=u:object_r:system_data_file:s0 t
  1750. class=dir permissive=1
  1751. 00:00:32.259 1921 1970 E Persis[ 34.349634] type=1400 audit(34.310:13): avc: denied { write } for pid=1921 comm="Binder:1921_1" name="timerslack_ns" dev="proc" ino=13681 scontext=u:r:system_server:s0 tco
  1752. ntext=u:r:untrusted_app_25:s0:c512,c768 tclass=file permissive=1
  1753. tentDataBlockService: at com.android.server.PersistentDataBlockService.formatPartitionLocked(PersistentDataBlockService.java:310)
  1754. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.enforceChecksumValidity(PersistentDataBlockService.java:230)
  1755. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.server.PersistentDataBlockService.lambda$-com_android_server_PersistentDataBlockService_5033(PersistentDataBlockService.java:126
  1756. )
  1757. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.$m$3(Unknown Source:4)
  1758. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$VaVGUZuNs2jqHMhhxPzwNl4zK-M.run(Unknown Source:23)
  1759. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.server.SystemServerInitThreadPool.lambda$-com_android_server_SystemServerInitThreadPool_2249(SystemServerInitThreadPool.java:64)
  1760. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$Ganck_s9Kl5o2K6eVDoQTKLc-6g.$m$2(Unknown Source:8)
  1761. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.server.-$Lambda$Ganck_s9Kl5o2K6eVDoQTKLc-6g.run(Unknown Source:19)
  1762. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
  1763. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  1764. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1162)
  1765. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:636)
  1766. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: at com.android.internal.util.ConcurrentUtils$1$1.run(ConcurrentUtils.java:59)
  1767. 01-01 00:00:32.259 1921 1970 E PersistentDataBlockService: partition not available
  1768. 01-01 00:00:32.262 1921 1921 D SystemServerTiming: StartPersistentDataBlock took to complete: 8ms
  1769. 01-01 00:00:32.262 1921 1921 I SystemServer: StartOemLockService
  1770. 01-01 00:00:32.263 1921 1921 I SystemServiceManager: Starting com.android.server.oemlock.OemLockService
  1771. 01-01 00:00:32.263 1921 1970 D SystemServerInitThreadPool: Finished executing PersistentDataBlockService.onStart
  1772. 01-01 00:00:32.245 1921 1994 W StorageManagerService: No primary storage defined yet; hacking together a stub
  1773. 01-01 00:00:32.264 1921 1921 I system_server: Looking for service android.hardware.oemlock@1.0::IOemLock/default
  1774. 01-01 00:00:32.265 1702 1702 W /system/bin/hwservicemanager: getTransport: Cannot find entry android.hardware.oemlock@1.0::IOemLock/default in either framework or device manifest.
  1775. 01-01 00:00:32.266 1921 1921 I OemLock : OemLock HAL not present on device
  1776. 01-01 00:00:32.266 1921 1921 I OemLock : Using persistent data block based lock
  1777. 01-01 00:00:32.268 1921 1921 D SystemServerTiming: StartOemLockService took to complete: 6ms
  1778. 01-01 00:00:32.268 1921 1921 I SystemServer: StartDeviceIdleController
  1779. 01-01 00:00:32.269 1921 1921 I SystemServiceManager: Starting com.android.server.DeviceIdleController
  1780. 01-01 00:00:32.275 1921 1921 D SystemServerTiming: StartDeviceIdleController took to complete: 7ms
  1781. 01-01 00:00:32.276 1921 1921 I SystemServer: StartDevicePolicyManager
  1782. 01-01 00:00:32.276 1921 1921 I SystemServiceManager: Starting com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
  1783. 01-01 00:00:32.294 1921 1921 D SystemServerTiming: StartDevicePolicyManager took to complete: 18ms
  1784. 01-01 00:00:32.294 1921 1921 I SystemServer: StartStatusBarManagerService
  1785. 01-01 00:00:32.298 1921 1921 D SystemServerTiming: StartStatusBarManagerService took to complete: 4ms
  1786. 01-01 00:00:32.299 1921 1921 I SystemServer: StartClipboardService
  1787. 01-01 00:00:32.299 1921 1921 I SystemServiceManager: Starting com.android.server.clipboard.ClipboardService
  1788. 01-01 00:00:32.302 1921 1921 D SystemServerTiming: StartClipboardService took to complete: 3ms
  1789. 01-01 00:00:32.303 1921 1921 I SystemServer: StartNetworkManagementService
  1790. 01-01 00:00:32.308 1921 1997 I NetworkManagement: onDaemonConnected()
  1791. 01-01 00:00:32.314 1921 1921 D SystemServerTiming: StartNetworkManagementService took to complete: 11ms
  1792. 01-01 00:00:32.314 1921 1921 I SystemServer: StartTextServicesManager
  1793. 01-01 00:00:32.314 1921 1921 I SystemServiceManager: Starting com.android.server.TextServicesManagerService$Lifecycle
  1794. 01-01 00:00:32.327 1921 1921 D SystemServerTiming: StartTextServicesManager took to complete: 13ms
  1795. 01-01 00:00:32.327 1921 1921 I SystemServer: StartNetworkScoreService
  1796. 01-01 00:00:32.332 1921 1921 D SystemServerTiming: StartNetworkScoreService took to complete: 5ms
  1797. 01-01 00:00:32.332 1921 1921 I SystemServer: StartNetworkStatsService
  1798. 01-01 00:00:32.340 1921 1921 D SystemServerTiming: StartNetworkStatsService took to complete: 8ms
  1799. 01-01 00:00:32.340 1921 1921 I SystemServer: StartNetworkPolicyManagerService
  1800. 01-01 00:00:32.350 1921 2000 I ServiceThread: Enabled StrictMode logging for NetworkPolicy.uid looper.
  1801. 01-01 00:00:32.351 1921 1921 D SystemServerTiming: StartNetworkPolicyManagerService took to complete: 11ms
  1802. 01-01 00:00:32.352 1921 1921 I SystemServer: StartWifi
  1803. 01-01 00:00:32.392 1921 1921 I SystemServiceManager: Starting com.android.server.wifi.WifiService
  1804. 01-01 00:00:32.433 1921 1921 D WifiApConfigStore: 2G band allowed channels are:1,6,11
  1805. 01-01 00:00:32.434 1921 1921 E WifiApConfigStore: Error reading hotspot configuration java.io.FileNotFoundException: /data/misc/wifi/softap.conf (No such file or directory)
  1806. 01-01 00:00:32.434 1921 1921 D WifiApConfigStore: Fallback to use default AP configuration
  1807. 01-01 00:00:32.556 1921 2003 E IpManager.wlan0: ERROR Failed to disable IPv6: java.lang.IllegalStateException: command '1 interface ipv6 wlan0 disable' failed with '400 1 Failed to change IPv6 state (No su
  1808. ch file or directory)'
  1809. 01-01 00:00:32.557 1796 1874 D CommandListener: Clearing all IP addresses on wlan0
  1810. 01-01 00:00:32.560 1921 2002 E HalDeviceManager: isSupported: called but mServiceManager is null!?
  1811. 01-01 00:00:32.560 1921 2002 I WifiNative-wlan0: Vendor HAL not supported, Ignore stop...
  1812. 01-01 00:00:32.561 1921 2002 D WificondControl: tearing down interfaces in wificond
  1813. 01-01 00:00:32.585 1921 1921 D WifiController: isAirplaneModeOn = false, isWifiEnabled = false, isScanningAvailable = false
  1814. 01-01 00:00:32.594 1921 1921 E SupplicantStaIfaceHal: Can't call setDebugParams, ISupplicant is null
  1815. 01-01 00:00:32.594 1921 1921 W WifiDiags: no ring buffers found
  1816. 01-01 00:00:32.595 1921 1921 W WifiDiags: Failed to start packet fate monitoring
  1817. 01-01 00:00:32.595 1921 1921 I WifiService: Registering wifi
  1818. 01-01 00:00:32.597 1921 1921 D SystemServerTiming: StartWifi took to complete: 245ms
  1819. 01-01 00:00:32.598 1921 1921 I SystemServer: StartWifiScanning
  1820. 01-01 00:00:32.601 1921 1921 I SystemServiceManager: Starting com.android.server.wifi.scanner.WifiScanningService
  1821. 01-01 00:00:32.602 1921 1921 I WifiScanningService: Creating wifiscanner
  1822. 01-01 00:00:32.604 1921 1921 I WifiScanningService: Publishing wifiscanner
  1823. 01-01 00:00:32.606 1921 1921 D SystemServerTiming: StartWifiScanning took to complete: 8ms
  1824. 01-01 00:00:32.606 1921 1921 I SystemServer: StartWifiRtt
  1825. 01-01 00:00:32.607 1921 1921 I SystemServiceManager: Starting com.android.server.wifi.RttService
  1826. 01-01 00:00:32.608 1921 1921 I RttService: Creating rttmanager
  1827. 01-01 00:00:32.609 1921 1921 I RttService: Starting rttmanager
  1828. 01-01 00:00:32.610 1921 1921 D SystemServerTiming: StartWifiRtt took to complete: 4ms
  1829. 01-01 00:00:32.610 1921 1921 I SystemServer: No Wi-Fi Aware Service (Aware support Not Present)
  1830. 01-01 00:00:32.610 1921 1921 I SystemServer: StartWifiP2P
  1831. 01-01 00:00:32.611 1921 1921 I SystemServiceManager: Starting com.android.server.wifi.p2p.WifiP2pService
  1832. 01-01 00:00:32.631 1921 1921 I WifiP2pService: Registering wifip2p
  1833. 01-01 00:00:32.632 1921 1921 D SystemServerTiming: StartWifiP2P took to complete: 22ms
  1834. 01-01 00:00:32.633 1921 1921 I SystemServer: StartEthernet
  1835. 01-01 00:00:32.634 1921 1921 I SystemServiceManager: Starting com.android.server.ethernet.EthernetService
  1836. 01-01 00:00:32.635 1921 1921 I EthernetServiceImpl: Creating EthernetConfigStore
  1837. 01-01 00:00:32.636 1921 1921 E IpConfigStore: Error opening configuration file: java.io.FileNotFoundException: /data/misc/ethernet/ipconfig.txt (No such file or directory)
  1838. 01-01 00:00:32.636 1921 1921 W EthernetConfigStore: No Ethernet configuration found. Using default.
  1839. 01-01 00:00:32.636 1921 1921 I EthernetServiceImpl: Read stored IP configuration: IP assignment: DHCP
  1840. 01-01 00:00:32.636 1921 1921 I EthernetServiceImpl: Proxy settings: NONE
  1841. 01-01 00:00:32.642 1921 1921 I EthernetService: Registering service ethernet
  1842. 01-01 00:00:32.643 1921 1921 D SystemServerTiming: StartEthernet took to complete: 10ms
  1843. 01-01 00:00:32.643 1921 1921 I SystemServer: StartConnectivityService
  1844. 01-01 00:00:32.656 1921 1921 D ConnectivityService: ConnectivityService starting up
  1845. 01-01 00:00:32.659 1921 1921 D ConnectivityService: wifiOnly=true
  1846. 01-01 00:00:32.659 1921 1921 E ConnectivityService: Ignoring protectedNetwork 10
  1847. 01-01 00:00:32.659 1921 1921 E ConnectivityService: Ignoring protectedNetwork 11
  1848. 01-01 00:00:32.659 1921 1921 E ConnectivityService: Ignoring protectedNetwork 12
  1849. 01-01 00:00:32.659 1921 1921 E ConnectivityService: Ignoring protectedNetwork 14
  1850. 01-01 00:00:32.659 1921 1921 E ConnectivityService: Ignoring protectedNetwork 15
  1851. 01-01 00:00:32.681 1921 1921 D SystemServerTiming: StartConnectivityService took to complete: 37ms
  1852. 01-01 00:00:32.682 1921 1921 I SystemServer: StartNsdService
  1853. 01-01 00:00:32.686 1921 1921 D NsdService: Network service discovery is enabled
  1854. 01-01 00:00:32.690 1921 1921 D SystemServerTiming: StartNsdService took to complete: 8ms
  1855. 01-01 00:00:32.690 1921 1921 I SystemServer: StartUpdateLockService
  1856. 01-01 00:00:32.692 1921 1921 D SystemServerTiming: StartUpdateLockService took to complete: 2ms
  1857. 01-01 00:00:32.692 1921 1921 I SystemServer: StartNotificationManager
  1858. 01-01 00:00:32.693 1921 1921 I SystemServiceManager: Starting com.android.server.notification.NotificationManagerService
  1859. 01-01 00:00:32.725 1921 1921 D ConditionProviders.SCP: new ScheduleConditionProvider()
  1860. 01-01 00:00:32.730 1921 1921 D ZenLog : set_zen_mode: off,init
  1861. 01-01 00:00:32.742 1921 1921 D SystemServerTiming: StartNotificationManager took to complete: 50ms
  1862. 01-01 00:00:32.742 1921 1921 I SystemServer: StartDeviceMonitor
  1863. 01-01 00:00:32.743 1921 1921 I SystemServiceManager: Starting com.android.server.storage.DeviceStorageMonitorService
  1864. 01-01 00:00:32.744 1921 1921 D SystemServerTiming: StartDeviceMonitor took to complete: 2ms
  1865. 01-01 00:00:32.745 1921 1921 I SystemServer: StartLocationManagerService
  1866. 01-01 00:00:32.751 1921 1921 D SystemServerTiming: StartLocationManagerService took to complete: 6ms
  1867. 01-01 00:00:32.751 1921 1921 I SystemServer: StartCountryDetectorService
  1868. 01-01 00:00:32.753 1921 1921 D SystemServerTiming: StartCountryDetectorService took to complete: 2ms
  1869. 01-01 00:00:32.754 1921 1921 I SystemServer: StartSearchManagerService
  1870. 01-01 00:00:32.754 1921 1921 I SystemServiceManager: Starting com.android.server.search.SearchManagerService$Lifecycle
  1871. 01-01 00:00:32.758 1921 1921 D SystemServerTiming: StartSearchManagerService took to complete: 4ms
  1872. 01-01 00:00:32.758 1921 1921 I SystemServer: StartWallpaperManagerService
  1873. 01-01 00:00:32.758 1921 1921 I SystemServiceManager: Starting com.android.server.wallpaper.WallpaperManagerService$Lifecycle
  1874. 01-01 00:00:32.762 1921 1921 I WallpaperManagerService: No static wallpaper imagery; defaults will be shown
  1875. 01-01 00:00:32.762 1921 1921 W WallpaperManagerService: no current wallpaper -- first boot?
  1876. 01-01 00:00:32.763 1921 1921 D SystemServerTiming: StartWallpaperManagerService took to complete: 5ms
  1877. 01-01 00:00:32.763 1921 1921 I SystemServer: StartAudioService
  1878. 01-01 00:00:32.764 1921 1921 I SystemServiceManager: Starting com.android.server.audio.AudioService$Lifecycle
  1879. 01-01 00:00:32.779 1787 1891 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1000 => granted (977 us)
  1880. 01-01 00:00:32.780 1921 1921 W TelecomManager: Telecom Service not found.
  1881. 01-01 00:00:32.810 1921 1921 D SystemServerTiming: StartAudioService took to complete: 47ms
  1882. 01-01 00:00:32.810 1921 1921 I SystemServer: StartDockObserver
  1883. 01-01 00:00:32.810 1921 1921 I SystemServiceManager: Starting com.android.server.DockObserver
  1884. 01-01 00:00:32.811 1921 1921 W DockObserver: This kernel does not have dock station support
  1885. 01-01 00:00:32.813 1921 1921 D SystemServerTiming: StartDockObserver took to complete: 3ms
  1886. 01-01 00:00:32.813 1921 1921 I SystemServer: StartWiredAccessoryManager
  1887. 01-01 00:00:32.817 1921 1921 W WiredAccessoryManager: This kernel does not have wired headset support
  1888. 01-01 00:00:32.818 1921 1921 W WiredAccessoryManager: This kernel does not have usb audio support
  1889. 01-01 00:00:32.818 1921 1921 W WiredAccessoryManager: This kernel does not have HDMI audio support
  1890. 01-01 00:00:32.818 1921 1921 D SystemServerTiming: StartWiredAccessoryManager took to complete: 5ms
  1891. 01-01 00:00:32.819 1921 1921 I SystemServer: StartUsbService
  1892. 01-01 00:00:32.819 1921 1921 I SystemServiceManager: Starting com.android.server.usb.UsbService$Lifecycle
  1893. 01-01 00:00:32.825 1921 1921 E AlsaCardRecord: Failed to parse line 0 of /proc/asound/cards: ---
  1894. 01-01 00:00:32.828 1921 1921 I system_server: Looking for service android.hidl.manager@1.0::IServiceManager/default
  1895. 01-01 00:00:32.830 1921 1921 I system_server: Starting thread pool.
  1896. 01-01 00:00:32.833 1921 1986 I UsbPortManager: Usb hal service started android.hardware.usb@1.0::IUsb default
  1897. 01-01 00:00:32.833 1921 1921 I system_server: Looking for service android.hardware.usb@1.0::IUsb/default
  1898. 01-01 00:00:32.836 1921 1921 I system_server: Starting thread pool.
  1899. 01-01 00:00:32.838 1774 1774 I android.hardware.usb@1.0-service: registering callback
  1900. 01-01 00:00:32.839 1774 1774 E android.hardware.usb@1.0-service: Failed to open /sys/class/dual_role_usb
  1901. 01-01 00:00:32.839 1774 2018 E android.hardware.usb@1.0-service: creating thread
  1902. ^C-01 00:00:32.843 1921 1921 D SystemServerTiming: StartUsbService took to complete: 24ms
  1903. 130|sabresd_6dq:/ $ [ 56.387165] init: Service 'bootanim' (pid 1905) exited with status 0
  1904.  
  1905. 130|sabresd_6dq:/ $
  1906. 130|sabresd_6dq:/ $ [ 66.258047] init: processing action (sys.boot_completed=1) from (/init.rc:676)
  1907. [ 66.272160] init: processing action (sys.boot_completed=1) from (/init.freescale.rc:164)
  1908. [ 66.283977] init: processing action (sys.boot_completed=1 && sys.logbootcomplete=1) from (/system/etc/init/bootstat.rc:34)
  1909. [ 66.300768] init: starting service 'exec 4 (/system/bin/bootstat --record_boot_complete)'...
  1910. [ 66.316581] init: SVC_EXEC pid 2374 (uid 0 gid 0+0 context default) started; waiting...
  1911. [ 66.402419] init: Service 'exec 4 (/system/bin/bootstat --record_boot_complete)' (pid 2374) exited with status 0 waiting took 0.101905 seconds
  1912. [ 66.418119] init: starting service 'exec 5 (/system/bin/bootstat --record_boot_reason)'...
  1913. [ 66.429410] init: SVC_EXEC pid 2375 (uid 0 gid 0+0 context default) started; waiting...
  1914. [ 66.487717] init: Service 'exec 5 (/system/bin/bootstat --record_boot_reason)' (pid 2375) exited with status 0 waiting took 0.070199 seconds
  1915. [ 66.505017] init: starting service 'exec 6 (/system/bin/bootstat --record_time_since_factory_reset)'...
  1916. reb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement