Skip to content

Instantly share code, notes, and snippets.

@aljustiet
Created April 4, 2024 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aljustiet/d4b3d5be13fca51da0f6903f43830a06 to your computer and use it in GitHub Desktop.
Save aljustiet/d4b3d5be13fca51da0f6903f43830a06 to your computer and use it in GitHub Desktop.
Log

/var/lib/waydroid/waydroid.cfg:

[waydroid]
arch = x86_64
vendor_type = MAINLINE
system_datetime = 0
vendor_datetime = 0
suspend_action = freeze
mount_overlays = True
images_path = /usr/share/waydroid-extra/images
system_ota = https://ota.waydro.id/system/lineage/waydroid_x86_64/VANILLA.json
vendor_ota = https://ota.waydro.id/vendor/waydroid_x86_64/MAINLINE.json
binder = binder
vndbinder = anbox-vndbinder
hwbinder = anbox-hwbinder
binder_protocol = aidl3
service_manager_protocol = aidl3

[properties]

/var/lib/waydroid/waydroid.prop:

debug.stagefright.ccodec=0
ro.hardware.gralloc=gbm
ro.hardware.egl=mesa
ro.hardware.vulkan=radeon
ro.hardware.camera=v4l2
ro.opengles.version=196609
waydroid.updater.disabled=true
waydroid.tools_version=1.4.2
ro.vndk.lite=true
waydroid.host.user=aljustiet
waydroid.host.uid=1000
waydroid.host.gid=1000
waydroid.host_data_path=/home/aljustiet/.local/share/waydroid/data
waydroid.xdg_runtime_dir=/run/user/1000
waydroid.pulse_runtime_path=/run/user/1000/pulse
waydroid.wayland_display=wayland-1
waydroid.background_start=false
waydroid.stub_sensors_hal=1

/var/lib/waydroid/waydroid_base.prop:

debug.stagefright.ccodec=0
ro.hardware.gralloc=gbm
ro.hardware.egl=mesa
ro.hardware.vulkan=radeon
ro.hardware.camera=v4l2
ro.opengles.version=196609
waydroid.updater.disabled=true
waydroid.tools_version=1.4.2
ro.vndk.lite=true

/var/lib/waydroid/waydroid.log:

(296636) [12:48:25] % modprobe binder_linux devices="anbox-binder,anbox-vndbinder,anbox-hwbinder"
modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.7.9-arch1-1
(296636) [12:48:25] Failed to load binder driver
(296636) [12:48:25] modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.7.9-arch1-1
(069825) [07:33:55] % modprobe binder_linux devices="anbox-binder,anbox-vndbinder,anbox-hwbinder"
modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.8.2-arch2-1
(069825) [07:33:55] Failed to load binder driver
(069825) [07:33:55] modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.8.2-arch2-1
(136601) [07:48:42] ERROR: Action "init" needs root access
(136601) [07:48:42] See also: <https://github.com/waydroid>
(136601) [07:48:42] Traceback (most recent call last):
  File "/usr/lib/waydroid/tools/__init__.py", line 63, in main
    actionNeedRoot(args.action)
  File "/usr/lib/waydroid/tools/__init__.py", line 21, in actionNeedRoot
    raise RuntimeError(
RuntimeError: Action "init" needs root access

(136687) [07:48:47] % modprobe binder_linux devices="anbox-binder,anbox-vndbinder,anbox-hwbinder"
modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.8.2-arch2-1
(136687) [07:48:47] Failed to load binder driver
(136687) [07:48:47] modprobe: FATAL: Module binder_linux not found in directory /lib/modules/6.8.2-arch2-1
(136687) [07:48:47] ERROR: Binder node "binder" for waydroid not found
(136687) [07:48:47] See also: <https://github.com/waydroid>
(136687) [07:48:47] Traceback (most recent call last):
  File "/usr/lib/waydroid/tools/__init__.py", line 64, in main
    actions.init(args)
  File "/usr/lib/waydroid/tools/actions/initializer.py", line 110, in init
    setup_config(args)
  File "/usr/lib/waydroid/tools/actions/initializer.py", line 97, in setup_config
    helpers.drivers.setupBinderNodes(args)
  File "/usr/lib/waydroid/tools/helpers/drivers.py", line 134, in setupBinderNodes
    raise OSError('Binder node "binder" for waydroid not found')
OSError: Binder node "binder" for waydroid not found

(140839) [07:52:12] % mkdir -p /dev/binderfs
(140839) [07:52:12] % mount -t binder binder /dev/binderfs
(140839) [07:52:12] % ln -s /dev/binderfs/anbox-hwbinder /dev/binderfs/anbox-vndbinder /dev/binderfs/binder /dev/binderfs/binder-control /dev/
ln: failed to create symbolic link '/dev/binder': File exists
(140839) [07:52:12] Save config: /var/lib/waydroid/waydroid.cfg
(140839) [07:52:12] % lxc-info --version
5.0.3
(140839) [07:52:12] % mkdir -p /var/lib/waydroid/lxc/waydroid
(140839) [07:52:12] % sh -c cat "/usr/lib/waydroid/data/configs/config_base" "/usr/lib/waydroid/data/configs/config_3" "/usr/lib/waydroid/data/configs/config_4" > "/var/lib/waydroid/lxc/waydroid/config"
(140839) [07:52:12] % sed -i s/LXCARCH/x86_64/ /var/lib/waydroid/lxc/waydroid/config
(140839) [07:52:12] % cp -fpr /usr/lib/waydroid/data/configs/waydroid.seccomp /var/lib/waydroid/lxc/waydroid/waydroid.seccomp
(140839) [07:52:12] % systemctl is-active -q apparmor
(140839) [07:52:12] % mv /var/lib/waydroid/config_nodes /var/lib/waydroid/lxc/waydroid
(069823) [07:52:12] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(069823) [07:52:12] % chmod 666 -R /dev/binder
(069823) [07:52:12] % chmod 666 -R /dev/anbox-vndbinder
(069823) [07:52:12] % chmod 666 -R /dev/anbox-hwbinder
(069823) [07:52:27] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(069823) [07:52:27] % systemctl is-active -q nfcd
(069823) [07:52:27] % chmod 777 -R /dev/ashmem
(069823) [07:52:27] % chmod 777 -R /dev/dri
(069823) [07:52:27] % chmod 777 -R /dev/fb0
(069823) [07:52:27] % chmod 777 -R /dev/video0
(069823) [07:52:27] % chmod 777 -R /dev/video1
(069823) [07:52:27] % chmod 777 -R /dev/video2
(069823) [07:52:27] % chmod 777 -R /dev/video3
(069823) [07:52:27] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(069823) [07:52:27] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(069823) [07:52:27] % mkdir -p /var/lib/waydroid/overlay_work/system
(069823) [07:52:27] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(069823) [07:52:27] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(069823) [07:52:27] % mkdir -p /var/lib/waydroid/overlay_work/vendor
(069823) [07:52:27] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(069823) [07:52:27] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(069823) [07:52:27] Save config: /var/lib/waydroid/waydroid.cfg
(069823) [07:52:27] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(069823) [07:52:27] New background process: pid=141191, output=background
(069823) [07:52:27] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(069823) [07:52:27] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(069823) [07:52:27] waiting 10 seconds for container to start...
(069823) [07:52:28] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(069823) [07:52:28] waiting 9 seconds for container to start...
(141118) [07:52:29] Skipping clipboard manager service because of missing pyclip package
(141118) [07:52:36] waydroidusermonitor: Received transaction: 1
(141118) [07:52:36] Android with user 0 is ready
(141118) [07:52:36] % adb start-server
* daemon not running; starting now at tcp:5037
* daemon started successfully
(141118) [07:52:37] % adb connect 192.168.240.112
connected to 192.168.240.112:5555
(141118) [07:52:37] Established ADB connection to Waydroid device at 192.168.240.112.
(069823) [07:52:47] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(141118) [07:54:12] Clipboard service is not even started
(069823) [07:54:12] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(069823) [07:54:12] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(069823) [07:54:12] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(069823) [07:54:12] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(069823) [07:54:12] % systemctl is-enabled -q nfcd
(069823) [07:54:12] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(069823) [07:54:13] % umount /var/lib/waydroid/rootfs/vendor
(069823) [07:54:13] % umount /var/lib/waydroid/rootfs/vendor
(069823) [07:54:13] % umount /var/lib/waydroid/rootfs
(069823) [07:54:13] % umount /var/lib/waydroid/rootfs
(170924) [07:59:46] ERROR: Action "init" needs root access
(170924) [07:59:46] See also: <https://github.com/waydroid>
(170924) [07:59:46] Traceback (most recent call last):
  File "/usr/lib/waydroid/tools/__init__.py", line 63, in main
    actionNeedRoot(args.action)
  File "/usr/lib/waydroid/tools/__init__.py", line 21, in actionNeedRoot
    raise RuntimeError(
RuntimeError: Action "init" needs root access

(171053) [07:59:55] Already initialized
(069823) [08:00:01] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(069823) [08:00:01] % systemctl is-active -q nfcd
(069823) [08:00:01] % chmod 777 -R /dev/ashmem
(069823) [08:00:01] % chmod 777 -R /dev/dri
(069823) [08:00:01] % chmod 777 -R /dev/fb0
(069823) [08:00:01] % chmod 777 -R /dev/video0
(069823) [08:00:01] % chmod 777 -R /dev/video1
(069823) [08:00:01] % chmod 777 -R /dev/video2
(069823) [08:00:01] % chmod 777 -R /dev/video3
(069823) [08:00:01] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(069823) [08:00:01] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(069823) [08:00:01] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(069823) [08:00:01] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(069823) [08:00:01] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(069823) [08:00:01] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(069823) [08:00:01] Save config: /var/lib/waydroid/waydroid.cfg
(069823) [08:00:01] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(069823) [08:00:01] New background process: pid=171212, output=background
(069823) [08:00:01] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(069823) [08:00:01] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(069823) [08:00:01] waiting 10 seconds for container to start...
(171166) [08:00:02] Skipping clipboard manager service because of missing pyclip package
(171166) [08:00:10] waydroidusermonitor: Received transaction: 1
(171166) [08:00:10] Android with user 0 is ready
(171166) [08:00:10] % adb start-server
(171166) [08:00:10] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(171166) [08:00:10] Established ADB connection to Waydroid device at 192.168.240.112.
(069823) [08:00:40] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(069823) [08:01:56] waydroidhardware: Received transaction: 3
(069823) [08:01:56] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(069823) [08:01:56] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(069823) [08:01:56] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(069823) [08:02:23] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(069823) [08:02:23] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(069823) [08:02:23] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(069823) [08:02:23] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
/usr/lib/waydroid/data/scripts/waydroid-net.sh: line 255: kill: (171189) - No such process
(069823) [08:02:24] % systemctl is-enabled -q nfcd
(069823) [08:02:24] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(069823) [08:02:24] % umount /var/lib/waydroid/rootfs/vendor
(069823) [08:02:24] % umount /var/lib/waydroid/rootfs/vendor
(069823) [08:02:24] % umount /var/lib/waydroid/rootfs
(069823) [08:02:24] % umount /var/lib/waydroid/rootfs
(171166) [08:02:24] Clipboard service is not even started
(175278) [08:02:24] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(175278) [08:02:24] % chmod 666 -R /dev/binder
(175278) [08:02:24] % chmod 666 -R /dev/anbox-vndbinder
(175278) [08:02:24] % chmod 666 -R /dev/anbox-hwbinder
(175469) [08:02:38] Starting waydroid session
(175278) [08:02:38] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(175278) [08:02:38] % systemctl is-active -q nfcd
(175278) [08:02:38] % chmod 777 -R /dev/ashmem
(175278) [08:02:38] % chmod 777 -R /dev/dri
(175278) [08:02:38] % chmod 777 -R /dev/fb0
(175278) [08:02:38] % chmod 777 -R /dev/video0
(175278) [08:02:38] % chmod 777 -R /dev/video1
(175278) [08:02:38] % chmod 777 -R /dev/video2
(175278) [08:02:38] % chmod 777 -R /dev/video3
(175278) [08:02:38] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(175278) [08:02:38] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(175278) [08:02:38] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(175278) [08:02:38] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(175278) [08:02:38] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(175278) [08:02:38] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(175278) [08:02:38] Save config: /var/lib/waydroid/waydroid.cfg
(175278) [08:02:38] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(175278) [08:02:38] New background process: pid=175515, output=background
(175278) [08:02:38] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(175278) [08:02:38] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(175278) [08:02:38] waiting 10 seconds for container to start...
(175469) [08:02:39] Skipping clipboard manager service because of missing pyclip package
(175469) [08:02:47] waydroidusermonitor: Received transaction: 1
(175469) [08:02:47] Android with user 0 is ready
(175469) [08:02:47] % adb start-server
(175469) [08:02:47] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(175469) [08:02:47] Established ADB connection to Waydroid device at 192.168.240.112.
(175278) [08:03:59] waydroidhardware: Received transaction: 3
(175278) [08:03:59] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(175278) [08:03:59] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(175278) [08:03:59] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:03] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:03] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:03] % lxc-unfreeze -P /var/lib/waydroid/lxc -n waydroid
(175278) [08:04:03] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(175278) [08:04:03] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(175278) [08:04:03] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(175278) [08:04:03] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:15] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:15] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:15] % lxc-unfreeze -P /var/lib/waydroid/lxc -n waydroid
(175278) [08:04:15] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(175278) [08:04:15] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(175278) [08:04:15] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(175278) [08:04:15] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:22] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(175278) [08:04:22] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(175278) [08:04:22] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(175278) [08:04:22] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
/usr/lib/waydroid/data/scripts/waydroid-net.sh: line 255: kill: (175493) - No such process
(175278) [08:04:22] % systemctl is-enabled -q nfcd
(175278) [08:04:22] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(175278) [08:04:22] % umount /var/lib/waydroid/rootfs/vendor
(175278) [08:04:22] % umount /var/lib/waydroid/rootfs/vendor
(175278) [08:04:22] % umount /var/lib/waydroid/rootfs
(175278) [08:04:22] % umount /var/lib/waydroid/rootfs
(175469) [08:04:28] Clipboard service is not even started
(178898) [08:04:28] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(178898) [08:04:28] % chmod 666 -R /dev/binder
(178898) [08:04:28] % chmod 666 -R /dev/anbox-vndbinder
(178898) [08:04:28] % chmod 666 -R /dev/anbox-hwbinder
(178968) [08:04:31] Starting waydroid session
(178898) [08:04:31] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(178898) [08:04:31] % systemctl is-active -q nfcd
(178898) [08:04:31] % chmod 777 -R /dev/ashmem
(178898) [08:04:31] % chmod 777 -R /dev/dri
(178898) [08:04:31] % chmod 777 -R /dev/fb0
(178898) [08:04:31] % chmod 777 -R /dev/video0
(178898) [08:04:31] % chmod 777 -R /dev/video1
(178898) [08:04:31] % chmod 777 -R /dev/video2
(178898) [08:04:31] % chmod 777 -R /dev/video3
(178898) [08:04:31] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(178898) [08:04:31] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(178898) [08:04:31] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(178898) [08:04:31] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(178898) [08:04:31] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(178898) [08:04:31] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(178898) [08:04:31] Save config: /var/lib/waydroid/waydroid.cfg
(178898) [08:04:31] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(178898) [08:04:31] New background process: pid=179012, output=background
(178898) [08:04:31] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(178898) [08:04:31] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(178898) [08:04:31] waiting 10 seconds for container to start...
(178968) [08:04:32] Skipping clipboard manager service because of missing pyclip package
(178968) [08:04:45] waydroidusermonitor: Received transaction: 1
(178968) [08:04:45] Android with user 0 is ready
(178968) [08:04:45] % adb start-server
(178968) [08:04:45] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(178968) [08:04:45] Established ADB connection to Waydroid device at 192.168.240.112.
(178898) [08:05:46] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(178898) [08:05:57] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(178898) [08:06:00] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(178898) [08:06:11] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(178898) [08:06:11] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(178898) [08:06:12] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(178898) [08:06:12] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
/usr/lib/waydroid/data/scripts/waydroid-net.sh: line 255: kill: (178994) - No such process
(178898) [08:06:12] % systemctl is-enabled -q nfcd
(178898) [08:06:12] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(178898) [08:06:12] % umount /var/lib/waydroid/rootfs/vendor
(178898) [08:06:12] % umount /var/lib/waydroid/rootfs/vendor
(178898) [08:06:12] % umount /var/lib/waydroid/rootfs
(178898) [08:06:12] % umount /var/lib/waydroid/rootfs
(178968) [08:06:12] Clipboard service is not even started
(184522) [08:06:12] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(184522) [08:06:12] % chmod 666 -R /dev/binder
(184522) [08:06:12] % chmod 666 -R /dev/anbox-vndbinder
(184522) [08:06:12] % chmod 666 -R /dev/anbox-hwbinder
(191389) [08:06:27] Already initialized
(184522) [08:06:30] Hardware service is not even started
(184522) [08:06:30] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(184522) [08:06:30] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
waydroid-net isn't running
(184522) [08:06:30] % systemctl is-enabled -q nfcd
(191490) [08:06:30] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(191490) [08:06:30] % chmod 666 -R /dev/binder
(191490) [08:06:30] % chmod 666 -R /dev/anbox-vndbinder
(191490) [08:06:30] % chmod 666 -R /dev/anbox-hwbinder
(191541) [08:06:33] Starting waydroid session
(191490) [08:06:33] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(191490) [08:06:33] % systemctl is-active -q nfcd
(191490) [08:06:33] % chmod 777 -R /dev/ashmem
(191490) [08:06:33] % chmod 777 -R /dev/dri
(191490) [08:06:33] % chmod 777 -R /dev/fb0
(191490) [08:06:33] % chmod 777 -R /dev/video0
(191490) [08:06:33] % chmod 777 -R /dev/video1
(191490) [08:06:33] % chmod 777 -R /dev/video2
(191490) [08:06:33] % chmod 777 -R /dev/video3
(191490) [08:06:33] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(191490) [08:06:33] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(191490) [08:06:33] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(191490) [08:06:33] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(191490) [08:06:33] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(191490) [08:06:33] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(191490) [08:06:33] Save config: /var/lib/waydroid/waydroid.cfg
(191490) [08:06:33] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(191490) [08:06:33] New background process: pid=191589, output=background
(191490) [08:06:33] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(191490) [08:06:33] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(191490) [08:06:33] waiting 10 seconds for container to start...
(191490) [08:06:34] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(191490) [08:06:34] waiting 9 seconds for container to start...
(191541) [08:06:35] Skipping clipboard manager service because of missing pyclip package
(191541) [08:06:50] waydroidusermonitor: Received transaction: 1
(191541) [08:06:50] Android with user 0 is ready
(191541) [08:06:50] % adb start-server
(191541) [08:06:50] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(191541) [08:06:50] Established ADB connection to Waydroid device at 192.168.240.112.
(191541) [08:07:19] Clipboard service is not even started
(191490) [08:07:19] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(191490) [08:07:19] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(191490) [08:07:19] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(191490) [08:07:19] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(191490) [08:07:20] % systemctl is-enabled -q nfcd
(191490) [08:07:20] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(191490) [08:07:20] % umount /var/lib/waydroid/rootfs/vendor
(191490) [08:07:20] % umount /var/lib/waydroid/rootfs/vendor
(191490) [08:07:20] % umount /var/lib/waydroid/rootfs
(191490) [08:07:20] % umount /var/lib/waydroid/rootfs
(194281) [08:07:39] WayDroid session is stopped
(194347) [08:07:43] WayDroid session is stopped
(194423) [08:07:47] Already initialized
(194695) [08:08:10] WayDroid session is stopped
(191490) [08:08:28] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(191490) [08:08:28] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
waydroid-net isn't running
(191490) [08:08:28] % systemctl is-enabled -q nfcd
(194969) [08:08:28] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(194969) [08:08:28] % chmod 666 -R /dev/binder
(194969) [08:08:28] % chmod 666 -R /dev/anbox-vndbinder
(194969) [08:08:28] % chmod 666 -R /dev/anbox-hwbinder
(195049) [08:08:33] Starting waydroid session
(194969) [08:08:33] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(194969) [08:08:33] % systemctl is-active -q nfcd
(194969) [08:08:33] % chmod 777 -R /dev/ashmem
(194969) [08:08:33] % chmod 777 -R /dev/dri
(194969) [08:08:33] % chmod 777 -R /dev/fb0
(194969) [08:08:33] % chmod 777 -R /dev/video0
(194969) [08:08:33] % chmod 777 -R /dev/video1
(194969) [08:08:33] % chmod 777 -R /dev/video2
(194969) [08:08:33] % chmod 777 -R /dev/video3
(194969) [08:08:33] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(194969) [08:08:33] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(194969) [08:08:33] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(194969) [08:08:33] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(194969) [08:08:33] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(194969) [08:08:33] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(194969) [08:08:33] Save config: /var/lib/waydroid/waydroid.cfg
(194969) [08:08:33] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(194969) [08:08:33] New background process: pid=195096, output=background
(194969) [08:08:33] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(195049) [08:08:33] Skipping clipboard manager service because of missing pyclip package
(195049) [08:08:47] waydroidusermonitor: Received transaction: 1
(195049) [08:08:47] Android with user 0 is ready
(195049) [08:08:47] % adb start-server
(195049) [08:08:47] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(195049) [08:08:47] Established ADB connection to Waydroid device at 192.168.240.112.
(195049) [08:09:07] Clipboard service is not even started
(194969) [08:09:07] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(194969) [08:09:07] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(194969) [08:09:08] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(194969) [08:09:08] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(194969) [08:09:08] % systemctl is-enabled -q nfcd
(194969) [08:09:08] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(194969) [08:09:08] % umount /var/lib/waydroid/rootfs/vendor
(194969) [08:09:08] % umount /var/lib/waydroid/rootfs/vendor
(194969) [08:09:08] % umount /var/lib/waydroid/rootfs
(194969) [08:09:08] % umount /var/lib/waydroid/rootfs
(197663) [08:09:30] WayDroid session is stopped
(197727) [08:09:34] WayDroid session is stopped
(194969) [08:09:40] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(194969) [08:09:40] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
waydroid-net isn't running
(194969) [08:09:40] % systemctl is-enabled -q nfcd
(197868) [08:09:41] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(197868) [08:09:41] % chmod 666 -R /dev/binder
(197868) [08:09:41] % chmod 666 -R /dev/anbox-vndbinder
(197868) [08:09:41] % chmod 666 -R /dev/anbox-hwbinder
(197891) [08:09:43] Starting waydroid session
(197868) [08:09:43] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(197868) [08:09:43] % systemctl is-active -q nfcd
(197868) [08:09:43] % chmod 777 -R /dev/ashmem
(197868) [08:09:43] % chmod 777 -R /dev/dri
(197868) [08:09:43] % chmod 777 -R /dev/fb0
(197868) [08:09:43] % chmod 777 -R /dev/video0
(197868) [08:09:43] % chmod 777 -R /dev/video1
(197868) [08:09:43] % chmod 777 -R /dev/video2
(197868) [08:09:43] % chmod 777 -R /dev/video3
(197868) [08:09:43] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(197868) [08:09:43] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(197868) [08:09:43] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(197868) [08:09:43] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(197868) [08:09:43] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(197868) [08:09:43] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(197868) [08:09:43] Save config: /var/lib/waydroid/waydroid.cfg
(197868) [08:09:43] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(197868) [08:09:43] New background process: pid=197940, output=background
(197868) [08:09:43] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(197868) [08:09:43] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(197868) [08:09:43] waiting 10 seconds for container to start...
(197891) [08:09:44] Skipping clipboard manager service because of missing pyclip package
(197891) [08:09:57] waydroidusermonitor: Received transaction: 1
(197891) [08:09:57] Android with user 0 is ready
(197891) [08:09:57] % adb start-server
(197891) [08:09:57] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(197891) [08:09:57] Established ADB connection to Waydroid device at 192.168.240.112.
(197891) [08:10:26] Clipboard service is not even started
(197868) [08:10:26] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(197868) [08:10:26] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(197868) [08:10:26] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(197868) [08:10:26] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(197868) [08:10:26] % systemctl is-enabled -q nfcd
(197868) [08:10:26] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(197868) [08:10:26] % umount /var/lib/waydroid/rootfs/vendor
(197868) [08:10:26] % umount /var/lib/waydroid/rootfs/vendor
(197868) [08:10:26] % umount /var/lib/waydroid/rootfs
(197868) [08:10:26] % umount /var/lib/waydroid/rootfs
(200448) [08:10:36] Already initialized
(197868) [08:10:42] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(197868) [08:10:42] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
waydroid-net isn't running
(197868) [08:10:42] % systemctl is-enabled -q nfcd
(200576) [08:10:42] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(200576) [08:10:42] % chmod 666 -R /dev/binder
(200576) [08:10:42] % chmod 666 -R /dev/anbox-vndbinder
(200576) [08:10:42] % chmod 666 -R /dev/anbox-hwbinder
(200592) [08:10:44] Starting waydroid session
(200576) [08:10:44] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(200576) [08:10:44] % systemctl is-active -q nfcd
(200576) [08:10:44] % chmod 777 -R /dev/ashmem
(200576) [08:10:44] % chmod 777 -R /dev/dri
(200576) [08:10:44] % chmod 777 -R /dev/fb0
(200576) [08:10:44] % chmod 777 -R /dev/video0
(200576) [08:10:44] % chmod 777 -R /dev/video1
(200576) [08:10:44] % chmod 777 -R /dev/video2
(200576) [08:10:44] % chmod 777 -R /dev/video3
(200576) [08:10:44] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(200576) [08:10:44] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(200576) [08:10:44] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(200576) [08:10:44] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(200576) [08:10:44] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(200576) [08:10:44] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(200576) [08:10:44] Save config: /var/lib/waydroid/waydroid.cfg
(200576) [08:10:44] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(200576) [08:10:44] New background process: pid=200638, output=background
(200576) [08:10:44] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200592) [08:10:44] Skipping clipboard manager service because of missing pyclip package
(200592) [08:10:56] waydroidusermonitor: Received transaction: 1
(200592) [08:10:56] Android with user 0 is ready
(200592) [08:10:56] % adb start-server
(200592) [08:10:56] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(200592) [08:10:56] Established ADB connection to Waydroid device at 192.168.240.112.
(200576) [08:12:06] waydroidhardware: Received transaction: 3
(200576) [08:12:06] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200576) [08:12:06] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(200576) [08:12:06] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(234288) [08:49:40] Already initialized
(200576) [08:50:16] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(200576) [08:50:16] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(200576) [08:50:16] % lxc-unfreeze -P /var/lib/waydroid/lxc -n waydroid
(200576) [08:50:16] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200576) [08:50:16] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200576) [08:50:16] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(200576) [08:50:16] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(200576) [08:50:19] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(200576) [08:50:19] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(200576) [08:50:19] % lxc-unfreeze -P /var/lib/waydroid/lxc -n waydroid
(200576) [08:50:19] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200576) [08:50:19] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200576) [08:50:19] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(200576) [08:50:19] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(200576) [08:50:23] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN
(200576) [08:50:23] % lxc-unfreeze -P /var/lib/waydroid/lxc -n waydroid
(200576) [08:50:23] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200592) [08:50:47] Clipboard service is not even started
(200576) [08:50:47] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200576) [08:50:47] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(200576) [08:50:47] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(200576) [08:50:47] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(200576) [08:50:47] % systemctl is-enabled -q nfcd
(200576) [08:50:47] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(200576) [08:50:47] % umount /var/lib/waydroid/rootfs/vendor
(200576) [08:50:47] % umount /var/lib/waydroid/rootfs/vendor
(200576) [08:50:47] % umount /var/lib/waydroid/rootfs
(200576) [08:50:47] % umount /var/lib/waydroid/rootfs
(235854) [08:51:17] Starting waydroid session
(200576) [08:51:17] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(200576) [08:51:17] % systemctl is-active -q nfcd
(200576) [08:51:17] % chmod 777 -R /dev/ashmem
(200576) [08:51:17] % chmod 777 -R /dev/dri
(200576) [08:51:17] % chmod 777 -R /dev/fb0
(200576) [08:51:17] % chmod 777 -R /dev/video0
(200576) [08:51:17] % chmod 777 -R /dev/video1
(200576) [08:51:17] % chmod 777 -R /dev/video2
(200576) [08:51:17] % chmod 777 -R /dev/video3
(200576) [08:51:17] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(200576) [08:51:17] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(200576) [08:51:17] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(200576) [08:51:17] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(200576) [08:51:17] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(200576) [08:51:17] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(200576) [08:51:17] Save config: /var/lib/waydroid/waydroid.cfg
(200576) [08:51:17] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(200576) [08:51:17] New background process: pid=235900, output=background
(200576) [08:51:17] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(235854) [08:51:17] Skipping clipboard manager service because of missing pyclip package
(235854) [08:51:26] waydroidusermonitor: Received transaction: 1
(235854) [08:51:26] Android with user 0 is ready
(235854) [08:51:26] % adb start-server
(235854) [08:51:26] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(235854) [08:51:26] Established ADB connection to Waydroid device at 192.168.240.112.
(235854) [08:51:42] Clipboard service is not even started
(200576) [08:51:42] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(200576) [08:51:42] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(200576) [08:51:42] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(200576) [08:51:42] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(200576) [08:51:42] % systemctl is-enabled -q nfcd
(200576) [08:51:42] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(200576) [08:51:42] % umount /var/lib/waydroid/rootfs/vendor
(200576) [08:51:42] % umount /var/lib/waydroid/rootfs/vendor
(200576) [08:51:42] % umount /var/lib/waydroid/rootfs
(200576) [08:51:42] % umount /var/lib/waydroid/rootfs
(238281) [08:52:01] Already initialized
(200576) [08:52:06] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(200576) [08:52:06] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
waydroid-net isn't running
(200576) [08:52:06] % systemctl is-enabled -q nfcd
(238358) [08:52:06] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(238358) [08:52:06] % chmod 666 -R /dev/binder
(238358) [08:52:06] % chmod 666 -R /dev/anbox-vndbinder
(238358) [08:52:06] % chmod 666 -R /dev/anbox-hwbinder
(238425) [08:52:10] Starting waydroid session
(238358) [08:52:10] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(238358) [08:52:10] % systemctl is-active -q nfcd
(238358) [08:52:10] % chmod 777 -R /dev/ashmem
(238358) [08:52:10] % chmod 777 -R /dev/dri
(238358) [08:52:10] % chmod 777 -R /dev/fb0
(238358) [08:52:10] % chmod 777 -R /dev/video0
(238358) [08:52:10] % chmod 777 -R /dev/video1
(238358) [08:52:10] % chmod 777 -R /dev/video2
(238358) [08:52:10] % chmod 777 -R /dev/video3
(238358) [08:52:10] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(238358) [08:52:10] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(238358) [08:52:11] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(238358) [08:52:11] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(238358) [08:52:11] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(238358) [08:52:11] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(238358) [08:52:11] Save config: /var/lib/waydroid/waydroid.cfg
(238358) [08:52:11] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(238358) [08:52:11] New background process: pid=238472, output=background
(238358) [08:52:11] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(238358) [08:52:11] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [08:52:11] waiting 10 seconds for container to start...
(238425) [08:52:12] Skipping clipboard manager service because of missing pyclip package
(238425) [08:52:20] waydroidusermonitor: Received transaction: 1
(238425) [08:52:20] Android with user 0 is ready
(238425) [08:52:20] % adb start-server
(238425) [08:52:20] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(238425) [08:52:20] Established ADB connection to Waydroid device at 192.168.240.112.
(238425) [08:52:33] Clipboard service is not even started
(238358) [08:52:33] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [08:52:33] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(238358) [08:52:33] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(238358) [08:52:33] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(238358) [08:52:33] % systemctl is-enabled -q nfcd
(238358) [08:52:33] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(238358) [08:52:33] % umount /var/lib/waydroid/rootfs/vendor
(238358) [08:52:33] % umount /var/lib/waydroid/rootfs/vendor
(238358) [08:52:33] % umount /var/lib/waydroid/rootfs
(238358) [08:52:33] % umount /var/lib/waydroid/rootfs
(241049) [08:52:54] Starting waydroid session
(238358) [08:52:54] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(238358) [08:52:54] % systemctl is-active -q nfcd
(238358) [08:52:54] % chmod 777 -R /dev/ashmem
(238358) [08:52:54] % chmod 777 -R /dev/dri
(238358) [08:52:54] % chmod 777 -R /dev/fb0
(238358) [08:52:54] % chmod 777 -R /dev/video0
(238358) [08:52:54] % chmod 777 -R /dev/video1
(238358) [08:52:54] % chmod 777 -R /dev/video2
(238358) [08:52:54] % chmod 777 -R /dev/video3
(238358) [08:52:54] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(238358) [08:52:54] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(238358) [08:52:54] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(238358) [08:52:54] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(238358) [08:52:54] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(238358) [08:52:54] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(238358) [08:52:54] Save config: /var/lib/waydroid/waydroid.cfg
(238358) [08:52:54] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(238358) [08:52:54] New background process: pid=241098, output=background
(238358) [08:52:54] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(241049) [08:52:54] Skipping clipboard manager service because of missing pyclip package
(241049) [08:53:03] waydroidusermonitor: Received transaction: 1
(241049) [08:53:03] Android with user 0 is ready
(241049) [08:53:03] % adb start-server
(241049) [08:53:03] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(241049) [08:53:03] Established ADB connection to Waydroid device at 192.168.240.112.
(241049) [08:55:06] Clipboard service is not even started
(238358) [08:55:06] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [08:55:06] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(238358) [08:55:06] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(238358) [08:55:06] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(238358) [08:55:07] % systemctl is-enabled -q nfcd
(238358) [08:55:07] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(238358) [08:55:07] % umount /var/lib/waydroid/rootfs/vendor
(238358) [08:55:07] % umount /var/lib/waydroid/rootfs/vendor
(238358) [08:55:07] % umount /var/lib/waydroid/rootfs
(238358) [08:55:07] % umount /var/lib/waydroid/rootfs
(248722) [08:58:38] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(248722) [08:58:38] WayDroid container is STOPPED
(248791) [08:58:44] Starting waydroid session
(238358) [08:58:44] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(238358) [08:58:44] % systemctl is-active -q nfcd
(238358) [08:58:44] % chmod 777 -R /dev/ashmem
(238358) [08:58:44] % chmod 777 -R /dev/dri
(238358) [08:58:44] % chmod 777 -R /dev/fb0
(238358) [08:58:44] % chmod 777 -R /dev/video0
(238358) [08:58:44] % chmod 777 -R /dev/video1
(238358) [08:58:44] % chmod 777 -R /dev/video2
(238358) [08:58:44] % chmod 777 -R /dev/video3
(238358) [08:58:44] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(238358) [08:58:44] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(238358) [08:58:44] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(238358) [08:58:44] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(238358) [08:58:44] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(238358) [08:58:44] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(238358) [08:58:44] Save config: /var/lib/waydroid/waydroid.cfg
(238358) [08:58:44] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(238358) [08:58:44] New background process: pid=248842, output=background
(238358) [08:58:44] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(238358) [08:58:44] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [08:58:44] waiting 10 seconds for container to start...
(248791) [08:58:45] Skipping clipboard manager service because of missing pyclip package
(248791) [08:58:53] waydroidusermonitor: Received transaction: 1
(248791) [08:58:53] Android with user 0 is ready
(248791) [08:58:53] % adb start-server
(248791) [08:58:53] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(248791) [08:58:53] Established ADB connection to Waydroid device at 192.168.240.112.
(250809) [08:58:57] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(250931) [08:59:04] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(251080) [08:59:12] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(251637) [08:59:29] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(248791) [08:59:34] Clipboard service is not even started
(238358) [08:59:34] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [08:59:34] % lxc-stop -P /var/lib/waydroid/lxc -n waydroid -k
lxc-start: waydroid: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 126
lxc-start: waydroid: ../src/lxc/start.c: lxc_end: 985 Failed to run lxc.hook.post-stop for container "waydroid"
(238358) [08:59:35] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(238358) [08:59:35] % /usr/lib/waydroid/data/scripts/waydroid-net.sh stop
vnic is waydroid0
(238358) [08:59:35] % systemctl is-enabled -q nfcd
(238358) [08:59:35] % umount /var/lib/waydroid/rootfs/vendor/waydroid.prop
(238358) [08:59:35] % umount /var/lib/waydroid/rootfs/vendor
(238358) [08:59:35] % umount /var/lib/waydroid/rootfs/vendor
(238358) [08:59:35] % umount /var/lib/waydroid/rootfs
(238358) [08:59:35] % umount /var/lib/waydroid/rootfs
(259587) [09:08:10] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(259587) [09:08:10] WayDroid container is STOPPED
(259712) [09:08:14] Starting waydroid session
(238358) [09:08:14] % /usr/lib/waydroid/data/scripts/waydroid-net.sh start
vnic is waydroid0
(238358) [09:08:14] % systemctl is-active -q nfcd
(238358) [09:08:14] % chmod 777 -R /dev/ashmem
(238358) [09:08:14] % chmod 777 -R /dev/dri
(238358) [09:08:14] % chmod 777 -R /dev/fb0
(238358) [09:08:14] % chmod 777 -R /dev/video0
(238358) [09:08:14] % chmod 777 -R /dev/video1
(238358) [09:08:14] % chmod 777 -R /dev/video2
(238358) [09:08:14] % chmod 777 -R /dev/video3
(238358) [09:08:14] % mv /var/lib/waydroid/config_session /var/lib/waydroid/lxc/waydroid
(238358) [09:08:14] % mount -o ro /usr/share/waydroid-extra/images/system.img /var/lib/waydroid/rootfs
(238358) [09:08:14] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay:/var/lib/waydroid/rootfs,upperdir=/var/lib/waydroid/overlay_rw/system,workdir=/var/lib/waydroid/overlay_work/system,xino=off overlay /var/lib/waydroid/rootfs
(238358) [09:08:14] % mount -o ro /usr/share/waydroid-extra/images/vendor.img /var/lib/waydroid/rootfs/vendor
(238358) [09:08:14] % mount -t overlay -o ro,lowerdir=/var/lib/waydroid/overlay/vendor:/var/lib/waydroid/rootfs/vendor,upperdir=/var/lib/waydroid/overlay_rw/vendor,workdir=/var/lib/waydroid/overlay_work/vendor,xino=off overlay /var/lib/waydroid/rootfs/vendor
(238358) [09:08:14] % mount -o bind /var/lib/waydroid/waydroid.prop /var/lib/waydroid/rootfs/vendor/waydroid.prop
(238358) [09:08:14] Save config: /var/lib/waydroid/waydroid.cfg
(238358) [09:08:14] % lxc-start -P /var/lib/waydroid/lxc -F -n waydroid -- /init
(238358) [09:08:14] New background process: pid=259758, output=background
(238358) [09:08:14] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
STOPPED
(238358) [09:08:14] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [09:08:14] waiting 10 seconds for container to start...
(259712) [09:08:15] Skipping clipboard manager service because of missing pyclip package
(259712) [09:08:23] waydroidusermonitor: Received transaction: 1
(259712) [09:08:23] Android with user 0 is ready
(259712) [09:08:23] % adb start-server
(259712) [09:08:23] % adb connect 192.168.240.112
already connected to 192.168.240.112:5555
(259712) [09:08:23] Established ADB connection to Waydroid device at 192.168.240.112.
(261645) [09:08:28] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(261898) [09:08:41] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [09:09:45] waydroidhardware: Received transaction: 3
(238358) [09:09:45] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
RUNNING
(238358) [09:09:45] % lxc-freeze -P /var/lib/waydroid/lxc -n waydroid
(238358) [09:09:45] % lxc-info -P /var/lib/waydroid/lxc -n waydroid -sH
FROZEN

sudo waydroid shell -- logcat -d | tee logcat.txt:

--------- beginning of kernel
04-04 03:52:11.385     0     0 I init    : Service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 128) exited with status 0 oneshot service took 0.032000 seconds in background
04-04 03:52:11.385     0     0 I init    : Sending signal 9 to service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 128) process group...
04-04 03:52:11.385     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 128 in 0ms
04-04 03:52:11.385     0     0 I init    : starting service 'mdnsd'...
04-04 03:52:11.385     0     0 I init    : Created socket '/dev/socket/mdnsd', mode 660, user 1020, group 3003
04-04 03:52:11.387     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1020: Read-only file system
04-04 03:52:11.387     0     0 E init    : createProcessGroup(1020, 166) failed for service 'mdnsd': Read-only file system
04-04 03:52:11.387     0     0 I init    : Control message: Processed ctl.start for 'mdnsd' from pid: 126 (/apex/com.android.adbd/bin/adbd --root_seclabel=u:r:su:s0)
04-04 03:52:11.387     0     0 I init    : starting service 'gatekeeperd'...
04-04 03:52:11.388     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 03:52:11.388     0     0 E init    : createProcessGroup(1000, 169) failed for service 'gatekeeperd': Read-only file system
04-04 03:52:11.388     0     0 I init    : starting service 'usbd'...
04-04 03:52:11.389     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:11.389     0     0 E init    : createProcessGroup(0, 170) failed for service 'usbd': Read-only file system
04-04 03:52:11.390     0     0 I init    : processing action (init.svc.media=*) from (/system/etc/init/mediaserver.rc:1)
04-04 03:52:11.398     0     0 I init    : Service 'usbd' (pid 170) exited with status 0 oneshot service took 0.009000 seconds in background
04-04 03:52:11.398     0     0 I init    : Sending signal 9 to service 'usbd' (pid 170) process group...
04-04 03:52:11.398     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 170 in 0ms
04-04 03:52:11.700     0     0 I init    : starting service 'bootanim'...
04-04 03:52:11.701     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1003: Read-only file system
04-04 03:52:11.701     0     0 E init    : createProcessGroup(1003, 271) failed for service 'bootanim': Read-only file system
04-04 03:52:11.702     0     0 I init    : Control message: Processed ctl.start for 'bootanim' from pid: 102 (/system/bin/surfaceflinger)
04-04 03:52:11.702     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 03:52:11.702     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 03:52:12.152     0     0 I init    : Control message: Processed ctl.start for 'idmap2d' from pid: 296 (system_server)
04-04 03:52:12.261     0     0 I init    : processing action (sys.sysctl.extra_free_kbytes=*) from (/system/etc/init/hw/init.rc:995)
04-04 03:52:12.944     0     0 I init    : processing action (sys.sysctl.tcp_def_init_rwnd=*) from (/system/etc/init/hw/init.rc:999)
04-04 03:52:19.953     0     0 I init    : Service 'bootanim' (pid 271) exited with status 0 oneshot service took 8.251000 seconds in background
04-04 03:52:19.953     0     0 I init    : Sending signal 9 to service 'bootanim' (pid 271) process group...
04-04 03:52:19.953     0     0 I libprocessgroup: Successfully killed process cgroup uid 1003 pid 271 in 0ms
04-04 03:52:19.981     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/hw/init.rc:986)
04-04 03:52:19.982     0     0 I init    : starting service 'exec 13 (/bin/rm -rf /data/per_boot)'...
04-04 03:52:19.982     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 03:52:19.982     0     0 E init    : createProcessGroup(1000, 929) failed for service 'exec 13 (/bin/rm -rf /data/per_boot)': Read-only file system
04-04 03:52:19.982     0     0 I init    : SVC_EXEC service 'exec 13 (/bin/rm -rf /data/per_boot)' pid 929 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 03:52:19.989     0     0 I init    : Service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 929) exited with status 0 waiting took 0.006000 seconds
04-04 03:52:19.989     0     0 I init    : Sending signal 9 to service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 929) process group...
04-04 03:52:19.989     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 929 in 0ms
04-04 03:52:19.989     0     0 I init    : processing action (sys.boot_completed=1 && sys.bootstat.first_boot_completed=0) from (/system/etc/init/bootstat.rc:77)
04-04 03:52:19.990     0     0 I init    : starting service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)'...
04-04 03:52:19.991     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 03:52:19.991     0     0 E init    : createProcessGroup(1000, 956) failed for service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)': Read-only file system
04-04 03:52:19.991     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/flags_health_check.rc:7)
04-04 03:52:19.994     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/init.waydroid.rc:6)
04-04 03:52:19.994     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/logd.rc:33)
04-04 03:52:19.994     0     0 I init    : starting service 'logd-auditctl'...
04-04 03:52:19.995     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 03:52:19.995     0     0 E init    : createProcessGroup(1036, 973) failed for service 'logd-auditctl': Read-only file system
04-04 03:52:19.995     0     0 I init    : processing action (sys.boot_completed=1 && sys.wifitracing.started=0) from (/system/etc/init/wifi.rc:28)
04-04 03:52:20.039     0     0 I init    : Service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 956) exited with status 0 oneshot service took 0.048000 seconds in background
04-04 03:52:20.039     0     0 I init    : Sending signal 9 to service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 956) process group...
04-04 03:52:20.039     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 956 in 0ms
04-04 03:52:20.039     0     0 I init    : Service 'logd-auditctl' (pid 973) exited with status 0 oneshot service took 0.044000 seconds in background
04-04 03:52:20.039     0     0 I init    : Sending signal 9 to service 'logd-auditctl' (pid 973) process group...
04-04 03:52:20.039     0     0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 973 in 0ms
04-04 03:52:20.083     0     0 I binder_linux: 238870 RLIMIT_NICE not set
04-04 03:52:20.083     0     0 I binder_linux: 238870 RLIMIT_NICE not set
04-04 03:52:20.183     0     0 I init    : processing action (sys.user.0.ce_available=true) from (/system/etc/init/wifi.rc:21)
04-04 03:52:20.602     0     0 I binder_linux: 238870 RLIMIT_NICE not set
04-04 03:52:20.602     0     0 I binder_linux: 238870 RLIMIT_NICE not set
04-04 03:52:22.966     0     0 I init    : Sending signal 9 to service 'idmap2d' (pid 138) process group...
04-04 03:52:22.966     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 138 in 0ms
04-04 03:52:22.966     0     0 I init    : Control message: Processed ctl.stop for 'idmap2d' from pid: 296 (system_server)
04-04 03:52:33.507     0     0 I waydroid0: port 1(vethlpxJDj) entered disabled state
04-04 03:52:33.508     0     0 I vethlpxJDj (unregistering): left allmulticast mode
04-04 03:52:33.508     0     0 I vethlpxJDj (unregistering): left promiscuous mode
04-04 03:52:33.508     0     0 I waydroid0: port 1(vethlpxJDj) entered disabled state
04-04 03:52:33.572     0     0 I binder_linux: 238870 RLIMIT_NICE not set
04-04 03:52:33.573     0     0 I binder_linux: 238870 RLIMIT_NICE not set
04-04 03:52:33.891     0     0 I EXT4-fs (loop1): unmounting filesystem a329d574-e58d-4068-86c1-29b07f274ec6.
04-04 03:52:33.961     0     0 I EXT4-fs (loop0): unmounting filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3.
04-04 03:52:54.807     0     0 I loop0   : detected capacity change from 0 to 3410512
04-04 03:52:54.812     0     0 I EXT4-fs (loop0): mounted filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3 ro without journal. Quota mode: none.
04-04 03:52:54.815     0     0 I loop1   : detected capacity change from 0 to 1033112
04-04 03:52:54.818     0     0 I EXT4-fs (loop1): mounted filesystem a329d574-e58d-4068-86c1-29b07f274ec6 ro without journal. Quota mode: none.
04-04 03:52:54.834     0     0 I waydroid0: port 1(vethDD6b3u) entered blocking state
04-04 03:52:54.834     0     0 I waydroid0: port 1(vethDD6b3u) entered disabled state
04-04 03:52:54.834     0     0 I vethDD6b3u: entered allmulticast mode
04-04 03:52:54.834     0     0 I vethDD6b3u: entered promiscuous mode
04-04 03:52:54.834     0     0 I waydroid0: port 1(vethDD6b3u) entered blocking state
04-04 03:52:54.834     0     0 I waydroid0: port 1(vethDD6b3u) entered forwarding state
04-04 03:52:54.834     0     0 I waydroid0: port 1(vethDD6b3u) entered disabled state
04-04 03:52:54.834     0     0 I eth0    : renamed from vethSY5oJf
04-04 03:52:54.867     0     0 I waydroid0: port 1(vethDD6b3u) entered blocking state
04-04 03:52:54.867     0     0 I waydroid0: port 1(vethDD6b3u) entered forwarding state
04-04 03:52:54.937     0     0 I binder_linux: 238358:241139 transaction failed 29189/-22, size 0-0 line 2989
04-04 03:52:54.938     0     0 I binder_linux: 241049:241140 transaction failed 29189/-22, size 0-0 line 2989
04-04 03:52:54.949     0     0 I init    : init first stage started!
04-04 03:52:54.949     0     0 I init    : Unable to open /lib/modules, skipping module loading.
04-04 03:52:54.949     0     0 I init    : Skipped setting INIT_AVB_VERSION (not in recovery mode)
04-04 03:52:54.956     0     0 I init    : init second stage started!
04-04 03:52:54.961     0     0 I init    : Using Android DT directory /proc/device-tree/firmware/android/
04-04 03:52:54.961     0     0 W init    : Couldn't load property file '/vendor_extra/build.prop': open() failed: No such file or directory: No such file or directory
04-04 03:52:54.961     0     0 W init    : Couldn't load property file '/factory/factory.prop': open() failed: No such file or directory: No such file or directory
04-04 03:52:54.962     0     0 I init    : Setting product property ro.product.brand to 'waydroid' (from ro.product.product.brand)
04-04 03:52:54.962     0     0 I init    : Setting product property ro.product.device to 'waydroid_x86_64' (from ro.product.product.device)
04-04 03:52:54.962     0     0 I init    : Setting product property ro.product.manufacturer to 'Waydroid' (from ro.product.product.manufacturer)
04-04 03:52:54.962     0     0 I init    : Setting product property ro.product.model to 'WayDroid x86_64 Device' (from ro.product.product.model)
04-04 03:52:54.962     0     0 I init    : Setting product property ro.product.name to 'lineage_waydroid_x86_64' (from ro.product.product.name)
04-04 03:52:54.962     0     0 I init    : Setting property 'ro.build.fingerprint' to 'waydroid/lineage_waydroid_x86_64/waydroid_x86_64:11/RQ3A.211001.001/80:userdebug/test-keys'
04-04 03:52:54.963     0     0 I selinux : SELinux: Loaded file_contexts
04-04 03:52:54.963     0     0 I selinux :  
04-04 03:52:54.963     0     0 I init    : Running restorecon...
04-04 03:52:54.963     0     0 I init    : Created socket '/dev/socket/property_service', mode 666, user 0, group 0
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.adbd' in /system/apex/com.android.adbd to /apex/com.android.adbd, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.art' in /system/apex/com.android.art.release to /apex/com.android.art, version 1
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.conscrypt' in /system/apex/com.android.conscrypt to /apex/com.android.conscrypt, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.extservices' in /system/apex/com.android.extservices to /apex/com.android.extservices, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.i18n' in /system/apex/com.android.i18n to /apex/com.android.i18n, version 1
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.ipsec' in /system/apex/com.android.ipsec to /apex/com.android.ipsec, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.media' in /system/apex/com.android.media to /apex/com.android.media, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.media.swcodec' in /system/apex/com.android.media.swcodec to /apex/com.android.media.swcodec, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.mediaprovider' in /system/apex/com.android.mediaprovider to /apex/com.android.mediaprovider, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.neuralnetworks' in /system/apex/com.android.neuralnetworks to /apex/com.android.neuralnetworks, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.os.statsd' in /system/apex/com.android.os.statsd to /apex/com.android.os.statsd, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.permission' in /system/apex/com.android.permission to /apex/com.android.permission, version 300000000
04-04 03:52:54.964     0     0 I init    : Activated APEX 'com.android.resolv' in /system/apex/com.android.resolv to /apex/com.android.resolv, version 300000000
04-04 03:52:54.965     0     0 I init    : Activated APEX 'com.android.runtime' in /system/apex/com.android.runtime to /apex/com.android.runtime, version 1
04-04 03:52:54.965     0     0 I init    : Activated APEX 'com.android.sdkext' in /system/apex/com.android.sdkext to /apex/com.android.sdkext, version 300000000
04-04 03:52:54.965     0     0 I init    : Activated APEX 'com.android.tethering' in /system/apex/com.android.tethering to /apex/com.android.tethering, version 300000000
04-04 03:52:54.965     0     0 I init    : Activated APEX 'com.android.tzdata' in /system/apex/com.android.tzdata to /apex/com.android.tzdata, version 300000000
04-04 03:52:54.965     0     0 I init    : Activated APEX 'com.android.vndk.v30' in /system/apex/com.android.vndk.current to /apex/com.android.vndk.v30, version 1
04-04 03:52:54.965     0     0 I init    : Activated APEX 'com.android.wifi' in /system/apex/com.android.wifi to /apex/com.android.wifi, version 300000000
04-04 03:52:54.965     0     0 I init    : SetupMountNamespaces done
04-04 03:52:54.965     0     0 I init    : Forked subcontext for 'u:r:vendor_init:s0' with pid 3
04-04 03:52:54.965     0     0 I init    : Parsing file /system/etc/init/hw/init.rc...
04-04 03:52:54.965     0     0 I init    : Added '/init.environ.rc' to import list
04-04 03:52:54.965     0     0 I init    : Added '/system/etc/init/hw/init.usb.rc' to import list
04-04 03:52:54.965     0     0 I init    : Added '/init.unknown.rc' to import list
04-04 03:52:54.965     0     0 I init    : Added '/vendor/etc/init/hw/init.unknown.rc' to import list
04-04 03:52:54.965     0     0 I init    : Added '/system/etc/init/hw/init.usb.configfs.rc' to import list
04-04 03:52:54.965     0     0 I init    : Added '/system/etc/init/hw/init.zygote64_32.rc' to import list
04-04 03:52:54.966     0     0 I init    : Parsing file /init.environ.rc...
04-04 03:52:54.966     0     0 I init    : Parsing file /system/etc/init/hw/init.usb.rc...
04-04 03:52:54.966     0     0 I init    : Parsing file /init.unknown.rc...
04-04 03:52:54.966     0     0 I init    : Unable to read config file '/init.unknown.rc': open() failed: No such file or directory
04-04 03:52:54.966     0     0 I init    : Parsing file /vendor/etc/init/hw/init.unknown.rc...
04-04 03:52:54.966     0     0 I init    : Unable to read config file '/vendor/etc/init/hw/init.unknown.rc': open() failed: No such file or directory
04-04 03:52:54.966     0     0 I init    : Parsing file /system/etc/init/hw/init.usb.configfs.rc...
04-04 03:52:54.966     0     0 I init    : Parsing file /system/etc/init/hw/init.zygote64_32.rc...
04-04 03:52:54.966     0     0 I init    : Parsing directory /system/etc/init...
04-04 03:52:54.966     0     0 I init    : Parsing file /system/etc/init/adb_root.rc...
04-04 03:52:54.966     0     0 I init    : Parsing file /system/etc/init/android.hidl.allocator@1.0-service.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/android.system.suspend@1.0-service.rc...
04-04 03:52:54.967     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/apexd.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/atrace.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/atrace_userdebug.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/audioserver.rc...
04-04 03:52:54.967     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/blank_screen.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/bootanim.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/bootstat-debug.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/bootstat.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/bpfloader.rc...
04-04 03:52:54.967     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/cameraserver.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/clean_scratch_files.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/credstore.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/drmserver.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/dumpstate.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/flags_health_check.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/gatekeeperd.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/gpuservice.rc...
04-04 03:52:54.967     0     0 I init    : Parsing file /system/etc/init/gsid.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/heapprofd.rc...
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/hwservicemanager.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/idmap2d.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/incidentd.rc...
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/init-debug.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/init.waydroid.rc...
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 I chatty  : uid=0(root) logd identical 2 lines
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/installd.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/iorapd.rc...
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/keystore.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/lineage-iosched.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/lineage-ssh.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/lineage-system.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/lineage-updates.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/lmkd.rc...
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/logcatd.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/logd.rc...
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/logtagd.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/lpdumpd.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/mdnsd.rc...
04-04 03:52:54.968     0     0 I init    : Parsing file /system/etc/init/mediaextractor.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/mediametrics.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/mediaserver.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/mtpd.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/netd.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/perfetto.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/racoon.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/recovery-persist.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/recovery-refresh.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/rss_hwm_reset.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/servicemanager.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/storaged.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/surfaceflinger.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/tombstoned.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/traced_perf.rc...
04-04 03:52:54.969     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/traceur.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/uncrypt.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/usbd.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/vdc.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/vendor.waydroid.task@1.0-service.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/vold.rc...
04-04 03:52:54.969     0     0 I init    : Parsing file /system/etc/init/wait_for_keymaster.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /system/etc/init/wifi.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /system/etc/init/wificond.rc...
04-04 03:52:54.970     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.970     0     0 I init    : Parsing file /system_ext/etc/init...
04-04 03:52:54.970     0     0 I init    : Unable to read config file '/system_ext/etc/init': open() failed: No such file or directory
04-04 03:52:54.970     0     0 I init    : Parsing file /product/etc/init...
04-04 03:52:54.970     0     0 I init    : Unable to read config file '/product/etc/init': open() failed: No such file or directory
04-04 03:52:54.970     0     0 I init    : Parsing file /odm/etc/init...
04-04 03:52:54.970     0     0 I init    : Unable to read config file '/odm/etc/init': open() failed: No such file or directory
04-04 03:52:54.970     0     0 I init    : Parsing directory /vendor/etc/init...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.audio.service.rc...
04-04 03:52:54.970     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.970     0     0 E init    : /vendor/etc/init/android.hardware.audio.service.rc: 1: ignored duplicate definition of service 'vendor.audio-hal'
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc...
04-04 03:52:54.970     0     0 E init    : /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc: 2: Interface 'android.hardware.camera.provider@2.4::ICameraProvider/legacy/0' redefined in vendor.camera-provider-2-4 but is already defined by vendor.camera-provider-2-4
04-04 03:52:54.970     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.970     0     0 E init    : /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc: 1: ignored duplicate definition of service 'vendor.camera-provider-2-4'
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.cas@1.2-service.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.configstore@1.1-service.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.drm@1.0-service.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.drm@1.3-service.clearkey.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.gatekeeper@1.0-service.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.graphics.allocator@2.0-service.rc...
04-04 03:52:54.970     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc...
04-04 03:52:54.970     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 03:52:54.970     0     0 E init    : /vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc: 1: ignored duplicate definition of service 'vendor.hwcomposer-2-1'
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.health@2.0-service.waydroid.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.keymaster@4.0-service.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.light@2.0-service.waydroid.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.media.omx@1.0-service.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.memtrack@1.0-service.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.power@1.0-service.waydroid.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.sensors@1.0-service.waydroid.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.vibrator@1.0-service.waydroid.rc...
04-04 03:52:54.970     0     0 I init    : Parsing file /vendor/etc/init/boringssl_self_test.rc...
04-04 03:52:54.971     0     0 I init    : Parsing file /vendor/etc/init/vendor_flash_recovery.rc...
04-04 03:52:54.971     0     0 I init    : Parsing file /vendor/etc/init/vndservicemanager.rc...
04-04 03:52:54.971     0     0 I init    : processing action (SetupCgroups) from (<Builtin Action>:0)
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to mount blkio cgroup: Operation not permitted
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup blkio cgroup
04-04 03:52:54.971     0     0 E libprocessgroup: lchown() failed for /sys/fs/cgroup/.: Read-only file system
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to create directory for cgroup2 cgroup
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to mount cgroup2 cgroup: Read-only file system
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup cgroup2 cgroup
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to mount cpu cgroup: Operation not permitted
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup cpu cgroup
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to mount cpuacct cgroup: Operation not permitted
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup cpuacct cgroup
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to mount cpuset cgroup: Operation not permitted
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup cpuset cgroup
04-04 03:52:54.971     0     0 E libprocessgroup: mkdir() failed for /sys/fs/cgroup/freezer: Read-only file system
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to create directory for freezer cgroup
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup freezer cgroup
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to mount memory cgroup: Operation not permitted
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup memory cgroup
04-04 03:52:54.971     0     0 E cgroup  : Unknown subsys name 'schedtune'
04-04 03:52:54.971     0     0 E libprocessgroup: Failed to mount schedtune cgroup: Invalid argument
04-04 03:52:54.971     0     0 W libprocessgroup: Failed to setup schedtune cgroup
04-04 03:52:54.972     0     0 I init    : processing action (TestPerfEventSelinux) from (<Builtin Action>:0)
04-04 03:52:54.972     0     0 I init    : processing action (early-init) from (/system/etc/init/hw/init.rc:15)
04-04 03:52:54.972     0     0 I init    : Command 'write /proc/sys/kernel/sysrq 0' action=early-init (/system/etc/init/hw/init.rc:17) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sysrq': open() failed: Read-only file system
04-04 03:52:54.972     0     0 I init    : Command 'write /proc/sys/kernel/modprobe
04-04 03:52:54.972     0     0 I init    : ' action=early-init (/system/etc/init/hw/init.rc:22) took 0ms and failed: Unable to write to file '/proc/sys/kernel/modprobe': open() failed: Read-only file system
04-04 03:52:54.972     0     0 I init    : Command 'mkdir /acct/uid' action=early-init (/system/etc/init/hw/init.rc:30) took 0ms and failed: mkdir() failed on /acct/uid: Read-only file system
04-04 03:52:54.972     0     0 I init    : starting service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)'...
04-04 03:52:54.973     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:54.973     0     0 E init    : createProcessGroup(0, 4) failed for service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)': Read-only file system
04-04 03:52:54.973     0     0 I init    : SVC_EXEC service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' pid 4 (uid 0 gid 0+0 context default) started; waiting...
04-04 03:52:54.978     0     0 I init    : Service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' (pid 4) exited with status 0 waiting took 0.005000 seconds
04-04 03:52:54.978     0     0 I init    : Sending signal 9 to service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' (pid 4) process group...
04-04 03:52:54.978     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 4 in 0ms
04-04 03:52:54.978     0     0 I init    : starting service 'ueventd'...
04-04 03:52:54.979     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:54.979     0     0 E init    : createProcessGroup(0, 5) failed for service 'ueventd': Read-only file system
04-04 03:52:54.979     0     0 I init    : starting service 'apexd-bootstrap'...
04-04 03:52:54.980     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:54.980     0     0 E init    : createProcessGroup(0, 6) failed for service 'apexd-bootstrap': Read-only file system
04-04 03:52:54.980     0     0 I init    : SVC_EXEC service 'apexd-bootstrap' pid 6 (uid 0 gid 1000+0 context default) started; waiting...
04-04 03:52:54.987     0     0 I ueventd : ueventd started!
04-04 03:52:54.988     0     0 I selinux : SELinux: Loaded file_contexts
04-04 03:52:54.988     0     0 I selinux :  
04-04 03:52:54.988     0     0 I ueventd : Parsing file /system/etc/ueventd.rc...
04-04 03:52:54.988     0     0 I ueventd : Parsing file /vendor/ueventd.rc...
04-04 03:52:54.988     0     0 I ueventd : Unable to read config file '/vendor/ueventd.rc': open() failed: No such file or directory
04-04 03:52:54.988     0     0 I ueventd : Parsing file /odm/ueventd.rc...
04-04 03:52:54.988     0     0 I ueventd : Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
04-04 03:52:54.988     0     0 I ueventd : Parsing file /ueventd.unknown.rc...
04-04 03:52:54.988     0     0 I ueventd : Unable to read config file '/ueventd.unknown.rc': open() failed: No such file or directory
04-04 03:52:54.988     0     0 I ueventd : [libfs_mgr]ReadDefaultFstab(): failed to find device default fstab
04-04 03:52:54.989     0     0 I apexd   : This device does not support updatable APEX. Exiting
04-04 03:52:54.990     0     0 I init    : Service 'apexd-bootstrap' (pid 6) exited with status 0 waiting took 0.010000 seconds
04-04 03:52:54.990     0     0 I init    : Sending signal 9 to service 'apexd-bootstrap' (pid 6) process group...
04-04 03:52:54.990     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 6 in 0ms
04-04 03:52:54.991     0     0 I init    : processing action (ro.product.cpu.abilist32=* && early-init) from (/system/etc/init/hw/init.rc:85)
04-04 03:52:54.991     0     0 I init    : starting service 'boringssl_self_test32'...
04-04 03:52:54.992     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:54.992     0     0 E init    : createProcessGroup(0, 7) failed for service 'boringssl_self_test32': Read-only file system
04-04 03:52:54.992     0     0 I init    : SVC_EXEC service 'boringssl_self_test32' pid 7 (uid 0 gid 0+0 context default) started; waiting...
04-04 03:52:55.003     0     0 I init    : Service 'boringssl_self_test32' (pid 7) exited with status 0 waiting took 0.011000 seconds
04-04 03:52:55.003     0     0 I init    : Sending signal 9 to service 'boringssl_self_test32' (pid 7) process group...
04-04 03:52:55.003     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 7 in 0ms
04-04 03:52:55.003     0     0 I init    : processing action (ro.product.cpu.abilist64=* && early-init) from (/system/etc/init/hw/init.rc:87)
04-04 03:52:55.003     0     0 I init    : starting service 'boringssl_self_test64'...
04-04 03:52:55.004     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:55.004     0     0 E init    : createProcessGroup(0, 8) failed for service 'boringssl_self_test64': Read-only file system
04-04 03:52:55.004     0     0 I init    : SVC_EXEC service 'boringssl_self_test64' pid 8 (uid 0 gid 0+0 context default) started; waiting...
04-04 03:52:55.011     0     0 I init    : Service 'boringssl_self_test64' (pid 8) exited with status 0 waiting took 0.007000 seconds
04-04 03:52:55.011     0     0 I init    : Sending signal 9 to service 'boringssl_self_test64' (pid 8) process group...
04-04 03:52:55.011     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 8 in 0ms
04-04 03:52:55.012     0     0 I init    : processing action (early-init) from (/init.environ.rc:2)
04-04 03:52:55.012     0     0 I init    : processing action (ro.product.cpu.abilist32=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:2)
04-04 03:52:55.012     0     0 I init    : starting service 'boringssl_self_test32_vendor'...
04-04 03:52:55.012     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:55.012     0     0 E init    : createProcessGroup(0, 9) failed for service 'boringssl_self_test32_vendor': Read-only file system
04-04 03:52:55.013     0     0 I init    : SVC_EXEC service 'boringssl_self_test32_vendor' pid 9 (uid 0 gid 0+0 context default) started; waiting...
04-04 03:52:55.016     0     0 I init    : Service 'boringssl_self_test32_vendor' (pid 9) exited with status 0 waiting took 0.003000 seconds
04-04 03:52:55.016     0     0 I init    : Sending signal 9 to service 'boringssl_self_test32_vendor' (pid 9) process group...
04-04 03:52:55.016     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 9 in 0ms
04-04 03:52:55.017     0     0 I init    : processing action (ro.product.cpu.abilist64=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:4)
04-04 03:52:55.017     0     0 I init    : starting service 'boringssl_self_test64_vendor'...
04-04 03:52:55.017     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 03:52:55.017     0     0 E init    : createProcessGroup(0, 10) failed for service 'boringssl_self_test64_vendor': Read-only file system
04-04 03:52:55.018     0     0 I init    : SVC_EXEC service 'boringssl_self_test64_vendor' pid 10 (uid 0 gid 0+0 context default) started; waiting...
04-04 03:52:55.022     0     0 I init    : Service 'boringssl_self_test64_vendor' (pid 10) exited with status 0 waiting took 0.004000 seconds
04-04 03:52:55.022     0     0 I init    : Sending signal 9 to service 'boringssl_self_test64_vendor' (pid 10) process group...
04-04 03:52:55.022     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 10 in 0ms
04-04 03:52:55.022     0     0 I init    : processing action (wait_for_coldboot_done) from (<Builtin Action>:0)
04-04 03:52:55.033     0     0 I init    : Wait for property 'ro.cold_boot_done=true' took 11ms
04-04 03:52:55.033     0     0 I init    : processing action (KeychordInit) from (<Builtin Action>:0)
04-04 03:52:55.033     0     0 I ueventd : Coldboot took 0.044 seconds
04-04 03:52:55.033     0     0 W init    : Could not add watch for /dev/input: No such file or directory
04-04 03:52:55.033     0     0 I init    : processing action (init) from (/system/etc/init/hw/init.rc:114)
04-04 03:52:55.033     0     0 I init    : Command 'symlink /proc/self/fd/0 /dev/stdin' action=init (/system/etc/init/hw/init.rc:121) took 0ms and failed: symlink() failed: File exists
04-04 03:52:55.034     0     0 I init    : Command 'symlink /proc/self/fd/1 /dev/stdout' action=init (/system/etc/init/hw/init.rc:122) took 0ms and failed: symlink() failed: File exists
04-04 03:52:55.034     0     0 I init    : Command 'symlink /proc/self/fd/2 /dev/stderr' action=init (/system/etc/init/hw/init.rc:123) took 0ms and failed: symlink() failed: File exists
04-04 03:52:55.035     0     0 I init    : Command 'symlink /dev/binderfs/binder /dev/binder' action=init (/system/etc/init/hw/init.rc:183) took 0ms and failed: symlink() failed: File exists
04-04 03:52:55.035     0     0 I init    : Command 'symlink /dev/binderfs/hwbinder /dev/hwbinder' action=init (/system/etc/init/hw/init.rc:184) took 0ms and failed: symlink() failed: File exists
04-04 03:52:55.035     0     0 I init    : Command 'symlink /dev/binderfs/vndbinder /dev/vndbinder' action=init (/system/etc/init/hw/init.rc:185) took 0ms and failed: symlink() failed: File exists
04-04 03:52:55.036     0     0 I init    : Command 'write /proc/sys/kernel/panic_on_oops 1' action=init (/system/etc/init/hw/init.rc:227) took 0ms and failed: Unable to write to file '/proc/sys/kernel/panic_on_oops': open() failed: Read-only file system
04-04 03:52:55.036     0     0 I init    : Command 'write /proc/sys/kernel/hung_task_timeout_secs 0' action=init (/system/etc/init/hw/init.rc:228) took 0ms and failed: Unable to write to file '/proc/sys/kernel/hung_task_timeout_secs': open() failed: Read-only file system
04-04 03:52:55.036     0     0 I init    : Command 'write /proc/sys/kernel/randomize_va_space 2' action=init (/system/etc/init/hw/init.rc:240) took 0ms and failed: Unable to write to file '/proc/sys/kernel/randomize_va_space': open() failed: Read-only file system
04-04 03:52:55.037     0     0 I init    : Command 'write /proc/sys/vm/mmap_min_addr 32768' action=init (/system/etc/init/hw/init.rc:241) took 0ms and failed: Unable to write to file '/proc/sys/vm/mmap_min_addr': open() failed: Read-only file system
04-04 03:52:55.037     0     0 I init    : Command 'write /proc/sys/kernel/sched_rt_runtime_us 950000' action=init (/system/etc/init/hw/init.rc:244) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_rt_runtime_us': open() failed: Read-only file system
04-04 03:52:55.037     0     0 I init    : Command 'write /proc/sys/kernel/sched_rt_period_us 1000000' action=init (/system/etc/init/hw/init.rc:245) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_rt_period_us': open() failed: Read-only file system
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/foreground/cpus' action=init (/system/etc/init/hw/init.rc:278) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/foreground/mems' action=init (/system/etc/init/hw/init.rc:279) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/background/cpus' action=init (/system/etc/init/hw/init.rc:281) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/background/mems' action=init (/system/etc/init/hw/init.rc:282) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/system-background/cpus' action=init (/system/etc/init/hw/init.rc:288) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/system-background/mems' action=init (/system/etc/init/hw/init.rc:289) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I binder_linux: 238358:238358 transaction failed 29189/-22, size 0-0 line 2989
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/restricted/cpus' action=init (/system/etc/init/hw/init.rc:294) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/restricted/mems' action=init (/system/etc/init/hw/init.rc:295) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/top-app/cpus' action=init (/system/etc/init/hw/init.rc:298) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 03:52:55.037     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/top-app/mems' action=init (/system/etc/init/hw/init.rc:299) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 03:52:55.039     0     0 I binder_linux: 241049:241049 transaction failed 29189/-22, size 0-0 line 2989
04-04 03:52:55.040     0     0 I init    : Command 'symlink /proc/self/fd /dev/fd' action=init (/system/etc/init/hw/init.rc:361) took 0ms and failed: symlink() failed: File exists
04-04 03:52:55.040     0     0 I init    : Command 'write /dev/cpu_variant:${ro.bionic.arch} ${ro.bionic.cpu_variant}' action=init (/system/etc/init/hw/init.rc:370) took 0ms and failed: property 'ro.bionic.cpu_variant' doesn't exist while expanding '${ro.bionic.cpu_variant}'
04-04 03:52:55.040     0     0 I init    : Command 'write /dev/cpu_variant:${ro.bionic.2nd_arch} ${ro.bionic.2nd_cpu_variant}' action=init (/system/etc/init/hw/init.rc:372) took 0ms and failed: property 'ro.bionic.2nd_cpu_variant' doesn't exist while expanding '${ro.bionic.2nd_cpu_variant}'
04-04 03:52:55.040     0     0 I init    : Command 'chown system system /sys/power/state' action=init (/system/etc/init/hw/init.rc:376) took 0ms and failed: lchown() failed: Read-only file system
04-04 03:52:55.040     0     0 I init    : Command 'chown system system /sys/power/wakeup_count' action=init (/system/etc/init/hw/init.rc:377) took 0ms and failed: lchown() failed: Read-only file system
04-04 03:52:55.040     0     0 I init    : Command 'chmod 0660 /sys/power/state' action=init (/system/etc/init/hw/init.rc:378) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 03:52:55.040     0     0 I init    : starting service 'logd'...
04-04 03:52:55.040     0     0 I init    : Created socket '/dev/socket/logd', mode 666, user 1036, group 1036
04-04 03:52:55.040     0     0 I init    : Created socket '/dev/socket/logdr', mode 666, user 1036, group 1036
04-04 03:52:55.040     0     0 I init    : Created socket '/dev/socket/logdw', mode 222, user 1036, group 1036
04-04 03:52:55.040     0     0 I init    : Opened file '/proc/kmsg', flags 0
04-04 03:52:55.040     0     0 I init    : Opened file '/dev/kmsg', flags 1
04-04 03:52:55.041     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 03:52:55.041     0     0 E init    : createProcessGroup(1036, 28) failed for service 'logd': Read-only file system
04-04 03:52:55.041     0     0 I init    : starting service 'lmkd'...
04-04 03:52:55.042     0     0 I init    : Created socket '/dev/socket/lmkd', mode 660, user 1000, group 1000
04-04 03:52:55.042     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1069: Read-only file system
04-04 03:52:55.042     0     0 E init    : createProcessGroup(1069, 29) failed for service 'lmkd': Read-only file system
04-04 03:52:55.042     0     0 I init    : starting service 'servicemanager'...
04-04 03:52:55.043     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 03:52:55.043     0     0 E init    : createProcessGroup(1000, 30) failed for service 'servicemanager': Read-only file system
04-04 03:52:55.043     0     0 I init    : starting service 'hwservicemanager'...
04-04 03:52:55.043     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 03:52:55.043     0     0 E init    : createProcessGroup(1000, 31) failed for service 'hwservicemanager': Read-only file system
04-04 03:52:55.044     0     0 I init    : starting service 'vndservicemanager'...
04-04 03:52:55.044     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 03:52:55.044     0     0 E init    : createProcessGroup(1000, 32) failed for service 'vndservicemanager': Read-only file system
04-04 03:52:55.044     0     0 I init    : processing action (ro.debuggable=1 && init) from (/system/etc/init/hw/init.rc:1058)
04-04 03:52:55.044     0     0 I init    : processing action (init) from (/system/etc/init/hw/init.usb.rc:24)
04-04 03:52:55.044     0     0 I init    : processing action (init) from (/system/etc/init/audioserver.rc:56)
04-04 03:52:55.044     0     0 I init    : processing action (init) from (/system/etc/init/lineage-iosched.rc:1)
04-04 03:52:55.045     0     0 E cgroup  : Unknown subsys name 'bfqio'
04-04 03:52:55.045     0     0 I init    : Command 'mount cgroup none /dev/bfqio bfqio' action=init (/system/etc/init/lineage-iosched.rc:4) took 0ms and failed: mount() failed: Invalid argument
04-04 03:52:55.045     0     0 I init    : processing action (init) from (/system/etc/init/lineage-system.rc:2)
04-04 03:52:55.045     0     0 I init    : processing action (late-init) from (/system/etc/init/hw/init.rc:415)
04-04 03:52:55.045     0     0 I init    : processing action (late-init) from (/system/etc/init/atrace.rc:3)
04-04 03:52:55.045     0     0 I init    : Command 'write /proc/sys/kernel/sched_schedstats 1' action=late-init (/system/etc/init/atrace.rc:10) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_schedstats': open() failed: Read-only file system
04-04 03:52:55.047     0     0 I init    : processing action (queue_property_triggers) from (<Builtin Action>:0)
--------- beginning of kernel
04-04 04:08:15.248     0     0 E init    : createProcessGroup(1046, 161) failed for service 'vendor.media.omx': Read-only file system
04-04 04:08:15.249     0     0 I init    : starting service 'media.swcodec'...
04-04 04:08:15.250     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system
04-04 04:08:15.250     0     0 E init    : createProcessGroup(1046, 162) failed for service 'media.swcodec': Read-only file system
04-04 04:08:15.250     0     0 I init    : Service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 130) exited with status 0 oneshot service took 0.025000 seconds in background
04-04 04:08:15.250     0     0 I init    : Sending signal 9 to service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 130) process group...
04-04 04:08:15.250     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 130 in 0ms
04-04 04:08:15.250     0     0 I init    : starting service 'mdnsd'...
04-04 04:08:15.250     0     0 I init    : Created socket '/dev/socket/mdnsd', mode 660, user 1020, group 3003
04-04 04:08:15.251     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1020: Read-only file system
04-04 04:08:15.251     0     0 E init    : createProcessGroup(1020, 166) failed for service 'mdnsd': Read-only file system
04-04 04:08:15.251     0     0 I init    : Control message: Processed ctl.start for 'mdnsd' from pid: 129 (/apex/com.android.adbd/bin/adbd --root_seclabel=u:r:su:s0)
04-04 04:08:15.251     0     0 I init    : starting service 'gatekeeperd'...
04-04 04:08:15.252     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:08:15.252     0     0 E init    : createProcessGroup(1000, 167) failed for service 'gatekeeperd': Read-only file system
04-04 04:08:15.252     0     0 I init    : starting service 'usbd'...
04-04 04:08:15.253     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:08:15.253     0     0 E init    : createProcessGroup(0, 168) failed for service 'usbd': Read-only file system
04-04 04:08:15.254     0     0 I init    : processing action (init.svc.media=*) from (/system/etc/init/mediaserver.rc:1)
04-04 04:08:15.262     0     0 I init    : Service 'usbd' (pid 168) exited with status 0 oneshot service took 0.009000 seconds in background
04-04 04:08:15.262     0     0 I init    : Sending signal 9 to service 'usbd' (pid 168) process group...
04-04 04:08:15.263     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 168 in 0ms
04-04 04:08:15.411     0     0 I init    : starting service 'bootanim'...
04-04 04:08:15.412     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1003: Read-only file system
04-04 04:08:15.412     0     0 E init    : createProcessGroup(1003, 259) failed for service 'bootanim': Read-only file system
04-04 04:08:15.412     0     0 I init    : Control message: Processed ctl.start for 'bootanim' from pid: 104 (/system/bin/surfaceflinger)
04-04 04:08:15.412     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:08:15.412     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:08:16.008     0     0 I init    : Control message: Processed ctl.start for 'idmap2d' from pid: 289 (system_server)
04-04 04:08:16.119     0     0 I init    : processing action (sys.sysctl.extra_free_kbytes=*) from (/system/etc/init/hw/init.rc:995)
04-04 04:08:16.790     0     0 I init    : processing action (sys.sysctl.tcp_def_init_rwnd=*) from (/system/etc/init/hw/init.rc:999)
04-04 04:08:23.653     0     0 I init    : Service 'bootanim' (pid 259) exited with status 0 oneshot service took 8.241000 seconds in background
04-04 04:08:23.653     0     0 I init    : Sending signal 9 to service 'bootanim' (pid 259) process group...
04-04 04:08:23.653     0     0 I libprocessgroup: Successfully killed process cgroup uid 1003 pid 259 in 0ms
04-04 04:08:23.694     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/hw/init.rc:986)
04-04 04:08:23.694     0     0 I init    : starting service 'exec 13 (/bin/rm -rf /data/per_boot)'...
04-04 04:08:23.695     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:08:23.695     0     0 E init    : createProcessGroup(1000, 930) failed for service 'exec 13 (/bin/rm -rf /data/per_boot)': Read-only file system
04-04 04:08:23.695     0     0 I init    : SVC_EXEC service 'exec 13 (/bin/rm -rf /data/per_boot)' pid 930 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:08:23.701     0     0 I init    : Service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 930) exited with status 0 waiting took 0.006000 seconds
04-04 04:08:23.701     0     0 I init    : Sending signal 9 to service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 930) process group...
04-04 04:08:23.701     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 930 in 0ms
04-04 04:08:23.702     0     0 I init    : processing action (sys.boot_completed=1 && sys.bootstat.first_boot_completed=0) from (/system/etc/init/bootstat.rc:77)
04-04 04:08:23.702     0     0 I init    : starting service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)'...
04-04 04:08:23.703     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:08:23.703     0     0 E init    : createProcessGroup(1000, 956) failed for service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)': Read-only file system
04-04 04:08:23.703     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/flags_health_check.rc:7)
04-04 04:08:23.706     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/init.waydroid.rc:6)
04-04 04:08:23.706     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/logd.rc:33)
04-04 04:08:23.706     0     0 I init    : starting service 'logd-auditctl'...
04-04 04:08:23.707     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 04:08:23.707     0     0 E init    : createProcessGroup(1036, 978) failed for service 'logd-auditctl': Read-only file system
04-04 04:08:23.708     0     0 I init    : processing action (sys.boot_completed=1 && sys.wifitracing.started=0) from (/system/etc/init/wifi.rc:28)
04-04 04:08:23.741     0     0 I init    : Service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 956) exited with status 0 oneshot service took 0.038000 seconds in background
04-04 04:08:23.741     0     0 I init    : Sending signal 9 to service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 956) process group...
04-04 04:08:23.741     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 956 in 0ms
04-04 04:08:23.742     0     0 I init    : Service 'logd-auditctl' (pid 978) exited with status 0 oneshot service took 0.034000 seconds in background
04-04 04:08:23.742     0     0 I init    : Sending signal 9 to service 'logd-auditctl' (pid 978) process group...
04-04 04:08:23.742     0     0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 978 in 0ms
04-04 04:08:23.797     0     0 I binder_linux: 260150 RLIMIT_NICE not set
04-04 04:08:23.797     0     0 I binder_linux: 260150 RLIMIT_NICE not set
04-04 04:08:23.878     0     0 I init    : Command 'write /sys/kernel/tracing/instances/wifi/events/net/filter name==${wifi.interface:-wlan0}' action=sys.boot_completed=1 && sys.wifitracing.started=0 (/system/etc/init/wifi.rc:75) took 59ms and succeeded
04-04 04:08:23.878     0     0 I init    : processing action (sys.user.0.ce_available=true) from (/system/etc/init/wifi.rc:21)
04-04 04:08:24.315     0     0 I binder_linux: 260150 RLIMIT_NICE not set
04-04 04:08:24.315     0     0 I binder_linux: 260150 RLIMIT_NICE not set
04-04 04:08:26.835     0     0 I init    : Sending signal 9 to service 'idmap2d' (pid 146) process group...
04-04 04:08:26.835     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 146 in 0ms
04-04 04:08:26.835     0     0 I init    : Control message: Processed ctl.stop for 'idmap2d' from pid: 289 (system_server)
04-04 04:08:28.783     0     0 D logd    : logdr: UID=0 GID=0 PID=1636 n tail=0 logMask=99 pid=0 start=0ns timeout=0ns
04-04 04:08:41.889     0     0 D logd    : logdr: UID=0 GID=0 PID=1643 n tail=0 logMask=99 pid=0 start=0ns timeout=0ns
04-04 04:12:16.308     0     0 I binder_linux: send failed reply for transaction 878698 to 260473:260733
04-04 04:12:16.358     0     0 I binder_linux: undelivered TRANSACTION_COMPLETE
04-04 04:12:16.358     0     0 I binder_linux: undelivered TRANSACTION_ERROR: 29189
04-04 04:12:16.362     0     0 I waydroid0: port 1(vethVjMG6U) entered disabled state
04-04 04:12:16.363     0     0 I vethVjMG6U (unregistering): left allmulticast mode
04-04 04:12:16.363     0     0 I vethVjMG6U (unregistering): left promiscuous mode
04-04 04:12:16.363     0     0 I waydroid0: port 1(vethVjMG6U) entered disabled state
04-04 04:12:16.775     0     0 I EXT4-fs (loop1): unmounting filesystem a329d574-e58d-4068-86c1-29b07f274ec6.
04-04 04:12:16.847     0     0 I EXT4-fs (loop0): unmounting filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3.
04-04 04:12:18.453     0     0 I loop0   : detected capacity change from 0 to 3410512
04-04 04:12:18.462     0     0 I EXT4-fs (loop0): mounted filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3 ro without journal. Quota mode: none.
04-04 04:12:18.465     0     0 I loop1   : detected capacity change from 0 to 1033112
04-04 04:12:18.471     0     0 I EXT4-fs (loop1): mounted filesystem a329d574-e58d-4068-86c1-29b07f274ec6 ro without journal. Quota mode: none.
04-04 04:12:18.547     0     0 I waydroid0: port 1(vethiSE3HP) entered blocking state
04-04 04:12:18.547     0     0 I waydroid0: port 1(vethiSE3HP) entered disabled state
04-04 04:12:18.547     0     0 I vethiSE3HP: entered allmulticast mode
04-04 04:12:18.547     0     0 I vethiSE3HP: entered promiscuous mode
04-04 04:12:18.547     0     0 I waydroid0: port 1(vethiSE3HP) entered blocking state
04-04 04:12:18.547     0     0 I waydroid0: port 1(vethiSE3HP) entered forwarding state
04-04 04:12:18.547     0     0 I waydroid0: port 1(vethiSE3HP) entered disabled state
04-04 04:12:18.549     0     0 I eth0    : renamed from vethNivyvN
04-04 04:12:18.590     0     0 I waydroid0: port 1(vethiSE3HP) entered blocking state
04-04 04:12:18.590     0     0 I waydroid0: port 1(vethiSE3HP) entered forwarding state
04-04 04:12:18.607     0     0 I init    : init first stage started!
04-04 04:12:18.607     0     0 I init    : Unable to open /lib/modules, skipping module loading.
04-04 04:12:18.607     0     0 I init    : Skipped setting INIT_AVB_VERSION (not in recovery mode)
04-04 04:12:18.614     0     0 I init    : init second stage started!
04-04 04:12:18.619     0     0 I init    : Using Android DT directory /proc/device-tree/firmware/android/
04-04 04:12:18.620     0     0 W init    : Couldn't load property file '/vendor_extra/build.prop': open() failed: No such file or directory: No such file or directory
04-04 04:12:18.620     0     0 W init    : Couldn't load property file '/factory/factory.prop': open() failed: No such file or directory: No such file or directory
04-04 04:12:18.620     0     0 I init    : Setting product property ro.product.brand to 'waydroid' (from ro.product.product.brand)
04-04 04:12:18.620     0     0 I init    : Setting product property ro.product.device to 'waydroid_x86_64' (from ro.product.product.device)
04-04 04:12:18.620     0     0 I init    : Setting product property ro.product.manufacturer to 'Waydroid' (from ro.product.product.manufacturer)
04-04 04:12:18.620     0     0 I init    : Setting product property ro.product.model to 'WayDroid x86_64 Device' (from ro.product.product.model)
04-04 04:12:18.620     0     0 I init    : Setting product property ro.product.name to 'lineage_waydroid_x86_64' (from ro.product.product.name)
04-04 04:12:18.620     0     0 I init    : Setting property 'ro.build.fingerprint' to 'waydroid/lineage_waydroid_x86_64/waydroid_x86_64:11/RQ3A.211001.001/80:userdebug/test-keys'
04-04 04:12:18.621     0     0 I selinux : SELinux: Loaded file_contexts
04-04 04:12:18.621     0     0 I selinux :  
04-04 04:12:18.621     0     0 I init    : Running restorecon...
04-04 04:12:18.621     0     0 I init    : Created socket '/dev/socket/property_service', mode 666, user 0, group 0
04-04 04:12:18.622     0     0 I init    : Activated APEX 'com.android.adbd' in /system/apex/com.android.adbd to /apex/com.android.adbd, version 300000000
04-04 04:12:18.622     0     0 I init    : Activated APEX 'com.android.art' in /system/apex/com.android.art.release to /apex/com.android.art, version 1
04-04 04:12:18.622     0     0 I init    : Activated APEX 'com.android.conscrypt' in /system/apex/com.android.conscrypt to /apex/com.android.conscrypt, version 300000000
04-04 04:12:18.622     0     0 I init    : Activated APEX 'com.android.extservices' in /system/apex/com.android.extservices to /apex/com.android.extservices, version 300000000
04-04 04:12:18.622     0     0 I init    : Activated APEX 'com.android.i18n' in /system/apex/com.android.i18n to /apex/com.android.i18n, version 1
04-04 04:12:18.622     0     0 I init    : Activated APEX 'com.android.ipsec' in /system/apex/com.android.ipsec to /apex/com.android.ipsec, version 300000000
04-04 04:12:18.622     0     0 I init    : Activated APEX 'com.android.media' in /system/apex/com.android.media to /apex/com.android.media, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.media.swcodec' in /system/apex/com.android.media.swcodec to /apex/com.android.media.swcodec, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.mediaprovider' in /system/apex/com.android.mediaprovider to /apex/com.android.mediaprovider, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.neuralnetworks' in /system/apex/com.android.neuralnetworks to /apex/com.android.neuralnetworks, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.os.statsd' in /system/apex/com.android.os.statsd to /apex/com.android.os.statsd, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.permission' in /system/apex/com.android.permission to /apex/com.android.permission, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.resolv' in /system/apex/com.android.resolv to /apex/com.android.resolv, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.runtime' in /system/apex/com.android.runtime to /apex/com.android.runtime, version 1
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.sdkext' in /system/apex/com.android.sdkext to /apex/com.android.sdkext, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.tethering' in /system/apex/com.android.tethering to /apex/com.android.tethering, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.tzdata' in /system/apex/com.android.tzdata to /apex/com.android.tzdata, version 300000000
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.vndk.v30' in /system/apex/com.android.vndk.current to /apex/com.android.vndk.v30, version 1
04-04 04:12:18.623     0     0 I init    : Activated APEX 'com.android.wifi' in /system/apex/com.android.wifi to /apex/com.android.wifi, version 300000000
04-04 04:12:18.623     0     0 I init    : SetupMountNamespaces done
04-04 04:12:18.624     0     0 I init    : Forked subcontext for 'u:r:vendor_init:s0' with pid 3
04-04 04:12:18.624     0     0 I init    : Parsing file /system/etc/init/hw/init.rc...
04-04 04:12:18.624     0     0 I init    : Added '/init.environ.rc' to import list
04-04 04:12:18.624     0     0 I init    : Added '/system/etc/init/hw/init.usb.rc' to import list
04-04 04:12:18.624     0     0 I init    : Added '/init.unknown.rc' to import list
04-04 04:12:18.624     0     0 I init    : Added '/vendor/etc/init/hw/init.unknown.rc' to import list
04-04 04:12:18.624     0     0 I init    : Added '/system/etc/init/hw/init.usb.configfs.rc' to import list
04-04 04:12:18.624     0     0 I init    : Added '/system/etc/init/hw/init.zygote64_32.rc' to import list
04-04 04:12:18.624     0     0 I init    : Parsing file /init.environ.rc...
04-04 04:12:18.624     0     0 I init    : Parsing file /system/etc/init/hw/init.usb.rc...
04-04 04:12:18.624     0     0 I init    : Parsing file /init.unknown.rc...
04-04 04:12:18.624     0     0 I init    : Unable to read config file '/init.unknown.rc': open() failed: No such file or directory
04-04 04:12:18.625     0     0 I init    : Parsing file /vendor/etc/init/hw/init.unknown.rc...
04-04 04:12:18.625     0     0 I init    : Unable to read config file '/vendor/etc/init/hw/init.unknown.rc': open() failed: No such file or directory
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/hw/init.usb.configfs.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/hw/init.zygote64_32.rc...
04-04 04:12:18.625     0     0 I init    : Parsing directory /system/etc/init...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/adb_root.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/android.hidl.allocator@1.0-service.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/android.system.suspend@1.0-service.rc...
04-04 04:12:18.625     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/apexd.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/atrace.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/atrace_userdebug.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/audioserver.rc...
04-04 04:12:18.625     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/blank_screen.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/bootanim.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/bootstat-debug.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/bootstat.rc...
04-04 04:12:18.625     0     0 I init    : Parsing file /system/etc/init/bpfloader.rc...
04-04 04:12:18.626     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/cameraserver.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/clean_scratch_files.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/credstore.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/drmserver.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/dumpstate.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/flags_health_check.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/gatekeeperd.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/gpuservice.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/gsid.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/heapprofd.rc...
04-04 04:12:18.626     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/hwservicemanager.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/idmap2d.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/incidentd.rc...
04-04 04:12:18.626     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/init-debug.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/init.waydroid.rc...
04-04 04:12:18.626     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.626     0     0 I chatty  : uid=0(root) logd identical 2 lines
04-04 04:12:18.626     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/installd.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/iorapd.rc...
04-04 04:12:18.626     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/keystore.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/lineage-iosched.rc...
04-04 04:12:18.626     0     0 I init    : Parsing file /system/etc/init/lineage-ssh.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/lineage-system.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/lineage-updates.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/lmkd.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/logcatd.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/logd.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/logtagd.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/lpdumpd.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/mdnsd.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/mediaextractor.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/mediametrics.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/mediaserver.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/mtpd.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/netd.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/perfetto.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/racoon.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/recovery-persist.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/recovery-refresh.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/rss_hwm_reset.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/servicemanager.rc...
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/storaged.rc...
04-04 04:12:18.627     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.627     0     0 I init    : Parsing file /system/etc/init/surfaceflinger.rc...
04-04 04:12:18.628     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/tombstoned.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/traced_perf.rc...
04-04 04:12:18.628     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/traceur.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/uncrypt.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/usbd.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/vdc.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/vendor.waydroid.task@1.0-service.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/vold.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/wait_for_keymaster.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/wifi.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /system/etc/init/wificond.rc...
04-04 04:12:18.628     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.628     0     0 I init    : Parsing file /system_ext/etc/init...
04-04 04:12:18.628     0     0 I init    : Unable to read config file '/system_ext/etc/init': open() failed: No such file or directory
04-04 04:12:18.628     0     0 I init    : Parsing file /product/etc/init...
04-04 04:12:18.628     0     0 I init    : Unable to read config file '/product/etc/init': open() failed: No such file or directory
04-04 04:12:18.628     0     0 I init    : Parsing file /odm/etc/init...
04-04 04:12:18.628     0     0 I init    : Unable to read config file '/odm/etc/init': open() failed: No such file or directory
04-04 04:12:18.628     0     0 I init    : Parsing directory /vendor/etc/init...
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.audio.service.rc...
04-04 04:12:18.628     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.628     0     0 E init    : /vendor/etc/init/android.hardware.audio.service.rc: 1: ignored duplicate definition of service 'vendor.audio-hal'
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc...
04-04 04:12:18.628     0     0 E init    : /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc: 2: Interface 'android.hardware.camera.provider@2.4::ICameraProvider/legacy/0' redefined in vendor.camera-provider-2-4 but is already defined by vendor.camera-provider-2-4
04-04 04:12:18.628     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.628     0     0 E init    : /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc: 1: ignored duplicate definition of service 'vendor.camera-provider-2-4'
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.cas@1.2-service.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.configstore@1.1-service.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.drm@1.0-service.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.drm@1.3-service.clearkey.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.gatekeeper@1.0-service.rc...
04-04 04:12:18.628     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.graphics.allocator@2.0-service.rc...
04-04 04:12:18.629     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc...
04-04 04:12:18.629     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:18.629     0     0 E init    : /vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc: 1: ignored duplicate definition of service 'vendor.hwcomposer-2-1'
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.health@2.0-service.waydroid.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.keymaster@4.0-service.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.light@2.0-service.waydroid.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.media.omx@1.0-service.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.memtrack@1.0-service.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.power@1.0-service.waydroid.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.sensors@1.0-service.waydroid.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.vibrator@1.0-service.waydroid.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/boringssl_self_test.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/vendor_flash_recovery.rc...
04-04 04:12:18.629     0     0 I init    : Parsing file /vendor/etc/init/vndservicemanager.rc...
04-04 04:12:18.629     0     0 I init    : processing action (SetupCgroups) from (<Builtin Action>:0)
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to mount blkio cgroup: Operation not permitted
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup blkio cgroup
04-04 04:12:18.630     0     0 E libprocessgroup: lchown() failed for /sys/fs/cgroup/.: Read-only file system
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to create directory for cgroup2 cgroup
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to mount cgroup2 cgroup: Read-only file system
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup cgroup2 cgroup
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to mount cpu cgroup: Operation not permitted
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup cpu cgroup
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to mount cpuacct cgroup: Operation not permitted
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup cpuacct cgroup
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to mount cpuset cgroup: Operation not permitted
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup cpuset cgroup
04-04 04:12:18.630     0     0 E libprocessgroup: mkdir() failed for /sys/fs/cgroup/freezer: Read-only file system
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to create directory for freezer cgroup
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup freezer cgroup
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to mount memory cgroup: Operation not permitted
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup memory cgroup
04-04 04:12:18.630     0     0 E cgroup  : Unknown subsys name 'schedtune'
04-04 04:12:18.630     0     0 E libprocessgroup: Failed to mount schedtune cgroup: Invalid argument
04-04 04:12:18.630     0     0 W libprocessgroup: Failed to setup schedtune cgroup
04-04 04:12:18.630     0     0 I init    : processing action (TestPerfEventSelinux) from (<Builtin Action>:0)
04-04 04:12:18.630     0     0 I init    : processing action (early-init) from (/system/etc/init/hw/init.rc:15)
04-04 04:12:18.630     0     0 I init    : Command 'write /proc/sys/kernel/sysrq 0' action=early-init (/system/etc/init/hw/init.rc:17) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sysrq': open() failed: Read-only file system
04-04 04:12:18.630     0     0 I init    : Command 'write /proc/sys/kernel/modprobe
04-04 04:12:18.630     0     0 I init    : ' action=early-init (/system/etc/init/hw/init.rc:22) took 0ms and failed: Unable to write to file '/proc/sys/kernel/modprobe': open() failed: Read-only file system
04-04 04:12:18.630     0     0 I init    : Command 'mkdir /acct/uid' action=early-init (/system/etc/init/hw/init.rc:30) took 0ms and failed: mkdir() failed on /acct/uid: Read-only file system
04-04 04:12:18.631     0     0 I init    : starting service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)'...
04-04 04:12:18.631     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.631     0     0 E init    : createProcessGroup(0, 4) failed for service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)': Read-only file system
04-04 04:12:18.631     0     0 I init    : SVC_EXEC service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' pid 4 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.636     0     0 I init    : Service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' (pid 4) exited with status 0 waiting took 0.005000 seconds
04-04 04:12:18.636     0     0 I init    : Sending signal 9 to service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' (pid 4) process group...
04-04 04:12:18.636     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 4 in 0ms
04-04 04:12:18.637     0     0 I init    : starting service 'ueventd'...
04-04 04:12:18.638     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.638     0     0 E init    : createProcessGroup(0, 5) failed for service 'ueventd': Read-only file system
04-04 04:12:18.638     0     0 I init    : starting service 'apexd-bootstrap'...
04-04 04:12:18.638     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.638     0     0 E init    : createProcessGroup(0, 6) failed for service 'apexd-bootstrap': Read-only file system
04-04 04:12:18.639     0     0 I init    : SVC_EXEC service 'apexd-bootstrap' pid 6 (uid 0 gid 1000+0 context default) started; waiting...
04-04 04:12:18.647     0     0 I ueventd : ueventd started!
04-04 04:12:18.647     0     0 I selinux : SELinux: Loaded file_contexts
04-04 04:12:18.647     0     0 I selinux :  
04-04 04:12:18.647     0     0 I ueventd : Parsing file /system/etc/ueventd.rc...
04-04 04:12:18.647     0     0 I ueventd : Parsing file /vendor/ueventd.rc...
04-04 04:12:18.647     0     0 I ueventd : Unable to read config file '/vendor/ueventd.rc': open() failed: No such file or directory
04-04 04:12:18.647     0     0 I ueventd : Parsing file /odm/ueventd.rc...
04-04 04:12:18.647     0     0 I ueventd : Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
04-04 04:12:18.647     0     0 I ueventd : Parsing file /ueventd.unknown.rc...
04-04 04:12:18.647     0     0 I ueventd : Unable to read config file '/ueventd.unknown.rc': open() failed: No such file or directory
04-04 04:12:18.647     0     0 I ueventd : [libfs_mgr]ReadDefaultFstab(): failed to find device default fstab
04-04 04:12:18.649     0     0 I apexd   : This device does not support updatable APEX. Exiting
04-04 04:12:18.650     0     0 I init    : Service 'apexd-bootstrap' (pid 6) exited with status 0 waiting took 0.011000 seconds
04-04 04:12:18.650     0     0 I init    : Sending signal 9 to service 'apexd-bootstrap' (pid 6) process group...
04-04 04:12:18.650     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 6 in 0ms
04-04 04:12:18.651     0     0 I init    : processing action (ro.product.cpu.abilist32=* && early-init) from (/system/etc/init/hw/init.rc:85)
04-04 04:12:18.651     0     0 I init    : starting service 'boringssl_self_test32'...
04-04 04:12:18.652     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.652     0     0 E init    : createProcessGroup(0, 7) failed for service 'boringssl_self_test32': Read-only file system
04-04 04:12:18.652     0     0 I init    : SVC_EXEC service 'boringssl_self_test32' pid 7 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.662     0     0 I init    : Service 'boringssl_self_test32' (pid 7) exited with status 0 waiting took 0.010000 seconds
04-04 04:12:18.662     0     0 I init    : Sending signal 9 to service 'boringssl_self_test32' (pid 7) process group...
04-04 04:12:18.663     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 7 in 0ms
04-04 04:12:18.663     0     0 I init    : processing action (ro.product.cpu.abilist64=* && early-init) from (/system/etc/init/hw/init.rc:87)
04-04 04:12:18.663     0     0 I init    : starting service 'boringssl_self_test64'...
04-04 04:12:18.664     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.664     0     0 E init    : createProcessGroup(0, 8) failed for service 'boringssl_self_test64': Read-only file system
04-04 04:12:18.664     0     0 I init    : SVC_EXEC service 'boringssl_self_test64' pid 8 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.670     0     0 I init    : Service 'boringssl_self_test64' (pid 8) exited with status 0 waiting took 0.006000 seconds
04-04 04:12:18.670     0     0 I init    : Sending signal 9 to service 'boringssl_self_test64' (pid 8) process group...
04-04 04:12:18.670     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 8 in 0ms
04-04 04:12:18.671     0     0 I init    : processing action (early-init) from (/init.environ.rc:2)
04-04 04:12:18.671     0     0 I init    : processing action (ro.product.cpu.abilist32=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:2)
04-04 04:12:18.671     0     0 I init    : starting service 'boringssl_self_test32_vendor'...
04-04 04:12:18.672     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.672     0     0 E init    : createProcessGroup(0, 9) failed for service 'boringssl_self_test32_vendor': Read-only file system
04-04 04:12:18.672     0     0 I init    : SVC_EXEC service 'boringssl_self_test32_vendor' pid 9 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.676     0     0 I init    : Service 'boringssl_self_test32_vendor' (pid 9) exited with status 0 waiting took 0.004000 seconds
04-04 04:12:18.676     0     0 I init    : Sending signal 9 to service 'boringssl_self_test32_vendor' (pid 9) process group...
04-04 04:12:18.676     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 9 in 0ms
04-04 04:12:18.677     0     0 I init    : processing action (ro.product.cpu.abilist64=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:4)
04-04 04:12:18.677     0     0 I init    : starting service 'boringssl_self_test64_vendor'...
04-04 04:12:18.678     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.678     0     0 E init    : createProcessGroup(0, 10) failed for service 'boringssl_self_test64_vendor': Read-only file system
04-04 04:12:18.678     0     0 I init    : SVC_EXEC service 'boringssl_self_test64_vendor' pid 10 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.682     0     0 I init    : Service 'boringssl_self_test64_vendor' (pid 10) exited with status 0 waiting took 0.004000 seconds
04-04 04:12:18.682     0     0 I init    : Sending signal 9 to service 'boringssl_self_test64_vendor' (pid 10) process group...
04-04 04:12:18.682     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 10 in 0ms
04-04 04:12:18.682     0     0 I init    : processing action (wait_for_coldboot_done) from (<Builtin Action>:0)
04-04 04:12:18.693     0     0 I init    : Wait for property 'ro.cold_boot_done=true' took 10ms
04-04 04:12:18.693     0     0 I init    : processing action (KeychordInit) from (<Builtin Action>:0)
04-04 04:12:18.693     0     0 I ueventd : Coldboot took 0.045 seconds
04-04 04:12:18.693     0     0 W init    : Could not add watch for /dev/input: No such file or directory
04-04 04:12:18.693     0     0 I init    : processing action (init) from (/system/etc/init/hw/init.rc:114)
04-04 04:12:18.693     0     0 I init    : Command 'symlink /proc/self/fd/0 /dev/stdin' action=init (/system/etc/init/hw/init.rc:121) took 0ms and failed: symlink() failed: File exists
04-04 04:12:18.693     0     0 I init    : Command 'symlink /proc/self/fd/1 /dev/stdout' action=init (/system/etc/init/hw/init.rc:122) took 0ms and failed: symlink() failed: File exists
04-04 04:12:18.693     0     0 I init    : Command 'symlink /proc/self/fd/2 /dev/stderr' action=init (/system/etc/init/hw/init.rc:123) took 0ms and failed: symlink() failed: File exists
04-04 04:12:18.695     0     0 I init    : Command 'symlink /dev/binderfs/binder /dev/binder' action=init (/system/etc/init/hw/init.rc:183) took 0ms and failed: symlink() failed: File exists
04-04 04:12:18.695     0     0 I init    : Command 'symlink /dev/binderfs/hwbinder /dev/hwbinder' action=init (/system/etc/init/hw/init.rc:184) took 0ms and failed: symlink() failed: File exists
04-04 04:12:18.695     0     0 I init    : Command 'symlink /dev/binderfs/vndbinder /dev/vndbinder' action=init (/system/etc/init/hw/init.rc:185) took 0ms and failed: symlink() failed: File exists
04-04 04:12:18.696     0     0 I init    : Command 'write /proc/sys/kernel/panic_on_oops 1' action=init (/system/etc/init/hw/init.rc:227) took 0ms and failed: Unable to write to file '/proc/sys/kernel/panic_on_oops': open() failed: Read-only file system
04-04 04:12:18.696     0     0 I init    : Command 'write /proc/sys/kernel/hung_task_timeout_secs 0' action=init (/system/etc/init/hw/init.rc:228) took 0ms and failed: Unable to write to file '/proc/sys/kernel/hung_task_timeout_secs': open() failed: Read-only file system
04-04 04:12:18.696     0     0 I init    : Command 'write /proc/sys/kernel/randomize_va_space 2' action=init (/system/etc/init/hw/init.rc:240) took 0ms and failed: Unable to write to file '/proc/sys/kernel/randomize_va_space': open() failed: Read-only file system
04-04 04:12:18.696     0     0 I init    : Command 'write /proc/sys/vm/mmap_min_addr 32768' action=init (/system/etc/init/hw/init.rc:241) took 0ms and failed: Unable to write to file '/proc/sys/vm/mmap_min_addr': open() failed: Read-only file system
04-04 04:12:18.696     0     0 I init    : Command 'write /proc/sys/kernel/sched_rt_runtime_us 950000' action=init (/system/etc/init/hw/init.rc:244) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_rt_runtime_us': open() failed: Read-only file system
04-04 04:12:18.696     0     0 I init    : Command 'write /proc/sys/kernel/sched_rt_period_us 1000000' action=init (/system/etc/init/hw/init.rc:245) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_rt_period_us': open() failed: Read-only file system
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/foreground/cpus' action=init (/system/etc/init/hw/init.rc:278) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/foreground/mems' action=init (/system/etc/init/hw/init.rc:279) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/background/cpus' action=init (/system/etc/init/hw/init.rc:281) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/background/mems' action=init (/system/etc/init/hw/init.rc:282) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/system-background/cpus' action=init (/system/etc/init/hw/init.rc:288) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/system-background/mems' action=init (/system/etc/init/hw/init.rc:289) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/restricted/cpus' action=init (/system/etc/init/hw/init.rc:294) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/restricted/mems' action=init (/system/etc/init/hw/init.rc:295) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/top-app/cpus' action=init (/system/etc/init/hw/init.rc:298) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:18.697     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/top-app/mems' action=init (/system/etc/init/hw/init.rc:299) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:18.700     0     0 I init    : Command 'symlink /proc/self/fd /dev/fd' action=init (/system/etc/init/hw/init.rc:361) took 0ms and failed: symlink() failed: File exists
04-04 04:12:18.700     0     0 I init    : Command 'write /dev/cpu_variant:${ro.bionic.arch} ${ro.bionic.cpu_variant}' action=init (/system/etc/init/hw/init.rc:370) took 0ms and failed: property 'ro.bionic.cpu_variant' doesn't exist while expanding '${ro.bionic.cpu_variant}'
04-04 04:12:18.700     0     0 I init    : Command 'write /dev/cpu_variant:${ro.bionic.2nd_arch} ${ro.bionic.2nd_cpu_variant}' action=init (/system/etc/init/hw/init.rc:372) took 0ms and failed: property 'ro.bionic.2nd_cpu_variant' doesn't exist while expanding '${ro.bionic.2nd_cpu_variant}'
04-04 04:12:18.700     0     0 I init    : Command 'chown system system /sys/power/state' action=init (/system/etc/init/hw/init.rc:376) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:18.700     0     0 I init    : Command 'chown system system /sys/power/wakeup_count' action=init (/system/etc/init/hw/init.rc:377) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:18.700     0     0 I init    : Command 'chmod 0660 /sys/power/state' action=init (/system/etc/init/hw/init.rc:378) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:18.700     0     0 I init    : starting service 'logd'...
04-04 04:12:18.700     0     0 I init    : Created socket '/dev/socket/logd', mode 666, user 1036, group 1036
04-04 04:12:18.700     0     0 I init    : Created socket '/dev/socket/logdr', mode 666, user 1036, group 1036
04-04 04:12:18.700     0     0 I init    : Created socket '/dev/socket/logdw', mode 222, user 1036, group 1036
04-04 04:12:18.700     0     0 I init    : Opened file '/proc/kmsg', flags 0
04-04 04:12:18.700     0     0 I init    : Opened file '/dev/kmsg', flags 1
04-04 04:12:18.701     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 04:12:18.701     0     0 E init    : createProcessGroup(1036, 28) failed for service 'logd': Read-only file system
04-04 04:12:18.702     0     0 I init    : starting service 'lmkd'...
04-04 04:12:18.702     0     0 I init    : Created socket '/dev/socket/lmkd', mode 660, user 1000, group 1000
04-04 04:12:18.702     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1069: Read-only file system
04-04 04:12:18.702     0     0 E init    : createProcessGroup(1069, 29) failed for service 'lmkd': Read-only file system
04-04 04:12:18.702     0     0 I init    : starting service 'servicemanager'...
04-04 04:12:18.703     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.703     0     0 E init    : createProcessGroup(1000, 30) failed for service 'servicemanager': Read-only file system
04-04 04:12:18.703     0     0 I init    : starting service 'hwservicemanager'...
04-04 04:12:18.703     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.703     0     0 E init    : createProcessGroup(1000, 31) failed for service 'hwservicemanager': Read-only file system
04-04 04:12:18.704     0     0 I init    : starting service 'vndservicemanager'...
04-04 04:12:18.704     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.704     0     0 E init    : createProcessGroup(1000, 32) failed for service 'vndservicemanager': Read-only file system
04-04 04:12:18.704     0     0 I init    : processing action (ro.debuggable=1 && init) from (/system/etc/init/hw/init.rc:1058)
04-04 04:12:18.704     0     0 I init    : processing action (init) from (/system/etc/init/hw/init.usb.rc:24)
04-04 04:12:18.704     0     0 I init    : processing action (init) from (/system/etc/init/audioserver.rc:56)
04-04 04:12:18.704     0     0 I init    : processing action (init) from (/system/etc/init/lineage-iosched.rc:1)
04-04 04:12:18.704     0     0 E cgroup  : Unknown subsys name 'bfqio'
04-04 04:12:18.704     0     0 I init    : Command 'mount cgroup none /dev/bfqio bfqio' action=init (/system/etc/init/lineage-iosched.rc:4) took 0ms and failed: mount() failed: Invalid argument
04-04 04:12:18.705     0     0 I init    : processing action (init) from (/system/etc/init/lineage-system.rc:2)
04-04 04:12:18.705     0     0 I init    : processing action (late-init) from (/system/etc/init/hw/init.rc:415)
04-04 04:12:18.705     0     0 I init    : processing action (late-init) from (/system/etc/init/atrace.rc:3)
04-04 04:12:18.705     0     0 I init    : Command 'write /proc/sys/kernel/sched_schedstats 1' action=late-init (/system/etc/init/atrace.rc:10) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_schedstats': open() failed: Read-only file system
04-04 04:12:18.707     0     0 I logd.auditd: start
04-04 04:12:18.707     0     0 I init    : processing action (queue_property_triggers) from (<Builtin Action>:0)
04-04 04:12:18.707     0     0 I init    : processing action (early-fs) from (/system/etc/init/hw/init.rc:455)
04-04 04:12:18.707     0     0 I init    : starting service 'vold'...
04-04 04:12:18.708     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.708     0     0 E init    : createProcessGroup(0, 37) failed for service 'vold': Read-only file system
04-04 04:12:18.708     0     0 I init    : processing action (fs) from (/system/etc/init/hw/init.rc:451)
04-04 04:12:18.708     0     0 I init    : Userdata mounted using /dev/null result : 1
04-04 04:12:18.708     0     0 I init    : processing action (fs) from (/system/etc/init/logd.rc:28)
04-04 04:12:18.708     0     0 I init    : processing action (fs) from (/system/etc/init/wifi.rc:25)
04-04 04:12:18.708     0     0 I init    : processing action (post-fs) from (/system/etc/init/hw/init.rc:459)
04-04 04:12:18.709     0     0 I init    : starting service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)'...
04-04 04:12:18.709     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.709     0     0 E init    : createProcessGroup(1000, 38) failed for service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)': Read-only file system
04-04 04:12:18.709     0     0 I init    : SVC_EXEC service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' pid 38 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:18.725     0     0 I init    : Service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 38) exited with status 0 waiting took 0.016000 seconds
04-04 04:12:18.725     0     0 I init    : Sending signal 9 to service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 38) process group...
04-04 04:12:18.725     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 38 in 0ms
04-04 04:12:18.726     0     0 I init    : Command 'chown system cache /cache' action=post-fs (/system/etc/init/hw/init.rc:471) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:18.726     0     0 I init    : Command 'chmod 0770 /cache' action=post-fs (/system/etc/init/hw/init.rc:472) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:18.726     0     0 I init    : Command 'chown root system /proc/sysrq-trigger' action=post-fs (/system/etc/init/hw/init.rc:494) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:18.726     0     0 I init    : Command 'chmod 0220 /proc/sysrq-trigger' action=post-fs (/system/etc/init/hw/init.rc:495) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:18.726     0     0 I init    : processing action (post-fs) from (/system/etc/init/atrace_userdebug.rc:7)
04-04 04:12:18.727     0     0 I init    : processing action (post-fs) from (/system/etc/init/gsid.rc:8)
04-04 04:12:18.727     0     0 I init    : processing action (post-fs) from (/system/etc/init/recovery-refresh.rc:1)
04-04 04:12:18.727     0     0 I init    : starting service 'exec 3 (/system/bin/recovery-refresh)'...
04-04 04:12:18.727     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.727     0     0 E init    : createProcessGroup(1000, 44) failed for service 'exec 3 (/system/bin/recovery-refresh)': Read-only file system
04-04 04:12:18.727     0     0 I init    : processing action (late-fs) from (/system/etc/init/hw/init.rc:523)
04-04 04:12:18.728     0     0 I init    : starting service 'system_suspend'...
04-04 04:12:18.728     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.728     0     0 E init    : createProcessGroup(1000, 45) failed for service 'system_suspend': Read-only file system
04-04 04:12:18.729     0     0 I init    : starting service 'vendor.keymaster-4-0'...
04-04 04:12:18.729     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.729     0     0 E init    : createProcessGroup(1000, 46) failed for service 'vendor.keymaster-4-0': Read-only file system
04-04 04:12:18.729     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/hw/init.rc:532)
04-04 04:12:18.729     0     0 I init    : starting service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)'...
04-04 04:12:18.730     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.730     0     0 E init    : createProcessGroup(1000, 47) failed for service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)': Read-only file system
04-04 04:12:18.730     0     0 I init    : SVC_EXEC service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' pid 47 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:18.731     0     0 I init    : Service 'exec 3 (/system/bin/recovery-refresh)' (pid 44) exited with status 254 oneshot service took 0.004000 seconds in background
04-04 04:12:18.731     0     0 I init    : Sending signal 9 to service 'exec 3 (/system/bin/recovery-refresh)' (pid 44) process group...
04-04 04:12:18.731     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 44 in 0ms
04-04 04:12:18.734     0     0 I init    : Service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 47) exited with status 0 waiting took 0.004000 seconds
04-04 04:12:18.734     0     0 I init    : Sending signal 9 to service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 47) process group...
04-04 04:12:18.735     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 47 in 0ms
04-04 04:12:18.735     0     0 I init    : Switched to default mount namespace
04-04 04:12:18.735     0     0 I init    : Not setting encryption policy on: /data/apex
04-04 04:12:18.735     0     0 I init    : Not setting encryption policy on: /data/app-staging
04-04 04:12:18.735     0     0 I init    : starting service 'apexd'...
04-04 04:12:18.736     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.736     0     0 E init    : createProcessGroup(0, 50) failed for service 'apexd': Read-only file system
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/preloads
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/vendor_ce
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/vendor_de
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/data
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/lost+found
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/system_de
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/system_ce
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/misc_de
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/misc_ce
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/user
04-04 04:12:18.737     0     0 I init    : Not setting encryption policy on: /data/user_de
04-04 04:12:18.737     0     0 I init    : Command 'rm /data/user/0' action=post-fs-data (/system/etc/init/hw/init.rc:710) took 0ms and failed: unlink() failed: Is a directory
04-04 04:12:18.743     0     0 I apexd   : This device does not support updatable APEX. Exiting
04-04 04:12:18.743     0     0 I apexd   : Marking APEXd as activated
04-04 04:12:18.743     0     0 I init    : Wait for property 'apexd.status=activated' took 4ms
04-04 04:12:18.744     0     0 I init    : Parsing file /apex/com.android.adbd/etc/init.rc...
04-04 04:12:18.744     0     0 I init    : Parsing file /apex/com.android.media.swcodec/etc/init.rc...
04-04 04:12:18.744     0     0 I init    : Parsing file /apex/com.android.os.statsd/etc/init.rc...
04-04 04:12:18.744     0     0 I init    : Parsing file /apex/com.android.sdkext/etc/derive_sdk.rc...
04-04 04:12:18.744     0     0 I init    : Service 'apexd' (pid 50) exited with status 0 oneshot service took 0.008000 seconds in background
04-04 04:12:18.744     0     0 I init    : Sending signal 9 to service 'apexd' (pid 50) process group...
04-04 04:12:18.744     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 50 in 0ms
04-04 04:12:18.744     0     0 I init    : Not setting encryption policy on: /data/media
04-04 04:12:18.744     0     0 I init    : starting service 'exec 5 (/system/bin/chattr +F /data/media)'...
04-04 04:12:18.745     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1023: Read-only file system
04-04 04:12:18.745     0     0 E init    : createProcessGroup(1023, 51) failed for service 'exec 5 (/system/bin/chattr +F /data/media)': Read-only file system
04-04 04:12:18.745     0     0 I init    : SVC_EXEC service 'exec 5 (/system/bin/chattr +F /data/media)' pid 51 (uid 1023 gid 1023+0 context default) started; waiting...
04-04 04:12:18.750     0     0 I init    : Service 'exec 5 (/system/bin/chattr +F /data/media)' (pid 51) exited with status 1 waiting took 0.004000 seconds
04-04 04:12:18.750     0     0 I init    : Sending signal 9 to service 'exec 5 (/system/bin/chattr +F /data/media)' (pid 51) process group...
04-04 04:12:18.750     0     0 I libprocessgroup: Successfully killed process cgroup uid 1023 pid 51 in 0ms
04-04 04:12:18.750     0     0 I init    : starting service 'derive_sdk'...
04-04 04:12:18.751     0     0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system
04-04 04:12:18.751     0     0 E init    : createProcessGroup(9999, 52) failed for service 'derive_sdk': Read-only file system
04-04 04:12:18.751     0     0 I init    : SVC_EXEC service 'derive_sdk' pid 52 (uid 9999 gid 9999+0 context default) started; waiting...
04-04 04:12:18.754     0     0 I init    : Service 'derive_sdk' (pid 52) exited with status 0 waiting took 0.003000 seconds
04-04 04:12:18.754     0     0 I init    : Sending signal 9 to service 'derive_sdk' (pid 52) process group...
04-04 04:12:18.754     0     0 I libprocessgroup: Successfully killed process cgroup uid 9999 pid 52 in 0ms
04-04 04:12:18.755     0     0 I init    : starting service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)'...
04-04 04:12:18.755     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.755     0     0 E init    : createProcessGroup(0, 53) failed for service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)': Read-only file system
04-04 04:12:18.755     0     0 I init    : SVC_EXEC service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' pid 53 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.760     0     0 D vdc     : Waited 0ms for vold
04-04 04:12:18.767     0     0 I init    : Service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' (pid 53) exited with status 0 waiting took 0.012000 seconds
04-04 04:12:18.767     0     0 I init    : Sending signal 9 to service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' (pid 53) process group...
04-04 04:12:18.768     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 53 in 0ms
04-04 04:12:18.768     0     0 I init    : starting service 'apexd-snapshotde'...
04-04 04:12:18.768     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.768     0     0 E init    : createProcessGroup(0, 55) failed for service 'apexd-snapshotde': Read-only file system
04-04 04:12:18.769     0     0 I init    : SVC_EXEC service 'apexd-snapshotde' pid 55 (uid 0 gid 1000+0 context default) started; waiting...
04-04 04:12:18.776     0     0 I apexd   : This device does not support updatable APEX. Exiting
04-04 04:12:18.776     0     0 I apexd   : Marking APEXd as ready
04-04 04:12:18.777     0     0 I init    : Service 'apexd-snapshotde' (pid 55) exited with status 0 waiting took 0.008000 seconds
04-04 04:12:18.777     0     0 I init    : Sending signal 9 to service 'apexd-snapshotde' (pid 55) process group...
04-04 04:12:18.777     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 55 in 0ms
04-04 04:12:18.777     0     0 I init    : starting service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)'...
04-04 04:12:18.778     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.778     0     0 E init    : createProcessGroup(1000, 56) failed for service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)': Read-only file system
04-04 04:12:18.778     0     0 I init    : SVC_EXEC service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)' pid 56 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:18.782     0     0 I init    : Service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)' (pid 56) exited with status 0 waiting took 0.003000 seconds
04-04 04:12:18.782     0     0 I init    : Sending signal 9 to service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)' (pid 56) process group...
04-04 04:12:18.782     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 56 in 0ms
04-04 04:12:18.782     0     0 I init    : processing action (sys.use_memfd= && post-fs-data) from (/system/etc/init/hw/init.rc:796)
04-04 04:12:18.782     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/hw/init.usb.rc:6)
04-04 04:12:18.782     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/adb_root.rc:6)
04-04 04:12:18.782     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/bootstat.rc:9)
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/gsid.rc:14)
04-04 04:12:18.783     0     0 I init    : Not setting encryption policy on: /data/gsi
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/incidentd.rc:21)
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/init.waydroid.rc:9)
04-04 04:12:18.783     0     0 W init    : Top-level directory needs encryption action, eg mkdir /data/icons <mode> <uid> <gid> encryption=Require
04-04 04:12:18.783     0     0 W init    : Top-level directory needs encryption action, eg mkdir /data/waydroid_tmp <mode> <uid> <gid> encryption=Require
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/iorapd.rc:28)
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/lineage-ssh.rc:1)
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/lineage-system.rc:5)
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/lineage-updates.rc:1)
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/logtagd.rc:4)
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/perfetto.rc:67)
04-04 04:12:18.783     0     0 I init    : Command 'rm /data/misc/perfetto-traces/.guardraildata' action=post-fs-data (/system/etc/init/perfetto.rc:68) took 0ms and failed: unlink() failed: No such file or directory
04-04 04:12:18.783     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/recovery-persist.rc:1)
04-04 04:12:18.783     0     0 I init    : starting service 'exec 8 (/system/bin/recovery-persist)'...
04-04 04:12:18.784     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.784     0     0 E init    : createProcessGroup(1000, 57) failed for service 'exec 8 (/system/bin/recovery-persist)': Read-only file system
04-04 04:12:18.784     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/tombstoned.rc:10)
04-04 04:12:18.784     0     0 I init    : starting service 'tombstoned'...
04-04 04:12:18.784     0     0 I init    : Created socket '/dev/socket/tombstoned_crash', mode 666, user 1000, group 1000
04-04 04:12:18.784     0     0 I init    : Created socket '/dev/socket/tombstoned_intercept', mode 666, user 1000, group 1000
04-04 04:12:18.784     0     0 I init    : Created socket '/dev/socket/tombstoned_java_trace', mode 666, user 1000, group 1000
04-04 04:12:18.784     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1058: Read-only file system
04-04 04:12:18.784     0     0 E init    : createProcessGroup(1058, 58) failed for service 'tombstoned': Read-only file system
04-04 04:12:18.784     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/wifi.rc:18)
04-04 04:12:18.784     0     0 I init    : processing action (load_persist_props_action) from (/system/etc/init/hw/init.rc:405)
04-04 04:12:18.784     0     0 W init    : Couldn't load property file '/data/local.prop': open() failed: No such file or directory: No such file or directory
04-04 04:12:18.785     0     0 I init    : Wait for property 'ro.persistent_properties.ready=true' took 0ms
04-04 04:12:18.785     0     0 I init    : starting service 'logd-reinit'...
04-04 04:12:18.785     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 04:12:18.785     0     0 E init    : createProcessGroup(1036, 59) failed for service 'logd-reinit': Read-only file system
04-04 04:12:18.785     0     0 I init    : processing action (load_persist_props_action) from (/system/etc/init/flags_health_check.rc:1)
04-04 04:12:18.785     0     0 W init    : Top-level directory needs encryption action, eg mkdir /data/server_configurable_flags <mode> <uid> <gid> encryption=Require
04-04 04:12:18.785     0     0 I init    : starting service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)'...
04-04 04:12:18.786     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.786     0     0 E init    : createProcessGroup(1000, 60) failed for service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)': Read-only file system
04-04 04:12:18.786     0     0 I init    : SVC_EXEC service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' pid 60 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:18.788     0     0 I init    : Service 'exec 8 (/system/bin/recovery-persist)' (pid 57) exited with status 0 oneshot service took 0.004000 seconds in background
04-04 04:12:18.788     0     0 I init    : Sending signal 9 to service 'exec 8 (/system/bin/recovery-persist)' (pid 57) process group...
04-04 04:12:18.788     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 57 in 0ms
04-04 04:12:18.789     0     0 I logd.daemon: reinit
04-04 04:12:18.789     0     0 I init    : Service 'logd-reinit' (pid 59) exited with status 0 oneshot service took 0.004000 seconds in background
04-04 04:12:18.789     0     0 I init    : Sending signal 9 to service 'logd-reinit' (pid 59) process group...
04-04 04:12:18.789     0     0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 59 in 0ms
04-04 04:12:18.794     0     0 I init    : Service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' (pid 60) exited with status 0 waiting took 0.008000 seconds
04-04 04:12:18.794     0     0 I init    : Sending signal 9 to service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' (pid 60) process group...
04-04 04:12:18.794     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 60 in 0ms
04-04 04:12:18.794     0     0 I init    : processing action (load_persist_props_action) from (/system/etc/init/logcatd.rc:29)
04-04 04:12:18.794     0     0 I init    : processing action (load_bpf_programs) from (/system/etc/init/bpfloader.rc:20)
04-04 04:12:18.794     0     0 I init    : starting service 'bpfloader'...
04-04 04:12:18.795     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.795     0     0 E init    : createProcessGroup(0, 61) failed for service 'bpfloader': Read-only file system
04-04 04:12:18.795     0     0 I init    : processing action (persist.sys.fuse=true && zygote-start) from (/system/etc/init/hw/init.rc:802)
04-04 04:12:18.796     0     0 I init    : processing action (ro.crypto.state=unencrypted && zygote-start) from (/system/etc/init/hw/init.rc:817)
04-04 04:12:18.796     0     0 I init    : Command 'exec_start update_verifier_nonencrypted' action=ro.crypto.state=unencrypted && zygote-start (/system/etc/init/hw/init.rc:819) took 0ms and failed: Service not found
04-04 04:12:18.796     0     0 I init    : starting service 'statsd'...
04-04 04:12:18.796     0     0 I init    : Created socket '/dev/socket/statsdw', mode 222, user 1066, group 1066
04-04 04:12:18.796     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1066: Read-only file system
04-04 04:12:18.796     0     0 E init    : createProcessGroup(1066, 62) failed for service 'statsd': Read-only file system
04-04 04:12:18.797     0     0 I init    : starting service 'netd'...
04-04 04:12:18.797     0     0 I init    : Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
04-04 04:12:18.797     0     0 I init    : Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
04-04 04:12:18.797     0     0 I init    : Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003
04-04 04:12:18.797     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.797     0     0 E init    : createProcessGroup(0, 63) failed for service 'netd': Read-only file system
04-04 04:12:18.797     0     0 I init    : starting service 'zygote'...
04-04 04:12:18.797     0     0 I init    : Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
04-04 04:12:18.797     0     0 I init    : Created socket '/dev/socket/usap_pool_primary', mode 660, user 0, group 1000
04-04 04:12:18.798     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.798     0     0 E init    : createProcessGroup(0, 64) failed for service 'zygote': Read-only file system
04-04 04:12:18.798     0     0 I init    : starting service 'zygote_secondary'...
04-04 04:12:18.798     0     0 I init    : Created socket '/dev/socket/zygote_secondary', mode 660, user 0, group 1000
04-04 04:12:18.798     0     0 I init    : Created socket '/dev/socket/usap_pool_secondary', mode 660, user 0, group 1000
04-04 04:12:18.798     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:18.798     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:18.799     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.799     0     0 E init    : createProcessGroup(0, 65) failed for service 'zygote_secondary': Read-only file system
04-04 04:12:18.799     0     0 I init    : processing action (firmware_mounts_complete) from (/system/etc/init/hw/init.rc:411)
04-04 04:12:18.799     0     0 I init    : processing action (early-boot) from (/system/etc/init/installd.rc:5)
04-04 04:12:18.799     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:18.799     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:18.803     0     0 I init    : processing action (boot) from (/system/etc/init/hw/init.rc:841)
04-04 04:12:18.803     0     0 I init    : Command 'hostname localhost' action=boot (/system/etc/init/hw/init.rc:844) took 0ms and failed: Unable to write to /proc/sys/kernel/hostname: open() failed: Read-only file system
04-04 04:12:18.803     0     0 I init    : Command 'domainname localdomain' action=boot (/system/etc/init/hw/init.rc:845) took 0ms and failed: Unable to write to /proc/sys/kernel/domainname: open() failed: Read-only file system
04-04 04:12:18.803     0     0 I init    : Command 'write /proc/sys/vm/overcommit_memory 1' action=boot (/system/etc/init/hw/init.rc:853) took 0ms and failed: Unable to write to file '/proc/sys/vm/overcommit_memory': open() failed: Read-only file system
04-04 04:12:18.804     0     0 I init    : Command 'write /proc/sys/vm/dirty_expire_centisecs 200' action=boot (/system/etc/init/hw/init.rc:863) took 0ms and failed: Unable to write to file '/proc/sys/vm/dirty_expire_centisecs': open() failed: Read-only file system
04-04 04:12:18.804     0     0 I init    : Command 'write /proc/sys/vm/dirty_background_ratio 5' action=boot (/system/etc/init/hw/init.rc:864) took 0ms and failed: Unable to write to file '/proc/sys/vm/dirty_background_ratio': open() failed: Read-only file system
04-04 04:12:18.804     0     0 I init    : Command 'write /sys/fs/f2fs/${dev.mnt.blk.data}/cp_interval 200' action=boot (/system/etc/init/hw/init.rc:870) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/fs/f2fs/${dev.mnt.blk.data}/cp_interval'
04-04 04:12:18.804     0     0 I init    : Command 'write /sys/fs/f2fs/${dev.mnt.blk.data}/gc_urgent_sleep_time 50' action=boot (/system/etc/init/hw/init.rc:871) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/fs/f2fs/${dev.mnt.blk.data}/gc_urgent_sleep_time'
04-04 04:12:18.804     0     0 I init    : Command 'write /sys/fs/f2fs/${dev.mnt.blk.data}/iostat_enable 1' action=boot (/system/etc/init/hw/init.rc:872) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/fs/f2fs/${dev.mnt.blk.data}/iostat_enable'
04-04 04:12:18.804     0     0 I init    : Command 'write /sys/devices/virtual/block/${dev.mnt.blk.data}/queue/discard_max_bytes 134217728' action=boot (/system/etc/init/hw/init.rc:877) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/devices/virtual/block/${dev.mnt.blk.data}/queue/discard_max_bytes'
04-04 04:12:18.804     0     0 I init    : Command 'chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq' action=boot (/system/etc/init/hw/init.rc:907) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:18.804     0     0 I init    : Command 'chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq' action=boot (/system/etc/init/hw/init.rc:908) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:18.804     0     0 I init    : starting service 'hidl_memory'...
04-04 04:12:18.805     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.805     0     0 E init    : createProcessGroup(1000, 69) failed for service 'hidl_memory': Read-only file system
04-04 04:12:18.806     0     0 E init    : Could not start service 'vendor.audio-hal-2-0' as part of class 'hal': Cannot find '/vendor/bin/hw/android.hardware.audio@2.0-service': No such file or directory
04-04 04:12:18.806     0     0 I init    : starting service 'vendor.audio-hal'...
04-04 04:12:18.806     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.806     0     0 E init    : createProcessGroup(1000, 70) failed for service 'vendor.audio-hal': Read-only file system
04-04 04:12:18.806     0     0 I init    : starting service 'vendor.hwcomposer-2-1'...
04-04 04:12:18.807     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:18.807     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:18.807     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.807     0     0 E init    : createProcessGroup(1000, 71) failed for service 'vendor.hwcomposer-2-1': Read-only file system
04-04 04:12:18.807     0     0 I init    : starting service 'vendor.camera-provider-2-4'...
04-04 04:12:18.808     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system
04-04 04:12:18.808     0     0 E init    : createProcessGroup(1047, 72) failed for service 'vendor.camera-provider-2-4': Read-only file system
04-04 04:12:18.808     0     0 E init    : failed to write pid to files: couldn't write 72 to /dev/cpuset/camera-daemon/tasks: No such file or directory
04-04 04:12:18.808     0     0 I init    : starting service 'task-hal-1-0'...
04-04 04:12:18.809     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.809     0     0 E init    : createProcessGroup(1000, 73) failed for service 'task-hal-1-0': Read-only file system
04-04 04:12:18.809     0     0 I init    : starting service 'vendor.cas-hal-1-2'...
04-04 04:12:18.809     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:18.809     0     0 E init    : createProcessGroup(1013, 74) failed for service 'vendor.cas-hal-1-2': Read-only file system
04-04 04:12:18.809     0     0 I init    : starting service 'vendor.configstore-hal'...
04-04 04:12:18.810     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.810     0     0 E init    : createProcessGroup(1000, 75) failed for service 'vendor.configstore-hal': Read-only file system
04-04 04:12:18.810     0     0 I init    : starting service 'vendor.drm-hal-1-0'...
04-04 04:12:18.811     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:18.811     0     0 E init    : createProcessGroup(1013, 76) failed for service 'vendor.drm-hal-1-0': Read-only file system
04-04 04:12:18.811     0     0 I init    : starting service 'vendor.drm-clearkey-hal-1-3'...
04-04 04:12:18.812     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:18.812     0     0 E init    : createProcessGroup(1013, 77) failed for service 'vendor.drm-clearkey-hal-1-3': Read-only file system
04-04 04:12:18.812     0     0 I init    : starting service 'vendor.gatekeeper-1-0'...
04-04 04:12:18.813     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.813     0     0 E init    : createProcessGroup(1000, 78) failed for service 'vendor.gatekeeper-1-0': Read-only file system
04-04 04:12:18.813     0     0 I init    : starting service 'vendor.gralloc-2-0'...
04-04 04:12:18.813     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.814     0     0 E init    : createProcessGroup(1000, 79) failed for service 'vendor.gralloc-2-0': Read-only file system
04-04 04:12:18.814     0     0 I init    : starting service 'vendor.health-hal-2-0'...
04-04 04:12:18.815     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.815     0     0 E init    : createProcessGroup(1000, 80) failed for service 'vendor.health-hal-2-0': Read-only file system
04-04 04:12:18.815     0     0 I init    : starting service 'vendor.light-hal-2-0'...
04-04 04:12:18.816     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.816     0     0 E init    : createProcessGroup(1000, 81) failed for service 'vendor.light-hal-2-0': Read-only file system
04-04 04:12:18.816     0     0 I init    : starting service 'vendor.memtrack-hal-1-0'...
04-04 04:12:18.817     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.817     0     0 E init    : createProcessGroup(1000, 84) failed for service 'vendor.memtrack-hal-1-0': Read-only file system
04-04 04:12:18.817     0     0 I init    : starting service 'vendor.power-hal-1-0'...
04-04 04:12:18.818     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.818     0     0 E init    : createProcessGroup(1000, 87) failed for service 'vendor.power-hal-1-0': Read-only file system
04-04 04:12:18.818     0     0 I init    : starting service 'vendor.sensors-hal-1-0'...
04-04 04:12:18.819     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.819     0     0 E init    : createProcessGroup(1000, 91) failed for service 'vendor.sensors-hal-1-0': Read-only file system
04-04 04:12:18.819     0     0 I init    : starting service 'vendor.vibrator-1-0'...
04-04 04:12:18.820     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.820     0     0 E init    : createProcessGroup(1000, 95) failed for service 'vendor.vibrator-1-0': Read-only file system
04-04 04:12:18.820     0     0 I init    : starting service 'audioserver'...
04-04 04:12:18.821     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1041: Read-only file system
04-04 04:12:18.821     0     0 E init    : createProcessGroup(1041, 96) failed for service 'audioserver': Read-only file system
04-04 04:12:18.822     0     0 I init    : starting service 'credstore'...
04-04 04:12:18.822     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:18.822     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:18.823     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1076: Read-only file system
04-04 04:12:18.823     0     0 E init    : createProcessGroup(1076, 99) failed for service 'credstore': Read-only file system
04-04 04:12:18.823     0     0 I init    : starting service 'gpu'...
04-04 04:12:18.824     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1072: Read-only file system
04-04 04:12:18.824     0     0 E init    : createProcessGroup(1072, 100) failed for service 'gpu': Read-only file system
04-04 04:12:18.824     0     0 I init    : starting service 'surfaceflinger'...
04-04 04:12:18.825     0     0 I init    : Could not create socket 'pdx/system/vr/display/client': Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
04-04 04:12:18.825     0     0 I init    : Could not create socket 'pdx/system/vr/display/manager': Failed to bind socket 'pdx/system/vr/display/manager': No such file or directory
04-04 04:12:18.825     0     0 I init    : Could not create socket 'pdx/system/vr/display/vsync': Failed to bind socket 'pdx/system/vr/display/vsync': No such file or directory
04-04 04:12:18.825     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.825     0     0 E init    : createProcessGroup(1000, 101) failed for service 'surfaceflinger': Read-only file system
04-04 04:12:18.826     0     0 I init    : starting service 'exec 10 (/system/bin/fsverity_init)'...
04-04 04:12:18.826     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:18.826     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:18.826     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.826     0     0 E init    : createProcessGroup(0, 104) failed for service 'exec 10 (/system/bin/fsverity_init)': Read-only file system
04-04 04:12:18.826     0     0 I init    : SVC_EXEC service 'exec 10 (/system/bin/fsverity_init)' pid 104 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.832     0     0 I init    : Service 'bpfloader' (pid 61) exited with status 0 oneshot service took 0.037000 seconds in background
04-04 04:12:18.832     0     0 I init    : Sending signal 9 to service 'bpfloader' (pid 61) process group...
04-04 04:12:18.832     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 61 in 0ms
04-04 04:12:18.844     0     0 I init    : Service 'exec 10 (/system/bin/fsverity_init)' (pid 104) exited with status 0 waiting took 0.017000 seconds
04-04 04:12:18.844     0     0 I init    : Sending signal 9 to service 'exec 10 (/system/bin/fsverity_init)' (pid 104) process group...
04-04 04:12:18.844     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 104 in 0ms
04-04 04:12:18.844     0     0 I init    : processing action (persist.sys.usb.config=* && boot) from (/system/etc/init/hw/init.usb.rc:105)
04-04 04:12:18.844     0     0 I init    : processing action (boot) from (/system/etc/init/dumpstate.rc:1)
04-04 04:12:18.844     0     0 I init    : processing action (boot) from (/system/etc/init/gsid.rc:20)
04-04 04:12:18.844     0     0 I init    : starting service 'exec 11 (/system/bin/gsid run-startup-tasks)'...
04-04 04:12:18.845     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.845     0     0 E init    : createProcessGroup(0, 115) failed for service 'exec 11 (/system/bin/gsid run-startup-tasks)': Read-only file system
04-04 04:12:18.845     0     0 I init    : processing action (boot) from (/system/etc/init/init.waydroid.rc:1)
04-04 04:12:18.845     0     0 I init    : processing action (boot) from (/system/etc/init/lineage-iosched.rc:16)
04-04 04:12:18.845     0     0 I init    : Command 'chown system system /sys/block/sda/queue/scheduler' action=boot (/system/etc/init/lineage-iosched.rc:22) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:18.845     0     0 I init    : Command 'chmod 0664 /sys/block/sda/queue/scheduler' action=boot (/system/etc/init/lineage-iosched.rc:23) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:18.845     0     0 I init    : processing action (enable_property_trigger) from (<Builtin Action>:0)
04-04 04:12:18.845     0     0 I init    : processing action (apexd.status=ready && ro.product.cpu.abilist32=*) from (/system/etc/init/hw/init.rc:89)
04-04 04:12:18.845     0     0 I init    : starting service 'boringssl_self_test_apex32'...
04-04 04:12:18.846     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.846     0     0 E init    : createProcessGroup(0, 116) failed for service 'boringssl_self_test_apex32': Read-only file system
04-04 04:12:18.846     0     0 I init    : SVC_EXEC service 'boringssl_self_test_apex32' pid 116 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.851     0     0 I init    : Service 'boringssl_self_test_apex32' (pid 116) exited with status 0 waiting took 0.005000 seconds
04-04 04:12:18.851     0     0 I init    : Sending signal 9 to service 'boringssl_self_test_apex32' (pid 116) process group...
04-04 04:12:18.851     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 116 in 0ms
04-04 04:12:18.851     0     0 I init    : processing action (apexd.status=ready && ro.product.cpu.abilist64=*) from (/system/etc/init/hw/init.rc:91)
04-04 04:12:18.851     0     0 I init    : starting service 'boringssl_self_test_apex64'...
04-04 04:12:18.852     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.852     0     0 E init    : createProcessGroup(0, 117) failed for service 'boringssl_self_test_apex64': Read-only file system
04-04 04:12:18.852     0     0 I init    : SVC_EXEC service 'boringssl_self_test_apex64' pid 117 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:18.853     0     0 I init    : Service 'exec 11 (/system/bin/gsid run-startup-tasks)' (pid 115) exited with status 0 oneshot service took 0.008000 seconds in background
04-04 04:12:18.853     0     0 I init    : Sending signal 9 to service 'exec 11 (/system/bin/gsid run-startup-tasks)' (pid 115) process group...
04-04 04:12:18.853     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 115 in 0ms
04-04 04:12:18.858     0     0 I init    : Service 'boringssl_self_test_apex64' (pid 117) exited with status 0 waiting took 0.005000 seconds
04-04 04:12:18.858     0     0 I init    : Sending signal 9 to service 'boringssl_self_test_apex64' (pid 117) process group...
04-04 04:12:18.858     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 117 in 0ms
04-04 04:12:18.858     0     0 I init    : processing action (security.perf_harden=1 && sys.init.perf_lsm_hooks=) from (/system/etc/init/hw/init.rc:1014)
04-04 04:12:18.858     0     0 I init    : Command 'write /proc/sys/kernel/perf_event_paranoid 3' action=security.perf_harden=1 && sys.init.perf_lsm_hooks= (/system/etc/init/hw/init.rc:1015) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_event_paranoid': open() failed: Read-only file system
04-04 04:12:18.858     0     0 I init    : processing action (security.perf_harden=1) from (/system/etc/init/hw/init.rc:1024)
04-04 04:12:18.858     0     0 I init    : Command 'write /proc/sys/kernel/perf_event_max_sample_rate 100000' action=security.perf_harden=1 (/system/etc/init/hw/init.rc:1025) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_event_max_sample_rate': open() failed: Read-only file system
04-04 04:12:18.858     0     0 I init    : Command 'write /proc/sys/kernel/perf_cpu_time_max_percent 25' action=security.perf_harden=1 (/system/etc/init/hw/init.rc:1026) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_cpu_time_max_percent': open() failed: Read-only file system
04-04 04:12:18.858     0     0 I init    : Command 'write /proc/sys/kernel/perf_event_mlock_kb 516' action=security.perf_harden=1 (/system/etc/init/hw/init.rc:1027) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_event_mlock_kb': open() failed: Read-only file system
04-04 04:12:18.858     0     0 I init    : processing action (ro.debuggable=1) from (/system/etc/init/hw/init.rc:1051)
04-04 04:12:18.858     0     0 I init    : processing action (sys.usb.config=adb && sys.usb.configfs=0) from (/system/etc/init/hw/init.usb.rc:37)
04-04 04:12:18.859     0     0 I init    : starting service 'adbd'...
04-04 04:12:18.859     0     0 I init    : Created socket '/dev/socket/adbd', mode 660, user 1000, group 1000
04-04 04:12:18.860     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.860     0     0 E init    : createProcessGroup(0, 125) failed for service 'adbd': Read-only file system
04-04 04:12:18.860     0     0 I init    : processing action (init.svc.audioserver=running) from (/system/etc/init/audioserver.rc:35)
04-04 04:12:18.860     0     0 I init    : Command 'start vendor.audio-hal-4-0-msd' action=init.svc.audioserver=running (/system/etc/init/audioserver.rc:37) took 0ms and failed: service vendor.audio-hal-4-0-msd not found
04-04 04:12:18.860     0     0 I init    : Command 'start audio-hal-2-0' action=init.svc.audioserver=running (/system/etc/init/audioserver.rc:40) took 0ms and failed: service audio-hal-2-0 not found
04-04 04:12:18.860     0     0 I init    : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:67)
04-04 04:12:18.860     0     0 I init    : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:71)
04-04 04:12:18.860     0     0 I init    : starting service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)'...
04-04 04:12:18.861     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.861     0     0 E init    : createProcessGroup(1000, 127) failed for service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)': Read-only file system
04-04 04:12:18.861     0     0 I init    : processing action (persist.heapprofd.enable= && traced.lazy.heapprofd=) from (/system/etc/init/heapprofd.rc:34)
04-04 04:12:18.861     0     0 I init    : processing action (ro.iorapd.enable=false) from (/system/etc/init/iorapd.rc:25)
04-04 04:12:18.861     0     0 I init    : processing action (debug.atrace.user_initiated= && persist.traced.enable=1) from (/system/etc/init/perfetto.rc:47)
04-04 04:12:18.861     0     0 I init    : starting service 'traced_probes'...
04-04 04:12:18.861     0     0 I init    : Opened file '/dev/kmsg', flags 1
04-04 04:12:18.862     0     0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system
04-04 04:12:18.862     0     0 E init    : createProcessGroup(9999, 128) failed for service 'traced_probes': Read-only file system
04-04 04:12:18.862     0     0 I init    : processing action (persist.traced.enable=1) from (/system/etc/init/perfetto.rc:50)
04-04 04:12:18.862     0     0 I init    : starting service 'traced'...
04-04 04:12:18.862     0     0 I init    : Created socket '/dev/socket/traced_consumer', mode 666, user 0, group 0
04-04 04:12:18.862     0     0 I init    : Created socket '/dev/socket/traced_producer', mode 666, user 0, group 0
04-04 04:12:18.863     0     0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system
04-04 04:12:18.863     0     0 E init    : createProcessGroup(9999, 129) failed for service 'traced': Read-only file system
04-04 04:12:18.863     0     0 I init    : processing action (persist.traced_perf.enable= && sys.init.perf_lsm_hooks=) from (/system/etc/init/traced_perf.rc:39)
04-04 04:12:18.863     0     0 I init    : processing action (nonencrypted) from (/system/etc/init/hw/init.rc:946)
04-04 04:12:18.863     0     0 I init    : starting service 'adb_root'...
04-04 04:12:18.864     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.864     0     0 E init    : createProcessGroup(0, 130) failed for service 'adb_root': Read-only file system
04-04 04:12:18.865     0     0 I init    : starting service 'cameraserver'...
04-04 04:12:18.865     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system
04-04 04:12:18.865     0     0 E init    : createProcessGroup(1047, 132) failed for service 'cameraserver': Read-only file system
04-04 04:12:18.866     0     0 I init    : starting service 'drm'...
04-04 04:12:18.866     0     0 W libprocessgroup: Failed to open /dev/cpuset/camera-daemon/tasks: No such file or directory: No such file or directory
04-04 04:12:18.866     0     0 W libprocessgroup: Failed to apply CameraServiceCapacity task profile: No such file or directory
04-04 04:12:18.866     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:18.866     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:18.867     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1019: Read-only file system
04-04 04:12:18.867     0     0 E init    : createProcessGroup(1019, 133) failed for service 'drm': Read-only file system
04-04 04:12:18.871     0     0 I init    : starting service 'idmap2d'...
04-04 04:12:18.872     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.872     0     0 E init    : createProcessGroup(1000, 138) failed for service 'idmap2d': Read-only file system
04-04 04:12:18.875     0     0 I init    : starting service 'incidentd'...
04-04 04:12:18.876     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1067: Read-only file system
04-04 04:12:18.876     0     0 E init    : createProcessGroup(1067, 146) failed for service 'incidentd': Read-only file system
04-04 04:12:18.876     0     0 I init    : starting service 'installd'...
04-04 04:12:18.877     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.877     0     0 E init    : createProcessGroup(0, 150) failed for service 'installd': Read-only file system
04-04 04:12:18.877     0     0 I init    : starting service 'keystore'...
04-04 04:12:18.878     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1017: Read-only file system
04-04 04:12:18.878     0     0 E init    : createProcessGroup(1017, 151) failed for service 'keystore': Read-only file system
04-04 04:12:18.878     0     0 I init    : starting service 'mediaextractor'...
04-04 04:12:18.879     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1040: Read-only file system
04-04 04:12:18.879     0     0 E init    : createProcessGroup(1040, 152) failed for service 'mediaextractor': Read-only file system
04-04 04:12:18.879     0     0 I init    : starting service 'mediametrics'...
04-04 04:12:18.880     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:18.880     0     0 E init    : createProcessGroup(1013, 154) failed for service 'mediametrics': Read-only file system
04-04 04:12:18.880     0     0 I init    : starting service 'media'...
04-04 04:12:18.880     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:18.880     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:18.881     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:18.881     0     0 E init    : createProcessGroup(1013, 156) failed for service 'media': Read-only file system
04-04 04:12:18.881     0     0 I init    : starting service 'storaged'...
04-04 04:12:18.881     0     0 I init    : Could not open file '/d/mmc0/mmc0:0001/ext_csd': Failed to open file '/d/mmc0/mmc0:0001/ext_csd': No such file or directory
04-04 04:12:18.881     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:18.881     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:18.882     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.882     0     0 E init    : createProcessGroup(0, 157) failed for service 'storaged': Read-only file system
04-04 04:12:18.882     0     0 I init    : starting service 'wificond'...
04-04 04:12:18.883     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1010: Read-only file system
04-04 04:12:18.883     0     0 E init    : createProcessGroup(1010, 158) failed for service 'wificond': Read-only file system
04-04 04:12:18.883     0     0 I init    : starting service 'vendor.media.omx'...
04-04 04:12:18.884     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system
04-04 04:12:18.884     0     0 E init    : createProcessGroup(1046, 159) failed for service 'vendor.media.omx': Read-only file system
04-04 04:12:18.885     0     0 I init    : starting service 'media.swcodec'...
04-04 04:12:18.885     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system
04-04 04:12:18.885     0     0 E init    : createProcessGroup(1046, 160) failed for service 'media.swcodec': Read-only file system
04-04 04:12:18.886     0     0 I init    : Service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 127) exited with status 0 oneshot service took 0.025000 seconds in background
04-04 04:12:18.886     0     0 I init    : Sending signal 9 to service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 127) process group...
04-04 04:12:18.886     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 127 in 0ms
04-04 04:12:18.886     0     0 I init    : starting service 'mdnsd'...
04-04 04:12:18.886     0     0 I init    : Created socket '/dev/socket/mdnsd', mode 660, user 1020, group 3003
04-04 04:12:18.887     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1020: Read-only file system
04-04 04:12:18.887     0     0 E init    : createProcessGroup(1020, 162) failed for service 'mdnsd': Read-only file system
04-04 04:12:18.887     0     0 I init    : Control message: Processed ctl.start for 'mdnsd' from pid: 125 (/apex/com.android.adbd/bin/adbd --root_seclabel=u:r:su:s0)
04-04 04:12:18.887     0     0 I init    : starting service 'gatekeeperd'...
04-04 04:12:18.888     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:18.888     0     0 E init    : createProcessGroup(1000, 163) failed for service 'gatekeeperd': Read-only file system
04-04 04:12:18.888     0     0 I init    : starting service 'usbd'...
04-04 04:12:18.889     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:18.889     0     0 E init    : createProcessGroup(0, 165) failed for service 'usbd': Read-only file system
04-04 04:12:18.890     0     0 I init    : processing action (init.svc.media=*) from (/system/etc/init/mediaserver.rc:1)
04-04 04:12:18.901     0     0 I init    : Service 'usbd' (pid 165) exited with status 0 oneshot service took 0.012000 seconds in background
04-04 04:12:18.901     0     0 I init    : Sending signal 9 to service 'usbd' (pid 165) process group...
04-04 04:12:18.901     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 165 in 0ms
04-04 04:12:19.044     0     0 I init    : starting service 'bootanim'...
04-04 04:12:19.045     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1003: Read-only file system
04-04 04:12:19.045     0     0 E init    : createProcessGroup(1003, 256) failed for service 'bootanim': Read-only file system
04-04 04:12:19.045     0     0 I init    : Control message: Processed ctl.start for 'bootanim' from pid: 101 (/system/bin/surfaceflinger)
04-04 04:12:19.045     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:19.045     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:19.671     0     0 I init    : Control message: Processed ctl.start for 'idmap2d' from pid: 285 (system_server)
04-04 04:12:19.783     0     0 I init    : processing action (sys.sysctl.extra_free_kbytes=*) from (/system/etc/init/hw/init.rc:995)
04-04 04:12:20.473     0     0 I init    : processing action (sys.sysctl.tcp_def_init_rwnd=*) from (/system/etc/init/hw/init.rc:999)
04-04 04:12:27.286     0     0 I init    : Service 'bootanim' (pid 256) exited with status 0 oneshot service took 8.240000 seconds in background
04-04 04:12:27.286     0     0 I init    : Sending signal 9 to service 'bootanim' (pid 256) process group...
04-04 04:12:27.286     0     0 I libprocessgroup: Successfully killed process cgroup uid 1003 pid 256 in 0ms
04-04 04:12:27.324     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/hw/init.rc:986)
04-04 04:12:27.324     0     0 I init    : starting service 'exec 13 (/bin/rm -rf /data/per_boot)'...
04-04 04:12:27.326     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:27.326     0     0 E init    : createProcessGroup(1000, 950) failed for service 'exec 13 (/bin/rm -rf /data/per_boot)': Read-only file system
04-04 04:12:27.326     0     0 I init    : SVC_EXEC service 'exec 13 (/bin/rm -rf /data/per_boot)' pid 950 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:27.333     0     0 I init    : Service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 950) exited with status 0 waiting took 0.007000 seconds
04-04 04:12:27.333     0     0 I init    : Sending signal 9 to service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 950) process group...
04-04 04:12:27.333     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 950 in 0ms
04-04 04:12:27.333     0     0 I init    : processing action (sys.boot_completed=1 && sys.bootstat.first_boot_completed=0) from (/system/etc/init/bootstat.rc:77)
04-04 04:12:27.333     0     0 I init    : starting service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)'...
04-04 04:12:27.334     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:27.334     0     0 E init    : createProcessGroup(1000, 966) failed for service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)': Read-only file system
04-04 04:12:27.334     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/flags_health_check.rc:7)
04-04 04:12:27.338     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/init.waydroid.rc:6)
04-04 04:12:27.338     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/logd.rc:33)
04-04 04:12:27.338     0     0 I init    : starting service 'logd-auditctl'...
04-04 04:12:27.338     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 04:12:27.338     0     0 E init    : createProcessGroup(1036, 980) failed for service 'logd-auditctl': Read-only file system
04-04 04:12:27.339     0     0 I init    : processing action (sys.boot_completed=1 && sys.wifitracing.started=0) from (/system/etc/init/wifi.rc:28)
04-04 04:12:27.368     0     0 I init    : Service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 966) exited with status 0 oneshot service took 0.033000 seconds in background
04-04 04:12:27.368     0     0 I init    : Sending signal 9 to service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 966) process group...
04-04 04:12:27.368     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 966 in 0ms
04-04 04:12:27.368     0     0 I init    : Service 'logd-auditctl' (pid 980) exited with status 0 oneshot service took 0.029000 seconds in background
04-04 04:12:27.368     0     0 I init    : Sending signal 9 to service 'logd-auditctl' (pid 980) process group...
04-04 04:12:27.368     0     0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 980 in 0ms
04-04 04:12:27.426     0     0 I binder_linux: 265511 RLIMIT_NICE not set
04-04 04:12:27.426     0     0 I binder_linux: 265511 RLIMIT_NICE not set
04-04 04:12:27.488     0     0 I init    : processing action (sys.user.0.ce_available=true) from (/system/etc/init/wifi.rc:21)
04-04 04:12:27.946     0     0 I binder_linux: 265511 RLIMIT_NICE not set
04-04 04:12:27.946     0     0 I binder_linux: 265511 RLIMIT_NICE not set
04-04 04:12:30.503     0     0 I init    : Sending signal 9 to service 'idmap2d' (pid 138) process group...
04-04 04:12:30.503     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 138 in 0ms
04-04 04:12:30.503     0     0 I init    : Control message: Processed ctl.stop for 'idmap2d' from pid: 285 (system_server)
04-04 04:12:42.484     0     0 I binder_linux: 265511 RLIMIT_NICE not set
04-04 04:12:42.565     0     0 I binder_linux: 265511 RLIMIT_NICE not set
04-04 04:12:42.569     0     0 I waydroid0: port 1(vethiSE3HP) entered disabled state
04-04 04:12:42.570     0     0 I vethiSE3HP (unregistering): left allmulticast mode
04-04 04:12:42.570     0     0 I vethiSE3HP (unregistering): left promiscuous mode
04-04 04:12:42.570     0     0 I waydroid0: port 1(vethiSE3HP) entered disabled state
04-04 04:12:42.925     0     0 I EXT4-fs (loop1): unmounting filesystem a329d574-e58d-4068-86c1-29b07f274ec6.
04-04 04:12:42.997     0     0 I EXT4-fs (loop0): unmounting filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3.
04-04 04:12:49.885     0     0 I loop0   : detected capacity change from 0 to 3410512
04-04 04:12:49.888     0     0 I EXT4-fs (loop0): mounted filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3 ro without journal. Quota mode: none.
04-04 04:12:49.891     0     0 I loop1   : detected capacity change from 0 to 1033112
04-04 04:12:49.893     0     0 I EXT4-fs (loop1): mounted filesystem a329d574-e58d-4068-86c1-29b07f274ec6 ro without journal. Quota mode: none.
04-04 04:12:49.977     0     0 I waydroid0: port 1(vethh4hpx8) entered blocking state
04-04 04:12:49.977     0     0 I waydroid0: port 1(vethh4hpx8) entered disabled state
04-04 04:12:49.977     0     0 I vethh4hpx8: entered allmulticast mode
04-04 04:12:49.977     0     0 I vethh4hpx8: entered promiscuous mode
04-04 04:12:49.977     0     0 I waydroid0: port 1(vethh4hpx8) entered blocking state
04-04 04:12:49.977     0     0 I waydroid0: port 1(vethh4hpx8) entered forwarding state
04-04 04:12:49.978     0     0 I waydroid0: port 1(vethh4hpx8) entered disabled state
04-04 04:12:49.979     0     0 I eth0    : renamed from vethrMEQSB
04-04 04:12:50.015     0     0 I waydroid0: port 1(vethh4hpx8) entered blocking state
04-04 04:12:50.015     0     0 I waydroid0: port 1(vethh4hpx8) entered forwarding state
04-04 04:12:50.029     0     0 I init    : init first stage started!
04-04 04:12:50.029     0     0 I init    : Unable to open /lib/modules, skipping module loading.
04-04 04:12:50.029     0     0 I init    : Skipped setting INIT_AVB_VERSION (not in recovery mode)
04-04 04:12:50.036     0     0 I init    : init second stage started!
04-04 04:12:50.041     0     0 I init    : Using Android DT directory /proc/device-tree/firmware/android/
04-04 04:12:50.041     0     0 W init    : Couldn't load property file '/vendor_extra/build.prop': open() failed: No such file or directory: No such file or directory
04-04 04:12:50.042     0     0 W init    : Couldn't load property file '/factory/factory.prop': open() failed: No such file or directory: No such file or directory
04-04 04:12:50.042     0     0 I init    : Setting product property ro.product.brand to 'waydroid' (from ro.product.product.brand)
04-04 04:12:50.042     0     0 I init    : Setting product property ro.product.device to 'waydroid_x86_64' (from ro.product.product.device)
04-04 04:12:50.042     0     0 I init    : Setting product property ro.product.manufacturer to 'Waydroid' (from ro.product.product.manufacturer)
04-04 04:12:50.042     0     0 I init    : Setting product property ro.product.model to 'WayDroid x86_64 Device' (from ro.product.product.model)
04-04 04:12:50.042     0     0 I init    : Setting product property ro.product.name to 'lineage_waydroid_x86_64' (from ro.product.product.name)
04-04 04:12:50.042     0     0 I init    : Setting property 'ro.build.fingerprint' to 'waydroid/lineage_waydroid_x86_64/waydroid_x86_64:11/RQ3A.211001.001/80:userdebug/test-keys'
04-04 04:12:50.043     0     0 I selinux : SELinux: Loaded file_contexts
04-04 04:12:50.043     0     0 I selinux :  
04-04 04:12:50.043     0     0 I init    : Running restorecon...
04-04 04:12:50.043     0     0 I init    : Created socket '/dev/socket/property_service', mode 666, user 0, group 0
04-04 04:12:50.044     0     0 I init    : Activated APEX 'com.android.adbd' in /system/apex/com.android.adbd to /apex/com.android.adbd, version 300000000
04-04 04:12:50.044     0     0 I init    : Activated APEX 'com.android.art' in /system/apex/com.android.art.release to /apex/com.android.art, version 1
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.conscrypt' in /system/apex/com.android.conscrypt to /apex/com.android.conscrypt, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.extservices' in /system/apex/com.android.extservices to /apex/com.android.extservices, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.i18n' in /system/apex/com.android.i18n to /apex/com.android.i18n, version 1
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.ipsec' in /system/apex/com.android.ipsec to /apex/com.android.ipsec, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.media' in /system/apex/com.android.media to /apex/com.android.media, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.media.swcodec' in /system/apex/com.android.media.swcodec to /apex/com.android.media.swcodec, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.mediaprovider' in /system/apex/com.android.mediaprovider to /apex/com.android.mediaprovider, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.neuralnetworks' in /system/apex/com.android.neuralnetworks to /apex/com.android.neuralnetworks, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.os.statsd' in /system/apex/com.android.os.statsd to /apex/com.android.os.statsd, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.permission' in /system/apex/com.android.permission to /apex/com.android.permission, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.resolv' in /system/apex/com.android.resolv to /apex/com.android.resolv, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.runtime' in /system/apex/com.android.runtime to /apex/com.android.runtime, version 1
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.sdkext' in /system/apex/com.android.sdkext to /apex/com.android.sdkext, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.tethering' in /system/apex/com.android.tethering to /apex/com.android.tethering, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.tzdata' in /system/apex/com.android.tzdata to /apex/com.android.tzdata, version 300000000
04-04 04:12:50.045     0     0 I init    : Activated APEX 'com.android.vndk.v30' in /system/apex/com.android.vndk.current to /apex/com.android.vndk.v30, version 1
04-04 04:12:50.046     0     0 I init    : Activated APEX 'com.android.wifi' in /system/apex/com.android.wifi to /apex/com.android.wifi, version 300000000
04-04 04:12:50.046     0     0 I init    : SetupMountNamespaces done
04-04 04:12:50.046     0     0 I init    : Forked subcontext for 'u:r:vendor_init:s0' with pid 3
04-04 04:12:50.046     0     0 I init    : Parsing file /system/etc/init/hw/init.rc...
04-04 04:12:50.046     0     0 I init    : Added '/init.environ.rc' to import list
04-04 04:12:50.046     0     0 I init    : Added '/system/etc/init/hw/init.usb.rc' to import list
04-04 04:12:50.046     0     0 I init    : Added '/init.unknown.rc' to import list
04-04 04:12:50.046     0     0 I init    : Added '/vendor/etc/init/hw/init.unknown.rc' to import list
04-04 04:12:50.046     0     0 I init    : Added '/system/etc/init/hw/init.usb.configfs.rc' to import list
04-04 04:12:50.046     0     0 I init    : Added '/system/etc/init/hw/init.zygote64_32.rc' to import list
04-04 04:12:50.047     0     0 I init    : Parsing file /init.environ.rc...
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/hw/init.usb.rc...
04-04 04:12:50.047     0     0 I init    : Parsing file /init.unknown.rc...
04-04 04:12:50.047     0     0 I init    : Unable to read config file '/init.unknown.rc': open() failed: No such file or directory
04-04 04:12:50.047     0     0 I init    : Parsing file /vendor/etc/init/hw/init.unknown.rc...
04-04 04:12:50.047     0     0 I init    : Unable to read config file '/vendor/etc/init/hw/init.unknown.rc': open() failed: No such file or directory
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/hw/init.usb.configfs.rc...
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/hw/init.zygote64_32.rc...
04-04 04:12:50.047     0     0 I init    : Parsing directory /system/etc/init...
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/adb_root.rc...
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/android.hidl.allocator@1.0-service.rc...
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/android.system.suspend@1.0-service.rc...
04-04 04:12:50.047     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/apexd.rc...
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/atrace.rc...
04-04 04:12:50.047     0     0 I init    : Parsing file /system/etc/init/atrace_userdebug.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/audioserver.rc...
04-04 04:12:50.048     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/blank_screen.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/bootanim.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/bootstat-debug.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/bootstat.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/bpfloader.rc...
04-04 04:12:50.048     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/cameraserver.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/clean_scratch_files.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/credstore.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/drmserver.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/dumpstate.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/flags_health_check.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/gatekeeperd.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/gpuservice.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/gsid.rc...
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/heapprofd.rc...
04-04 04:12:50.048     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.048     0     0 I init    : Parsing file /system/etc/init/hwservicemanager.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/idmap2d.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/incidentd.rc...
04-04 04:12:50.049     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/init-debug.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/init.waydroid.rc...
04-04 04:12:50.049     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.049     0     0 I chatty  : uid=0(root) logd identical 2 lines
04-04 04:12:50.049     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/installd.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/iorapd.rc...
04-04 04:12:50.049     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/keystore.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/lineage-iosched.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/lineage-ssh.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/lineage-system.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/lineage-updates.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/lmkd.rc...
04-04 04:12:50.049     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/logcatd.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/logd.rc...
04-04 04:12:50.049     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.049     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/logtagd.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/lpdumpd.rc...
04-04 04:12:50.049     0     0 I init    : Parsing file /system/etc/init/mdnsd.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/mediaextractor.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/mediametrics.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/mediaserver.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/mtpd.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/netd.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/perfetto.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/racoon.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/recovery-persist.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/recovery-refresh.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/rss_hwm_reset.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/servicemanager.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/storaged.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/surfaceflinger.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/tombstoned.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/traced_perf.rc...
04-04 04:12:50.050     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/traceur.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/uncrypt.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/usbd.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/vdc.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/vendor.waydroid.task@1.0-service.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/vold.rc...
04-04 04:12:50.050     0     0 I init    : Parsing file /system/etc/init/wait_for_keymaster.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /system/etc/init/wifi.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /system/etc/init/wificond.rc...
04-04 04:12:50.051     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.051     0     0 I init    : Parsing file /system_ext/etc/init...
04-04 04:12:50.051     0     0 I init    : Unable to read config file '/system_ext/etc/init': open() failed: No such file or directory
04-04 04:12:50.051     0     0 I init    : Parsing file /product/etc/init...
04-04 04:12:50.051     0     0 I init    : Unable to read config file '/product/etc/init': open() failed: No such file or directory
04-04 04:12:50.051     0     0 I init    : Parsing file /odm/etc/init...
04-04 04:12:50.051     0     0 I init    : Unable to read config file '/odm/etc/init': open() failed: No such file or directory
04-04 04:12:50.051     0     0 I init    : Parsing directory /vendor/etc/init...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.audio.service.rc...
04-04 04:12:50.051     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.051     0     0 E init    : /vendor/etc/init/android.hardware.audio.service.rc: 1: ignored duplicate definition of service 'vendor.audio-hal'
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc...
04-04 04:12:50.051     0     0 E init    : /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc: 2: Interface 'android.hardware.camera.provider@2.4::ICameraProvider/legacy/0' redefined in vendor.camera-provider-2-4 but is already defined by vendor.camera-provider-2-4
04-04 04:12:50.051     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.051     0     0 E init    : /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc: 1: ignored duplicate definition of service 'vendor.camera-provider-2-4'
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.cas@1.2-service.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.configstore@1.1-service.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.drm@1.0-service.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.drm@1.3-service.clearkey.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.gatekeeper@1.0-service.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.graphics.allocator@2.0-service.rc...
04-04 04:12:50.051     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc...
04-04 04:12:50.051     0     0 W init    : last valid run-time capability is larger than CAP_LAST_CAP
04-04 04:12:50.051     0     0 E init    : /vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc: 1: ignored duplicate definition of service 'vendor.hwcomposer-2-1'
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.health@2.0-service.waydroid.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.keymaster@4.0-service.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.light@2.0-service.waydroid.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.media.omx@1.0-service.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.memtrack@1.0-service.rc...
04-04 04:12:50.051     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.power@1.0-service.waydroid.rc...
04-04 04:12:50.052     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.sensors@1.0-service.waydroid.rc...
04-04 04:12:50.052     0     0 I init    : Parsing file /vendor/etc/init/android.hardware.vibrator@1.0-service.waydroid.rc...
04-04 04:12:50.052     0     0 I init    : Parsing file /vendor/etc/init/boringssl_self_test.rc...
04-04 04:12:50.052     0     0 I init    : Parsing file /vendor/etc/init/vendor_flash_recovery.rc...
04-04 04:12:50.052     0     0 I init    : Parsing file /vendor/etc/init/vndservicemanager.rc...
04-04 04:12:50.052     0     0 I init    : processing action (SetupCgroups) from (<Builtin Action>:0)
04-04 04:12:50.052     0     0 E libprocessgroup: Failed to mount blkio cgroup: Operation not permitted
04-04 04:12:50.052     0     0 W libprocessgroup: Failed to setup blkio cgroup
04-04 04:12:50.052     0     0 E libprocessgroup: lchown() failed for /sys/fs/cgroup/.: Read-only file system
04-04 04:12:50.052     0     0 E libprocessgroup: Failed to create directory for cgroup2 cgroup
04-04 04:12:50.052     0     0 E libprocessgroup: Failed to mount cgroup2 cgroup: Read-only file system
04-04 04:12:50.052     0     0 W libprocessgroup: Failed to setup cgroup2 cgroup
04-04 04:12:50.052     0     0 E libprocessgroup: Failed to mount cpu cgroup: Operation not permitted
04-04 04:12:50.052     0     0 W libprocessgroup: Failed to setup cpu cgroup
04-04 04:12:50.052     0     0 E libprocessgroup: Failed to mount cpuacct cgroup: Operation not permitted
04-04 04:12:50.052     0     0 W libprocessgroup: Failed to setup cpuacct cgroup
04-04 04:12:50.052     0     0 E libprocessgroup: Failed to mount cpuset cgroup: Operation not permitted
04-04 04:12:50.053     0     0 W libprocessgroup: Failed to setup cpuset cgroup
04-04 04:12:50.053     0     0 E libprocessgroup: mkdir() failed for /sys/fs/cgroup/freezer: Read-only file system
04-04 04:12:50.053     0     0 E libprocessgroup: Failed to create directory for freezer cgroup
04-04 04:12:50.053     0     0 W libprocessgroup: Failed to setup freezer cgroup
04-04 04:12:50.053     0     0 E libprocessgroup: Failed to mount memory cgroup: Operation not permitted
04-04 04:12:50.053     0     0 W libprocessgroup: Failed to setup memory cgroup
04-04 04:12:50.053     0     0 E cgroup  : Unknown subsys name 'schedtune'
04-04 04:12:50.053     0     0 E libprocessgroup: Failed to mount schedtune cgroup: Invalid argument
04-04 04:12:50.053     0     0 W libprocessgroup: Failed to setup schedtune cgroup
04-04 04:12:50.053     0     0 I init    : processing action (TestPerfEventSelinux) from (<Builtin Action>:0)
04-04 04:12:50.053     0     0 I init    : processing action (early-init) from (/system/etc/init/hw/init.rc:15)
04-04 04:12:50.053     0     0 I init    : Command 'write /proc/sys/kernel/sysrq 0' action=early-init (/system/etc/init/hw/init.rc:17) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sysrq': open() failed: Read-only file system
04-04 04:12:50.053     0     0 I init    : Command 'write /proc/sys/kernel/modprobe
04-04 04:12:50.053     0     0 I init    : ' action=early-init (/system/etc/init/hw/init.rc:22) took 0ms and failed: Unable to write to file '/proc/sys/kernel/modprobe': open() failed: Read-only file system
04-04 04:12:50.053     0     0 I init    : Command 'mkdir /acct/uid' action=early-init (/system/etc/init/hw/init.rc:30) took 0ms and failed: mkdir() failed on /acct/uid: Read-only file system
04-04 04:12:50.053     0     0 I init    : starting service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)'...
04-04 04:12:50.054     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.054     0     0 E init    : createProcessGroup(0, 4) failed for service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)': Read-only file system
04-04 04:12:50.054     0     0 I init    : SVC_EXEC service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' pid 4 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.059     0     0 I init    : Service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' (pid 4) exited with status 0 waiting took 0.005000 seconds
04-04 04:12:50.059     0     0 I init    : Sending signal 9 to service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' (pid 4) process group...
04-04 04:12:50.059     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 4 in 0ms
04-04 04:12:50.060     0     0 I init    : starting service 'ueventd'...
04-04 04:12:50.061     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.061     0     0 E init    : createProcessGroup(0, 5) failed for service 'ueventd': Read-only file system
04-04 04:12:50.061     0     0 I init    : starting service 'apexd-bootstrap'...
04-04 04:12:50.062     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.062     0     0 E init    : createProcessGroup(0, 6) failed for service 'apexd-bootstrap': Read-only file system
04-04 04:12:50.062     0     0 I init    : SVC_EXEC service 'apexd-bootstrap' pid 6 (uid 0 gid 1000+0 context default) started; waiting...
04-04 04:12:50.070     0     0 I ueventd : ueventd started!
04-04 04:12:50.070     0     0 I selinux : SELinux: Loaded file_contexts
04-04 04:12:50.070     0     0 I selinux :  
04-04 04:12:50.070     0     0 I ueventd : Parsing file /system/etc/ueventd.rc...
04-04 04:12:50.070     0     0 I ueventd : Parsing file /vendor/ueventd.rc...
04-04 04:12:50.070     0     0 I ueventd : Unable to read config file '/vendor/ueventd.rc': open() failed: No such file or directory
04-04 04:12:50.070     0     0 I ueventd : Parsing file /odm/ueventd.rc...
04-04 04:12:50.070     0     0 I ueventd : Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
04-04 04:12:50.070     0     0 I ueventd : Parsing file /ueventd.unknown.rc...
04-04 04:12:50.070     0     0 I ueventd : Unable to read config file '/ueventd.unknown.rc': open() failed: No such file or directory
04-04 04:12:50.070     0     0 I ueventd : [libfs_mgr]ReadDefaultFstab(): failed to find device default fstab
04-04 04:12:50.072     0     0 I apexd   : This device does not support updatable APEX. Exiting
04-04 04:12:50.073     0     0 I init    : Service 'apexd-bootstrap' (pid 6) exited with status 0 waiting took 0.010000 seconds
04-04 04:12:50.073     0     0 I init    : Sending signal 9 to service 'apexd-bootstrap' (pid 6) process group...
04-04 04:12:50.073     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 6 in 0ms
04-04 04:12:50.074     0     0 I init    : processing action (ro.product.cpu.abilist32=* && early-init) from (/system/etc/init/hw/init.rc:85)
04-04 04:12:50.074     0     0 I init    : starting service 'boringssl_self_test32'...
04-04 04:12:50.074     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.074     0     0 E init    : createProcessGroup(0, 7) failed for service 'boringssl_self_test32': Read-only file system
04-04 04:12:50.075     0     0 I init    : SVC_EXEC service 'boringssl_self_test32' pid 7 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.085     0     0 I init    : Service 'boringssl_self_test32' (pid 7) exited with status 0 waiting took 0.010000 seconds
04-04 04:12:50.085     0     0 I init    : Sending signal 9 to service 'boringssl_self_test32' (pid 7) process group...
04-04 04:12:50.085     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 7 in 0ms
04-04 04:12:50.085     0     0 I init    : processing action (ro.product.cpu.abilist64=* && early-init) from (/system/etc/init/hw/init.rc:87)
04-04 04:12:50.085     0     0 I init    : starting service 'boringssl_self_test64'...
04-04 04:12:50.086     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.086     0     0 E init    : createProcessGroup(0, 8) failed for service 'boringssl_self_test64': Read-only file system
04-04 04:12:50.086     0     0 I init    : SVC_EXEC service 'boringssl_self_test64' pid 8 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.093     0     0 I init    : Service 'boringssl_self_test64' (pid 8) exited with status 0 waiting took 0.006000 seconds
04-04 04:12:50.093     0     0 I init    : Sending signal 9 to service 'boringssl_self_test64' (pid 8) process group...
04-04 04:12:50.093     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 8 in 0ms
04-04 04:12:50.093     0     0 I init    : processing action (early-init) from (/init.environ.rc:2)
04-04 04:12:50.093     0     0 I init    : processing action (ro.product.cpu.abilist32=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:2)
04-04 04:12:50.094     0     0 I init    : starting service 'boringssl_self_test32_vendor'...
04-04 04:12:50.094     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.094     0     0 E init    : createProcessGroup(0, 9) failed for service 'boringssl_self_test32_vendor': Read-only file system
04-04 04:12:50.095     0     0 I init    : SVC_EXEC service 'boringssl_self_test32_vendor' pid 9 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.099     0     0 I init    : Service 'boringssl_self_test32_vendor' (pid 9) exited with status 0 waiting took 0.004000 seconds
04-04 04:12:50.099     0     0 I init    : Sending signal 9 to service 'boringssl_self_test32_vendor' (pid 9) process group...
04-04 04:12:50.099     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 9 in 0ms
04-04 04:12:50.099     0     0 I init    : processing action (ro.product.cpu.abilist64=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:4)
04-04 04:12:50.099     0     0 I init    : starting service 'boringssl_self_test64_vendor'...
04-04 04:12:50.100     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.100     0     0 E init    : createProcessGroup(0, 10) failed for service 'boringssl_self_test64_vendor': Read-only file system
04-04 04:12:50.100     0     0 I init    : SVC_EXEC service 'boringssl_self_test64_vendor' pid 10 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.104     0     0 I init    : Service 'boringssl_self_test64_vendor' (pid 10) exited with status 0 waiting took 0.004000 seconds
04-04 04:12:50.104     0     0 I init    : Sending signal 9 to service 'boringssl_self_test64_vendor' (pid 10) process group...
04-04 04:12:50.104     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 10 in 0ms
04-04 04:12:50.104     0     0 I init    : processing action (wait_for_coldboot_done) from (<Builtin Action>:0)
04-04 04:12:50.115     0     0 I init    : Wait for property 'ro.cold_boot_done=true' took 11ms
04-04 04:12:50.116     0     0 I init    : processing action (KeychordInit) from (<Builtin Action>:0)
04-04 04:12:50.116     0     0 I ueventd : Coldboot took 0.045 seconds
04-04 04:12:50.116     0     0 W init    : Could not add watch for /dev/input: No such file or directory
04-04 04:12:50.116     0     0 I init    : processing action (init) from (/system/etc/init/hw/init.rc:114)
04-04 04:12:50.116     0     0 I init    : Command 'symlink /proc/self/fd/0 /dev/stdin' action=init (/system/etc/init/hw/init.rc:121) took 0ms and failed: symlink() failed: File exists
04-04 04:12:50.116     0     0 I init    : Command 'symlink /proc/self/fd/1 /dev/stdout' action=init (/system/etc/init/hw/init.rc:122) took 0ms and failed: symlink() failed: File exists
04-04 04:12:50.116     0     0 I init    : Command 'symlink /proc/self/fd/2 /dev/stderr' action=init (/system/etc/init/hw/init.rc:123) took 0ms and failed: symlink() failed: File exists
04-04 04:12:50.118     0     0 I init    : Command 'symlink /dev/binderfs/binder /dev/binder' action=init (/system/etc/init/hw/init.rc:183) took 0ms and failed: symlink() failed: File exists
04-04 04:12:50.118     0     0 I init    : Command 'symlink /dev/binderfs/hwbinder /dev/hwbinder' action=init (/system/etc/init/hw/init.rc:184) took 0ms and failed: symlink() failed: File exists
04-04 04:12:50.118     0     0 I init    : Command 'symlink /dev/binderfs/vndbinder /dev/vndbinder' action=init (/system/etc/init/hw/init.rc:185) took 0ms and failed: symlink() failed: File exists
04-04 04:12:50.119     0     0 I init    : Command 'write /proc/sys/kernel/panic_on_oops 1' action=init (/system/etc/init/hw/init.rc:227) took 0ms and failed: Unable to write to file '/proc/sys/kernel/panic_on_oops': open() failed: Read-only file system
04-04 04:12:50.119     0     0 I init    : Command 'write /proc/sys/kernel/hung_task_timeout_secs 0' action=init (/system/etc/init/hw/init.rc:228) took 0ms and failed: Unable to write to file '/proc/sys/kernel/hung_task_timeout_secs': open() failed: Read-only file system
04-04 04:12:50.119     0     0 I init    : Command 'write /proc/sys/kernel/randomize_va_space 2' action=init (/system/etc/init/hw/init.rc:240) took 0ms and failed: Unable to write to file '/proc/sys/kernel/randomize_va_space': open() failed: Read-only file system
04-04 04:12:50.119     0     0 I init    : Command 'write /proc/sys/vm/mmap_min_addr 32768' action=init (/system/etc/init/hw/init.rc:241) took 0ms and failed: Unable to write to file '/proc/sys/vm/mmap_min_addr': open() failed: Read-only file system
04-04 04:12:50.119     0     0 I init    : Command 'write /proc/sys/kernel/sched_rt_runtime_us 950000' action=init (/system/etc/init/hw/init.rc:244) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_rt_runtime_us': open() failed: Read-only file system
04-04 04:12:50.119     0     0 I init    : Command 'write /proc/sys/kernel/sched_rt_period_us 1000000' action=init (/system/etc/init/hw/init.rc:245) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_rt_period_us': open() failed: Read-only file system
04-04 04:12:50.119     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/foreground/cpus' action=init (/system/etc/init/hw/init.rc:278) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:50.119     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/foreground/mems' action=init (/system/etc/init/hw/init.rc:279) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:50.119     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/background/cpus' action=init (/system/etc/init/hw/init.rc:281) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:50.119     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/background/mems' action=init (/system/etc/init/hw/init.rc:282) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:50.120     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/system-background/cpus' action=init (/system/etc/init/hw/init.rc:288) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:50.120     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/system-background/mems' action=init (/system/etc/init/hw/init.rc:289) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:50.120     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/restricted/cpus' action=init (/system/etc/init/hw/init.rc:294) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:50.120     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/restricted/mems' action=init (/system/etc/init/hw/init.rc:295) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:50.120     0     0 I init    : Command 'copy /dev/cpuset/cpus /dev/cpuset/top-app/cpus' action=init (/system/etc/init/hw/init.rc:298) took 0ms and failed: Could not read input file '/dev/cpuset/cpus': open() failed: No such file or directory
04-04 04:12:50.120     0     0 I init    : Command 'copy /dev/cpuset/mems /dev/cpuset/top-app/mems' action=init (/system/etc/init/hw/init.rc:299) took 0ms and failed: Could not read input file '/dev/cpuset/mems': open() failed: No such file or directory
04-04 04:12:50.122     0     0 I init    : Command 'symlink /proc/self/fd /dev/fd' action=init (/system/etc/init/hw/init.rc:361) took 0ms and failed: symlink() failed: File exists
04-04 04:12:50.122     0     0 I init    : Command 'write /dev/cpu_variant:${ro.bionic.arch} ${ro.bionic.cpu_variant}' action=init (/system/etc/init/hw/init.rc:370) took 0ms and failed: property 'ro.bionic.cpu_variant' doesn't exist while expanding '${ro.bionic.cpu_variant}'
04-04 04:12:50.122     0     0 I init    : Command 'write /dev/cpu_variant:${ro.bionic.2nd_arch} ${ro.bionic.2nd_cpu_variant}' action=init (/system/etc/init/hw/init.rc:372) took 0ms and failed: property 'ro.bionic.2nd_cpu_variant' doesn't exist while expanding '${ro.bionic.2nd_cpu_variant}'
04-04 04:12:50.122     0     0 I init    : Command 'chown system system /sys/power/state' action=init (/system/etc/init/hw/init.rc:376) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:50.122     0     0 I init    : Command 'chown system system /sys/power/wakeup_count' action=init (/system/etc/init/hw/init.rc:377) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:50.122     0     0 I init    : Command 'chmod 0660 /sys/power/state' action=init (/system/etc/init/hw/init.rc:378) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:50.123     0     0 I init    : starting service 'logd'...
04-04 04:12:50.123     0     0 I init    : Created socket '/dev/socket/logd', mode 666, user 1036, group 1036
04-04 04:12:50.123     0     0 I init    : Created socket '/dev/socket/logdr', mode 666, user 1036, group 1036
04-04 04:12:50.123     0     0 I init    : Created socket '/dev/socket/logdw', mode 222, user 1036, group 1036
04-04 04:12:50.123     0     0 I init    : Opened file '/proc/kmsg', flags 0
04-04 04:12:50.123     0     0 I init    : Opened file '/dev/kmsg', flags 1
04-04 04:12:50.123     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 04:12:50.123     0     0 E init    : createProcessGroup(1036, 28) failed for service 'logd': Read-only file system
04-04 04:12:50.124     0     0 I init    : starting service 'lmkd'...
04-04 04:12:50.124     0     0 I init    : Created socket '/dev/socket/lmkd', mode 660, user 1000, group 1000
04-04 04:12:50.124     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1069: Read-only file system
04-04 04:12:50.124     0     0 E init    : createProcessGroup(1069, 29) failed for service 'lmkd': Read-only file system
04-04 04:12:50.125     0     0 I init    : starting service 'servicemanager'...
04-04 04:12:50.125     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.125     0     0 E init    : createProcessGroup(1000, 30) failed for service 'servicemanager': Read-only file system
04-04 04:12:50.125     0     0 I init    : starting service 'hwservicemanager'...
04-04 04:12:50.126     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.126     0     0 E init    : createProcessGroup(1000, 31) failed for service 'hwservicemanager': Read-only file system
04-04 04:12:50.126     0     0 I init    : starting service 'vndservicemanager'...
04-04 04:12:50.126     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.126     0     0 E init    : createProcessGroup(1000, 32) failed for service 'vndservicemanager': Read-only file system
04-04 04:12:50.127     0     0 I init    : processing action (ro.debuggable=1 && init) from (/system/etc/init/hw/init.rc:1058)
04-04 04:12:50.127     0     0 I init    : processing action (init) from (/system/etc/init/hw/init.usb.rc:24)
04-04 04:12:50.127     0     0 I init    : processing action (init) from (/system/etc/init/audioserver.rc:56)
04-04 04:12:50.127     0     0 I init    : processing action (init) from (/system/etc/init/lineage-iosched.rc:1)
04-04 04:12:50.127     0     0 E cgroup  : Unknown subsys name 'bfqio'
04-04 04:12:50.127     0     0 I init    : Command 'mount cgroup none /dev/bfqio bfqio' action=init (/system/etc/init/lineage-iosched.rc:4) took 0ms and failed: mount() failed: Invalid argument
04-04 04:12:50.127     0     0 I init    : processing action (init) from (/system/etc/init/lineage-system.rc:2)
04-04 04:12:50.127     0     0 I init    : processing action (late-init) from (/system/etc/init/hw/init.rc:415)
04-04 04:12:50.127     0     0 I init    : processing action (late-init) from (/system/etc/init/atrace.rc:3)
04-04 04:12:50.127     0     0 I init    : Command 'write /proc/sys/kernel/sched_schedstats 1' action=late-init (/system/etc/init/atrace.rc:10) took 0ms and failed: Unable to write to file '/proc/sys/kernel/sched_schedstats': open() failed: Read-only file system
04-04 04:12:50.130     0     0 I logd.auditd: start
04-04 04:12:50.130     0     0 I init    : processing action (queue_property_triggers) from (<Builtin Action>:0)
04-04 04:12:50.130     0     0 I init    : processing action (early-fs) from (/system/etc/init/hw/init.rc:455)
04-04 04:12:50.130     0     0 I init    : starting service 'vold'...
04-04 04:12:50.131     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
--------- beginning of main
04-04 04:12:50.131    29    29 I lowmemorykiller: Using psi monitors for memory pressure detection
04-04 04:12:50.131     0     0 E init    : createProcessGroup(0, 37) failed for service 'vold': Read-only file system
04-04 04:12:50.131     0     0 I init    : processing action (fs) from (/system/etc/init/hw/init.rc:451)
04-04 04:12:50.131     0     0 I init    : Userdata mounted using /dev/null result : 1
04-04 04:12:50.131    29    29 I lowmemorykiller: Process polling is supported
04-04 04:12:50.132     0     0 I init    : processing action (fs) from (/system/etc/init/logd.rc:28)
04-04 04:12:50.132     0     0 I init    : processing action (fs) from (/system/etc/init/wifi.rc:25)
04-04 04:12:50.132     0     0 I init    : processing action (post-fs) from (/system/etc/init/hw/init.rc:459)
04-04 04:12:50.132     0     0 I init    : starting service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)'...
04-04 04:12:50.133     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.133     0     0 E init    : createProcessGroup(1000, 38) failed for service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)': Read-only file system
04-04 04:12:50.133     0     0 I init    : SVC_EXEC service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' pid 38 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:50.136    31    31 I hwservicemanager: hwservicemanager is ready now.
--------- beginning of system
04-04 04:12:50.144    37    37 I vold    : Vold 3.0 (the awakening) firing up
04-04 04:12:50.144    37    37 D vold    : Detected support for: ext4 ntfs vfat
04-04 04:12:50.145    37    37 E vold    : Failed to open device-mapper: No such file or directory
04-04 04:12:50.145    37    37 E vold    : DM_LIST_DEVICES failed: Bad file descriptor
04-04 04:12:50.145    37    37 E vold    : Failed to get dm devices
04-04 04:12:50.145    37    37 E vold    : Failed to opendir: No such file or directory
04-04 04:12:50.145    37    37 D vold    : VoldNativeService::start() completed OK
04-04 04:12:50.149     0     0 I init    : Service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 38) exited with status 0 waiting took 0.016000 seconds
04-04 04:12:50.149     0     0 I init    : Sending signal 9 to service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 38) process group...
04-04 04:12:50.149     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 38 in 0ms
04-04 04:12:50.150     0     0 I init    : Command 'chown system cache /cache' action=post-fs (/system/etc/init/hw/init.rc:471) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:50.150     0     0 I init    : Command 'chmod 0770 /cache' action=post-fs (/system/etc/init/hw/init.rc:472) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:50.150     0     0 I init    : Command 'chown root system /proc/sysrq-trigger' action=post-fs (/system/etc/init/hw/init.rc:494) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:50.150     0     0 I init    : Command 'chmod 0220 /proc/sysrq-trigger' action=post-fs (/system/etc/init/hw/init.rc:495) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:50.150     0     0 I init    : processing action (post-fs) from (/system/etc/init/atrace_userdebug.rc:7)
04-04 04:12:50.151     0     0 I init    : processing action (post-fs) from (/system/etc/init/gsid.rc:8)
04-04 04:12:50.151     0     0 I init    : processing action (post-fs) from (/system/etc/init/recovery-refresh.rc:1)
04-04 04:12:50.151     0     0 I init    : starting service 'exec 3 (/system/bin/recovery-refresh)'...
04-04 04:12:50.151     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.151     0     0 E init    : createProcessGroup(1000, 44) failed for service 'exec 3 (/system/bin/recovery-refresh)': Read-only file system
04-04 04:12:50.152     0     0 I init    : processing action (late-fs) from (/system/etc/init/hw/init.rc:523)
04-04 04:12:50.152     0     0 I init    : starting service 'system_suspend'...
04-04 04:12:50.152     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.152     0     0 E init    : createProcessGroup(1000, 45) failed for service 'system_suspend': Read-only file system
04-04 04:12:50.152     0     0 I init    : starting service 'vendor.keymaster-4-0'...
04-04 04:12:50.153     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.153     0     0 E init    : createProcessGroup(1000, 46) failed for service 'vendor.keymaster-4-0': Read-only file system
04-04 04:12:50.153     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/hw/init.rc:532)
04-04 04:12:50.153     0     0 I init    : starting service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)'...
04-04 04:12:50.154     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.154     0     0 E init    : createProcessGroup(1000, 47) failed for service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)': Read-only file system
04-04 04:12:50.154     0     0 I init    : SVC_EXEC service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' pid 47 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:50.155     0     0 I init    : Service 'exec 3 (/system/bin/recovery-refresh)' (pid 44) exited with status 254 oneshot service took 0.003000 seconds in background
04-04 04:12:50.155     0     0 I init    : Sending signal 9 to service 'exec 3 (/system/bin/recovery-refresh)' (pid 44) process group...
04-04 04:12:50.155     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 44 in 0ms
04-04 04:12:50.159     0     0 I init    : Service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 47) exited with status 0 waiting took 0.005000 seconds
04-04 04:12:50.159     0     0 I init    : Sending signal 9 to service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 47) process group...
04-04 04:12:50.159     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 47 in 0ms
04-04 04:12:50.159     0     0 I init    : Switched to default mount namespace
04-04 04:12:50.159     0     0 I init    : Not setting encryption policy on: /data/apex
04-04 04:12:50.159     0     0 I init    : Not setting encryption policy on: /data/app-staging
04-04 04:12:50.159     0     0 I init    : starting service 'apexd'...
04-04 04:12:50.160    45    45 E android.system.suspend@1.0-service: error opening /sys/power/wakeup_count: Read-only file system
04-04 04:12:50.160    45    45 E android.system.suspend@1.0-service: error opening /sys/power/state: Read-only file system
04-04 04:12:50.160     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.160     0     0 E init    : createProcessGroup(0, 50) failed for service 'apexd': Read-only file system
04-04 04:12:50.160    37    37 I Checkpoint: cp_prepareCheckpoint called
04-04 04:12:50.160    31    31 I hwservicemanager: getFrameworkHalManifest: Reading VINTF information.
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/preloads
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/vendor_ce
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/vendor_de
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/data
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/lost+found
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/system_de
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/system_ce
04-04 04:12:50.161     0     0 I init    : Not setting encryption policy on: /data/misc_de
04-04 04:12:50.162     0     0 I init    : Not setting encryption policy on: /data/misc_ce
04-04 04:12:50.162     0     0 I init    : Not setting encryption policy on: /data/user
04-04 04:12:50.162     0     0 I init    : Not setting encryption policy on: /data/user_de
04-04 04:12:50.162     0     0 I init    : Command 'rm /data/user/0' action=post-fs-data (/system/etc/init/hw/init.rc:710) took 0ms and failed: unlink() failed: Is a directory
04-04 04:12:50.162    31    31 I hwservicemanager: getFrameworkHalManifest: Successfully processed VINTF information
04-04 04:12:50.162    45    45 I HidlServiceManagement: Registered android.system.suspend@1.0::ISystemSuspend/default
04-04 04:12:50.162    45    45 I HidlServiceManagement: Removing namespace from process name android.system.suspend@1.0-service to suspend@1.0-service.
04-04 04:12:50.162    31    31 I hwservicemanager: getDeviceHalManifest: Reading VINTF information.
04-04 04:12:50.163    31    31 I hwservicemanager: getDeviceHalManifest: Successfully processed VINTF information
04-04 04:12:50.163    46    46 I HidlServiceManagement: Registered android.hardware.keymaster@4.0::IKeymasterDevice/default
04-04 04:12:50.163    46    46 I HidlServiceManagement: Removing namespace from process name android.hardware.keymaster@4.0-service to keymaster@4.0-service.
04-04 04:12:50.167     0     0 I apexd   : This device does not support updatable APEX. Exiting
04-04 04:12:50.167     0     0 I apexd   : Marking APEXd as activated
04-04 04:12:50.167     0     0 I init    : Wait for property 'apexd.status=activated' took 3ms
04-04 04:12:50.169     0     0 I init    : Parsing file /apex/com.android.adbd/etc/init.rc...
04-04 04:12:50.169     0     0 I init    : Parsing file /apex/com.android.media.swcodec/etc/init.rc...
04-04 04:12:50.169     0     0 I init    : Parsing file /apex/com.android.os.statsd/etc/init.rc...
04-04 04:12:50.169     0     0 I init    : Parsing file /apex/com.android.sdkext/etc/derive_sdk.rc...
04-04 04:12:50.169     0     0 I init    : Service 'apexd' (pid 50) exited with status 0 oneshot service took 0.009000 seconds in background
04-04 04:12:50.169     0     0 I init    : Sending signal 9 to service 'apexd' (pid 50) process group...
04-04 04:12:50.169     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 50 in 0ms
04-04 04:12:50.169     0     0 I init    : Not setting encryption policy on: /data/media
04-04 04:12:50.169     0     0 I init    : starting service 'exec 5 (/system/bin/chattr +F /data/media)'...
04-04 04:12:50.170     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1023: Read-only file system
04-04 04:12:50.170     0     0 E init    : createProcessGroup(1023, 51) failed for service 'exec 5 (/system/bin/chattr +F /data/media)': Read-only file system
04-04 04:12:50.170     0     0 I init    : SVC_EXEC service 'exec 5 (/system/bin/chattr +F /data/media)' pid 51 (uid 1023 gid 1023+0 context default) started; waiting...
04-04 04:12:50.176     0     0 I init    : Service 'exec 5 (/system/bin/chattr +F /data/media)' (pid 51) exited with status 1 waiting took 0.005000 seconds
04-04 04:12:50.176     0     0 I init    : Sending signal 9 to service 'exec 5 (/system/bin/chattr +F /data/media)' (pid 51) process group...
04-04 04:12:50.176     0     0 I libprocessgroup: Successfully killed process cgroup uid 1023 pid 51 in 0ms
04-04 04:12:50.176     0     0 I init    : starting service 'derive_sdk'...
04-04 04:12:50.177     0     0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system
04-04 04:12:50.177     0     0 E init    : createProcessGroup(9999, 52) failed for service 'derive_sdk': Read-only file system
04-04 04:12:50.177     0     0 I init    : SVC_EXEC service 'derive_sdk' pid 52 (uid 9999 gid 9999+0 context default) started; waiting...
04-04 04:12:50.181     0     0 I init    : Service 'derive_sdk' (pid 52) exited with status 0 waiting took 0.003000 seconds
04-04 04:12:50.181     0     0 I init    : Sending signal 9 to service 'derive_sdk' (pid 52) process group...
04-04 04:12:50.181     0     0 I libprocessgroup: Successfully killed process cgroup uid 9999 pid 52 in 0ms
04-04 04:12:50.181     0     0 I init    : starting service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)'...
04-04 04:12:50.182     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.182     0     0 E init    : createProcessGroup(0, 53) failed for service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)': Read-only file system
04-04 04:12:50.182     0     0 I init    : SVC_EXEC service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' pid 53 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.183    52    52 I derive_sdk: Read version 0 from /apex/com.android.sdkext/etc/sdkinfo.binarypb
04-04 04:12:50.183    52    52 I derive_sdk: R extension version is 0
04-04 04:12:50.187     0     0 D vdc     : Waited 0ms for vold
04-04 04:12:50.189    37    37 D vold    : fscrypt_init_user0
04-04 04:12:50.189    37    37 D vold    : fscrypt_prepare_user_storage for volume null, user 0, serial 0, flags 1
04-04 04:12:50.189    37    37 D vold    : Preparing: /data/system/users/0
04-04 04:12:50.189    37    37 D vold    : Preparing: /data/misc/profiles/cur/0
04-04 04:12:50.190    37    37 D vold    : Preparing: /data/system_de/0
04-04 04:12:50.190    37    37 D vold    : Preparing: /data/misc_de/0
04-04 04:12:50.190    37    37 D vold    : Preparing: /data/vendor_de/0
04-04 04:12:50.190    37    37 D vold    : Preparing: /data/user_de/0
04-04 04:12:50.190    37    37 D vold    : /system/bin/vold_prepare_subdirs
04-04 04:12:50.190    37    37 D vold    :     prepare
04-04 04:12:50.190    37    37 D vold    :     
04-04 04:12:50.190    37    37 D vold    :     0
04-04 04:12:50.190    37    37 D vold    :     1
04-04 04:12:50.195     0     0 I init    : Service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' (pid 53) exited with status 0 waiting took 0.012000 seconds
04-04 04:12:50.195     0     0 I init    : Sending signal 9 to service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' (pid 53) process group...
04-04 04:12:50.195     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 53 in 0ms
04-04 04:12:50.195     0     0 I init    : starting service 'apexd-snapshotde'...
04-04 04:12:50.196     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.196     0     0 E init    : createProcessGroup(0, 56) failed for service 'apexd-snapshotde': Read-only file system
04-04 04:12:50.196    37    37 D vold    : fscrypt_unlock_user_key 0 serial=0 token_present=0
04-04 04:12:50.196     0     0 I init    : SVC_EXEC service 'apexd-snapshotde' pid 56 (uid 0 gid 1000+0 context default) started; waiting...
04-04 04:12:50.203     0     0 I apexd   : This device does not support updatable APEX. Exiting
04-04 04:12:50.203     0     0 I apexd   : Marking APEXd as ready
04-04 04:12:50.203     0     0 I init    : Service 'apexd-snapshotde' (pid 56) exited with status 0 waiting took 0.007000 seconds
04-04 04:12:50.203     0     0 I init    : Sending signal 9 to service 'apexd-snapshotde' (pid 56) process group...
04-04 04:12:50.203     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 56 in 0ms
04-04 04:12:50.204     0     0 I init    : starting service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)'...
04-04 04:12:50.205     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.205     0     0 E init    : createProcessGroup(1000, 57) failed for service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)': Read-only file system
04-04 04:12:50.205     0     0 I init    : SVC_EXEC service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)' pid 57 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:50.208     0     0 I init    : Service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)' (pid 57) exited with status 0 waiting took 0.003000 seconds
04-04 04:12:50.208     0     0 I init    : Sending signal 9 to service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)' (pid 57) process group...
04-04 04:12:50.208     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 57 in 0ms
04-04 04:12:50.208     0     0 I init    : processing action (sys.use_memfd= && post-fs-data) from (/system/etc/init/hw/init.rc:796)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/hw/init.usb.rc:6)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/adb_root.rc:6)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/bootstat.rc:9)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/gsid.rc:14)
04-04 04:12:50.209     0     0 I init    : Not setting encryption policy on: /data/gsi
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/incidentd.rc:21)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/init.waydroid.rc:9)
04-04 04:12:50.209     0     0 W init    : Top-level directory needs encryption action, eg mkdir /data/icons <mode> <uid> <gid> encryption=Require
04-04 04:12:50.209     0     0 W init    : Top-level directory needs encryption action, eg mkdir /data/waydroid_tmp <mode> <uid> <gid> encryption=Require
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/iorapd.rc:28)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/lineage-ssh.rc:1)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/lineage-system.rc:5)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/lineage-updates.rc:1)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/logtagd.rc:4)
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/perfetto.rc:67)
04-04 04:12:50.209     0     0 I init    : Command 'rm /data/misc/perfetto-traces/.guardraildata' action=post-fs-data (/system/etc/init/perfetto.rc:68) took 0ms and failed: unlink() failed: No such file or directory
04-04 04:12:50.209     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/recovery-persist.rc:1)
04-04 04:12:50.209     0     0 I init    : starting service 'exec 8 (/system/bin/recovery-persist)'...
04-04 04:12:50.210     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.210     0     0 E init    : createProcessGroup(1000, 58) failed for service 'exec 8 (/system/bin/recovery-persist)': Read-only file system
04-04 04:12:50.210     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/tombstoned.rc:10)
04-04 04:12:50.210     0     0 I init    : starting service 'tombstoned'...
04-04 04:12:50.210     0     0 I init    : Created socket '/dev/socket/tombstoned_crash', mode 666, user 1000, group 1000
04-04 04:12:50.210     0     0 I init    : Created socket '/dev/socket/tombstoned_intercept', mode 666, user 1000, group 1000
04-04 04:12:50.210     0     0 I init    : Created socket '/dev/socket/tombstoned_java_trace', mode 666, user 1000, group 1000
04-04 04:12:50.210    57    57 I tzdatacheck: timezone distro dir /data/misc/zoneinfo/current does not exist. No action required.
04-04 04:12:50.210     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1058: Read-only file system
04-04 04:12:50.210     0     0 E init    : createProcessGroup(1058, 59) failed for service 'tombstoned': Read-only file system
04-04 04:12:50.211     0     0 I init    : processing action (post-fs-data) from (/system/etc/init/wifi.rc:18)
04-04 04:12:50.211     0     0 I init    : processing action (load_persist_props_action) from (/system/etc/init/hw/init.rc:405)
04-04 04:12:50.211     0     0 W init    : Couldn't load property file '/data/local.prop': open() failed: No such file or directory: No such file or directory
04-04 04:12:50.211     0     0 I init    : Wait for property 'ro.persistent_properties.ready=true' took 0ms
04-04 04:12:50.211     0     0 I init    : starting service 'logd-reinit'...
04-04 04:12:50.211     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 04:12:50.211     0     0 E init    : createProcessGroup(1036, 60) failed for service 'logd-reinit': Read-only file system
04-04 04:12:50.212     0     0 I init    : processing action (load_persist_props_action) from (/system/etc/init/flags_health_check.rc:1)
04-04 04:12:50.212     0     0 W init    : Top-level directory needs encryption action, eg mkdir /data/server_configurable_flags <mode> <uid> <gid> encryption=Require
04-04 04:12:50.212     0     0 I init    : starting service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)'...
04-04 04:12:50.212     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.212     0     0 E init    : createProcessGroup(1000, 61) failed for service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)': Read-only file system
04-04 04:12:50.212     0     0 I init    : SVC_EXEC service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' pid 61 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:50.214     0     0 I init    : Service 'exec 8 (/system/bin/recovery-persist)' (pid 58) exited with status 0 oneshot service took 0.004000 seconds in background
04-04 04:12:50.214     0     0 I init    : Sending signal 9 to service 'exec 8 (/system/bin/recovery-persist)' (pid 58) process group...
04-04 04:12:50.214     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 58 in 0ms
04-04 04:12:50.215     0     0 I logd.daemon: reinit
04-04 04:12:50.216     0     0 I init    : Service 'logd-reinit' (pid 60) exited with status 0 oneshot service took 0.004000 seconds in background
04-04 04:12:50.216     0     0 I init    : Sending signal 9 to service 'logd-reinit' (pid 60) process group...
04-04 04:12:50.216     0     0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 60 in 0ms
04-04 04:12:50.216    59    59 I tombstoned: tombstoned successfully initialized
04-04 04:12:50.218    61    61 I flags_health_check: ServerConfigurableFlagsReset reset_mode value: 0
04-04 04:12:50.218    61    61 I flags_health_check: ServerConfigurableFlagsReset attempted boot count is under threshold, skipping reset.
04-04 04:12:50.220     0     0 I init    : Service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' (pid 61) exited with status 0 waiting took 0.007000 seconds
04-04 04:12:50.220     0     0 I init    : Sending signal 9 to service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' (pid 61) process group...
04-04 04:12:50.220     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 61 in 0ms
04-04 04:12:50.220     0     0 I init    : processing action (load_persist_props_action) from (/system/etc/init/logcatd.rc:29)
04-04 04:12:50.220     0     0 I init    : processing action (load_bpf_programs) from (/system/etc/init/bpfloader.rc:20)
04-04 04:12:50.221     0     0 I init    : starting service 'bpfloader'...
04-04 04:12:50.221     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.221     0     0 E init    : createProcessGroup(0, 62) failed for service 'bpfloader': Read-only file system
04-04 04:12:50.222     0     0 I init    : processing action (persist.sys.fuse=true && zygote-start) from (/system/etc/init/hw/init.rc:802)
04-04 04:12:50.222     0     0 I init    : processing action (ro.crypto.state=unencrypted && zygote-start) from (/system/etc/init/hw/init.rc:817)
04-04 04:12:50.222     0     0 I init    : Command 'exec_start update_verifier_nonencrypted' action=ro.crypto.state=unencrypted && zygote-start (/system/etc/init/hw/init.rc:819) took 0ms and failed: Service not found
04-04 04:12:50.222     0     0 I init    : starting service 'statsd'...
04-04 04:12:50.222     0     0 I init    : Created socket '/dev/socket/statsdw', mode 222, user 1066, group 1066
04-04 04:12:50.223     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1066: Read-only file system
04-04 04:12:50.223     0     0 E init    : createProcessGroup(1066, 63) failed for service 'statsd': Read-only file system
04-04 04:12:50.223     0     0 I init    : starting service 'netd'...
04-04 04:12:50.223     0     0 I init    : Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003
04-04 04:12:50.223     0     0 I init    : Created socket '/dev/socket/mdns', mode 660, user 0, group 1000
04-04 04:12:50.223     0     0 I init    : Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003
04-04 04:12:50.223     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.223     0     0 E init    : createProcessGroup(0, 64) failed for service 'netd': Read-only file system
04-04 04:12:50.224     0     0 I init    : starting service 'zygote'...
04-04 04:12:50.224     0     0 I init    : Created socket '/dev/socket/zygote', mode 660, user 0, group 1000
04-04 04:12:50.224     0     0 I init    : Created socket '/dev/socket/usap_pool_primary', mode 660, user 0, group 1000
04-04 04:12:50.224     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.224     0     0 E init    : createProcessGroup(0, 65) failed for service 'zygote': Read-only file system
04-04 04:12:50.224     0     0 I init    : starting service 'zygote_secondary'...
04-04 04:12:50.224     0     0 I init    : Created socket '/dev/socket/zygote_secondary', mode 660, user 0, group 1000
04-04 04:12:50.224     0     0 I init    : Created socket '/dev/socket/usap_pool_secondary', mode 660, user 0, group 1000
04-04 04:12:50.225     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:50.225     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:50.225     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.225     0     0 E init    : createProcessGroup(0, 66) failed for service 'zygote_secondary': Read-only file system
04-04 04:12:50.225     0     0 I init    : processing action (firmware_mounts_complete) from (/system/etc/init/hw/init.rc:411)
04-04 04:12:50.225     0     0 I init    : processing action (early-boot) from (/system/etc/init/installd.rc:5)
04-04 04:12:50.225     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:50.225     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:50.227     0     0 I init    : processing action (boot) from (/system/etc/init/hw/init.rc:841)
04-04 04:12:50.227     0     0 I init    : Command 'hostname localhost' action=boot (/system/etc/init/hw/init.rc:844) took 0ms and failed: Unable to write to /proc/sys/kernel/hostname: open() failed: Read-only file system
04-04 04:12:50.227     0     0 I init    : Command 'domainname localdomain' action=boot (/system/etc/init/hw/init.rc:845) took 0ms and failed: Unable to write to /proc/sys/kernel/domainname: open() failed: Read-only file system
04-04 04:12:50.228     0     0 I init    : Command 'write /proc/sys/vm/overcommit_memory 1' action=boot (/system/etc/init/hw/init.rc:853) took 0ms and failed: Unable to write to file '/proc/sys/vm/overcommit_memory': open() failed: Read-only file system
04-04 04:12:50.228     0     0 I init    : Command 'write /proc/sys/vm/dirty_expire_centisecs 200' action=boot (/system/etc/init/hw/init.rc:863) took 0ms and failed: Unable to write to file '/proc/sys/vm/dirty_expire_centisecs': open() failed: Read-only file system
04-04 04:12:50.228     0     0 I init    : Command 'write /proc/sys/vm/dirty_background_ratio 5' action=boot (/system/etc/init/hw/init.rc:864) took 0ms and failed: Unable to write to file '/proc/sys/vm/dirty_background_ratio': open() failed: Read-only file system
04-04 04:12:50.228     0     0 I init    : Command 'write /sys/fs/f2fs/${dev.mnt.blk.data}/cp_interval 200' action=boot (/system/etc/init/hw/init.rc:870) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/fs/f2fs/${dev.mnt.blk.data}/cp_interval'
04-04 04:12:50.228     0     0 I init    : Command 'write /sys/fs/f2fs/${dev.mnt.blk.data}/gc_urgent_sleep_time 50' action=boot (/system/etc/init/hw/init.rc:871) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/fs/f2fs/${dev.mnt.blk.data}/gc_urgent_sleep_time'
04-04 04:12:50.228     0     0 I init    : Command 'write /sys/fs/f2fs/${dev.mnt.blk.data}/iostat_enable 1' action=boot (/system/etc/init/hw/init.rc:872) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/fs/f2fs/${dev.mnt.blk.data}/iostat_enable'
04-04 04:12:50.228     0     0 I init    : Command 'write /sys/devices/virtual/block/${dev.mnt.blk.data}/queue/discard_max_bytes 134217728' action=boot (/system/etc/init/hw/init.rc:877) took 0ms and failed: property 'dev.mnt.blk.data' doesn't exist while expanding '/sys/devices/virtual/block/${dev.mnt.blk.data}/queue/discard_max_bytes'
04-04 04:12:50.228     0     0 I init    : Command 'chown system system /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq' action=boot (/system/etc/init/hw/init.rc:907) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:50.228     0     0 I init    : Command 'chmod 0660 /sys/devices/system/cpu/cpu0/cpufreq/scaling_max_freq' action=boot (/system/etc/init/hw/init.rc:908) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:50.229     0     0 I init    : starting service 'hidl_memory'...
04-04 04:12:50.229    62    62 D LibBpfLoader: Loading optional ELF object /system/etc/bpf/time_in_state.o with license GPL
04-04 04:12:50.229     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.229    62    62 D LibBpfLoader: Loaded code section 3 (tracepoint_sched_sched_switch)
04-04 04:12:50.229     0     0 E init    : createProcessGroup(1000, 67) failed for service 'hidl_memory': Read-only file system
04-04 04:12:50.230     0     0 E init    : Could not start service 'vendor.audio-hal-2-0' as part of class 'hal': Cannot find '/vendor/bin/hw/android.hardware.audio@2.0-service': No such file or directory
04-04 04:12:50.230    62    62 D LibBpfLoader: Loaded relo section 3 (.reltracepoint/sched/sched_switch)
04-04 04:12:50.230    62    62 D LibBpfLoader: Adding section 3 to cs list
04-04 04:12:50.230     0     0 I init    : starting service 'vendor.audio-hal'...
04-04 04:12:50.230    62    62 D LibBpfLoader: Loaded code section 5 (tracepoint_power_cpu_frequency)
04-04 04:12:50.230    62    62 D LibBpfLoader: Loaded relo section 5 (.reltracepoint/power/cpu_frequency)
04-04 04:12:50.230    62    62 D LibBpfLoader: Adding section 5 to cs list
04-04 04:12:50.230     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.230     0     0 E init    : createProcessGroup(1000, 68) failed for service 'vendor.audio-hal': Read-only file system
04-04 04:12:50.230     0     0 I init    : starting service 'vendor.hwcomposer-2-1'...
04-04 04:12:50.231     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:50.231     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:50.231     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.231     0     0 E init    : createProcessGroup(1000, 72) failed for service 'vendor.hwcomposer-2-1': Read-only file system
04-04 04:12:50.231     0     0 I init    : starting service 'vendor.camera-provider-2-4'...
04-04 04:12:50.231     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system
04-04 04:12:50.231     0     0 E init    : createProcessGroup(1047, 73) failed for service 'vendor.camera-provider-2-4': Read-only file system
04-04 04:12:50.231     0     0 E init    : failed to write pid to files: couldn't write 73 to /dev/cpuset/camera-daemon/tasks: No such file or directory
04-04 04:12:50.232     0     0 I init    : starting service 'task-hal-1-0'...
04-04 04:12:50.232     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.232     0     0 E init    : createProcessGroup(1000, 74) failed for service 'task-hal-1-0': Read-only file system
04-04 04:12:50.232     0     0 I init    : starting service 'vendor.cas-hal-1-2'...
04-04 04:12:50.233    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.233     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:50.233     0     0 E init    : createProcessGroup(1013, 75) failed for service 'vendor.cas-hal-1-2': Read-only file system
04-04 04:12:50.233     0     0 I init    : starting service 'vendor.configstore-hal'...
04-04 04:12:50.234     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.234     0     0 E init    : createProcessGroup(1000, 76) failed for service 'vendor.configstore-hal': Read-only file system
04-04 04:12:50.234     0     0 I init    : starting service 'vendor.drm-hal-1-0'...
04-04 04:12:50.235    62    62 D LibBpfLoader: bpf_create_map name uid_time_in_state_map, ret: 6
04-04 04:12:50.235     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:50.235     0     0 E init    : createProcessGroup(1013, 77) failed for service 'vendor.drm-hal-1-0': Read-only file system
04-04 04:12:50.235     0     0 I init    : starting service 'vendor.drm-clearkey-hal-1-3'...
04-04 04:12:50.236     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:50.236     0     0 E init    : createProcessGroup(1013, 78) failed for service 'vendor.drm-clearkey-hal-1-3': Read-only file system
04-04 04:12:50.236     0     0 I init    : starting service 'vendor.gatekeeper-1-0'...
04-04 04:12:50.237     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name uid_concurrent_times_map, ret: 7
04-04 04:12:50.237     0     0 E init    : createProcessGroup(1000, 79) failed for service 'vendor.gatekeeper-1-0': Read-only file system
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name uid_last_update_map, ret: 8
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name cpu_last_update_map, ret: 9
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name cpu_policy_map, ret: 10
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name policy_freq_idx_map, ret: 11
04-04 04:12:50.237     0     0 I init    : starting service 'vendor.gralloc-2-0'...
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name freq_to_idx_map, ret: 12
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name nr_active_map, ret: 13
04-04 04:12:50.237    62    62 D LibBpfLoader: bpf_create_map name policy_nr_active_map, ret: 14
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 2 is 8 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 3 is 9 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 4 is 10 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 5 is 11 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 6 is 12 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 7 is 13 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: map_fd found at 8 is 14 in /system/etc/bpf/time_in_state.o
04-04 04:12:50.237    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 40, 	       insn offset 5 , insn 118
04-04 04:12:50.237    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 128, 	       insn offset 16 , insn 118
04-04 04:12:50.237    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 200, 	       insn offset 25 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 264, 	       insn offset 33 , insn 118
04-04 04:12:50.238     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.238     0     0 E init    : createProcessGroup(1000, 80) failed for service 'vendor.gralloc-2-0': Read-only file system
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 520, 	       insn offset 65 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 656, 	       insn offset 82 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1008, 	       insn offset 126 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1048, 	       insn offset 131 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1240, 	       insn offset 155 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1440, 	       insn offset 180 , insn 118
04-04 04:12:50.238    67    67 I HidlServiceManagement: Registered android.hidl.allocator@1.0::IAllocator/ashmem
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1480, 	       insn offset 185 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1656, 	       insn offset 207 , insn 118
04-04 04:12:50.238    67    67 I HidlServiceManagement: Removing namespace from process name android.hidl.allocator@1.0-service to allocator@1.0-service.
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1864, 	       insn offset 233 , insn 118
04-04 04:12:50.238     0     0 I init    : starting service 'vendor.health-hal-2-0'...
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1904, 	       insn offset 238 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2024, 	       insn offset 253 , insn 118
04-04 04:12:50.238    64    64 I netdClient: Skipping libnetd_client init since *we* are netd
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2112, 	       insn offset 264 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 40, 	       insn offset 5 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 120, 	       insn offset 15 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 200, 	       insn offset 25 , insn 118
04-04 04:12:50.238    62    62 D LibBpfLoader: cs[0].name:tracepoint_sched_sched_switch min_kver:0 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.239     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.239     0     0 E init    : createProcessGroup(1000, 81) failed for service 'vendor.health-hal-2-0': Read-only file system
04-04 04:12:50.239    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/time_in_state.o (tracepoint_sched_sched_switch) returned fd: 15 (no error)
04-04 04:12:50.239    62    62 D LibBpfLoader: cs[1].name:tracepoint_power_cpu_frequency min_kver:0 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.239     0     0 I init    : starting service 'vendor.light-hal-2-0'...
04-04 04:12:50.239    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/time_in_state.o (tracepoint_power_cpu_frequency) returned fd: 16 (no error)
04-04 04:12:50.239    62    62 I bpfloader: Loaded object: /system/etc/bpf/time_in_state.o
04-04 04:12:50.239    62    62 D LibBpfLoader: Loading critical for netd ELF object /system/etc/bpf/clatd.o with license Apache 2.0
04-04 04:12:50.240     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.240     0     0 E init    : createProcessGroup(1000, 82) failed for service 'vendor.light-hal-2-0': Read-only file system
04-04 04:12:50.240    62    62 E LibBpfLoader: No progs section could be found in elf object
04-04 04:12:50.240    62    62 D LibBpfLoader: Loaded code section 3 (schedcls_ingress_clat_ether)
04-04 04:12:50.240    62    62 D LibBpfLoader: Loaded relo section 3 (.relschedcls/ingress/clat_ether)
04-04 04:12:50.240    62    62 D LibBpfLoader: Adding section 3 to cs list
04-04 04:12:50.240     0     0 I init    : starting service 'vendor.memtrack-hal-1-0'...
04-04 04:12:50.240    62    62 D LibBpfLoader: Loaded code section 5 (schedcls_ingress_clat_rawip)
04-04 04:12:50.240    62    62 D LibBpfLoader: Loaded relo section 5 (.relschedcls/ingress/clat_rawip)
04-04 04:12:50.240    62    62 D LibBpfLoader: Adding section 5 to cs list
04-04 04:12:50.240    62    62 D LibBpfLoader: Loaded code section 7 (schedcls_egress_clat_ether)
04-04 04:12:50.241    62    62 D LibBpfLoader: Adding section 7 to cs list
04-04 04:12:50.241    62    62 D LibBpfLoader: Loaded code section 8 (schedcls_egress_clat_rawip)
04-04 04:12:50.241    62    62 D LibBpfLoader: Loaded relo section 8 (.relschedcls/egress/clat_rawip)
04-04 04:12:50.241    62    62 D LibBpfLoader: Adding section 8 to cs list
04-04 04:12:50.241    62    62 D LibBpfLoader: bpf_create_map name clat_ingress_map, ret: 6
04-04 04:12:50.241    62    62 D LibBpfLoader: bpf_create_map name clat_egress_map, ret: 7
04-04 04:12:50.241    62    62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/clatd.o
04-04 04:12:50.241    62    62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/clatd.o
04-04 04:12:50.242     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.242     0     0 E init    : createProcessGroup(1000, 84) failed for service 'vendor.memtrack-hal-1-0': Read-only file system
04-04 04:12:50.242    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 392, 	       insn offset 49 , insn 118
04-04 04:12:50.242    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 352, 	       insn offset 44 , insn 118
04-04 04:12:50.242     0     0 I init    : starting service 'vendor.power-hal-1-0'...
04-04 04:12:50.242    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 520, 	       insn offset 65 , insn 118
04-04 04:12:50.242    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/clatd.o (schedcls_ingress_clat_ether) returned fd: 8 (no error)
04-04 04:12:50.243     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.243    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/clatd.o (schedcls_ingress_clat_rawip) returned fd: 9 (no error)
04-04 04:12:50.243     0     0 E init    : createProcessGroup(1000, 92) failed for service 'vendor.power-hal-1-0': Read-only file system
04-04 04:12:50.243    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/clatd.o (schedcls_egress_clat_ether) returned fd: 10 (no error)
04-04 04:12:50.243     0     0 I init    : starting service 'vendor.sensors-hal-1-0'...
04-04 04:12:50.244    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/clatd.o (schedcls_egress_clat_rawip) returned fd: 11 (no error)
04-04 04:12:50.244    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@6.0::IDevicesFactory/default in either framework or device manifest.
04-04 04:12:50.244    62    62 I bpfloader: Loaded object: /system/etc/bpf/clatd.o
04-04 04:12:50.244    74    74 I HidlServiceManagement: Registered vendor.waydroid.task@1.0::IWaydroidTask/default
04-04 04:12:50.244    74    74 I HidlServiceManagement: Removing namespace from process name vendor.waydroid.task@1.0-service to task@1.0-service.
04-04 04:12:50.244    62    62 D LibBpfLoader: Loading critical for netd ELF object /system/etc/bpf/offload.o with license Apache 2.0
04-04 04:12:50.244    74    74 I vendor.waydroid.task@1.0-service: Waydroid Task HAL service ready.
04-04 04:12:50.244     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.244     0     0 E init    : createProcessGroup(1000, 95) failed for service 'vendor.sensors-hal-1-0': Read-only file system
04-04 04:12:50.244    62    62 D LibBpfLoader: Loaded code section 3 (schedcls_ingress_tether_ether)
04-04 04:12:50.244    64    64 I netd    : netd 1.0 starting
04-04 04:12:50.244     0     0 I init    : starting service 'vendor.vibrator-1-0'...
04-04 04:12:50.244    62    62 D LibBpfLoader: Loaded relo section 3 (.relschedcls/ingress/tether_ether)
04-04 04:12:50.244    62    62 D LibBpfLoader: Adding section 3 to cs list
04-04 04:12:50.245    62    62 D LibBpfLoader: Loaded code section 5 (schedcls_ingress_tether_rawip$5_4)
04-04 04:12:50.245    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.audio@6.0::IDevicesFactory/default.
04-04 04:12:50.245    72    72 D vndksupport: Loading /vendor/lib64/hw/hwcomposer.waydroid.so from current namespace instead of sphal namespace.
04-04 04:12:50.245    62    62 D LibBpfLoader: Loaded relo section 5 (.relschedcls/ingress/tether_rawip$5_4)
04-04 04:12:50.245    62    62 D LibBpfLoader: Adding section 5 to cs list
04-04 04:12:50.245    62    62 D LibBpfLoader: Loaded code section 7 (schedcls_ingress_tether_rawip$4_14)
04-04 04:12:50.245    76    76 W android.hardware.configstore@1.1-service: Could not find seccomp policy file at: /vendor/etc/seccomp_policy/configstore@1.1.policy
04-04 04:12:50.245    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@5.0::IDevicesFactory/default in either framework or device manifest.
04-04 04:12:50.245    62    62 D LibBpfLoader: Loaded relo section 7 (.relschedcls/ingress/tether_rawip$4_14)
04-04 04:12:50.245    62    62 D LibBpfLoader: Adding section 7 to cs list
04-04 04:12:50.245    62    62 D LibBpfLoader: Loaded code section 9 (schedcls_ingress_tether_rawip$stub)
04-04 04:12:50.245     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.245     0     0 E init    : createProcessGroup(1000, 96) failed for service 'vendor.vibrator-1-0': Read-only file system
04-04 04:12:50.245    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.audio@5.0::IDevicesFactory/default.
04-04 04:12:50.245    62    62 D LibBpfLoader: Adding section 9 to cs list
04-04 04:12:50.245     0     0 I init    : starting service 'audioserver'...
04-04 04:12:50.246    62    62 D LibBpfLoader: bpf_create_map name tether_ingress_map, ret: 6
04-04 04:12:50.246    62    62 D LibBpfLoader: bpf_create_map name tether_stats_map, ret: 7
04-04 04:12:50.246    62    62 D LibBpfLoader: bpf_create_map name tether_limit_map, ret: 8
04-04 04:12:50.246    62    62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/offload.o
04-04 04:12:50.246    62    62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/offload.o
04-04 04:12:50.246    62    62 D LibBpfLoader: map_fd found at 2 is 8 in /system/etc/bpf/offload.o
04-04 04:12:50.246    68    68 D vndksupport: Loading /vendor/lib/hw/android.hardware.audio@4.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 304, 	       insn offset 38 , insn 118
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 384, 	       insn offset 48 , insn 118
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 448, 	       insn offset 56 , insn 118
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 264, 	       insn offset 33 , insn 118
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 344, 	       insn offset 43 , insn 118
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 408, 	       insn offset 51 , insn 118
04-04 04:12:50.246     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1041: Read-only file system
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 264, 	       insn offset 33 , insn 118
04-04 04:12:50.246     0     0 E init    : createProcessGroup(1041, 99) failed for service 'audioserver': Read-only file system
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 344, 	       insn offset 43 , insn 118
04-04 04:12:50.246    76    76 I HidlServiceManagement: Registered android.hardware.configstore@1.1::ISurfaceFlingerConfigs/default
04-04 04:12:50.246    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 408, 	       insn offset 51 , insn 118
04-04 04:12:50.247    76    76 I HidlServiceManagement: Removing namespace from process name android.hardware.configstore@1.1-service to configstore@1.1-service.
04-04 04:12:50.247     0     0 I init    : starting service 'credstore'...
04-04 04:12:50.247    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/offload.o (schedcls_ingress_tether_ether) returned fd: 9 (no error)
04-04 04:12:50.247    79    79 D vndksupport: Loading /vendor/lib64/hw/android.hardware.gatekeeper@1.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.247    62    62 D LibBpfLoader: cs[1].name:schedcls_ingress_tether_rawip$5_4 min_kver:50400 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.247     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:50.247     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:50.247    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/offload.o (schedcls_ingress_tether_rawip$5_4) returned fd: 10 (no error)
04-04 04:12:50.247    62    62 D LibBpfLoader: cs[2].name:schedcls_ingress_tether_rawip$4_14 min_kver:40e00 .max_kver:50400 (kvers:60802)
04-04 04:12:50.247    62    62 D LibBpfLoader: cs[3].name:schedcls_ingress_tether_rawip$stub min_kver:0 .max_kver:50400 (kvers:60802)
04-04 04:12:50.247    62    62 I bpfloader: Loaded object: /system/etc/bpf/offload.o
04-04 04:12:50.247    79    79 D vndksupport: Loading /vendor/lib64/hw/gatekeeper.waydroid.so from current namespace instead of sphal namespace.
04-04 04:12:50.248    77    77 D vndksupport: Loading /vendor/lib/hw/android.hardware.drm@1.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.248     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1076: Read-only file system
04-04 04:12:50.248     0     0 E init    : createProcessGroup(1076, 100) failed for service 'credstore': Read-only file system
04-04 04:12:50.248    75    75 I HidlServiceManagement: Registered android.hardware.cas@1.2::IMediaCasService/default
04-04 04:12:50.248     0     0 I init    : starting service 'gpu'...
04-04 04:12:50.248    75    75 I HidlServiceManagement: Removing namespace from process name android.hardware.cas@1.2-service to cas@1.2-service.
04-04 04:12:50.248    62    62 D LibBpfLoader: Loading critical for netd ELF object /system/etc/bpf/netd.o with license Apache 2.0
04-04 04:12:50.249     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1072: Read-only file system
04-04 04:12:50.249     0     0 E init    : createProcessGroup(1072, 101) failed for service 'gpu': Read-only file system
04-04 04:12:50.249     0     0 I init    : starting service 'surfaceflinger'...
04-04 04:12:50.249    62    62 D LibBpfLoader: Loaded code section 3 (cgroupskb_ingress_stats)
04-04 04:12:50.249     0     0 I init    : Could not create socket 'pdx/system/vr/display/client': Failed to bind socket 'pdx/system/vr/display/client': No such file or directory
04-04 04:12:50.249     0     0 I init    : Could not create socket 'pdx/system/vr/display/manager': Failed to bind socket 'pdx/system/vr/display/manager': No such file or directory
04-04 04:12:50.249    80    80 D vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.allocator@2.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.249     0     0 I init    : Could not create socket 'pdx/system/vr/display/vsync': Failed to bind socket 'pdx/system/vr/display/vsync': No such file or directory
04-04 04:12:50.250    80    80 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace.
04-04 04:12:50.250    81    81 I health@2.0/: health@2.0/default: Hal starting main loop...
04-04 04:12:50.250    81    81 I health@2.0/: health@2.0/default Hal is starting up...
04-04 04:12:50.250    82    82 I HidlServiceManagement: Registered android.hardware.light@2.0::ILight/default
04-04 04:12:50.250    62    62 D LibBpfLoader: Loaded relo section 3 (.relcgroupskb/ingress/stats)
04-04 04:12:50.250    82    82 I HidlServiceManagement: Removing namespace from process name android.hardware.light@2.0-service.waydroid to light@2.0-service.waydroid.
04-04 04:12:50.250    62    62 D LibBpfLoader: Adding section 3 to cs list
04-04 04:12:50.250    82    82 I android.hardware.light@2.0-service.waydroid: Waydroid light HAL service ready.
04-04 04:12:50.250    62    62 D LibBpfLoader: Loaded code section 5 (cgroupskb_egress_stats)
04-04 04:12:50.251    81    81 I HidlServiceManagement: Registered android.hardware.health@2.0::IHealth/default
04-04 04:12:50.251    81    81 I HidlServiceManagement: Removing namespace from process name android.hardware.health@2.0-service.waydroid to health@2.0-service.waydroid.
04-04 04:12:50.251    81    81 I health@2.0/: health@2.0/default: Hal init done
04-04 04:12:50.251     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.251    73    73 I android.hardware.camera.provider@2.4-service: CameraProvider@2.4 legacy service is starting.
04-04 04:12:50.251     0     0 E init    : createProcessGroup(1000, 102) failed for service 'surfaceflinger': Read-only file system
04-04 04:12:50.251    79    79 E WaydroidGatekeeper: called waydroid_gatekeeper_open with gate keeper 0x7e1de0208020 device 0x7e1d6014ec08
04-04 04:12:50.252    62    62 D LibBpfLoader: Loaded relo section 5 (.relcgroupskb/egress/stats)
04-04 04:12:50.252    62    62 D LibBpfLoader: Adding section 5 to cs list
04-04 04:12:50.252    62    62 D LibBpfLoader: Loaded code section 7 (skfilter_egress_xtbpf)
04-04 04:12:50.252     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:50.252     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:50.252    79    79 I HidlServiceManagement: Registered android.hardware.gatekeeper@1.0::IGatekeeper/default
04-04 04:12:50.252    79    79 I HidlServiceManagement: Removing namespace from process name android.hardware.gatekeeper@1.0-service to gatekeeper@1.0-service.
04-04 04:12:50.252    79    79 I LegacySupport: Registration complete for android.hardware.gatekeeper@1.0::IGatekeeper/default.
04-04 04:12:50.252    62    62 D LibBpfLoader: Loaded relo section 7 (.relskfilter/egress/xtbpf)
04-04 04:12:50.252    62    62 D LibBpfLoader: Adding section 7 to cs list
04-04 04:12:50.252    73    73 D vndksupport: Loading /vendor/lib/hw/android.hardware.camera.provider@2.4-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.253    62    62 D LibBpfLoader: Loaded code section 9 (skfilter_ingress_xtbpf)
04-04 04:12:50.253     0     0 I init    : starting service 'exec 10 (/system/bin/fsverity_init)'...
04-04 04:12:50.253    62    62 D LibBpfLoader: Loaded relo section 9 (.relskfilter/ingress/xtbpf)
04-04 04:12:50.253    62    62 D LibBpfLoader: Adding section 9 to cs list
04-04 04:12:50.253    62    62 D LibBpfLoader: Loaded code section 11 (skfilter_whitelist_xtbpf)
04-04 04:12:50.253    84    84 D vndksupport: Loading /vendor/lib64/hw/android.hardware.memtrack@1.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.253    92    92 I android.hardware.power@1.0-service.waydroid: Power HAL Service 1.0 for Waydroid is starting.
04-04 04:12:50.253     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.253    62    62 D LibBpfLoader: Loaded relo section 11 (.relskfilter/whitelist/xtbpf)
04-04 04:12:50.254    62    62 D LibBpfLoader: Adding section 11 to cs list
04-04 04:12:50.254     0     0 E init    : createProcessGroup(0, 105) failed for service 'exec 10 (/system/bin/fsverity_init)': Read-only file system
04-04 04:12:50.254     0     0 I init    : SVC_EXEC service 'exec 10 (/system/bin/fsverity_init)' pid 105 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.254    62    62 D LibBpfLoader: Loaded code section 13 (skfilter_blacklist_xtbpf)
04-04 04:12:50.254    84    84 D vndksupport: Loading /vendor/lib64/hw/memtrack.waydroid.so from current namespace instead of sphal namespace.
04-04 04:12:50.254    92    92 I HidlServiceManagement: Registered android.hardware.power@1.0::IPower/default
04-04 04:12:50.254    62    62 D LibBpfLoader: Loaded relo section 13 (.relskfilter/blacklist/xtbpf)
04-04 04:12:50.254    62    62 D LibBpfLoader: Adding section 13 to cs list
04-04 04:12:50.254    92    92 I HidlServiceManagement: Removing namespace from process name android.hardware.power@1.0-service.waydroid to power@1.0-service.waydroid.
04-04 04:12:50.254    62    62 D LibBpfLoader: Loaded code section 15 (cgroupsock_inet_create)
04-04 04:12:50.254    92    92 I android.hardware.power@1.0-service.waydroid: Power Service is ready
04-04 04:12:50.254    62    62 D LibBpfLoader: Loaded relo section 15 (.relcgroupsock/inet/create)
04-04 04:12:50.254    62    62 D LibBpfLoader: Adding section 15 to cs list
04-04 04:12:50.255    77    77 I HidlServiceManagement: Registered android.hardware.drm@1.0::IDrmFactory/default
04-04 04:12:50.255    84    84 I HidlServiceManagement: Registered android.hardware.memtrack@1.0::IMemtrack/default
04-04 04:12:50.255    77    77 I HidlServiceManagement: Removing namespace from process name android.hardware.drm@1.0-service to drm@1.0-service.
04-04 04:12:50.255    84    84 I HidlServiceManagement: Removing namespace from process name android.hardware.memtrack@1.0-service to memtrack@1.0-service.
04-04 04:12:50.255    84    84 I LegacySupport: Registration complete for android.hardware.memtrack@1.0::IMemtrack/default.
04-04 04:12:50.255    77    77 I LegacySupport: Registration complete for android.hardware.drm@1.0::IDrmFactory/default.
04-04 04:12:50.255    95    95 I HidlServiceManagement: Registered android.hardware.sensors@1.0::ISensors/default
04-04 04:12:50.255    77    77 D vndksupport: Loading /vendor/lib/hw/android.hardware.drm@1.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.255    95    95 I HidlServiceManagement: Removing namespace from process name android.hardware.sensors@1.0-service.waydroid to sensors@1.0-service.waydroid.
04-04 04:12:50.255    95    95 I android.hardware.sensors@1.0-service.waydroid: Waydroid Sensors HAL service ready.
04-04 04:12:50.256    62    62 D LibBpfLoader: bpf_create_map name cookie_tag_map, ret: 6
04-04 04:12:50.256    77    77 I HidlServiceManagement: Registered android.hardware.drm@1.0::ICryptoFactory/default
04-04 04:12:50.256    77    77 I HidlServiceManagement: Removing namespace from process name android.hardware.drm@1.0-service to drm@1.0-service.
04-04 04:12:50.256    62    62 D LibBpfLoader: bpf_create_map name uid_counterset_map, ret: 7
04-04 04:12:50.256    77    77 I LegacySupport: Registration complete for android.hardware.drm@1.0::ICryptoFactory/default.
04-04 04:12:50.256    62    62 D LibBpfLoader: bpf_create_map name app_uid_stats_map, ret: 8
04-04 04:12:50.257    62    62 D LibBpfLoader: bpf_create_map name stats_map_A, ret: 9
04-04 04:12:50.257    78    78 I HidlServiceManagement: Registered android.hardware.drm@1.3::IDrmFactory/clearkey
04-04 04:12:50.257    62    62 D LibBpfLoader: bpf_create_map name stats_map_B, ret: 10
04-04 04:12:50.257    78    78 I HidlServiceManagement: Removing namespace from process name android.hardware.drm@1.3-service.clearkey to drm@1.3-service.clearkey.
04-04 04:12:50.257    62    62 D LibBpfLoader: bpf_create_map name iface_stats_map, ret: 11
04-04 04:12:50.257    62    62 D LibBpfLoader: bpf_create_map name configuration_map, ret: 12
04-04 04:12:50.257    62    62 D LibBpfLoader: bpf_create_map name uid_owner_map, ret: 13
04-04 04:12:50.257    78    78 I HidlServiceManagement: Registered android.hardware.drm@1.3::ICryptoFactory/clearkey
04-04 04:12:50.257    78    78 I HidlServiceManagement: Removing namespace from process name android.hardware.drm@1.3-service.clearkey to drm@1.3-service.clearkey.
04-04 04:12:50.257    62    62 D LibBpfLoader: bpf_create_map name iface_index_name_map, ret: 14
04-04 04:12:50.257    96    96 I android.hardware.vibrator@1.0-service.waydroid: Vibrator HAL service is starting.
04-04 04:12:50.258    68    68 I HidlServiceManagement: Registered android.hardware.audio@4.0::IDevicesFactory/default
04-04 04:12:50.258    62    62 D LibBpfLoader: bpf_create_map name uid_permission_map, ret: 15
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 2 is 8 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 3 is 9 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 4 is 10 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 5 is 11 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 6 is 12 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 7 is 13 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 8 is 14 in /system/etc/bpf/netd.o
04-04 04:12:50.258    62    62 D LibBpfLoader: map_fd found at 9 is 15 in /system/etc/bpf/netd.o
04-04 04:12:50.258    68    68 I HidlServiceManagement: Removing namespace from process name android.hardware.audio.service to audio.service.
04-04 04:12:50.258    96    96 I HidlServiceManagement: Registered android.hardware.vibrator@1.0::IVibrator/default
04-04 04:12:50.258    96    96 I HidlServiceManagement: Removing namespace from process name android.hardware.vibrator@1.0-service.waydroid to vibrator@1.0-service.waydroid.
04-04 04:12:50.258    96    96 I android.hardware.vibrator@1.0-service.waydroid: Vibrator HAL service is Ready.
04-04 04:12:50.258    68    68 I LegacySupport: Registration complete for android.hardware.audio@4.0::IDevicesFactory/default.
04-04 04:12:50.258    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@6.0::IEffectsFactory/default in either framework or device manifest.
04-04 04:12:50.258    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 664, 	       insn offset 83 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 728, 	       insn offset 91 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1504, 	       insn offset 188 , insn 118
04-04 04:12:50.259    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.audio.effect@6.0::IEffectsFactory/default.
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1800, 	       insn offset 225 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1880, 	       insn offset 235 , insn 118
04-04 04:12:50.259    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@5.0::IEffectsFactory/default in either framework or device manifest.
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1992, 	       insn offset 249 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2104, 	       insn offset 263 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2144, 	       insn offset 268 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2296, 	       insn offset 287 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2408, 	       insn offset 301 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2448, 	       insn offset 306 , insn 118
04-04 04:12:50.259    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.audio.effect@5.0::IEffectsFactory/default.
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2728, 	       insn offset 341 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2832, 	       insn offset 354 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2872, 	       insn offset 359 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3016, 	       insn offset 377 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3120, 	       insn offset 390 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3160, 	       insn offset 395 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3392, 	       insn offset 424 , insn 118
04-04 04:12:50.259    68    68 D vndksupport: Loading /vendor/lib/hw/android.hardware.audio.effect@4.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3496, 	       insn offset 437 , insn 118
04-04 04:12:50.259    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3536, 	       insn offset 442 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 648, 	       insn offset 81 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 712, 	       insn offset 89 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1272, 	       insn offset 159 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1528, 	       insn offset 191 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1608, 	       insn offset 201 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1712, 	       insn offset 214 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1816, 	       insn offset 227 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 1856, 	       insn offset 232 , insn 118
04-04 04:12:50.260    72    72 I hwcomposer: WAYLAND_DISPLAY: wayland-1
04-04 04:12:50.260    72    72 I hwcomposer: XDG_RUNTIME_DIR: /run/user/1000
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2000, 	       insn offset 250 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2104, 	       insn offset 263 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2144, 	       insn offset 268 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2416, 	       insn offset 302 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2520, 	       insn offset 315 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2560, 	       insn offset 320 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2704, 	       insn offset 338 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2808, 	       insn offset 351 , insn 118
04-04 04:12:50.260    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 2848, 	       insn offset 356 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3080, 	       insn offset 385 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3184, 	       insn offset 398 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 3224, 	       insn offset 403 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 88, 	       insn offset 11 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 192, 	       insn offset 24 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 232, 	       insn offset 29 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 40, 	       insn offset 5 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 144, 	       insn offset 18 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 184, 	       insn offset 23 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 136, 	       insn offset 17 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 32, 	       insn offset 4 , insn 118
04-04 04:12:50.261    62    62 D LibBpfLoader: applying relo to instruction at byte offset: 80, 	       insn offset 10 , insn 118
04-04 04:12:50.262    68    68 I HidlServiceManagement: Registered android.hardware.audio.effect@4.0::IEffectsFactory/default
04-04 04:12:50.262    68    68 I LegacySupport: Registration complete for android.hardware.audio.effect@4.0::IEffectsFactory/default.
04-04 04:12:50.262    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.3::ISoundTriggerHw/default in either framework or device manifest.
04-04 04:12:50.263    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.soundtrigger@2.3::ISoundTriggerHw/default.
04-04 04:12:50.263    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.2::ISoundTriggerHw/default in either framework or device manifest.
04-04 04:12:50.263    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.soundtrigger@2.2::ISoundTriggerHw/default.
04-04 04:12:50.263    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.1::ISoundTriggerHw/default in either framework or device manifest.
04-04 04:12:50.263    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.soundtrigger@2.1::ISoundTriggerHw/default.
04-04 04:12:50.263    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.0::ISoundTriggerHw/default in either framework or device manifest.
04-04 04:12:50.264    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.soundtrigger@2.0::ISoundTriggerHw/default.
04-04 04:12:50.264    68    68 W audiohalservice: Could not register Soundtrigger API
04-04 04:12:50.264    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.audio@2.0::IBluetoothAudioProvidersFactory/default in either framework or device manifest.
04-04 04:12:50.264    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/netd.o (cgroupskb_ingress_stats) returned fd: 16 (no error)
04-04 04:12:50.264    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.audio@2.0::IBluetoothAudioProvidersFactory/default.
04-04 04:12:50.264    68    68 W audiohalservice: Could not register Bluetooth Audio API
04-04 04:12:50.264    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default in either framework or device manifest.
04-04 04:12:50.265    68    68 E LegacySupport: Could not get passthrough implementation for android.hardware.bluetooth.a2dp@1.0::IBluetoothAudioOffload/default.
04-04 04:12:50.265    68    68 W audiohalservice: Could not register Bluetooth Audio Offload API
04-04 04:12:50.265     0     0 I init    : Service 'bpfloader' (pid 62) exited with status 0 oneshot service took 0.043000 seconds in background
04-04 04:12:50.265     0     0 I init    : Sending signal 9 to service 'bpfloader' (pid 62) process group...
04-04 04:12:50.265     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 62 in 0ms
04-04 04:12:50.265    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/netd.o (cgroupskb_egress_stats) returned fd: 17 (no error)
04-04 04:12:50.265    62    62 D LibBpfLoader: cs[2].name:skfilter_egress_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.265    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/netd.o (skfilter_egress_xtbpf) returned fd: 18 (no error)
04-04 04:12:50.265    62    62 D LibBpfLoader: cs[3].name:skfilter_ingress_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.266    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/netd.o (skfilter_ingress_xtbpf) returned fd: 19 (no error)
04-04 04:12:50.266    62    62 D LibBpfLoader: cs[4].name:skfilter_whitelist_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.266    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/netd.o (skfilter_whitelist_xtbpf) returned fd: 20 (no error)
04-04 04:12:50.266    62    62 D LibBpfLoader: cs[5].name:skfilter_blacklist_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.266    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/netd.o (skfilter_blacklist_xtbpf) returned fd: 21 (no error)
04-04 04:12:50.266    62    62 D LibBpfLoader: cs[6].name:cgroupsock_inet_create min_kver:40e00 .max_kver:ffffffff (kvers:60802)
04-04 04:12:50.266    62    62 D LibBpfLoader: bpf_prog_load lib call for /system/etc/bpf/netd.o (cgroupsock_inet_create) returned fd: 22 (no error)
04-04 04:12:50.266    62    62 I bpfloader: Loaded object: /system/etc/bpf/netd.o
04-04 04:12:50.267    64    64 D TetherController: Setting IP forward enable = 0
04-04 04:12:50.269    64    64 I netd    : Creating child chains: 69us
04-04 04:12:50.269    64    64 I netd    : Setting up OEM hooks: 80us
04-04 04:12:50.269    64    64 I netd    : Setting up FirewallController hooks: 23us
04-04 04:12:50.269    64    64 I netd    : Setting up TetherController hooks: 24us
04-04 04:12:50.269    64    64 I netd    : Setting up BandwidthController hooks: 44us
04-04 04:12:50.269    64    64 I netd    : Setting up IdletimerController hooks: 20us
04-04 04:12:50.269    64    64 I netd    : Setting up StrictController hooks: 99us
04-04 04:12:50.269    64    64 I ClatdController: 4.9+ kernel and device shipped with P - clat ebpf might work.
04-04 04:12:50.269    64    64 I netd    : Initializing ClatdController: 78us
04-04 04:12:50.270    64    64 I netd    : Initializing traffic control: 380us
04-04 04:12:50.270    64    64 I netd    : Enabling bandwidth control: 67us
04-04 04:12:50.272     0     0 I init    : Service 'exec 10 (/system/bin/fsverity_init)' (pid 105) exited with status 0 waiting took 0.018000 seconds
04-04 04:12:50.272     0     0 I init    : Sending signal 9 to service 'exec 10 (/system/bin/fsverity_init)' (pid 105) process group...
04-04 04:12:50.272     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 105 in 0ms
04-04 04:12:50.272     0     0 I init    : processing action (persist.sys.usb.config=* && boot) from (/system/etc/init/hw/init.usb.rc:105)
04-04 04:12:50.272     0     0 I init    : processing action (boot) from (/system/etc/init/dumpstate.rc:1)
04-04 04:12:50.272     0     0 I init    : processing action (boot) from (/system/etc/init/gsid.rc:20)
04-04 04:12:50.272     0     0 I init    : starting service 'exec 11 (/system/bin/gsid run-startup-tasks)'...
04-04 04:12:50.273    64    64 E Netd    : cannot find interface dummy0: No such device
04-04 04:12:50.273    64    64 I netd    : Initializing RouteController: 3242us
04-04 04:12:50.273     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.273     0     0 E init    : createProcessGroup(0, 116) failed for service 'exec 11 (/system/bin/gsid run-startup-tasks)': Read-only file system
04-04 04:12:50.273    64    64 D XfrmController: XfrmController::ipSecAddXfrmInterface, line=1377
04-04 04:12:50.273     0     0 I init    : processing action (boot) from (/system/etc/init/init.waydroid.rc:1)
04-04 04:12:50.273     0     0 I init    : processing action (boot) from (/system/etc/init/lineage-iosched.rc:16)
04-04 04:12:50.273     0     0 I init    : Command 'chown system system /sys/block/sda/queue/scheduler' action=boot (/system/etc/init/lineage-iosched.rc:22) took 0ms and failed: lchown() failed: Read-only file system
04-04 04:12:50.273     0     0 I init    : Command 'chmod 0664 /sys/block/sda/queue/scheduler' action=boot (/system/etc/init/lineage-iosched.rc:23) took 0ms and failed: fchmodat() failed: Read-only file system
04-04 04:12:50.273   105   105 E fsverity_init: Failed to enforce fs-verity signature: Read-only file system
04-04 04:12:50.274     0     0 I init    : processing action (enable_property_trigger) from (<Builtin Action>:0)
04-04 04:12:50.274     0     0 I init    : processing action (apexd.status=ready && ro.product.cpu.abilist32=*) from (/system/etc/init/hw/init.rc:89)
04-04 04:12:50.274    64    64 D XfrmController: XfrmController::ipSecRemoveTunnelInterface, line=1590
04-04 04:12:50.274    64    64 D XfrmController: deviceName=ipsec_test
04-04 04:12:50.274     0     0 I init    : starting service 'boringssl_self_test_apex32'...
04-04 04:12:50.274     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.274     0     0 E init    : createProcessGroup(0, 117) failed for service 'boringssl_self_test_apex32': Read-only file system
04-04 04:12:50.275     0     0 I init    : SVC_EXEC service 'boringssl_self_test_apex32' pid 117 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.279    72    72 E hwcomposer: *** presentation_clock_id: clk_id 1 CLOCK_MONOTONIC 1
04-04 04:12:50.279    72    72 E hwcomposer: wayland display 0x75a1c3c34000
04-04 04:12:50.280     0     0 I init    : Service 'boringssl_self_test_apex32' (pid 117) exited with status 0 waiting took 0.005000 seconds
04-04 04:12:50.280     0     0 I init    : Sending signal 9 to service 'boringssl_self_test_apex32' (pid 117) process group...
04-04 04:12:50.280     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 117 in 0ms
04-04 04:12:50.280     0     0 I init    : processing action (apexd.status=ready && ro.product.cpu.abilist64=*) from (/system/etc/init/hw/init.rc:91)
04-04 04:12:50.280     0     0 I init    : starting service 'boringssl_self_test_apex64'...
04-04 04:12:50.281    73    73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094867.
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:293: Control 9963800 (Power Line Frequency) is of unsupported type 3
04-04 04:12:50.281    73    73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094871.
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:293: Control 10094849 (Auto Exposure) is of unsupported type 3
04-04 04:12:50.281    73    73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094868.
04-04 04:12:50.281    73    73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094874.
04-04 04:12:50.281    73    73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 9963807.
04-04 04:12:50.281    73    73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument
04-04 04:12:50.281    73    73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094870.
04-04 04:12:50.281    73    73 W FormatMetadataFactory: AddFormatComponents:82: YCbCr_420_888 (0x23) not directly supported by device.
04-04 04:12:50.281    73    73 W FormatMetadataFactory: AddFormatComponents:88: JPEG (0x21) not directly supported by device.
04-04 04:12:50.281    73    73 I FormatMetadataFactory: AddFormatComponents:111: Supports 1 qualified formats.
04-04 04:12:50.281    73    73 W FormatMetadataFactory: AddFormatComponents:167: Hal format 0x21 will be converted from V4L2 pixel format 0x56595559
04-04 04:12:50.281     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.281     0     0 E init    : createProcessGroup(0, 125) failed for service 'boringssl_self_test_apex64': Read-only file system
04-04 04:12:50.281    73    73 W FormatMetadataFactory: AddFormatComponents:148: Implementation-defined format is set to V4L2 pixel format 0x56595559
04-04 04:12:50.281    73    73 W FormatMetadataFactory: AddFormatComponents:167: Hal format 0x23 will be converted from V4L2 pixel format 0x56595559
04-04 04:12:50.282    73    73 I CamPrvdr@2.4-legacy: Loaded "V4L2 Camera HAL v3" camera module
04-04 04:12:50.282    73    73 E CamPrvdr@2.4-legacy: setUpVendorTags: Vendor tag operations not fully defined. Ignoring definitions.
04-04 04:12:50.282    73    73 E CamPrvdr@2.4-legacy: initialize: Vendor tag setup failed, will not be available.
04-04 04:12:50.282     0     0 I init    : SVC_EXEC service 'boringssl_self_test_apex64' pid 125 (uid 0 gid 0+0 context default) started; waiting...
04-04 04:12:50.282     0     0 I init    : Service 'exec 11 (/system/bin/gsid run-startup-tasks)' (pid 116) exited with status 0 oneshot service took 0.008000 seconds in background
04-04 04:12:50.282     0     0 I init    : Sending signal 9 to service 'exec 11 (/system/bin/gsid run-startup-tasks)' (pid 116) process group...
04-04 04:12:50.282     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 116 in 0ms
04-04 04:12:50.282    73    73 I HidlServiceManagement: Registered android.hardware.camera.provider@2.4::ICameraProvider/legacy/0
04-04 04:12:50.282    73    73 I HidlServiceManagement: Removing namespace from process name android.hardware.camera.provider@2.4-service to provider@2.4-service.
04-04 04:12:50.282    73    73 I LegacySupport: Registration complete for android.hardware.camera.provider@2.4::ICameraProvider/legacy/0.
04-04 04:12:50.283    72    72 E hwcomposer: hwc_query badness unsupported query what=0
04-04 04:12:50.283    72   123 I HidlServiceManagement: Registered vendor.waydroid.window@1.2::IWaydroidWindow/default
04-04 04:12:50.283    72   122 I HidlServiceManagement: Registered vendor.waydroid.display@1.1::IWaydroidDisplay/default
04-04 04:12:50.283    72   124 D vndksupport: Loading /vendor/lib64/egl/libEGL_mesa.so from current namespace instead of sphal namespace.
04-04 04:12:50.283    72   123 I hwcomposer: Waydroid Window HAL thread is ready.
04-04 04:12:50.283   116   116 I gsid    : no DSU: No such file or directory
04-04 04:12:50.283    72   122 I hwcomposer: Waydroid Display HAL thread is ready.
04-04 04:12:50.284    72    72 I HidlServiceManagement: Registered android.hardware.graphics.composer@2.1::IComposer/default
04-04 04:12:50.284    72    72 I HidlServiceManagement: Removing namespace from process name android.hardware.graphics.composer@2.1-service to composer@2.1-service.
04-04 04:12:50.284    72   124 D libEGL  : loaded /vendor/lib64/egl/libEGL_mesa.so
04-04 04:12:50.285    72   124 D vndksupport: Loading /vendor/lib64/egl/libGLESv1_CM_mesa.so from current namespace instead of sphal namespace.
04-04 04:12:50.285    72   124 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so
04-04 04:12:50.285    72   124 D vndksupport: Loading /vendor/lib64/egl/libGLESv2_mesa.so from current namespace instead of sphal namespace.
04-04 04:12:50.285    72   124 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_mesa.so
04-04 04:12:50.287     0     0 I init    : Service 'boringssl_self_test_apex64' (pid 125) exited with status 0 waiting took 0.005000 seconds
04-04 04:12:50.287     0     0 I init    : Sending signal 9 to service 'boringssl_self_test_apex64' (pid 125) process group...
04-04 04:12:50.287     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 125 in 0ms
04-04 04:12:50.287     0     0 I init    : processing action (security.perf_harden=1 && sys.init.perf_lsm_hooks=) from (/system/etc/init/hw/init.rc:1014)
04-04 04:12:50.287     0     0 I init    : Command 'write /proc/sys/kernel/perf_event_paranoid 3' action=security.perf_harden=1 && sys.init.perf_lsm_hooks= (/system/etc/init/hw/init.rc:1015) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_event_paranoid': open() failed: Read-only file system
04-04 04:12:50.287     0     0 I init    : processing action (security.perf_harden=1) from (/system/etc/init/hw/init.rc:1024)
04-04 04:12:50.287     0     0 I init    : Command 'write /proc/sys/kernel/perf_event_max_sample_rate 100000' action=security.perf_harden=1 (/system/etc/init/hw/init.rc:1025) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_event_max_sample_rate': open() failed: Read-only file system
04-04 04:12:50.287   102   102 I SurfaceFlinger: Using HWComposer service: 'default'
04-04 04:12:50.287     0     0 I init    : Command 'write /proc/sys/kernel/perf_cpu_time_max_percent 25' action=security.perf_harden=1 (/system/etc/init/hw/init.rc:1026) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_cpu_time_max_percent': open() failed: Read-only file system
04-04 04:12:50.287     0     0 I init    : Command 'write /proc/sys/kernel/perf_event_mlock_kb 516' action=security.perf_harden=1 (/system/etc/init/hw/init.rc:1027) took 0ms and failed: Unable to write to file '/proc/sys/kernel/perf_event_mlock_kb': open() failed: Read-only file system
04-04 04:12:50.287    72   124 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace.
04-04 04:12:50.287     0     0 I init    : processing action (ro.debuggable=1) from (/system/etc/init/hw/init.rc:1051)
04-04 04:12:50.288     0     0 I init    : processing action (sys.usb.config=adb && sys.usb.configfs=0) from (/system/etc/init/hw/init.usb.rc:37)
04-04 04:12:50.288   102   102 I SurfaceFlinger: SurfaceFlinger is starting
04-04 04:12:50.288     0     0 I init    : starting service 'adbd'...
04-04 04:12:50.288     0     0 I init    : Created socket '/dev/socket/adbd', mode 660, user 1000, group 1000
04-04 04:12:50.288    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.288   102   102 I SurfaceFlinger: Disabling backpressure propagation
04-04 04:12:50.288    72   124 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace.
04-04 04:12:50.288   102   102 I SurfaceFlinger: Disabling blur effects, they are not supported.
04-04 04:12:50.288   102   102 I SurfaceFlinger: Treble testing override: 'false'
04-04 04:12:50.288    72   124 W MESA    : Using gralloc header from libdrm/android/gralloc_handle.h.  This is not recommended for new distributions.  Initializing a fallback gralloc as a helper:
04-04 04:12:50.288    72   124 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace.
04-04 04:12:50.289    72   124 I MESA    : Using fallback gralloc implementation
04-04 04:12:50.289     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.289     0     0 E init    : createProcessGroup(0, 129) failed for service 'adbd': Read-only file system
04-04 04:12:50.289   102   102 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W...
04-04 04:12:50.289   102   102 D RenderEngine: RenderEngine GLES Backend
04-04 04:12:50.289     0     0 I init    : processing action (init.svc.audioserver=running) from (/system/etc/init/audioserver.rc:35)
04-04 04:12:50.289     0     0 I init    : Command 'start vendor.audio-hal-4-0-msd' action=init.svc.audioserver=running (/system/etc/init/audioserver.rc:37) took 0ms and failed: service vendor.audio-hal-4-0-msd not found
04-04 04:12:50.289     0     0 I init    : Command 'start audio-hal-2-0' action=init.svc.audioserver=running (/system/etc/init/audioserver.rc:40) took 0ms and failed: service audio-hal-2-0 not found
04-04 04:12:50.289     0     0 I init    : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:67)
04-04 04:12:50.289     0     0 I init    : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:71)
04-04 04:12:50.289     0     0 I init    : starting service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)'...
04-04 04:12:50.290     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.290     0     0 E init    : createProcessGroup(1000, 130) failed for service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)': Read-only file system
04-04 04:12:50.290     0     0 I init    : processing action (persist.heapprofd.enable= && traced.lazy.heapprofd=) from (/system/etc/init/heapprofd.rc:34)
04-04 04:12:50.290     0     0 I init    : processing action (ro.iorapd.enable=false) from (/system/etc/init/iorapd.rc:25)
04-04 04:12:50.290     0     0 I init    : processing action (debug.atrace.user_initiated= && persist.traced.enable=1) from (/system/etc/init/perfetto.rc:47)
04-04 04:12:50.290     0     0 I init    : starting service 'traced_probes'...
04-04 04:12:50.290    99    99 I FastMixerState: sMaxFastTracks = 8
04-04 04:12:50.290     0     0 I init    : Opened file '/dev/kmsg', flags 1
04-04 04:12:50.291     0     0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system
04-04 04:12:50.291     0     0 E init    : createProcessGroup(9999, 131) failed for service 'traced_probes': Read-only file system
04-04 04:12:50.291     0     0 I init    : processing action (persist.traced.enable=1) from (/system/etc/init/perfetto.rc:50)
04-04 04:12:50.291     0     0 I init    : starting service 'traced'...
04-04 04:12:50.291     0     0 I init    : Created socket '/dev/socket/traced_consumer', mode 666, user 0, group 0
04-04 04:12:50.291     0     0 I init    : Created socket '/dev/socket/traced_producer', mode 666, user 0, group 0
04-04 04:12:50.291     0     0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system
04-04 04:12:50.291     0     0 E init    : createProcessGroup(9999, 132) failed for service 'traced': Read-only file system
04-04 04:12:50.292     0     0 I init    : processing action (persist.traced_perf.enable= && sys.init.perf_lsm_hooks=) from (/system/etc/init/traced_perf.rc:39)
04-04 04:12:50.292     0     0 I init    : processing action (nonencrypted) from (/system/etc/init/hw/init.rc:946)
04-04 04:12:50.292     0     0 I init    : starting service 'adb_root'...
04-04 04:12:50.292     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.292     0     0 E init    : createProcessGroup(0, 134) failed for service 'adb_root': Read-only file system
04-04 04:12:50.293     0     0 I init    : starting service 'cameraserver'...
04-04 04:12:50.293     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system
04-04 04:12:50.293    99    99 V MediaUtils: physMem: 15466844160
04-04 04:12:50.293     0     0 E init    : createProcessGroup(1047, 135) failed for service 'cameraserver': Read-only file system
04-04 04:12:50.293    99    99 V MediaUtils: requested limit: 536870912
04-04 04:12:50.293    99    99 I libc    : malloc_limit: Allocation limit enabled, max size 536870912 bytes
04-04 04:12:50.294    99    99 I audioserver: ServiceManager: 0x70bbc6013680
04-04 04:12:50.294     0     0 I init    : starting service 'drm'...
04-04 04:12:50.294    99    99 W BatteryNotifier: batterystats service unavailable!
04-04 04:12:50.294     0     0 W libprocessgroup: Failed to open /dev/cpuset/camera-daemon/tasks: No such file or directory: No such file or directory
04-04 04:12:50.294     0     0 W libprocessgroup: Failed to apply CameraServiceCapacity task profile: No such file or directory
04-04 04:12:50.294    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@6.0::IDevicesFactory/default in either framework or device manifest.
04-04 04:12:50.294     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:50.294     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:50.294    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio@5.0::IDevicesFactory/default in either framework or device manifest.
04-04 04:12:50.295     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1019: Read-only file system
04-04 04:12:50.295     0     0 E init    : createProcessGroup(1019, 136) failed for service 'drm': Read-only file system
04-04 04:12:50.296     0     0 I init    : starting service 'idmap2d'...
04-04 04:12:50.296     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.296     0     0 E init    : createProcessGroup(1000, 137) failed for service 'idmap2d': Read-only file system
04-04 04:12:50.297   130   130 I bootstat: Service started: /system/bin/bootstat --set_system_boot_reason 
04-04 04:12:50.297   102   102 D libEGL  : loaded /vendor/lib64/egl/libEGL_mesa.so
04-04 04:12:50.297   130   130 I bootstat: Canonical boot reason: reboot
04-04 04:12:50.297   130   130 I bootstat: Canonical boot reason: reboot
04-04 04:12:50.298   102   102 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so
04-04 04:12:50.299   102   102 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_mesa.so
04-04 04:12:50.299   131   131 I perfetto: probes.cc:77            Starting /system/bin/traced_probes service
04-04 04:12:50.299   132   132 W perfetto: service.cc:97           Started traced, listening on /dev/socket/traced_producer /dev/socket/traced_consumer
04-04 04:12:50.300   131   131 I perfetto: probes_producer.cc:100  Connected to the service
04-04 04:12:50.302     0     0 I init    : starting service 'incidentd'...
04-04 04:12:50.303     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1067: Read-only file system
04-04 04:12:50.303     0     0 E init    : createProcessGroup(1067, 145) failed for service 'incidentd': Read-only file system
04-04 04:12:50.303   130   130 E bootstat: Failed to read /metadata/bootstat/persist.sys.boot.reason: No such file or directory
04-04 04:12:50.303   130   130 I bootstat: Value of persist.sys.boot.reason : 
04-04 04:12:50.303   130   130 I bootstat: Normalized last reboot reason : reboot
04-04 04:12:50.304    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.304    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@6.0::IEffectsFactory/default in either framework or device manifest.
04-04 04:12:50.304    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@5.0::IEffectsFactory/default in either framework or device manifest.
04-04 04:12:50.304   102   102 W MESA    : Using gralloc header from libdrm/android/gralloc_handle.h.  This is not recommended for new distributions.  Initializing a fallback gralloc as a helper:
04-04 04:12:50.304   102   102 I MESA    : Using fallback gralloc implementation
04-04 04:12:50.305    99    99 I ServiceManager: Waiting for service 'media.metrics' on '/dev/binder'...
04-04 04:12:50.305   129   129 I adbd    : Setup mdns on port= 5555
04-04 04:12:50.305   129   144 I adbd    : Waiting for persist.adb.tls_server.enable=1
04-04 04:12:50.305   129   129 I adbd    : adbd listening on tcp:5555
04-04 04:12:50.305   129   129 I adbd    : adbd listening on vsock:5555
04-04 04:12:50.305     0     0 I init    : starting service 'installd'...
04-04 04:12:50.306     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.306     0     0 E init    : createProcessGroup(0, 152) failed for service 'installd': Read-only file system
04-04 04:12:50.306     0     0 I init    : starting service 'keystore'...
04-04 04:12:50.307     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1017: Read-only file system
04-04 04:12:50.307     0     0 E init    : createProcessGroup(1017, 154) failed for service 'keystore': Read-only file system
04-04 04:12:50.307   130   130 E bootstat: Failed to unlink /metadata/bootstat/persist.sys.boot.reason: No such file or directory
04-04 04:12:50.307     0     0 I init    : starting service 'mediaextractor'...
04-04 04:12:50.308     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1040: Read-only file system
04-04 04:12:50.308     0     0 E init    : createProcessGroup(1040, 155) failed for service 'mediaextractor': Read-only file system
04-04 04:12:50.308     0     0 I init    : starting service 'mediametrics'...
04-04 04:12:50.309     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:50.309     0     0 E init    : createProcessGroup(1013, 156) failed for service 'mediametrics': Read-only file system
04-04 04:12:50.309     0     0 I init    : starting service 'media'...
04-04 04:12:50.310     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:50.310     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:50.310     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system
04-04 04:12:50.310     0     0 E init    : createProcessGroup(1013, 157) failed for service 'media': Read-only file system
04-04 04:12:50.311     0     0 I init    : starting service 'storaged'...
04-04 04:12:50.311     0     0 I init    : Could not open file '/d/mmc0/mmc0:0001/ext_csd': Failed to open file '/d/mmc0/mmc0:0001/ext_csd': No such file or directory
04-04 04:12:50.311     0     0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory
04-04 04:12:50.311     0     0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory
04-04 04:12:50.312     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.312     0     0 E init    : createProcessGroup(0, 158) failed for service 'storaged': Read-only file system
04-04 04:12:50.312     0     0 I init    : starting service 'wificond'...
04-04 04:12:50.313     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1010: Read-only file system
04-04 04:12:50.313     0     0 E init    : createProcessGroup(1010, 160) failed for service 'wificond': Read-only file system
04-04 04:12:50.314     0     0 I init    : starting service 'vendor.media.omx'...
04-04 04:12:50.314     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system
04-04 04:12:50.314     0     0 E init    : createProcessGroup(1046, 162) failed for service 'vendor.media.omx': Read-only file system
04-04 04:12:50.315     0     0 I init    : starting service 'media.swcodec'...
04-04 04:12:50.316     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system
04-04 04:12:50.316     0     0 E init    : createProcessGroup(1046, 164) failed for service 'media.swcodec': Read-only file system
04-04 04:12:50.316     0     0 I init    : Service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 130) exited with status 0 oneshot service took 0.026000 seconds in background
04-04 04:12:50.316     0     0 I init    : Sending signal 9 to service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 130) process group...
04-04 04:12:50.316     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 130 in 0ms
04-04 04:12:50.316     0     0 I init    : starting service 'mdnsd'...
04-04 04:12:50.316     0     0 I init    : Created socket '/dev/socket/mdnsd', mode 660, user 1020, group 3003
04-04 04:12:50.317     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1020: Read-only file system
04-04 04:12:50.317     0     0 E init    : createProcessGroup(1020, 165) failed for service 'mdnsd': Read-only file system
04-04 04:12:50.317     0     0 I init    : Control message: Processed ctl.start for 'mdnsd' from pid: 129 (/apex/com.android.adbd/bin/adbd --root_seclabel=u:r:su:s0)
04-04 04:12:50.317     0     0 I init    : starting service 'gatekeeperd'...
04-04 04:12:50.318     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:50.318     0     0 E init    : createProcessGroup(1000, 167) failed for service 'gatekeeperd': Read-only file system
04-04 04:12:50.318     0     0 I init    : starting service 'usbd'...
04-04 04:12:50.319   152   152 I installd: installd firing up
04-04 04:12:50.319     0     0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system
04-04 04:12:50.319     0     0 E init    : createProcessGroup(0, 168) failed for service 'usbd': Read-only file system
04-04 04:12:50.320     0     0 I init    : processing action (init.svc.media=*) from (/system/etc/init/mediaserver.rc:1)
04-04 04:12:50.324   156   156 V MediaUtils: physMem: 15466844160
04-04 04:12:50.324   156   156 V MediaUtils: requested limit: 134217728
04-04 04:12:50.324   156   156 I libc    : malloc_limit: Allocation limit enabled, max size 134217728 bytes
04-04 04:12:50.325   156   156 D AudioPowerUsage: AudioPowerUsage
04-04 04:12:50.325   156   156 D AudioAnalytics: AudioAnalytics
04-04 04:12:50.325   156   156 D MediaMetricsService: MediaMetricsService
04-04 04:12:50.325   158   170 I storaged: storaged: Start
04-04 04:12:50.328     0     0 I init    : Service 'usbd' (pid 168) exited with status 0 oneshot service took 0.009000 seconds in background
04-04 04:12:50.328     0     0 I init    : Sending signal 9 to service 'usbd' (pid 168) process group...
04-04 04:12:50.328     0     0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 168 in 0ms
04-04 04:12:50.329   154   154 I keystore: found android.hardware.keymaster@4.0::IKeymasterDevice with interface name default and seclevel SOFTWARE
04-04 04:12:50.330    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.usb.gadget@1.0::IUsbGadget/default in either framework or device manifest.
04-04 04:12:50.330    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.keymaster@3.0::IKeymasterDevice/default in either framework or device manifest.
04-04 04:12:50.330   168   168 I usbd    : Usb HAL not found
04-04 04:12:50.330   154   154 W keystore: No secure Keymaster implementation found, but device offers insecure Keymaster HAL. Using as default.
04-04 04:12:50.330    65    65 D AndroidRuntime: >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<
04-04 04:12:50.330   154   154 E keystore: SELinux: Could not acquire target context. Aborting keystore.
04-04 04:12:50.330    64    64 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA
04-04 04:12:50.330    64    64 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY
04-04 04:12:50.330    64    64 I netd    : Initializing XfrmController: 57141us
04-04 04:12:50.333    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.334   167   167 I gatekeeperd: Starting gatekeeperd...
04-04 04:12:50.334    64    64 E Netd    : Unable to create netlink socket for family 5: Protocol not supported
04-04 04:12:50.335    64    64 W Netd    : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler
04-04 04:12:50.335   160   160 I wificond: wificond is starting up...
04-04 04:12:50.335   160   160 I HidlServiceManagement: Registered android.system.wifi.keystore@1.0::IKeystore/default
04-04 04:12:50.335    64    64 I libnetd_resolv: resolv_init: Initializing resolver
04-04 04:12:50.337    65    65 I AndroidRuntime: Using default boot image
04-04 04:12:50.337    65    65 I AndroidRuntime: Leaving lock profiling enabled
04-04 04:12:50.338    65    65 I zygote64: option[0]=-Xzygote
04-04 04:12:50.338    65    65 I zygote64: option[1]=exit
04-04 04:12:50.338    65    65 I zygote64: option[2]=vfprintf
04-04 04:12:50.338    65    65 I zygote64: option[3]=sensitiveThread
04-04 04:12:50.338    65    65 I zygote64: option[4]=-verbose:gc
04-04 04:12:50.338    65    65 I zygote64: option[5]=-XX:PerfettoHprof=true
04-04 04:12:50.338    65    65 I zygote64: option[6]=-Xprimaryzygote
04-04 04:12:50.338    65    65 I zygote64: option[7]=-Xms8m
04-04 04:12:50.338    65    65 I zygote64: option[8]=-Xmx512m
04-04 04:12:50.338    65    65 I zygote64: option[9]=-XX:HeapGrowthLimit=192m
04-04 04:12:50.338    65    65 I zygote64: option[10]=-XX:HeapMinFree=8m
04-04 04:12:50.338    65    65 I zygote64: option[11]=-XX:HeapMaxFree=16m
04-04 04:12:50.338    65    65 I zygote64: option[12]=-XX:HeapTargetUtilization=0.6
04-04 04:12:50.338    65    65 I zygote64: option[13]=-Xusejit:true
04-04 04:12:50.338    65    65 I zygote64: option[14]=-Xjitsaveprofilinginfo
04-04 04:12:50.338    65    65 I zygote64: option[15]=-XjdwpOptions:suspend=n,server=y
04-04 04:12:50.338    65    65 I zygote64: option[16]=-XjdwpProvider:default
04-04 04:12:50.338    65    65 I zygote64: option[17]=-Xopaque-jni-ids:swapable
04-04 04:12:50.338    65    65 I zygote64: option[18]=-Xlockprofthreshold:500
04-04 04:12:50.338    65    65 I zygote64: option[19]=-Xcompiler-option
04-04 04:12:50.338    65    65 I zygote64: option[20]=--instruction-set-variant=x86_64
04-04 04:12:50.338    65    65 I zygote64: option[21]=-Xcompiler-option
04-04 04:12:50.338    65    65 I zygote64: option[22]=--instruction-set-features=default
04-04 04:12:50.338    65    65 I zygote64: option[23]=-Xcompiler-option
04-04 04:12:50.338    65    65 I zygote64: option[24]=--generate-mini-debug-info
04-04 04:12:50.338    65    65 I zygote64: option[25]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[26]=--runtime-arg
04-04 04:12:50.338    65    65 I zygote64: option[27]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[28]=-Xms64m
04-04 04:12:50.338    65    65 I zygote64: option[29]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[30]=--runtime-arg
04-04 04:12:50.338    65    65 I zygote64: option[31]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[32]=-Xmx64m
04-04 04:12:50.338    65    65 I zygote64: option[33]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[34]=--dirty-image-objects=/system/etc/dirty-image-objects
04-04 04:12:50.338    65    65 I zygote64: option[35]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[36]=--instruction-set-variant=x86_64
04-04 04:12:50.338    65    65 I zygote64: option[37]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[38]=--instruction-set-features=default
04-04 04:12:50.338    65    65 I zygote64: option[39]=-Ximage-compiler-option
04-04 04:12:50.338    65    65 I zygote64: option[40]=--generate-mini-debug-info
04-04 04:12:50.338    65    65 I zygote64: option[41]=-Duser.locale=en-US
04-04 04:12:50.338    65    65 I zygote64: option[42]=--cpu-abilist=x86_64
04-04 04:12:50.338    65    65 I zygote64: option[43]=-Xcore-platform-api-policy:just-warn
04-04 04:12:50.338    65    65 I zygote64: option[44]=-Xfingerprint:waydroid/lineage_waydroid_x86_64/waydroid_x86_64:11/RQ3A.211001.001/80:userdebug/test-keys
04-04 04:12:50.340    65    65 I zygote64: Core platform API reporting enabled, enforcing=false
04-04 04:12:50.341    72   124 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:50.341   102   102 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:50.341   102   102 W EGL-MAIN: MESA-LOADER: failed to retrieve device information
04-04 04:12:50.341   102   102 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:50.341    72   124 W EGL-MAIN: MESA-LOADER: failed to retrieve device information
04-04 04:12:50.341    72   124 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:50.341    66    66 D AndroidRuntime: >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<<
04-04 04:12:50.343   162   162 I android.hardware.media.omx@1.0-service: mediacodecservice starting
04-04 04:12:50.343   162   162 W android.hardware.media.omx@1.0-service: Could not read additional policy file '/vendor_extra/etc/seccomp_policy/mediacodec.policy'
04-04 04:12:50.343   162   162 W android.hardware.media.omx@1.0-service: libminijail[162]: failed to get path of fd 4: No such file or directory
04-04 04:12:50.343   162   162 W android.hardware.media.omx@1.0-service: libminijail[162]: allowing syscall: socketcall
04-04 04:12:50.343   162   162 W android.hardware.media.omx@1.0-service: libminijail[162]: allowing syscall: writev
04-04 04:12:50.343   162   162 W android.hardware.media.omx@1.0-service: libminijail[162]: allowing syscall: fcntl64
04-04 04:12:50.343   162   162 W android.hardware.media.omx@1.0-service: libminijail[162]: allowing syscall: clock_gettime
04-04 04:12:50.343   162   162 W android.hardware.media.omx@1.0-service: libminijail[162]: compile_file: <fd>(34): nonexistent syscall 'newfstatat'
04-04 04:12:50.344   162   162 W android.hardware.media.omx@1.0-service: libminijail[162]: logging seccomp filter failures
04-04 04:12:50.344   162   162 D vndksupport: Loading libstagefrighthw.so from current namespace instead of sphal namespace.
04-04 04:12:50.344   162   162 D vndksupport: Loading libstagefright_softomx_plugin.so from current namespace instead of sphal namespace.
04-04 04:12:50.345   162   162 I SoftOMXPlugin: createOMXPlugin
04-04 04:12:50.345   162   162 D vndksupport: Loading libffmpeg_omx.so from current namespace instead of sphal namespace.
04-04 04:12:50.348    66    66 I AndroidRuntime: Using default boot image
04-04 04:12:50.348    66    66 I AndroidRuntime: Leaving lock profiling enabled
04-04 04:12:50.349    66    66 I zygote  : option[0]=-Xzygote
04-04 04:12:50.349    66    66 I zygote  : option[1]=exit
04-04 04:12:50.349    66    66 I zygote  : option[2]=vfprintf
04-04 04:12:50.349    66    66 I zygote  : option[3]=sensitiveThread
04-04 04:12:50.349    66    66 I zygote  : option[4]=-verbose:gc
04-04 04:12:50.349    66    66 I zygote  : option[5]=-XX:PerfettoHprof=true
04-04 04:12:50.349    66    66 I zygote  : option[6]=-Xms8m
04-04 04:12:50.349    66    66 I zygote  : option[7]=-Xmx512m
04-04 04:12:50.349    66    66 I zygote  : option[8]=-XX:HeapGrowthLimit=192m
04-04 04:12:50.349    66    66 I zygote  : option[9]=-XX:HeapMinFree=8m
04-04 04:12:50.349    66    66 I zygote  : option[10]=-XX:HeapMaxFree=16m
04-04 04:12:50.349    66    66 I zygote  : option[11]=-XX:HeapTargetUtilization=0.6
04-04 04:12:50.349    66    66 I zygote  : option[12]=-Xusejit:true
04-04 04:12:50.349    66    66 I zygote  : option[13]=-Xjitsaveprofilinginfo
04-04 04:12:50.349    66    66 I zygote  : option[14]=-XjdwpOptions:suspend=n,server=y
04-04 04:12:50.349    66    66 I zygote  : option[15]=-XjdwpProvider:default
04-04 04:12:50.349    66    66 I zygote  : option[16]=-Xopaque-jni-ids:swapable
04-04 04:12:50.349    66    66 I zygote  : option[17]=-Xlockprofthreshold:500
04-04 04:12:50.349    66    66 I zygote  : option[18]=-Xcompiler-option
04-04 04:12:50.349    66    66 I zygote  : option[19]=--instruction-set-variant=x86_64
04-04 04:12:50.350    66    66 I zygote  : option[20]=-Xcompiler-option
04-04 04:12:50.350    66    66 I zygote  : option[21]=--instruction-set-features=default
04-04 04:12:50.350    66    66 I zygote  : option[22]=-Xcompiler-option
04-04 04:12:50.350    66    66 I zygote  : option[23]=--generate-mini-debug-info
04-04 04:12:50.350    66    66 I zygote  : option[24]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[25]=--runtime-arg
04-04 04:12:50.350    66    66 I zygote  : option[26]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[27]=-Xms64m
04-04 04:12:50.350    66    66 I zygote  : option[28]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[29]=--runtime-arg
04-04 04:12:50.350    66    66 I zygote  : option[30]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[31]=-Xmx64m
04-04 04:12:50.350    66    66 I zygote  : option[32]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[33]=--dirty-image-objects=/system/etc/dirty-image-objects
04-04 04:12:50.350    66    66 I zygote  : option[34]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[35]=--instruction-set-variant=x86_64
04-04 04:12:50.350    66    66 I zygote  : option[36]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[37]=--instruction-set-features=default
04-04 04:12:50.350    66    66 I zygote  : option[38]=-Ximage-compiler-option
04-04 04:12:50.350    66    66 I zygote  : option[39]=--generate-mini-debug-info
04-04 04:12:50.350    66    66 I zygote  : option[40]=-Duser.locale=en-US
04-04 04:12:50.350    66    66 I zygote  : option[41]=--cpu-abilist=x86
04-04 04:12:50.350    66    66 I zygote  : option[42]=-Xcore-platform-api-policy:just-warn
04-04 04:12:50.350    66    66 I zygote  : option[43]=-Xfingerprint:waydroid/lineage_waydroid_x86_64/waydroid_x86_64:11/RQ3A.211001.001/80:userdebug/test-keys
04-04 04:12:50.351   155   155 V MediaUtils: physMem: 15466844160
04-04 04:12:50.351   155   155 V MediaUtils: requested limit: 3093368820
04-04 04:12:50.351   155   155 I libc    : malloc_limit: Allocation limit enabled, max size 3093368820 bytes
04-04 04:12:50.354   155   155 W mediaextractor: Could not read additional policy file '/vendor/etc/seccomp_policy/mediaextractor.policy'
04-04 04:12:50.354   155   155 W mediaextractor: libminijail[155]: failed to get path of fd 4: No such file or directory
04-04 04:12:50.354   155   155 W mediaextractor: libminijail[155]: allowing syscall: socket
04-04 04:12:50.354   155   155 W mediaextractor: libminijail[155]: allowing syscall: connect
04-04 04:12:50.354   155   155 W mediaextractor: libminijail[155]: allowing syscall: fcntl
04-04 04:12:50.354   155   155 W mediaextractor: libminijail[155]: allowing syscall: writev
04-04 04:12:50.354   155   155 W mediaextractor: libminijail[155]: logging seccomp filter failures
04-04 04:12:50.354    66    66 I zygote  : Core platform API reporting enabled, enforcing=false
04-04 04:12:50.355    80    80 I HidlServiceManagement: Registered android.hardware.graphics.allocator@2.0::IAllocator/default
04-04 04:12:50.355    80    80 I HidlServiceManagement: Removing namespace from process name android.hardware.graphics.allocator@2.0-service to allocator@2.0-service.
04-04 04:12:50.355    80    80 I LegacySupport: Registration complete for android.hardware.graphics.allocator@2.0::IAllocator/default.
04-04 04:12:50.357    72   124 I hwcomposer: eglInitialize: EGL_SUCCESS
04-04 04:12:50.357    72   124 I hwcomposer: eglChooseConfig: EGL_SUCCESS
04-04 04:12:50.359    72   124 I hwcomposer: eglCreateContext: EGL_SUCCESS
04-04 04:12:50.359    72   124 I hwcomposer: eglCreatePbufferSurface: EGL_SUCCESS
04-04 04:12:50.360    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.360   102   102 I Gralloc4: mapper 4.x is not supported
04-04 04:12:50.360    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.360   102   102 W Gralloc3: mapper 3.x is not supported
04-04 04:12:50.361   135   135 I cameraserver: ServiceManager: 0xedd56410
04-04 04:12:50.361   135   135 I CameraService: CameraService started (pid=135)
04-04 04:12:50.361   135   135 I CameraService: CameraService process starting
04-04 04:12:50.361   135   135 W BatteryNotifier: batterystats service unavailable!
04-04 04:12:50.361   135   135 W BatteryNotifier: batterystats service unavailable!
04-04 04:12:50.362   135   135 I CameraProviderManager: Connecting to new camera provider: legacy/0, isRemote? 1
04-04 04:12:50.362    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest.
04-04 04:12:50.362   102   102 W Gralloc4: allocator 3.x is not supported
04-04 04:12:50.362   135   135 I CameraProviderManager: Enumerating new camera device: device@3.3/legacy/0
04-04 04:12:50.362    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@3.0::IAllocator/default in either framework or device manifest.
04-04 04:12:50.363   102   102 W Gralloc3: allocator 3.x is not supported
04-04 04:12:50.363   102   102 I Gralloc2: Adding additional valid usage bits: 0x0
04-04 04:12:50.363   135   135 E CameraProviderManager: DeviceInfo3: Converted ICameraDevice instance to nullptr
04-04 04:12:50.363   135   135 I CameraProviderManager: Camera provider legacy/0 ready with 1 camera devices
04-04 04:12:50.363   135   213 W CameraProviderManager: addProviderLocked: Camera provider HAL with name 'legacy/0' already registered
04-04 04:12:50.363   135   135 I CameraService: onDeviceStatusChanged: Status changed for cameraId=0, newStatus=1
04-04 04:12:50.363   135   213 I CameraService: onDeviceStatusChanged: Status changed for cameraId=0, newStatus=1
04-04 04:12:50.363   135   135 I CameraService: onDeviceStatusChanged: Unknown camera ID 0, a new camera is added
04-04 04:12:50.363   135   213 I CameraService: onDeviceStatusChanged: Unknown camera ID 0, a new camera is added
04-04 04:12:50.364   135   135 I cameraserver: Waiting for activity service
04-04 04:12:50.365   155   155 E MediaExtractorFactory: couldn't opendir(/system/lib64/extractors)
04-04 04:12:50.365   155   155 E MediaExtractorFactory: couldn't opendir(/system_ext/lib64/extractors)
04-04 04:12:50.365   155   155 E MediaExtractorFactory: couldn't opendir(/vendor/lib64/extractors)
04-04 04:12:50.367   102   102 I RenderEngine: OpenGL ES informations: format=0x1
04-04 04:12:50.367   102   102 I RenderEngine: vendor    : AMD
04-04 04:12:50.367   102   102 I RenderEngine: renderer  : AMD Radeon Graphics (radeonsi, rembrandt, LLVM 17.0.0, DRM 3.57, 6.8.2-arch2-1)
04-04 04:12:50.367   102   102 I RenderEngine: version   : OpenGL ES 3.2 Mesa 24.0.3
04-04 04:12:50.367   102   102 I RenderEngine: extensions: GL_EXT_debug_marker GL_EXT_blend_minmax GL_EXT_multi_draw_arrays GL_EXT_texture_filter_anisotropic GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888 GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24 GL_OES_element_index_uint GL_OES_fbo_render_mipmap GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float GL_OES_texture_float_linear GL_OES_texture_half_float GL_OES_texture_half_float_linear GL_OES_texture_npot GL_OES_vertex_half_float GL_EXT_draw_instanced GL_EXT_texture_sRGB_decode GL_OES_EGL_image GL_OES_depth_texture GL_AMD_performance_monitor GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV GL_NV_conditional_render GL_OES_get_program_binary GL_APPLE_texture_max_level GL_EXT_discard_framebuffer GL_EXT_read_format_bgra GL_NV_pack_subimage GL_NV_texture_barrier GL_EXT_frag_depth GL_NV_fbo_color_attachments GL_OES_EGL_image_external GL_OES_EGL_sy
04-04 04:12:50.367   102   102 I RenderEngine: GL_MAX_TEXTURE_SIZE = 16384
04-04 04:12:50.367   102   102 I RenderEngine: GL_MAX_VIEWPORT_DIMS = 16384
04-04 04:12:50.367    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.367    72    72 I ComposerResources: failed to get mapper 4.0 service, falling back to mapper 3.0
04-04 04:12:50.367    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.367    72    72 I ComposerResources: failed to get mapper 3.0 service, falling back to mapper 2.0
04-04 04:12:50.368    72    72 D vndksupport: Loading /vendor/lib64/hw/android.hardware.graphics.mapper@2.0-impl-2.1.so from current namespace instead of sphal namespace.
04-04 04:12:50.368    72    72 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace.
04-04 04:12:50.368   102   102 E HWComposer: loadLayerMetadataSupport: getLayerGenericMetadataKeys failed: UNSUPPORTED (8)
04-04 04:12:50.368   102   102 I HWComposer: Switching to legacy multi-display mode
04-04 04:12:50.368   102   102 E HWComposer: isConnected failed for display 0: Invalid display
04-04 04:12:50.369   102   225 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected
04-04 04:12:50.369   102   225 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected
04-04 04:12:50.369   102   226 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected
04-04 04:12:50.369   102   226 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected
04-04 04:12:50.369   102   102 E HWComposer: getDisplayConnectionType: getDisplayConnectionType failed for display 0: Unsupported (8)
04-04 04:12:50.369   102   225 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected
04-04 04:12:50.369   102   225 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected
04-04 04:12:50.369   164   164 I mediaswcodec: media swcodec service starting
04-04 04:12:50.369   164   164 W mediaswcodec: Could not read additional policy file '/vendor/etc/seccomp_policy/mediaswcodec.policy'
04-04 04:12:50.369   102   102 I FramebufferSurface: framebuffer size has been limited to [1152x3996] from [1152x3996]
04-04 04:12:50.369   164   164 W mediaswcodec: libminijail[164]: failed to get path of fd 4: No such file or directory
04-04 04:12:50.369   164   164 W mediaswcodec: libminijail[164]: allowing syscall: socket
04-04 04:12:50.369   164   164 W mediaswcodec: libminijail[164]: allowing syscall: connect
04-04 04:12:50.369   164   164 W mediaswcodec: libminijail[164]: allowing syscall: fcntl
04-04 04:12:50.369   164   164 W mediaswcodec: libminijail[164]: allowing syscall: writev
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(20): nonexistent syscall 'getuid32'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(26): nonexistent syscall 'mmap2'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(28): nonexistent syscall 'fstat64'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(30): nonexistent syscall 'stat64'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(31): nonexistent syscall 'statfs64'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(33): nonexistent syscall 'fstatat64'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(38): nonexistent syscall '_llseek'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(47): nonexistent syscall 'ugetrlimit'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(50): nonexistent syscall '_llseek'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(51): nonexistent syscall 'fstatfs64'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: compile_file: <fd>(63): nonexistent syscall 'ftruncate64'
04-04 04:12:50.370   164   164 W mediaswcodec: libminijail[164]: logging seccomp filter failures
04-04 04:12:50.370   157   157 I mediaserver: ServiceManager: 0xec464400
04-04 04:12:50.370   164   164 I CodecServiceRegistrant: Creating software Codec2 service...
04-04 04:12:50.370   157   157 D mediaserver: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
04-04 04:12:50.371   164   164 D C2Store : Default ION heapmask = -1
04-04 04:12:50.371   164   164 D C2Store : Default ION flags = 0
04-04 04:12:50.371   164   164 D C2Store : Default ION align = 0
04-04 04:12:50.371   164   164 I HidlServiceManagement: Registered android.hardware.media.c2@1.1::IComponentStore/software
04-04 04:12:50.371   157   157 D mediaserver: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat
04-04 04:12:50.371    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.media.c2@1.0::IComponentStore/default in either framework or device manifest.
04-04 04:12:50.371   164   164 I CodecServiceRegistrant: Preferred Codec2 store is defaulted to "software".
04-04 04:12:50.371   164   164 I CodecServiceRegistrant: Software Codec2 service created and registered.
04-04 04:12:50.372   157   157 W BatteryNotifier: batterystats service unavailable!
04-04 04:12:50.372   157   157 W BatteryNotifier: batterystats service unavailable!
04-04 04:12:50.379   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs.xml...
04-04 04:12:50.380   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_audio.xml...
04-04 04:12:50.380   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_telephony.xml...
04-04 04:12:50.380   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_video.xml...
04-04 04:12:50.380   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_ffmpeg.xml...
04-04 04:12:50.381    72   124 I hwcomposer: eglMakeCurrent: EGL_SUCCESS
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 44 of /vendor/etc/media_codecs_ffmpeg.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 45 of /vendor/etc/media_codecs_ffmpeg.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_performance.xml...
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 78 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 88 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 94 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 106 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 110 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 120 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.381   162   162 D MediaCodecsXmlParser: Cannot find /data/misc/media/media_codecs_profiling_results.xml
04-04 04:12:50.382   162   162 I HidlServiceManagement: Registered android.hardware.media.omx@1.0::IOmx/default
04-04 04:12:50.382   162   162 I HidlServiceManagement: Removing namespace from process name android.hardware.media.omx@1.0-service to omx@1.0-service.
04-04 04:12:50.382   162   162 I android.hardware.media.omx@1.0-service: IOmx HAL service created.
04-04 04:12:50.382   162   162 I OmxStore: omx common prefix: 'OMX.'
04-04 04:12:50.382   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs.xml...
04-04 04:12:50.382   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_audio.xml...
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_telephony.xml...
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_video.xml...
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_ffmpeg.xml...
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 44 of /vendor/etc/media_codecs_ffmpeg.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 45 of /vendor/etc/media_codecs_ffmpeg.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_performance.xml...
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 78 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 88 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 94 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 106 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 110 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 120 of /vendor/etc/media_codecs_performance.xml
04-04 04:12:50.383   162   162 D MediaCodecsXmlParser: Cannot find /data/misc/media/media_codecs_profiling_results.xml
04-04 04:12:50.383   162   162 E MediaCodecsXmlParser: Cannot find the role for a decoder of type audio/alac
04-04 04:12:50.383   162   162 E MediaCodecsXmlParser: Cannot find the role for a decoder of type audio/vnd.dts
04-04 04:12:50.384   162   162 I HidlServiceManagement: Registered android.hardware.media.omx@1.0::IOmxStore/default
04-04 04:12:50.384   162   162 I HidlServiceManagement: Removing namespace from process name android.hardware.media.omx@1.0-service to omx@1.0-service.
04-04 04:12:50.405    99    99 I AudioFlinger: Using default 3000 mSec as standby time.
04-04 04:12:50.405   156   171 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'...
04-04 04:12:50.406    99    99 E APM::Serializer: deserialize: Could not parse /odm/etc/audio_policy_configuration.xml document.
04-04 04:12:50.409    99    99 D APM_EngineLoader: Loaded engine from libaudiopolicyenginedefault.so
04-04 04:12:50.409    99    99 E APM::AudioPolicyEngine/Config: parse: Could not parse document /vendor/etc/audio_policy_engine_configuration.xml
04-04 04:12:50.409    99    99 E libxml2 : I/O warning : failed to load external entity "/vendor/etc/audio_policy_engine_configuration.xml"
04-04 04:12:50.409    99    99 W APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration found, using default matching phone experience.
04-04 04:12:50.409    99    99 E APM::AudioPolicyEngine/Config: parseLegacyVolumeFile: Could not parse document /odm/etc/audio_policy_configuration.xml
04-04 04:12:50.409    99    99 E libxml2 : I/O warning : failed to load external entity "/odm/etc/audio_policy_configuration.xml"
04-04 04:12:50.410    99    99 W APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration of AUDIO_STREAM_CALL_ASSISTANT found, using default volume configuration
04-04 04:12:50.411    68    68 D vndksupport: Loading /vendor/lib/hw/audio.primary.waydroid.so from current namespace instead of sphal namespace.
04-04 04:12:50.412    99    99 I AudioFlinger: loadHwModule() Loaded primary audio interface, handle 10
04-04 04:12:50.412    99    99 I AudioFlinger: openOutput() this 0x70bbc6043000, module 10 Device type:0x2,@:, SamplingRate 48000, Format 0x000001, Channels 0x3, flags 0x2
04-04 04:12:50.412    68    68 I audio_hw_primary: adev_open_output_stream selects channels=2 rate=48000 format=2
04-04 04:12:50.413    99    99 I AudioFlinger: HAL output buffer size 2048 frames, normal sink buffer size 2048 frames
04-04 04:12:50.413    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@6.0::IEffectsFactory/default in either framework or device manifest.
04-04 04:12:50.413    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.audio.effect@5.0::IEffectsFactory/default in either framework or device manifest.
04-04 04:12:50.416    99    99 I BufferProvider: found effect "Multichannel Downmix To Stereo" from The Android Open Source Project
04-04 04:12:50.416    99    99 E AudioFlinger: Failed to add event callback
04-04 04:12:50.416    99   248 I AudioFlinger: AudioFlinger's thread 0x70bbc60b4940 tid=248 ready to run
04-04 04:12:50.417    99   248 W AudioFlinger: no wake lock to update, system not ready yet
04-04 04:12:50.417    99   248 D AudioFlinger: ro.audio.silent is ignored since no output device is set
04-04 04:12:50.417    99   248 W AudioFlinger: no wake lock to update, system not ready yet
04-04 04:12:50.417    99   248 D AudioFlinger: ro.audio.silent is ignored since no output device is set
04-04 04:12:50.417    99    99 V APM_AudioPolicyManager: checkAndSetVolume cannot set volume group 4 volume with force use = 0 for comm
04-04 04:12:50.418    68    68 W DeviceHAL: Error from HAL Device in function set_voice_volume: Function not implemented
04-04 04:12:50.418    99    99 W AudioFlinger: moveEffects() bad srcOutput 0
04-04 04:12:50.418    99    99 V APM_AudioPolicyManager: selectOutputForMusicEffects selected output 13
04-04 04:12:50.418    99    99 V APM_AudioPolicyManager: setOutputDevices device {type:0x2,@:} delayMs 0
04-04 04:12:50.418    99    99 V APM_AudioPolicyManager: setOutputDevices() prevDevice {type:0x2,@:}
04-04 04:12:50.418    99    99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:50.418    99    99 V APM_AudioPolicyManager: setOutputDevices changing device to {type:0x2,@:}
04-04 04:12:50.419    65    65 D zygote64: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
04-04 04:12:50.420    65    65 D zygote64: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat
04-04 04:12:50.425    66    66 D zygote  : Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat
04-04 04:12:50.425    66    66 D zygote  : I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat
04-04 04:12:50.427    65    65 I zygote64: Using memfd for future sealing
04-04 04:12:50.428    65    65 W zygote64: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:50.431    66    66 I zygote  : Using memfd for future sealing
04-04 04:12:50.432    66    66 W zygote  : Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:50.433    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.447    66    66 W zygote  : JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes
04-04 04:12:50.448    65    65 W zygote64: JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes
04-04 04:12:50.452    65    65 D Zygote  : begin preload
04-04 04:12:50.452    65    65 I Zygote  : Calling ZygoteHooks.beginPreload()
04-04 04:12:50.454    66    66 I zygote  : Explicit concurrent copying GC freed 831(75KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 122KB/24MB, paused 13us total 2.260ms
04-04 04:12:50.456    66    66 I zygote  : Explicit concurrent copying GC freed 62(43KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 126KB/24MB, paused 8us total 1.688ms
04-04 04:12:50.456    66    66 D Zygote32Timing: PostZygoteInitGC took to complete: 4ms
04-04 04:12:50.456    66    66 D Zygote32Timing: ZygoteInit took to complete: 6ms
04-04 04:12:50.457    66    66 I Zygote  : Accepting command socket connections
04-04 04:12:50.461    65    65 D Zygote64Timing: BeginPreload took to complete: 9ms
04-04 04:12:50.462    65    65 I Zygote  : Preloading classes...
04-04 04:12:50.463    65    65 W Zygote  : Class not found for preloading: android.app.-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM
04-04 04:12:50.473     0     0 I init    : starting service 'bootanim'...
04-04 04:12:50.474     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1003: Read-only file system
04-04 04:12:50.474     0     0 E init    : createProcessGroup(1003, 260) failed for service 'bootanim': Read-only file system
04-04 04:12:50.475     0     0 I init    : Control message: Processed ctl.start for 'bootanim' from pid: 102 (/system/bin/surfaceflinger)
04-04 04:12:50.475     0     0 W libprocessgroup: Failed to open /dev/stune/top-app/tasks: No such file or directory: No such file or directory
04-04 04:12:50.475     0     0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory
04-04 04:12:50.475   102   102 D RenderEngine: shader cache generated - 48 shaders in 104.299675 ms
04-04 04:12:50.476   102   102 I HidlServiceManagement: Registered android.frameworks.displayservice@1.0::IDisplayService/default
04-04 04:12:50.476   102   102 D SurfaceFlinger: Setting power mode 2 on display 0
04-04 04:12:50.476   102   102 D SurfaceFlinger: Finished setting power mode 2 on display 0
04-04 04:12:50.504    99    99 V APM_AudioPolicyManager: setOutputDevices() AF::createAudioPatch returned -61 patchHandle 0 num_sources 1 num_sinks 1
04-04 04:12:50.504    99    99 V APM_AudioPolicyManager: checkAndSetVolume cannot set volume group 4 volume with force use = 0 for comm
04-04 04:12:50.504    68    68 I audio_hw_primary: adev_open_input_stream selects channels=2 rate=16000 format=10
04-04 04:12:50.505    68    68 I audio_hw_primary: adev_open_input_stream selects channels=2 rate=16000 format=10
04-04 04:12:50.505    99   261 I AudioFlinger: AudioFlinger's thread 0x70bbc6124280 tid=261 ready to run
04-04 04:12:50.505    99   261 W AudioFlinger: no wake lock to update, system not ready yet
04-04 04:12:50.505   156   171 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'...
04-04 04:12:50.505    99   261 W AudioFlinger: no wake lock to update, system not ready yet
04-04 04:12:50.508    99    99 I bt_a2dp_hw: adev_open:  adev_open in A2dp_hw module
04-04 04:12:50.508    99    99 I AudioFlinger: loadHwModule() Loaded a2dp audio interface, handle 18
04-04 04:12:50.508    99    99 E APM_AudioPolicyManager: onNewAudioModulesAvailableInt: Input device list is empty!
04-04 04:12:50.508    68   109 D vndksupport: Loading /vendor/lib/hw/audio.usb.default.so from current namespace instead of sphal namespace.
04-04 04:12:50.509    99    99 I AudioFlinger: loadHwModule() Loaded usb audio interface, handle 26
04-04 04:12:50.509    99    99 E APM_AudioPolicyManager: onNewAudioModulesAvailableInt: Input device list is empty!
04-04 04:12:50.509    68   109 D vndksupport: Loading /vendor/lib/hw/audio.r_submix.default.so from current namespace instead of sphal namespace.
04-04 04:12:50.510    68   109 I r_submix: adev_open(name=audio_hw_if)
04-04 04:12:50.510    68   109 I r_submix: adev_init_check()
04-04 04:12:50.510    99    99 I AudioFlinger: loadHwModule() Loaded r_submix audio interface, handle 34
04-04 04:12:50.510    68   109 D r_submix: adev_open_input_stream(addr=0)
04-04 04:12:50.510    68   109 D r_submix: submix_audio_device_create_pipe_l(addr=0, idx=9)
04-04 04:12:50.510    68   109 D r_submix:   now using address 0 for route 9
04-04 04:12:50.510    99   263 I AudioFlinger: AudioFlinger's thread 0x70bbc6124880 tid=263 ready to run
04-04 04:12:50.510    68   109 I r_submix: in_standby()
04-04 04:12:50.511    99   263 W AudioFlinger: no wake lock to update, system not ready yet
04-04 04:12:50.511    68    68 I r_submix: in_standby()
04-04 04:12:50.511    99   263 W AudioFlinger: no wake lock to update, system not ready yet
04-04 04:12:50.511    68    68 D r_submix: adev_close_input_stream()
04-04 04:12:50.511    68    68 D r_submix: submix_audio_device_release_pipe_l(idx=9) addr=0
04-04 04:12:50.511    68    68 D r_submix: submix_audio_device_destroy_pipe_l(): pipe destroyed
04-04 04:12:50.511    65   249 I zygote64: Verified 1376 classes from mainline modules in 81.053ms
04-04 04:12:50.511    99    99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:50.511    99    99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:50.511    99    99 I audioserver: Waiting for activity service
04-04 04:12:50.517    66   254 I zygote  : Verified 1376 classes from mainline modules in 83.505ms
04-04 04:12:50.525   260   260 D BootAnimation: BootAnimationStartTiming start time: 8971164ms
04-04 04:12:50.525   260   260 D BootAnimation: BootAnimationPreloadTiming start time: 8971164ms
04-04 04:12:50.531   260   260 D BootAnimation: BootAnimationPreloadStopTiming start time: 8971169ms
04-04 04:12:50.533    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.543   260   268 D libEGL  : loaded /vendor/lib64/egl/libEGL_mesa.so
04-04 04:12:50.544   260   268 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so
04-04 04:12:50.544   260   268 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_mesa.so
04-04 04:12:50.547    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.547   260   268 W MESA    : Using gralloc header from libdrm/android/gralloc_handle.h.  This is not recommended for new distributions.  Initializing a fallback gralloc as a helper:
04-04 04:12:50.548   260   268 I MESA    : Using fallback gralloc implementation
04-04 04:12:50.555    65    65 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. class_init is effectively a no-op
04-04 04:12:50.568   260   268 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:50.568   260   268 W EGL-MAIN: MESA-LOADER: failed to retrieve device information
04-04 04:12:50.568   260   268 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:50.579    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.579   260   268 I Gralloc4: mapper 4.x is not supported
04-04 04:12:50.579    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
04-04 04:12:50.579   260   268 W Gralloc3: mapper 3.x is not supported
04-04 04:12:50.583   260   268 D BootAnimation: BootAnimationShownTiming start time: 8971222ms
04-04 04:12:50.606   156   171 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'...
04-04 04:12:50.610    65    65 W Zygote  : Class not found for preloading: android.inputmethodservice.-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I
04-04 04:12:50.616    65    65 I zygote64: Thread[1,tid=65,Native,Thread*=0x7e8dabe69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:50.616    65    65 I zygote64: Thread[1,tid=65,Native,Thread*=0x7e8dabe69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:50.616    65    65 D MtpDeviceJNI: register_android_mtp_MtpDevice
04-04 04:12:50.616    65    65 I zygote64: Thread[1,tid=65,Native,Thread*=0x7e8dabe69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:50.616    65    65 I zygote64: Thread[1,tid=65,Native,Thread*=0x7e8dabe69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:50.617    65    65 W MediaProfiles: Could not find a validated xml file. Using the default instance instead.
04-04 04:12:50.620    65    65 W Zygote  : Class not found for preloading: android.media.MediaRouter$Static$Client$1
04-04 04:12:50.620    65    65 W Zygote  : Class not found for preloading: android.media.MediaRouter$Static$Client$2
04-04 04:12:50.622   102   102 I SurfaceFlinger: Enter boot animation
04-04 04:12:50.623   102   102 E FMQ     : grantorIdx must be less than 3
04-04 04:12:50.623    72    72 E FMQ     : grantorIdx must be less than 3
04-04 04:12:50.625    65    65 W Zygote  : Class not found for preloading: android.net.shared.Inet4AddressUtils
04-04 04:12:50.625    65    65 W Zygote  : Class not found for preloading: android.net.shared.InetAddressUtils
04-04 04:12:50.626    72    72 E FMQ     : grantorIdx must be less than 3
04-04 04:12:50.626   102   102 E FMQ     : grantorIdx must be less than 3
04-04 04:12:50.633    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.638    65    65 W Zygote  : Class not found for preloading: android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$wwtkoeOtGwMjG5I0-ZTfjNpGU-s
04-04 04:12:50.644    65    65 W Zygote  : Class not found for preloading: android.view.-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0
04-04 04:12:50.647    65    65 W Zygote  : Class not found for preloading: android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc
04-04 04:12:50.648    65    65 W Zygote  : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$JPRO-nNGZpgXrKr4QC_iQiTbQx0
04-04 04:12:50.648    65    65 W Zygote  : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$Xhq3WJibbalS1G_W3PRC2m7muhM
04-04 04:12:50.648    65    65 W Zygote  : Class not found for preloading: android.view.contentcapture.MainContentCaptureSession$1
04-04 04:12:50.655    65    65 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s
04-04 04:12:50.655    65    65 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw
04-04 04:12:50.655    65    65 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA
04-04 04:12:50.655    65    65 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs
04-04 04:12:50.659    65    65 W Zygote  : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc
04-04 04:12:50.659    65    65 W Zygote  : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc
04-04 04:12:50.700    65    65 W Zygote  : Class not found for preloading: com.android.internal.telephony.IccSmsInterfaceManager$2
04-04 04:12:50.702    65    65 W Zygote  : Class not found for preloading: com.android.internal.telephony.dataconnection.DcTracker$5
04-04 04:12:50.705    65    65 W Zygote  : Class not found for preloading: com.android.internal.widget.-$$Lambda$gPQuiuEDuOmrh2MixBcV6a5gu5s
04-04 04:12:50.705    65    65 W Zygote  : Class not found for preloading: com.android.internal.widget.LockPatternUtils$2
04-04 04:12:50.706   156   171 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'...
04-04 04:12:50.719    65    65 I Zygote  : ...preloaded 12103 classes in 257ms.
04-04 04:12:50.719    65    65 I zygote64: VMRuntime.preloadDexCaches starting
04-04 04:12:50.725    65    65 I zygote64: VMRuntime.preloadDexCaches strings total=363832 before=11020 after=11020
04-04 04:12:50.725    65    65 I zygote64: VMRuntime.preloadDexCaches types total=41060 before=11251 after=11425
04-04 04:12:50.725    65    65 I zygote64: VMRuntime.preloadDexCaches fields total=174546 before=14273 after=15177
04-04 04:12:50.725    65    65 I zygote64: VMRuntime.preloadDexCaches methods total=317291 before=18080 after=18080
04-04 04:12:50.725    65    65 I zygote64: VMRuntime.preloadDexCaches finished
04-04 04:12:50.725    65    65 D Zygote64Timing: PreloadClasses took to complete: 264ms
04-04 04:12:50.726    65    65 I zygote64: The ClassLoaderContext is a special shared library.
04-04 04:12:50.727    65    65 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
04-04 04:12:50.727    65    65 I zygote64: The ClassLoaderContext is a special shared library.
04-04 04:12:50.727    65    65 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar
04-04 04:12:50.728    65    65 I zygote64: The ClassLoaderContext is a special shared library.
04-04 04:12:50.728    65    65 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.test.base.jar
04-04 04:12:50.728    65    65 D Zygote64Timing: CacheNonBootClasspathClassLoaders took to complete: 3ms
04-04 04:12:50.728    65    65 I Zygote  : Preloading resources...
04-04 04:12:50.732    65    65 W Resources: Preloaded drawable resource #0x1080293 (android:drawable/dialog_background_material) that varies with configuration!!
04-04 04:12:50.734    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.737    65    65 I Zygote  : ...preloaded 64 resources in 9ms.
04-04 04:12:50.739    65    65 I Zygote  : ...preloaded 41 resources in 2ms.
04-04 04:12:50.740    65    65 I Zygote  : ...preloaded 8 resource in 1ms.
04-04 04:12:50.740    65    65 D Zygote64Timing: PreloadResources took to complete: 12ms
04-04 04:12:50.745    65    65 D libEGL  : loaded /vendor/lib64/egl/libEGL_mesa.so
04-04 04:12:50.745    65    65 D libEGL  : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so
04-04 04:12:50.746    65    65 D libEGL  : loaded /vendor/lib64/egl/libGLESv2_mesa.so
04-04 04:12:50.748    65    65 I Zygote  : Preloading shared libraries...
04-04 04:12:50.751    65    65 I Zygote  : Called ZygoteHooks.endPreload()
04-04 04:12:50.751    65    65 I Zygote  : Installed AndroidKeyStoreProvider in 0ms.
04-04 04:12:50.752    65    65 I Zygote  : Warmed up JCA providers in 1ms.
04-04 04:12:50.752    65    65 D Zygote  : end preload
04-04 04:12:50.752    65    65 D Zygote64Timing: ZygotePreload took to complete: 300ms
04-04 04:12:50.762    65    65 I zygote64: Explicit concurrent copying GC freed 128731(5609KB) AllocSpace objects, 6(144KB) LOS objects, 82% free, 5050KB/28MB, paused 11us total 10.024ms
04-04 04:12:50.768    65    65 I zygote64: Explicit concurrent copying GC freed 6232(257KB) AllocSpace objects, 0(0B) LOS objects, 83% free, 4825KB/28MB, paused 6us total 4.929ms
04-04 04:12:50.768    65    65 D Zygote64Timing: PostZygoteInitGC took to complete: 16ms
04-04 04:12:50.768    65    65 D Zygote64Timing: ZygoteInit took to complete: 318ms
04-04 04:12:50.788    65    65 D Zygote  : Forked child process 290
04-04 04:12:50.788    65    65 I Zygote  : System server process 290 has been created
04-04 04:12:50.791    65    65 I Zygote  : Accepting command socket connections
04-04 04:12:50.792   290   290 W system_server: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:50.793   129   150 I adbd    : jdwp connection from 290
04-04 04:12:50.806   156   171 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'...
04-04 04:12:50.820   290   290 I chatty  : uid=1000 system_server expire 161 lines
04-04 04:12:50.834    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.883   290   290 E UsbAlsaJackDetectorJNI: Can't register UsbAlsaJackDetector native methods
04-04 04:12:50.891   290   314 I chatty  : uid=1000 system_server expire 79 lines
04-04 04:12:50.905   290   290 E libpsi  : /proc/pressure/memory write failed for psi stall type 'some'; errno=22
04-04 04:12:50.905   290   290 E LowMemDetector: Failed to register psi trigger
04-04 04:12:50.906   156   171 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'...
04-04 04:12:50.911    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.power.stats@1.0::IPowerStats/default in either framework or device manifest.
04-04 04:12:50.911   290   321 I BatteryStatsService: Using power HAL
04-04 04:12:50.911   290   321 E BatteryStatsService: Unable to load Power.Stats.HAL. Setting rail availability to false
04-04 04:12:50.911   290   321 E BluetoothAdapter: Bluetooth binder is null
04-04 04:12:50.911   290   321 I chatty  : uid=1000(system) batterystats-wo expire 12 lines
04-04 04:12:50.918    30    30 I servicemanager: getDeviceHalManifest: Reading VINTF information.
04-04 04:12:50.918    30    30 I servicemanager: getDeviceHalManifest: Successfully processed VINTF information
04-04 04:12:50.918    30    30 I servicemanager: getFrameworkHalManifest: Reading VINTF information.
04-04 04:12:50.919    30    30 I servicemanager: getFrameworkHalManifest: Successfully processed VINTF information
04-04 04:12:50.919    30    30 E servicemanager: Could not find android.hardware.power.IPower/default in the VINTF manifest.
04-04 04:12:50.934    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:50.935   290   290 E libprocessgroup: Failed to open /dev/memcg/apps: Permission denied
04-04 04:12:50.938   290   290 E WayDroidHardware: null service. SAD!
04-04 04:12:50.940   290   321 E BluetoothAdapter: Bluetooth binder is null
04-04 04:12:50.947    30    30 E servicemanager: Could not find android.hardware.light.ILights/default in the VINTF manifest.
04-04 04:12:50.949   102   127 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 0: Unsupported (8)
04-04 04:12:50.949   290   310 I chatty  : uid=1000(system) android.display expire 2 lines
04-04 04:12:50.949   290   315 I chatty  : uid=1000(system) android.bg expire 1 line
04-04 04:12:50.949   102   102 D SurfaceFlinger: Setting power mode 2 on display 0
04-04 04:12:50.952   290   290 I chatty  : uid=1000 system_server expire 237 lines
04-04 04:12:50.962   290   290 D FallbackCategoryProvider: Found 1 fallback categories
04-04 04:12:50.984   290   290 D PackageManager: No files in app dir /system/system_ext/overlay
04-04 04:12:50.987   290   290 I PackageBackwardCompatibility: Loaded android.content.pm.AndroidTestBaseUpdater
04-04 04:12:50.998   290   290 D PackageManager: No files in app dir /oem/overlay
04-04 04:12:50.998   290   290 D PackageManager: No files in app dir /odm/overlay
04-04 04:12:50.998   290   290 D PackageManager: No files in app dir /vendor/overlay
04-04 04:12:51.006   156   171 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'...
04-04 04:12:51.015   290   290 D PackageManager: No files in app dir /vendor/priv-app
04-04 04:12:51.015   290   290 D PackageManager: No files in app dir /vendor/app
04-04 04:12:51.015   290   290 D PackageManager: No files in app dir /odm/priv-app
04-04 04:12:51.015   290   290 D PackageManager: No files in app dir /odm/app
04-04 04:12:51.015   290   290 D PackageManager: No files in app dir /oem/app
04-04 04:12:51.024   290   290 D PackageManager: No files in app dir /apex/com.android.adbd/priv-app
04-04 04:12:51.024   290   290 D PackageManager: No files in app dir /apex/com.android.adbd/app
04-04 04:12:51.024   290   290 D PackageManager: No files in app dir /apex/com.android.art/priv-app
04-04 04:12:51.024   290   290 D PackageManager: No files in app dir /apex/com.android.art/app
04-04 04:12:51.024   290   290 D PackageManager: No files in app dir /apex/com.android.conscrypt/priv-app
04-04 04:12:51.024   290   290 D PackageManager: No files in app dir /apex/com.android.conscrypt/app
04-04 04:12:51.024   290   290 D PackageManager: No files in app dir /apex/com.android.extservices/app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.i18n/priv-app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.i18n/app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.ipsec/priv-app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.ipsec/app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.media/priv-app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.media/app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.media.swcodec/priv-app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.media.swcodec/app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.mediaprovider/app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.neuralnetworks/priv-app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.neuralnetworks/app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.os.statsd/priv-app
04-04 04:12:51.025   290   290 D PackageManager: No files in app dir /apex/com.android.os.statsd/app
04-04 04:12:51.026   290   290 D PackageManager: No files in app dir /apex/com.android.permission/app
04-04 04:12:51.026   290   290 D PackageManager: No files in app dir /apex/com.android.resolv/priv-app
04-04 04:12:51.026   290   290 D PackageManager: No files in app dir /apex/com.android.resolv/app
04-04 04:12:51.026   290   290 D PackageManager: No files in app dir /apex/com.android.runtime/priv-app
04-04 04:12:51.026   290   290 D PackageManager: No files in app dir /apex/com.android.runtime/app
04-04 04:12:51.026   290   290 D PackageManager: No files in app dir /apex/com.android.sdkext/priv-app
04-04 04:12:51.026   290   290 D PackageManager: No files in app dir /apex/com.android.sdkext/app
04-04 04:12:51.027   290   290 D PackageManager: No files in app dir /apex/com.android.tethering/app
04-04 04:12:51.027   290   290 D PackageManager: No files in app dir /apex/com.android.tzdata/priv-app
04-04 04:12:51.027   290   290 D PackageManager: No files in app dir /apex/com.android.tzdata/app
04-04 04:12:51.027   290   290 D PackageManager: No files in app dir /apex/com.android.vndk.v30/priv-app
04-04 04:12:51.027   290   290 D PackageManager: No files in app dir /apex/com.android.vndk.v30/app
04-04 04:12:51.032   290   290 D PackageManager: No files in app dir /data/app
04-04 04:12:51.034    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:51.038   290   333 I chatty  : uid=1000 system_server expire 7 lines
04-04 04:12:51.040   152   166 W installd: Ignoring /data/data/com.android.webview/lib with unexpected GID 0 instead of 10114
04-04 04:12:51.045   290   290 E SELinuxJNI: fileSelabelLookup => SELinux is disabled
04-04 04:12:51.050   290   290 E PackageManager: There should probably be a verifier, but, none were found
04-04 04:12:51.065   290   290 I system_server: Explicit concurrent copying GC freed 182012(10019KB) AllocSpace objects, 114(2916KB) LOS objects, 83% free, 4843KB/28MB, paused 31us total 12.049ms
04-04 04:12:51.067   290   318 I chatty  : uid=1000(system) ActivityManager expire 1 line
04-04 04:12:51.067    29    29 I lowmemorykiller: lmkd data connection established
04-04 04:12:51.068     0     0 I init    : Control message: Processed ctl.start for 'idmap2d' from pid: 290 (system_server)
04-04 04:12:51.070   290   305 I chatty  : uid=1000(system) Binder:290_2 expire 2 lines
04-04 04:12:51.070   135   135 I cameraserver: Waiting for sensor privacy service
04-04 04:12:51.087   290   336 I chatty  : uid=1000 system_server expire 6 lines
04-04 04:12:51.087   290   336 D SensorService: nuSensorService starting...
04-04 04:12:51.088    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.sensors@2.1::ISensors/default in either framework or device manifest.
04-04 04:12:51.088    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.sensors@2.0::ISensors/default in either framework or device manifest.
04-04 04:12:51.088    31    31 I hwservicemanager: getTransport: Cannot find entry motorola.hardware.health@1.0::IMotHealth/default in either framework or device manifest.
04-04 04:12:51.089   290   290 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hardware.health@2.0::IHealth/default
04-04 04:12:51.091   290   290 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hidl.manager@1.0::IServiceManager/default
04-04 04:12:51.092   290   338 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hardware.health@2.0::IHealth/default
04-04 04:12:51.092   290   321 I chatty  : uid=1000(system) batterystats-wo expire 4 lines
04-04 04:12:51.093   290   290 I chatty  : uid=1000 system_server expire 227 lines
04-04 04:12:51.095   290   315 I chatty  : uid=1000(system) android.bg expire 1 line
04-04 04:12:51.096   135   135 I HidlServiceManagement: Registered android.frameworks.cameraservice.service@2.1::ICameraService/default
04-04 04:12:51.096   290   341 I chatty  : uid=1000 system_server expire 4 lines
04-04 04:12:51.096   135   135 I CameraService: CameraService pinged cameraservice proxy
04-04 04:12:51.096   135   135 I cameraserver: ServiceManager: 0xedd56410 done instantiate
04-04 04:12:51.096   290   343 I chatty  : uid=1000 system_server expire 4 lines
04-04 04:12:51.097    66    66 I Zygote  : Lazily preloading resources.
04-04 04:12:51.097    66    66 D Zygote  : begin preload
04-04 04:12:51.097    66    66 I Zygote  : Calling ZygoteHooks.beginPreload()
04-04 04:12:51.097   290   343 I SchedulingPolicyService: Moving 164 back to group default
04-04 04:12:51.100   290   290 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 1000; state: ENABLED
04-04 04:12:51.101    66    66 D ZygoteInitTiming_lazy: BeginPreload took to complete: 4ms
04-04 04:12:51.101    66    66 I Zygote  : Preloading classes...
04-04 04:12:51.102    66    66 W Zygote  : Class not found for preloading: android.app.-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM
04-04 04:12:51.103   290   290 I system_server: The ClassLoaderContext is a special shared library.
04-04 04:12:51.108   156   171 W AudioAnalytics: (key=audio.flinger) Audioflinger constructor event detected
04-04 04:12:51.113   290   290 I system_server: The ClassLoaderContext is a special shared library.
04-04 04:12:51.118    30    30 E servicemanager: Could not find android.hardware.vibrator.IVibrator/default in the VINTF manifest.
04-04 04:12:51.119    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.vibrator@1.3::IVibrator/default in either framework or device manifest.
04-04 04:12:51.119    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.ir@1.0::IConsumerIr/default in either framework or device manifest.
04-04 04:12:51.120   290   290 D AlarmManagerService: Kernel timezone updated to 0 minutes west of GMT
04-04 04:12:51.121   290   310 I chatty  : uid=1000(system) android.display expire 1 line
04-04 04:12:51.123   290   310 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: vendor.waydroid.window@1.2::IWaydroidWindow/default
04-04 04:12:51.123   290   310 I WindowTracing: Setting window tracing log level to 1
04-04 04:12:51.123   290   310 I WindowTracing: Setting window tracing buffer capacity to 2097152bytes
04-04 04:12:51.132   290   308 I CameraManagerGlobal: Connecting to camera service
04-04 04:12:51.134   290   308 I system_server: The ClassLoaderContext is a special shared library.
04-04 04:12:51.135    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:51.136   290   352 I chatty  : uid=1000 system_server expire 6 lines
04-04 04:12:51.136   290   352 I HidlServiceManagement: Registered android.frameworks.sensorservice@1.0::ISensorManager/default
04-04 04:12:51.160   290   290 I InputManager: Enabling motion classifier because just booted: feature enabled, long press timeout = 400
04-04 04:12:51.160   290   290 I InputClassifier: Enabling motion classifier
04-04 04:12:51.160   290   354 D EventHub: No input device configuration file found for device 'wayland_tablet'.
04-04 04:12:51.160    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.input.classifier@1.0::IInputClassifier/default in either framework or device manifest.
04-04 04:12:51.160   290   355 I InputClassifier: Could not obtain InputClassifier HAL
04-04 04:12:51.160   290   354 I EventHub: usingClockIoctl=false
04-04 04:12:51.160   290   354 I EventHub: New device: id=1, fd=128, path='/dev/input/wl_tablet_events', name='wayland_tablet', classes=0x804, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, 
04-04 04:12:51.160   290   352 I HidlServiceManagement: Registered android.frameworks.schedulerservice@1.0::ISchedulingPolicyService/default
04-04 04:12:51.160   290   354 D EventHub: No input device configuration file found for device 'wayland_pointer'.
04-04 04:12:51.160   290   354 I EventHub: usingClockIoctl=false
04-04 04:12:51.160   290   354 I EventHub: New device: id=2, fd=130, path='/dev/input/wl_pointer_events', name='wayland_pointer', classes=0x8, configuration='', keyLayout='', keyCharacterMap='', builtinKeyboard=false, 
04-04 04:12:51.160   290   354 D EventHub: No input device configuration file found for device 'wayland_keyboard'.
04-04 04:12:51.160   290   352 I HidlServiceManagement: Registered android.frameworks.stats@1.0::IStats/default
04-04 04:12:51.161   290   354 W EventHub: Unable to disable kernel key repeat for /dev/input/wl_keyboard_events: Inappropriate ioctl for device
04-04 04:12:51.161   290   354 I EventHub: usingClockIoctl=false
04-04 04:12:51.161   290   354 I EventHub: New device: id=3, fd=131, path='/dev/input/wl_keyboard_events', name='wayland_keyboard', classes=0x3, configuration='', keyLayout='/system/usr/keylayout/Generic.kl', keyCharacterMap='/system/usr/keychars/Generic.kcm', builtinKeyboard=false, 
04-04 04:12:51.162   290   354 I InputReader: Device added: id=-1, eventHubId=-1, name='Virtual', descriptor='a718a782d34bc767f4689c232d64d527998ea7fd',sources=0x00000301
04-04 04:12:51.162   290   354 I InputReader: Device added: id=2, eventHubId=3, name='wayland_keyboard', descriptor='248b7bc701fffde6eccdbead7f6d171589e957cc',sources=0x00000101
04-04 04:12:51.162   290   354 W InputReader: Can't find the designated viewport with ID 0 to update cursor input mapper. Fall back to default display
04-04 04:12:51.162   290   354 E InputReader: Still can't find a viable viewport to update cursor input mapper. Skip setting it to PointerController.
04-04 04:12:51.162   290   354 I InputReader: Device added: id=3, eventHubId=2, name='wayland_pointer', descriptor='e2bba247c0bb03e689fa51552a5f2b8f9f22a09d',sources=0x00002002
04-04 04:12:51.162   290   354 I InputReader: Touch device 'wayland_tablet' could not query the properties of its associated display.  The device will be inoperable until the display size becomes available.
04-04 04:12:51.162   290   354 W EventHub: Error reading absolute controller 0 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.162   290   354 W EventHub: Error reading absolute controller 1 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 24 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 25 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 26 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 27 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 0 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 1 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 24 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 25 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 26 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 W EventHub: Error reading absolute controller 27 for device wayland_tablet fd 128, errno=25
04-04 04:12:51.163   290   354 I InputReader: Device added: id=4, eventHubId=1, name='wayland_tablet', descriptor='043c2e868fc8ef51fa49d1199931feba1ba0b791',sources=0x00005002
04-04 04:12:51.163   290   354 I InputReader: Reconfiguring input devices, changes=EXTERNAL_STYLUS_PRESENCE | 
04-04 04:12:51.163   290   354 I InputReader: Touch device 'wayland_tablet' could not query the properties of its associated display.  The device will be inoperable until the display size becomes available.
04-04 04:12:51.164   290   356 I chatty  : uid=1000(system) NetworkWatchlis expire 2 lines
04-04 04:12:51.166     0     0 I init    : processing action (sys.sysctl.extra_free_kbytes=*) from (/system/etc/init/hw/init.rc:995)
04-04 04:12:51.166   290   290 W InputReader: Device wayland_pointer is associated with display ADISPLAY_ID_NONE.
04-04 04:12:51.166   290   290 W InputReader: Device wayland_tablet is associated with display ADISPLAY_ID_NONE.
04-04 04:12:51.166   290   290 W InputReader: Device wayland_pointer is associated with display ADISPLAY_ID_NONE.
04-04 04:12:51.166   290   290 W InputReader: Device wayland_tablet is associated with display ADISPLAY_ID_NONE.
04-04 04:12:51.168   290   290 W InputReader: Device wayland_pointer is associated with display ADISPLAY_ID_NONE.
04-04 04:12:51.168   290   290 W InputReader: Device wayland_tablet is associated with display ADISPLAY_ID_NONE.
04-04 04:12:51.168   290   310 I InputManager-JNI: Viewport [0] to add: local:0, isActive: true
04-04 04:12:51.169   290   354 I InputReader: Reconfiguring input devices, changes=DISPLAY_INFO | 
04-04 04:12:51.170   290   358 I chatty  : uid=1000(system) StorageManagerS expire 4 lines
04-04 04:12:51.171   290   359 I chatty  : uid=1000 system_server expire 4 lines
04-04 04:12:51.177    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.oemlock@1.0::IOemLock/default in either framework or device manifest.
04-04 04:12:51.178   290   354 I InputReader: Device reconfigured: id=4, name='wayland_tablet', size 1152x3996, orientation 0, mode 1, display id 0
04-04 04:12:51.185    66    66 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. class_init is effectively a no-op
04-04 04:12:51.194   290   290 I NetworkScoreService: Registering network_score
04-04 04:12:51.198   290   290 V NetworkScoreManager: registerNetworkScoreCallback: callback=com.android.server.wifi.WifiNetworkScoreCache@13f49cc, executor=com.android.wifi.x.android.os.HandlerExecutor@36c415
04-04 04:12:51.221   290   290 D WifiCountryCode: mDefaultCountryCode null
04-04 04:12:51.221   290   290 I WifiContext: Found Wifi Resources APK at: com.android.wifi.resources
04-04 04:12:51.235    63    63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:51.235   290   290 D WifiOpenNetworkNotifier: Settings toggle enabled=true
04-04 04:12:51.239   290   290 W HalDevMgr: isWifiStarted called but mWifi is null!?
04-04 04:12:51.239   290   290 W HalDevMgr: isWifiStarted called but mWifi is null!?
04-04 04:12:51.240   290   290 D WakeupController: WifiWake enabled
04-04 04:12:51.240   290   290 E WifiClientModeImpl: getWifiLinkLayerStats called without an interface
04-04 04:12:51.243    66    66 W Zygote  : Class not found for preloading: android.inputmethodservice.-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I
04-04 04:12:51.245   290   290 I WifiService: Registering wifi
04-04 04:12:51.245   290   290 I WifiScanningService: Creating wifiscanner
04-04 04:12:51.245   290   290 I WifiScanningService: Publishing wifiscanner
04-04 04:12:51.246   290   290 I EthernetService: Registering service ethernet
04-04 04:12:51.251    66    66 I zygote  : Thread[1,tid=66,Native,Thread*=0xf5c26e00,peer=0x12d004e8,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:51.251    66    66 I zygote  : Thread[1,tid=66,Native,Thread*=0xf5c26e00,peer=0x12d004e8,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:51.251    66    66 D MtpDeviceJNI: register_android_mtp_MtpDevice
04-04 04:12:51.251    66    66 I zygote  : Thread[1,tid=66,Native,Thread*=0xf5c26e00,peer=0x12d004e8,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:51.251    66    66 I zygote  : Thread[1,tid=66,Native,Thread*=0xf5c26e00,peer=0x12d004e8,"main"] recursive attempt to load library "libmedia_jni.so"
04-04 04:12:51.251    66    66 W MediaProfiles: Could not find a validated xml file. Using the default instance instead.
04-04 04:12:51.252   290   290 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 1000; state: ENABLED
04-04 04:12:51.254    66    66 W Zygote  : Class not found for preloading: android.media.MediaRouter$Static$Client$1
04-04 04:12:51.254    66    66 W Zygote  : Class not found for preloading: android.media.MediaRouter$Static$Client$2
04-04 04:12:51.262    66    66 W Zygote  : Class not found for preloading: android.net.shared.Inet4AddressUtils
04-04 04:12:51.262    66    66 W Zygote  : Class not found for preloading: android.net.shared.InetAddressUtils
04-04 04:12:51.267   290   290 I chatty  : uid=1000 system_server expire 242 lines
04-04 04:12:51.273   290   290 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hidl.manager@1.0::IServiceManager/default
04-04 04:12:51.274   290   290 W TelecomManager: Telecom Service not found.
04-04 04:12:51.275    99    99 D PermissionCache: checking android.permission.MODIFY_AUDIO_ROUTING for uid=1000 => granted (111 us)
04-04 04:12:51.276    99    99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:51.276    99    99 I chatty  : uid=1041(audioserver) /system/bin/audioserver identical 2 lines
04-04 04:12:51.276    99    99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:51.277    99   247 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1000 => granted (37 us)
04-04 04:12:51.281    66    66 W Zygote  : Class not found for preloading: android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$wwtkoeOtGwMjG5I0-ZTfjNpGU-s
04-04 04:12:51.282    99   247 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:51.283    99   247 D AudioFlinger: isLowRamDevice:false totalMemory:15466844160 mClientSharedHeapSize:33554432
04-04 04:12:51.284   290   290 D SoundTriggerMiddlewareService: Connecting to default ISoundTriggerHw
04-04 04:12:51.284    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.soundtrigger@2.0::ISoundTriggerHw/default in either framework or device manifest.
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: Failed to add a SoundTriggerModule instance
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: java.util.NoSuchElementException
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at android.os.HwBinder.getService(Native Method)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at android.hardware.soundtrigger.V2_0.ISoundTriggerHw.getService(ISoundTriggerHw.java:55)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at android.hardware.soundtrigger.V2_0.ISoundTriggerHw.getService(ISoundTriggerHw.java:62)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle.lambda$onStart$0(SoundTriggerMiddlewareService.java:176)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.soundtrigger_middleware.-$$Lambda$SoundTriggerMiddlewareService$Lifecycle$-t8UndY0AHGyM6n9ce2y6qok3Ho.create(Unknown Source:0)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.soundtrigger_middleware.SoundTriggerModule.attachToHal(SoundTriggerModule.java:219)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.soundtrigger_middleware.SoundTriggerModule.<init>(SoundTriggerModule.java:113)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareImpl.<init>(SoundTriggerMiddlewareImpl.java:89)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle.onStart(SoundTriggerMiddlewareService.java:182)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:178)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:165)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.SystemServer.startOtherServices(SystemServer.java:1660)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.SystemServer.run(SystemServer.java:601)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.server.SystemServer.main(SystemServer.java:417)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at java.lang.reflect.Method.invoke(Native Method)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
04-04 04:12:51.284   290   290 E SoundTriggerMiddlewareImpl: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:926)
04-04 04:12:51.284    99   247 I CaptureStateNotifier: Registering a listener
04-04 04:12:51.285   290   383 I SoundTriggerMiddlewareLogging: setCaptureState[this=com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareImpl@6d843d3, caller=1000/290](false)
04-04 04:12:51.285   290   385 I chatty  : uid=1000 system_server expire 4 lines
04-04 04:12:51.285    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.thermal@1.0::IThermal/default in either framework or device manifest.
04-04 04:12:51.285   290   290 E HardwarePropertiesManagerService-JNI: Unable to get Thermal service.
04-04 04:12:51.288    66    66 W Zygote  : Class not found for preloading: android.view.-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0
04-04 04:12:51.288   290   290 I TetheringManager: registerTetheringEventCallback:android
04-04 04:12:51.289   290   370 I chatty  : uid=1000(system) ConnectivitySer expire 1 line
04-04 04:12:51.291    66    66 W Zygote  : Class not found for preloading: android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc
04-04 04:12:51.292    66    66 W Zygote  : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$JPRO-nNGZpgXrKr4QC_iQiTbQx0
04-04 04:12:51.292    66    66 W Zygote  : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$Xhq3WJibbalS1G_W3PRC2m7muhM
04-04 04:12:51.292    66    66 W Zygote  : Class not found for preloading: android.view.contentcapture.MainContentCaptureSession$1
04-04 04:12:51.293   290   290 W VoiceInteractionManager: Unable to resolve default voice recognition service.
04-04 04:12:51.294   290   389 I chatty  : uid=1000 system_server expire 7 lines
04-04 04:12:51.295    63    70 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'...
04-04 04:12:51.296   290   290 W BackgroundDexOptService: SysProp pm.dexopt.downgrade_after_inactive_days not set
04-04 04:12:51.298   290   290 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
04-04 04:12:51.300    66    66 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s
04-04 04:12:51.300    66    66 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw
04-04 04:12:51.300    66    66 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA
04-04 04:12:51.300    66    66 W Zygote  : Class not found for preloading: com.android.internal.infra.-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs
04-04 04:12:51.304   290   308 I chatty  : uid=1000(system) android.ui expire 1 line
04-04 04:12:51.305   290   290 E WayDroidClipboard: null service. SAD!
04-04 04:12:51.305    66    66 W Zygote  : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc
04-04 04:12:51.305    66    66 W Zygote  : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc
04-04 04:12:51.314    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.weaver@1.0::IWeaver/default in either framework or device manifest.
04-04 04:12:51.314    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.authsecret@1.0::IAuthSecret/default in either framework or device manifest.
04-04 04:12:51.314   290   290 I chatty  : uid=1000 system_server expire 251 lines
04-04 04:12:51.315   290   401 I chatty  : uid=1000 system_server expire 4 lines
04-04 04:12:51.319   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
04-04 04:12:51.319   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.319   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
04-04 04:12:51.319   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.319   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle
04-04 04:12:51.319   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.319   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle
04-04 04:12:51.319   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.319   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.UiModeManagerService
04-04 04:12:51.319   290   290 I ActivityTaskManager: Config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw512dp w512dp h1704dp 360dpi lrg long port finger qwerty/v/v -nav/h winConfig={ mBounds=Rect(0, 0 - 1152, 3996) mAppBounds=Rect(0, 0 - 1152, 3888) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.6}
04-04 04:12:51.320   129   147 I adbd    : adbd mDNS service _adb._tcp registered: 1
04-04 04:12:51.320   290   290 I WindowManager: Override config changes=200 {1.0 ?mcc?mnc [en_US] ldltr sw512dp w512dp h1704dp 360dpi lrg long port finger qwerty/v/v -nav/h winConfig={ mBounds=Rect(0, 0 - 1152, 3996) mAppBounds=Rect(0, 0 - 1152, 3888) mWindowingMode=fullscreen mDisplayWindowingMode=fullscreen mActivityType=undefined mAlwaysOnTop=undefined mRotation=ROTATION_0} s.6} for displayId=0
04-04 04:12:51.320   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.UiModeManagerService took to complete: 1ms
04-04 04:12:51.320   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle
04-04 04:12:51.320   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
04-04 04:12:51.320   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.testharness.TestHarnessModeService
04-04 04:12:51.320   290   290 D TestHarnessModeService: Setting up test harness mode
04-04 04:12:51.320   290   290 D TestHarnessModeService: Getting PersistentDataBlockManagerInternal from LocalServices
04-04 04:12:51.320   290   290 E TestHarnessModeService: Failed to start Test Harness Mode; no implementation of PersistentDataBlockManagerInternal was bound!
04-04 04:12:51.320   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
04-04 04:12:51.320   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.DeviceIdleController
04-04 04:12:51.321   290   290 E HistoricalRegistry: Interaction before persistence initialized
04-04 04:12:51.321   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.DeviceIdleController took to complete: 1ms
04-04 04:12:51.321   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
04-04 04:12:51.321   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.321   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycle
04-04 04:12:51.321   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.321   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
04-04 04:12:51.321   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.321   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle
04-04 04:12:51.321   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
04-04 04:12:51.321   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.wifi.WifiService
04-04 04:12:51.321   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.wifi.WifiService took to complete: 0ms
04-04 04:12:51.321   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService
04-04 04:12:51.321   290   290 I WifiScanningService: Starting wifiscanner
04-04 04:12:51.321   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
04-04 04:12:51.321   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.ethernet.EthernetService
04-04 04:12:51.321   290   290 I EthernetServiceImpl: Starting Ethernet service
04-04 04:12:51.322   290   290 D EthernetTracker: Interface match regexp set to 'eth\d'
04-04 04:12:51.323   290   366 D WifiConfigStore: Reading from all stores completed in 0 ms.
04-04 04:12:51.323   290   290 D Ethernet: Registering NetworkFactory
04-04 04:12:51.323   290   366 W WifiConfigManager: No stored networks found.
04-04 04:12:51.323   290   370 D ConnectivityService: Got NetworkProvider Messenger for Ethernet
04-04 04:12:51.323   290   290 E IpConfigStore: Error opening configuration file: java.io.FileNotFoundException: /data/misc/ethernet/ipconfig.txt: open failed: ENOENT (No such file or directory)
04-04 04:12:51.323   290   366 E SupplicantStaIfaceHal: Can't call setDebugParams, ISupplicant is null
04-04 04:12:51.323   290   402 D Ethernet: got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId -1
04-04 04:12:51.323   290   366 E HostapdHal: Can't call setDebugParams, IHostapd is null
04-04 04:12:51.323   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.ethernet.EthernetService took to complete: 2ms
04-04 04:12:51.323   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.notification.NotificationManagerService
04-04 04:12:51.323   290   366 I WifiService: WifiService starting up with Wi-Fi enabled
04-04 04:12:51.323   290   402 I EthernetTracker: maybeTrackInterface: eth0
04-04 04:12:51.323   290   366 D WifiController: isAirplaneModeOn = false, isWifiEnabled = true, isScanningAvailable = false, isLocationModeActive = true
04-04 04:12:51.323   290   366 D WifiActiveModeWarden: Starting ClientModeManager
04-04 04:12:51.324   290   402 D EthernetTracker: Tracking interface in client mode: eth0
04-04 04:12:51.324   290   402 D EthernetNetworkFactory: addInterface, iface: eth0, capabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null]
04-04 04:12:51.324   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.notification.NotificationManagerService took to complete: 1ms
04-04 04:12:51.324   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService
04-04 04:12:51.324   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
04-04 04:12:51.324   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle
04-04 04:12:51.324   290   366 D WifiController: EnabledState.enter()
04-04 04:12:51.324   290   366 D WifiClientModeManager: entering IdleState
04-04 04:12:51.325   290   402 D EthernetNetworkFactory: updateCapabilityFilter: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null]
04-04 04:12:51.325   290   402 D EthernetNetworkFactory: updateInterfaceLinkState, iface: eth0, up: true
04-04 04:12:51.325   290   290 E HistoricalRegistry: Interaction before persistence initialized
04-04 04:12:51.325   290   402 D EthernetNetworkFactory: Starting Ethernet IpClient(eth0)
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle took to complete: 1ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle
04-04 04:12:51.325   290   366 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hidl.manager@1.2::IServiceManager/default
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.DockObserver
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.DockObserver took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.twilight.TwilightService
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.twilight.TwilightService took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.display.color.ColorDisplayService
04-04 04:12:51.325   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.display.color.ColorDisplayService took to complete: 0ms
04-04 04:12:51.325   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.job.JobSchedulerService
04-04 04:12:51.325   290   366 D WifiNl80211Manager: tearing down interfaces in wificond
04-04 04:12:51.325   290   290 E HistoricalRegistry: Interaction before persistence initialized
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.job.JobSchedulerService took to complete: 1ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService
04-04 04:12:51.326   290   290 D SoundTriggerService: onBootPhase: 500 : false
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.trust.TrustManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.trust.TrustManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.appwidget.AppWidgetService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.appwidget.AppWidgetService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.role.RoleManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.role.RoleManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.GestureLauncherService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.GestureLauncherService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.SensorNotificationService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.SensorNotificationService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.dreams.DreamManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.dreams.DreamManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.print.PrintManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.print.PrintManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaSessionService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaSessionService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaResourceMonitorService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.blob.BlobStoreManagerService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.blob.BlobStoreManagerService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.BiometricService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.BiometricService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.AuthService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.AuthService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.pm.LauncherAppsService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.LauncherAppsService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.pm.CrossProfileAppsService
04-04 04:12:51.326   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
04-04 04:12:51.326   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.people.PeopleService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.people.PeopleService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.camera.CameraServiceProxy
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.camera.CameraServiceProxy took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 1ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.incident.IncidentCompanionService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.incident.IncidentCompanionService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.MmsServiceBroker
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.MmsServiceBroker took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.autofill.AutofillManagerService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.autofill.AutofillManagerService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.clipboard.ClipboardService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.clipboard.ClipboardService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.ProfileManagerService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageHardwareService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.PerformanceManagerService
04-04 04:12:51.327    30    30 E servicemanager: Could not find vendor.lineage.power.IPower/default in the VINTF manifest.
04-04 04:12:51.327    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.power@1.0::ILineagePower/default in either framework or device manifest.
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.display.LiveDisplayService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageAudioService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageSettingsService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageGlobalActionsService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms
04-04 04:12:51.327   290   290 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.WayDroidService
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.WayDroidService took to complete: 0ms
04-04 04:12:51.327   290   290 D SystemServerTiming: OnBootPhase_500 took to complete: 11ms
04-04 04:12:51.327   290   290 D SystemServerTiming: StartBootPhaseSystemServicesReady took to complete: 11ms
04-04 04:12:51.327   290   290 I SystemServerTiming: MakeWindowManagerServiceReady
04-04 04:12:51.327   290   366 I WifiNative: Vendor Hal not supported, ignoring start.
04-04 04:12:51.327   290   366 I WifiNative: Vendor Hal not supported, ignoring createStaIface.
04-04 04:12:51.327   290   366 D WifiNl80211Manager: Setting up interface for client mode
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: Failed to initialize KernelCpuThreadReader
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: java.nio.file.NoSuchFileException: /proc/self/time_in_state
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at java.nio.file.Files.newByteChannel(Files.java:361)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at java.nio.file.Files.newByteChannel(Files.java:407)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at java.nio.file.Files.readAllBytes(Files.java:3152)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.internal.os.ProcTimeInStateReader.initializeTimeInStateFormat(ProcTimeInStateReader.java:163)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.internal.os.ProcTimeInStateReader.<init>(ProcTimeInStateReader.java:110)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.internal.os.KernelCpuThreadReader.<init>(KernelCpuThreadReader.java:138)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.internal.os.KernelCpuThreadReader.create(KernelCpuThreadReader.java:151)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.internal.os.KernelCpuThreadReaderSettingsObserver.<init>(KernelCpuThreadReaderSettingsObserver.java:95)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.internal.os.KernelCpuThreadReaderSettingsObserver.getSettingsModifiedReader(KernelCpuThreadReaderSettingsObserver.java:80)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.server.stats.pull.StatsPullAtomService.initializePullersState(StatsPullAtomService.java:729)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$0$StatsPullAtomService(StatsPullAtomService.java:676)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$DD__7RQZDPvJeL9pnb_7J1voUNE.run(Unknown Source:2)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.328   290   315 E KernelCpuThreadReader: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.328   290   315 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hardware.health@2.0::IHealth/default
04-04 04:12:51.328   290   315 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hidl.manager@1.0::IServiceManager/default
04-04 04:12:51.329   290   315 I HealthServiceWrapper: health: HealthServiceWrapper listening to instance default
04-04 04:12:51.329   290   315 D StatsPullAtomService: Registering pullers with statsd
04-04 04:12:51.329   290   407 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hardware.health@2.0::IHealth/default
04-04 04:12:51.329   160   160 E wificond: Failed to get wiphy index
04-04 04:12:51.329   290   315 I StatsPullAtomService: register thermal listener successfully
04-04 04:12:51.329   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.329   290   366 E WifiNl80211Manager: Could not get IClientInterface instance from wificond
04-04 04:12:51.329   290   366 E WifiNative: Failed to setup iface in wificond=wlan0
04-04 04:12:51.329   290   366 I WifiNative: Vendor Hal not supported, ignoring removeStaIface.
04-04 04:12:51.329   290   366 E WifiNative: Failed to unregister network observer on Iface:{Name=wlan0,Id=0,Type=STA_SCAN}
04-04 04:12:51.329   290   366 E WifiNl80211Manager: No valid wificond client interface handler
04-04 04:12:51.329   290   366 E WifiNative: Failed to teardown iface in wificond on Iface:{Name=wlan0,Id=0,Type=STA_SCAN}
04-04 04:12:51.329   290   366 D WifiNl80211Manager: tearing down interfaces in wificond
04-04 04:12:51.329   290   366 I WifiNative: Vendor Hal not supported, ignoring stop.
04-04 04:12:51.329   290   366 I WifiNative: Successfully torn down Iface:{Name=wlan0,Id=0,Type=STA_SCAN}
04-04 04:12:51.329   290   366 I WifiNative: Successfully initiated teardown for iface=wlan0
04-04 04:12:51.329   290   366 E WifiClientModeManager: Failed to create ClientInterface. Sit in Idle
04-04 04:12:51.330   290   366 D WifiScanRequestProxy: Sending scan available broadcast: false
04-04 04:12:51.330   290   366 I WifiScanRequestProxy: Scanning is disabled
04-04 04:12:51.330   290   369 I WifiScanningService: Received a request to disable scanning, UID = 1000
04-04 04:12:51.330    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.touch@1.0::IKeyDisabler/default in either framework or device manifest.
04-04 04:12:51.330   290   369 I WifiScanningService: wifi driver unloaded
04-04 04:12:51.330    66    66 W Zygote  : Class not found for preloading: com.android.internal.telephony.IccSmsInterfaceManager$2
04-04 04:12:51.330   290   366 D WifiClientModeManager: received an invalid message: { when=-6ms what=2 arg1=2 target=com.android.wifi.x.com.android.internal.util.StateMachine$SmHandler }
04-04 04:12:51.330   290   366 D WifiController: STA disabled, return to DisabledState.
04-04 04:12:51.330   290   366 D WifiController: EnabledState.exit()
04-04 04:12:51.330   290   366 D WifiController: DisabledState.enter()
04-04 04:12:51.332   290   290 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default
04-04 04:12:51.332   290   290 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: android.hardware.configstore@1.0::ISurfaceFlingerConfigs/default
04-04 04:12:51.332   290   290 D SystemServerTiming: MakeWindowManagerServiceReady took to complete: 5ms
04-04 04:12:51.332   290   290 I SystemServerTiming: MakePowerManagerServiceReady
04-04 04:12:51.333    66    66 W Zygote  : Class not found for preloading: com.android.internal.telephony.dataconnection.DcTracker$5
04-04 04:12:51.333   290   290 E DisplayPowerController: failed to set up display white-balance: java.lang.IllegalStateException: cannot find light sensor
04-04 04:12:51.335   290   321 E KernelCpuUidFreqTimeReader: Failed to read /proc/uid_time_in_state: java.nio.file.NoSuchFileException: /proc/uid_time_in_state
04-04 04:12:51.335   290   321 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No such file or directory)
04-04 04:12:51.335   290   324 W KeyguardServiceDelegate: onScreenTurningOn(): no keyguard service!
04-04 04:12:51.335   290   351 W AlarmManager: Unrecognized alarm listener com.android.server.stats.StatsCompanionService$AnomalyAlarmListener@67928e6
04-04 04:12:51.335    63    63 I statsd  : Statsd starts to listen to socket.
04-04 04:12:51.335   290   351 W AlarmManager: Unrecognized alarm listener com.android.server.stats.StatsCompanionService$PullingAlarmListener@bb438d4
04-04 04:12:51.335   290   351 W AlarmManager: Unrecognized alarm listener com.android.server.stats.StatsCompanionService$PeriodicAlarmListener@91eed72
04-04 04:12:51.336   290   290 D SystemServerTiming: MakePowerManagerServiceReady took to complete: 4ms
04-04 04:12:51.336   290   290 I SystemServerTiming: StartPermissionPolicyService
04-04 04:12:51.336   290   290 I SystemServiceManager: Starting com.android.server.policy.PermissionPolicyService
04-04 04:12:51.336    66    66 W Zygote  : Class not found for preloading: com.android.internal.widget.-$$Lambda$gPQuiuEDuOmrh2MixBcV6a5gu5s
04-04 04:12:51.336   290   290 D SystemServerTiming: StartPermissionPolicyService took to complete: 0ms
04-04 04:12:51.336   290   290 I SystemServerTiming: MakePackageManagerServiceReady
04-04 04:12:51.337    66    66 W Zygote  : Class not found for preloading: com.android.internal.widget.LockPatternUtils$2
04-04 04:12:51.337   290   351 I StatsCompanionService: Told statsd that StatsCompanionService is alive.
04-04 04:12:51.337   290   351 E ActivityManager: Attempt to launch receivers of broadcast intent Intent { act=android.app.action.STATSD_STARTED cmp=com.android.settings/.fuelgauge.batterytip.AnomalyConfigReceiver } before boot completion
04-04 04:12:51.337   290   351 W Binder  : Caught a RuntimeException from the binder stub implementation.
04-04 04:12:51.337   290   351 W Binder  : java.lang.IllegalStateException: Cannot broadcast before boot completed
04-04 04:12:51.337   290   351 W Binder  : 	at com.android.server.am.ActivityManagerService.verifyBroadcastLocked(ActivityManagerService.java:16835)
04-04 04:12:51.337   290   351 W Binder  : 	at com.android.server.am.ActivityManagerService.broadcastIntentWithFeature(ActivityManagerService.java:16881)
04-04 04:12:51.337   290   351 W Binder  : 	at android.app.ContextImpl.sendBroadcastAsUser(ContextImpl.java:1330)
04-04 04:12:51.337   290   351 W Binder  : 	at android.app.ContextImpl.sendBroadcastAsUser(ContextImpl.java:1302)
04-04 04:12:51.337   290   351 W Binder  : 	at com.android.server.stats.StatsCompanionService.statsdReady(StatsCompanionService.java:587)
04-04 04:12:51.337   290   351 W Binder  : 	at android.os.IStatsCompanionService$Stub.onTransact(IStatsCompanionService.java:114)
04-04 04:12:51.337   290   351 W Binder  : 	at android.os.Binder.execTransactInternal(Binder.java:1159)
04-04 04:12:51.337   290   351 W Binder  : 	at android.os.Binder.execTransact(Binder.java:1123)
04-04 04:12:51.341   290   290 I PackageManager: Permission ownership changed. Updating all permissions.
04-04 04:12:51.342   290   324 V DisplayPowerController: Brightness [0.39763778] reason changing to: 'override', previous reason: '0'.
04-04 04:12:51.346   290   290 V UserDataPreparer: Found /data/user_de/0 with serial number 0
04-04 04:12:51.347   290   290 V UserDataPreparer: Found /data/user/0 with serial number 0
04-04 04:12:51.347   290   290 V UserDataPreparer: Found /data/system_de/0 with serial number 0
04-04 04:12:51.347   290   290 V UserDataPreparer: Found /data/system_ce/0 with serial number 0
04-04 04:12:51.347   290   290 V UserDataPreparer: Found /data/misc_ce/0 with serial number 0
04-04 04:12:51.347   290   290 D SystemServerTiming: MakePackageManagerServiceReady took to complete: 11ms
04-04 04:12:51.347   290   290 I SystemServerTiming: MakeDisplayManagerServiceReady
04-04 04:12:51.348   290   310 E DisplayModeDirector: Asked about unknown display, returning empty display mode specs!(id=0)
04-04 04:12:51.348   290   290 D SystemServerTiming: MakeDisplayManagerServiceReady took to complete: 1ms
04-04 04:12:51.348   290   290 I SystemServerTiming: StartDeviceSpecificServices
04-04 04:12:51.348   290   290 D SystemServerTiming: StartDeviceSpecificServices took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: StartBootPhaseDeviceSpecificServicesReady
04-04 04:12:51.348   290   290 I SystemServiceManager: Starting phase 520
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.security.FileIntegrityService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.security.FileIntegrityService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.Installer
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.Installer took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.DataLoaderManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.power.PowerManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.power.PowerManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.power.ThermalManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.power.ThermalManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.lights.LightsService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.lights.LightsService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.display.DisplayManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.display.DisplayManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.om.OverlayManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.om.OverlayManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.SensorPrivacyService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.SensorPrivacyService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.SystemConfigService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.SystemConfigService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.BatteryService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.BatteryService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.usage.UsageStatsService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.usage.UsageStatsService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.webkit.WebViewUpdateService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.CachedDeviceStateService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.CachedDeviceStateService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.rollback.RollbackManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.rollback.RollbackManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.os.BugreportManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.os.BugreportManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.gpu.GpuService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.gpu.GpuService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.security.KeyChainSystemService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.security.KeyChainSystemService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.telecom.TelecomLoaderService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.content.ContentService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.DropBoxManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.DropBoxManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.AlarmManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.AlarmManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.BluetoothService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.BluetoothService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.PinnerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.PinnerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.google.android.startop.iorap.IorapForwardingService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.UiModeManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.UiModeManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.testharness.TestHarnessModeService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.DeviceIdleController
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.DeviceIdleController took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.textservices.TextServicesManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.NetworkScoreService$Lifecycle
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.wifi.WifiService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.wifi.WifiService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.wifi.scanner.WifiScanningService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.ethernet.EthernetService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.ethernet.EthernetService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.notification.NotificationManagerService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.notification.NotificationManagerService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.storage.DeviceStorageMonitorService
04-04 04:12:51.348   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
04-04 04:12:51.348   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.location.LocationManagerService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.timedetector.TimeDetectorService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.search.SearchManagerService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.audio.AudioService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.DockObserver
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.DockObserver took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.adb.AdbService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.usb.UsbService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.twilight.TwilightService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.twilight.TwilightService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.display.color.ColorDisplayService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.display.color.ColorDisplayService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.job.JobSchedulerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.job.JobSchedulerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger.SoundTriggerService
04-04 04:12:51.349   290   290 D SoundTriggerService: onBootPhase: 520 : false
04-04 04:12:51.349   290   290 I SoundTriggerMiddlewareLogging: listModules[this=com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareImpl@6d843d3, caller=1000/290]() -> [  ]
04-04 04:12:51.349   290   290 W SoundTriggerHelper: listModules status=0, # of modules=0
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.trust.TrustManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.trust.TrustManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.backup.BackupManagerService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.appwidget.AppWidgetService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.appwidget.AppWidgetService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.role.RoleManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.role.RoleManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.voiceinteraction.VoiceInteractionManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.GestureLauncherService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.GestureLauncherService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.SensorNotificationService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.SensorNotificationService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.emergency.EmergencyAffordanceService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.dreams.DreamManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.dreams.DreamManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.print.PrintManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.print.PrintManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.companion.CompanionDeviceManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.restrictions.RestrictionsManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaSessionService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaSessionService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaResourceMonitorService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.blob.BlobStoreManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.blob.BlobStoreManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.BiometricService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.BiometricService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.AuthService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.AuthService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.ShortcutService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.LauncherAppsService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.LauncherAppsService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.CrossProfileAppsService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.people.PeopleService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.people.PeopleService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.media.projection.MediaProjectionManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.slice.SliceManagerService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.camera.CameraServiceProxy
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.camera.CameraServiceProxy took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.stats.StatsCompanion$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.stats.pull.StatsPullAtomService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.incident.IncidentCompanionService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.incident.IncidentCompanionService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.MmsServiceBroker
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.MmsServiceBroker took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.autofill.AutofillManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.autofill.AutofillManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.clipboard.ClipboardService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.clipboard.ClipboardService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.appbinding.AppBindingService$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.ProfileManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageHardwareService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.PerformanceManagerService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.display.LiveDisplayService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageAudioService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageSettingsService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageGlobalActionsService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.WayDroidService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.WayDroidService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.policy.PermissionPolicyService
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.policy.PermissionPolicyService took to complete: 0ms
04-04 04:12:51.349   290   290 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.StagingManager$Lifecycle
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms
04-04 04:12:51.349   290   290 D SystemServerTiming: OnBootPhase_520 took to complete: 1ms
04-04 04:12:51.349   290   290 D SystemServerTiming: StartBootPhaseDeviceSpecificServicesReady took to complete: 1ms
04-04 04:12:51.349   290   290 I SystemServerTiming: PhaseActivityManagerReady
04-04 04:12:51.349   290   290 I SystemServerTiming: controllersReady
04-04 04:12:51.350   290   415 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.media.module changed
04-04 04:12:51.350   290   415 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.providers.media.module changed
04-04 04:12:51.350   290   416 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.systemui changed
04-04 04:12:51.350   290   416 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.systemui changed
04-04 04:12:51.350   290   417 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.deskclock changed
04-04 04:12:51.350   290   417 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.deskclock changed
04-04 04:12:51.350   290   418 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.calendar changed
04-04 04:12:51.350   290   418 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.providers.calendar changed
04-04 04:12:51.350   290   419 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.userdictionary changed
04-04 04:12:51.350   290   314 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package android changed
04-04 04:12:51.350   290   314 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package android changed
04-04 04:12:51.350   290   416 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.systemui changed
04-04 04:12:51.350   290   418 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.providers.calendar changed
04-04 04:12:51.350   290   418 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.calendar changed took to complete: 0ms
04-04 04:12:51.350   290   333 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.server.telecom changed
04-04 04:12:51.350   290   417 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.deskclock changed
04-04 04:12:51.350   290   420 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.phone changed
04-04 04:12:51.350   290   420 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.phone changed
04-04 04:12:51.350   290   419 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.providers.userdictionary changed
04-04 04:12:51.350   290   336 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.settings changed
04-04 04:12:51.350   290   343 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package org.lineageos.lineageparts changed
04-04 04:12:51.350   290   343 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package org.lineageos.lineageparts changed
04-04 04:12:51.350   290   415 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.providers.media.module changed
04-04 04:12:51.350   290   290 D SystemServerTiming: controllersReady took to complete: 1ms
04-04 04:12:51.350   290   333 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.server.telecom changed
04-04 04:12:51.350   290   417 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.deskclock changed took to complete: 0ms
04-04 04:12:51.350   290   333 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.server.telecom changed
04-04 04:12:51.350   290   420 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.phone changed
04-04 04:12:51.351   290   420 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.phone changed took to complete: 0ms
04-04 04:12:51.351   290   336 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.settings changed
04-04 04:12:51.351   290   416 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.systemui changed took to complete: 0ms
04-04 04:12:51.351   290   343 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package org.lineageos.lineageparts changed
04-04 04:12:51.351   290   415 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.media.module changed took to complete: 0ms
04-04 04:12:51.351   290   314 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package android changed
04-04 04:12:51.351   290   314 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package android changed took to complete: 1ms
04-04 04:12:51.351   290   419 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.providers.userdictionary changed
04-04 04:12:51.351   290   419 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.userdictionary changed took to complete: 1ms
04-04 04:12:51.351   290   290 I SystemServerTiming: killProcesses
04-04 04:12:51.351   290   343 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package org.lineageos.lineageparts changed took to complete: 0ms
04-04 04:12:51.351   290   333 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.server.telecom changed took to complete: 0ms
04-04 04:12:51.351   290   336 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.settings changed
04-04 04:12:51.351   290   290 D SystemServerTiming: killProcesses took to complete: 0ms
04-04 04:12:51.351   290   290 I ActivityManager: System now ready
04-04 04:12:51.351   290   336 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.settings changed took to complete: 1ms
04-04 04:12:51.351   290   290 I SystemServerTiming: updateTopComponentForFactoryTest
04-04 04:12:51.351   290   290 D SystemServerTiming: updateTopComponentForFactoryTest took to complete: 0ms
04-04 04:12:51.351   290   290 I SystemServerTiming: registerActivityLaunchObserver
04-04 04:12:51.351   290   290 D SystemServerTiming: registerActivityLaunchObserver took to complete: 0ms
04-04 04:12:51.351   290   290 I SystemServerTiming: watchDeviceProvisioning
04-04 04:12:51.357   290   290 D SystemServerTiming: watchDeviceProvisioning took to complete: 6ms
04-04 04:12:51.357   290   290 I SystemServerTiming: retrieveSettings
04-04 04:12:51.357   290   290 D SystemServerTiming: retrieveSettings took to complete: 0ms
04-04 04:12:51.357   290   290 I SystemServerTiming: Ugm.onSystemReady
04-04 04:12:51.357   290   290 D SystemServerTiming: Ugm.onSystemReady took to complete: 0ms
04-04 04:12:51.357   290   290 I SystemServerTiming: updateForceBackgroundCheck
04-04 04:12:51.357   290   290 D SystemServerTiming: updateForceBackgroundCheck took to complete: 0ms
04-04 04:12:51.357   290   290 I SystemServer: Making services ready
04-04 04:12:51.357   290   290 I SystemServerTiming: StartActivityManagerReadyPhase
04-04 04:12:51.357   290   290 I SystemServiceManager: Starting phase 550
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.security.FileIntegrityService
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.security.FileIntegrityService took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.Installer
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.Installer took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.os.DeviceIdentifiersPolicyService
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.uri.UriGrantsManagerService$Lifecycle
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.wm.ActivityTaskManagerService$Lifecycle
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.am.ActivityManagerService$Lifecycle
04-04 04:12:51.358    66    66 I Zygote  : ...preloaded 12103 classes in 257ms.
04-04 04:12:51.358    66    66 I zygote  : VMRuntime.preloadDexCaches starting
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.DataLoaderManagerService
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.power.PowerManagerService
04-04 04:12:51.358   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.power.PowerManagerService took to complete: 0ms
04-04 04:12:51.358   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.power.ThermalManagerService
04-04 04:12:51.358    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.thermal@2.0::IThermal/default in either framework or device manifest.
04-04 04:12:51.358   290   290 E ThermalHalWrapper: Thermal HAL 2.0 service not connected.
04-04 04:12:51.359    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.thermal@1.1::IThermal/default in either framework or device manifest.
04-04 04:12:51.359   290   290 E ThermalHalWrapper: Thermal HAL 1.1 service not connected.
04-04 04:12:51.359    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.thermal@1.0::IThermal/default in either framework or device manifest.
04-04 04:12:51.359   290   290 E ThermalHalWrapper: Thermal HAL 1.0 service not connected.
04-04 04:12:51.359   290   290 W ThermalManagerService: No Thermal HAL service on this device
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.power.ThermalManagerService took to complete: 1ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.lights.LightsService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.lights.LightsService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.display.DisplayManagerService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.display.DisplayManagerService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.UserManagerService$LifeCycle
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.om.OverlayManagerService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.om.OverlayManagerService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.SensorPrivacyService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.SensorPrivacyService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.SystemConfigService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.SystemConfigService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.BatteryService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.BatteryService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.usage.UsageStatsService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.usage.UsageStatsService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.webkit.WebViewUpdateService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.CachedDeviceStateService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.CachedDeviceStateService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.BinderCallsStatsService$LifeCycle
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.LooperStatsService$Lifecycle
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.rollback.RollbackManagerService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.rollback.RollbackManagerService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.os.BugreportManagerService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.os.BugreportManagerService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.gpu.GpuService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.gpu.GpuService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.security.KeyChainSystemService
04-04 04:12:51.359   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.security.KeyChainSystemService took to complete: 0ms
04-04 04:12:51.359   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.telecom.TelecomLoaderService
04-04 04:12:51.360   290   290 W ActivityManager: Too early to start/bind service in system_server: Phase=550 ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.TelecomService}
04-04 04:12:51.360   290   290 W ActivityManager: Too early to start/bind service in system_server: Phase=550 ComponentInfo{com.android.server.telecom/com.android.server.telecom.components.TelecomService}
04-04 04:12:51.360   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.telecom.TelecomLoaderService took to complete: 1ms
04-04 04:12:51.360   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.accounts.AccountManagerService$Lifecycle
04-04 04:12:51.360   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.360   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.content.ContentService$Lifecycle
04-04 04:12:51.361   290   290 I SyncManager: No initial accounts
04-04 04:12:51.361   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.content.ContentService$Lifecycle took to complete: 1ms
04-04 04:12:51.361   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.DropBoxManagerService
04-04 04:12:51.361   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.DropBoxManagerService took to complete: 0ms
04-04 04:12:51.361   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.AlarmManagerService
04-04 04:12:51.361   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.AlarmManagerService took to complete: 0ms
04-04 04:12:51.361   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.BluetoothService
04-04 04:12:51.361   290   290 D BluetoothManagerService: Bluetooth boot completed
04-04 04:12:51.361   290   290 D BluetoothManagerService: Auto-enabling Bluetooth.
04-04 04:12:51.361   290   309 D BluetoothManagerService: MESSAGE_ENABLE(0): mBluetooth = null
04-04 04:12:51.361   290   309 D BluetoothManagerService: binding Bluetooth service
04-04 04:12:51.361   290   290 D BluetoothA2dp: Binding service...
04-04 04:12:51.361   290   309 E BluetoothManagerService: Fail to bind to: Intent { act=android.bluetooth.IBluetooth }
04-04 04:12:51.361   290   290 E BluetoothA2dp: Could not bind to Bluetooth Service with Intent { act=android.bluetooth.IBluetoothA2dp }
04-04 04:12:51.362   290   290 I BluetoothAirplaneModeListener: start
04-04 04:12:51.362   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.BluetoothService took to complete: 0ms
04-04 04:12:51.362   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.connectivity.IpConnectivityMetrics
04-04 04:12:51.362   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
04-04 04:12:51.362   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
04-04 04:12:51.362   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 1ms
04-04 04:12:51.362   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.PinnerService
04-04 04:12:51.362   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.PinnerService took to complete: 0ms
04-04 04:12:51.362   290   290 I SystemServerTiming: OnBootPhase_550_com.google.android.startop.iorap.IorapForwardingService
04-04 04:12:51.362   290   290 D SystemServerTiming: OnBootPhase_550_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms
04-04 04:12:51.362   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.integrity.AppIntegrityManagerService
04-04 04:12:51.362   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
04-04 04:12:51.362   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
04-04 04:12:51.362    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.touch@1.0::IStylusMode/default in either framework or device manifest.
04-04 04:12:51.363    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.touch@1.0::IGloveMode/default in either framework or device manifest.
04-04 04:12:51.364    66    66 I zygote  : VMRuntime.preloadDexCaches strings total=363832 before=11020 after=11020
04-04 04:12:51.364    66    66 I zygote  : VMRuntime.preloadDexCaches types total=41060 before=11251 after=11426
04-04 04:12:51.364    66    66 I zygote  : VMRuntime.preloadDexCaches fields total=174546 before=14273 after=15177
04-04 04:12:51.364    66    66 I zygote  : VMRuntime.preloadDexCaches methods total=317291 before=18080 after=18080
04-04 04:12:51.364    66    66 I zygote  : VMRuntime.preloadDexCaches finished
04-04 04:12:51.364    66    66 D ZygoteInitTiming_lazy: PreloadClasses took to complete: 263ms
04-04 04:12:51.365    66    66 I zygote  : The ClassLoaderContext is a special shared library.
04-04 04:12:51.365    66    66 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
04-04 04:12:51.366    66    66 I zygote  : The ClassLoaderContext is a special shared library.
04-04 04:12:51.366    66    66 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar
04-04 04:12:51.366    66    66 I zygote  : The ClassLoaderContext is a special shared library.
04-04 04:12:51.367    66    66 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.test.base.jar
04-04 04:12:51.367    66    66 D ZygoteInitTiming_lazy: CacheNonBootClasspathClassLoaders took to complete: 3ms
04-04 04:12:51.367    66    66 I Zygote  : Preloading resources...
04-04 04:12:51.368   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 6ms
04-04 04:12:51.368   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
04-04 04:12:51.368   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.368   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.StorageManagerService$Lifecycle
04-04 04:12:51.368   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.368   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.usage.StorageStatsService$Lifecycle
04-04 04:12:51.368   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.368   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.UiModeManagerService
04-04 04:12:51.368   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.UiModeManagerService took to complete: 0ms
04-04 04:12:51.368   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.locksettings.LockSettingsService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.testharness.TestHarnessModeService
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.DeviceIdleController
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.DeviceIdleController took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.textservices.TextServicesManagerService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.NetworkScoreService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.wifi.WifiService
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.wifi.WifiService took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.wifi.scanner.WifiScanningService
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.ethernet.EthernetService
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.ethernet.EthernetService took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.notification.NotificationManagerService
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.notification.NotificationManagerService took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.storage.DeviceStorageMonitorService
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.location.LocationManagerService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.timedetector.TimeDetectorService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.search.SearchManagerService$Lifecycle
04-04 04:12:51.369   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.369   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
04-04 04:12:51.369   290   358 D StorageManagerService: Isolated storage local flag 0 and remote flag 0 resolved to true
04-04 04:12:51.369   290   290 I WallpaperManagerService: No static wallpaper imagery; defaults will be shown
04-04 04:12:51.369   290   290 V WallpaperManagerService: bindWallpaperComponentLocked: componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
04-04 04:12:51.370   290   290 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10132; state: DISABLED
04-04 04:12:51.370   290   317 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10132; state: ENABLED
04-04 04:12:51.370   290   290 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /data/system/users/0/wallpaper_orig: open failed: ENOENT (No such file or directory)
04-04 04:12:51.370   290   290 W WallpaperManagerService: Invalid wallpaper data
04-04 04:12:51.370   290   290 E WallpaperManagerService: Unable to apply new wallpaper
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 1ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.audio.AudioService$Lifecycle
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.DockObserver
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.DockObserver took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.adb.AdbService$Lifecycle
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.usb.UsbService$Lifecycle
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.twilight.TwilightService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.twilight.TwilightService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.display.color.ColorDisplayService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.display.color.ColorDisplayService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.job.JobSchedulerService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.job.JobSchedulerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger.SoundTriggerService
04-04 04:12:51.370   290   352 I SystemServerTimingAsync: InitThreadPoolExec:UsbService$Lifecycle#onBootPhase
04-04 04:12:51.370    66    66 W Resources: Preloaded drawable resource #0x1080293 (android:drawable/dialog_background_material) that varies with configuration!!
04-04 04:12:51.370   290   352 D SystemServerInitThreadPool: Started executing UsbService$Lifecycle#onBootPhase
04-04 04:12:51.370   290   290 D SoundTriggerService: onBootPhase: 550 : false
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.trust.TrustManagerService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.trust.TrustManagerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.backup.BackupManagerService$Lifecycle
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.370   290   352 D SystemServerInitThreadPool: Finished executing UsbService$Lifecycle#onBootPhase
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.appwidget.AppWidgetService
04-04 04:12:51.370   290   352 D SystemServerTimingAsync: InitThreadPoolExec:UsbService$Lifecycle#onBootPhase took to complete: 0ms
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.appwidget.AppWidgetService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.role.RoleManagerService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.role.RoleManagerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.voiceinteraction.VoiceInteractionManagerService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.GestureLauncherService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.GestureLauncherService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.SensorNotificationService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.SensorNotificationService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.emergency.EmergencyAffordanceService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
04-04 04:12:51.370   290   379 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.dreams.DreamManagerService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.dreams.DreamManagerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.print.PrintManagerService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.print.PrintManagerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.companion.CompanionDeviceManagerService
04-04 04:12:51.370   290   379 D BluetoothA2dp: Binding service...
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
04-04 04:12:51.370   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.restrictions.RestrictionsManagerService
04-04 04:12:51.370   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaSessionService
04-04 04:12:51.371   290   379 E BluetoothA2dp: Could not bind to Bluetooth Service with Intent { act=android.bluetooth.IBluetoothA2dp }
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaSessionService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaResourceMonitorService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.blob.BlobStoreManagerService
04-04 04:12:51.371    99   246 I AudioFlinger: systemReady
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.blob.BlobStoreManagerService took to complete: 1ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.BiometricService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.BiometricService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.AuthService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.AuthService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.ShortcutService$Lifecycle
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.LauncherAppsService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.LauncherAppsService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.CrossProfileAppsService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.people.PeopleService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.people.PeopleService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.media.projection.MediaProjectionManagerService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.slice.SliceManagerService$Lifecycle
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.camera.CameraServiceProxy
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.camera.CameraServiceProxy took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.stats.StatsCompanion$Lifecycle
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.stats.pull.StatsPullAtomService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.incident.IncidentCompanionService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.incident.IncidentCompanionService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.MmsServiceBroker
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.MmsServiceBroker took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.autofill.AutofillManagerService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.autofill.AutofillManagerService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.clipboard.ClipboardService
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.clipboard.ClipboardService took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.appbinding.AppBindingService$Lifecycle
04-04 04:12:51.371   290   290 I AppBindingService: Updating constants with: null
04-04 04:12:51.371   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
04-04 04:12:51.371   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.ProfileManagerService
04-04 04:12:51.372   290   290 V ProfileTriggerHelper: Enabling
04-04 04:12:51.372   290   290 D LineageProfileService: Found active: 0230226d-0d05-494a-a9bd-d222a1117655
04-04 04:12:51.373   290   290 D LineageProfileService: Set active profile to: 0230226d-0d05-494a-a9bd-d222a1117655 - Default
04-04 04:12:51.373   290   290 D LineageProfileService: Saving profile data...
04-04 04:12:51.373   290   290 D LineageProfileService: Save completed.
04-04 04:12:51.373   155   217 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.373   155   155 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.ProfileManagerService took to complete: 3ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageHardwareService
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.PerformanceManagerService
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.display.LiveDisplayService
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageAudioService
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageSettingsService
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageGlobalActionsService
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.WayDroidService
04-04 04:12:51.374   290   290 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.WayDroidService took to complete: 0ms
04-04 04:12:51.374   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.policy.PermissionPolicyService
04-04 04:12:51.374   157   231 D MediaCodecList: Allowing all OMX codecs
04-04 04:12:51.376   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.376   162   162 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in android.hardwar process
04-04 04:12:51.379   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.379   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.aac.decoder) in android.hardwar process
04-04 04:12:51.379   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.aac.decoder'
04-04 04:12:51.379   162   235 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.aac.decoder mCodingType: 21
04-04 04:12:51.379   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.380   162   235 E OMXNodeInstance: getParameter(0xf571f480:ffmpeg.aac.decoder, ParamAudioProfileQuerySupported(0x6f400005)) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.380   157   231 W ACodec  : component OMX.ffmpeg.aac.decoder doesn't support profile query.
04-04 04:12:51.380   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.380   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.380   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.ac3.decoder) in android.hardwar process
04-04 04:12:51.380   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.ac3.decoder'
04-04 04:12:51.380   162   235 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.ac3.decoder mCodingType: 2130706434
04-04 04:12:51.380   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.380   290   290 I PackageManager: Permission ownership changed. Updating all permissions.
04-04 04:12:51.380   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.381   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.381   162   235 I OMXMaster: makeComponentInstance(OMX.google.amrnb.decoder) in android.hardwar process
04-04 04:12:51.381    66    66 I Zygote  : ...preloaded 64 resources in 14ms.
04-04 04:12:51.381   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.382   162   162 I OMXMaster: makeComponentInstance(OMX.google.amrwb.decoder) in android.hardwar process
04-04 04:12:51.382   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.382   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.ape.decoder) in android.hardwar process
04-04 04:12:51.382   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.ape.decoder'
04-04 04:12:51.382   162   162 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.ape.decoder mCodingType: 2130706435
04-04 04:12:51.382   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.policy.PermissionPolicyService took to complete: 8ms
04-04 04:12:51.382   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.382   290   290 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.StagingManager$Lifecycle
04-04 04:12:51.382   290   290 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms
04-04 04:12:51.382   290   290 D SystemServerTiming: OnBootPhase_550 took to complete: 25ms
04-04 04:12:51.382   290   290 D SystemServerTiming: StartActivityManagerReadyPhase took to complete: 25ms
04-04 04:12:51.382   290   290 I SystemServerTiming: StartObservingNativeCrashes
04-04 04:12:51.382   290   290 D SystemServerTiming: StartObservingNativeCrashes took to complete: 0ms
04-04 04:12:51.382   290   290 I SystemServerTiming: StartSystemUI
04-04 04:12:51.382   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.382   290   359 I SystemServerTimingAsync: InitThreadPoolExec:WebViewFactoryPreparation
04-04 04:12:51.382   290   359 D SystemServerInitThreadPool: Started executing WebViewFactoryPreparation
04-04 04:12:51.382   290   359 I SystemServer: WebViewFactoryPreparation
04-04 04:12:51.383   290   359 I SystemServerTimingAsync: WebViewFactoryPreparation
04-04 04:12:51.383   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.383   290   290 D SystemServerTiming: StartSystemUI took to complete: 1ms
04-04 04:12:51.383   290   290 I SystemServerTiming: MakeNetworkManagementServiceReady
04-04 04:12:51.383   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.dts.decoder) in android.hardwar process
04-04 04:12:51.383   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.dts.decoder'
04-04 04:12:51.383   162   162 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.dts.decoder mCodingType: 2130706436
04-04 04:12:51.383   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.383   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.383   290   290 W NetworkManagement: setDataSaverMode(): already false
04-04 04:12:51.383   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.383   290   290 D SystemServerTiming: MakeNetworkManagementServiceReady took to complete: 0ms
04-04 04:12:51.383   290   290 I SystemServerTiming: MakeIpSecServiceReady
04-04 04:12:51.383   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.383   162   235 I OMXMaster: makeComponentInstance(OMX.google.flac.decoder) in android.hardwar process
04-04 04:12:51.383   290   290 D IpSecService: IpSecService is ready
04-04 04:12:51.383   290   290 D SystemServerTiming: MakeIpSecServiceReady took to complete: 0ms
04-04 04:12:51.383   290   290 I SystemServerTiming: MakeNetworkStatsServiceReady
04-04 04:12:51.384   290   366 E WifiNative: Could not get Iface object for interface null
04-04 04:12:51.384   290   290 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.384   290   366 E HalDevMgr: getAllChipInfo: called but mWifi is null!?
04-04 04:12:51.384    66    66 I Zygote  : ...preloaded 41 resources in 3ms.
04-04 04:12:51.384   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.384   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.flac.decoder) in android.hardwar process
04-04 04:12:51.384   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.flac.decoder'
04-04 04:12:51.384   162   162 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.flac.decoder mCodingType: 28
04-04 04:12:51.384   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.385   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.385   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.385   162   162 I OMXMaster: makeComponentInstance(OMX.google.g711.alaw.decoder) in android.hardwar process
04-04 04:12:51.385    66    66 I Zygote  : ...preloaded 8 resource in 1ms.
04-04 04:12:51.385    66    66 D ZygoteInitTiming_lazy: PreloadResources took to complete: 18ms
04-04 04:12:51.385   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.385   162   235 I OMXMaster: makeComponentInstance(OMX.google.g711.mlaw.decoder) in android.hardwar process
04-04 04:12:51.386   290   363 W NetworkPolicy: setRestrictBackgroundUL: already false
04-04 04:12:51.386   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.386   162   235 I OMXMaster: makeComponentInstance(OMX.google.gsm.decoder) in android.hardwar process
04-04 04:12:51.387   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.387   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mp2.decoder) in android.hardwar process
04-04 04:12:51.387   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mp2.decoder'
04-04 04:12:51.387   162   235 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.mp2.decoder mCodingType: 2130706433
04-04 04:12:51.387   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.387   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.387   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.387   162   162 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in android.hardwar process
04-04 04:12:51.388   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.388   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mp3.decoder) in android.hardwar process
04-04 04:12:51.388   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mp3.decoder'
04-04 04:12:51.388   162   162 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.mp3.decoder mCodingType: 22
04-04 04:12:51.388   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.388   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.389   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.389   162   162 I OMXMaster: makeComponentInstance(OMX.google.opus.decoder) in android.hardwar process
04-04 04:12:51.390   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.390   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.ra.decoder) in android.hardwar process
04-04 04:12:51.390   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.ra.decoder'
04-04 04:12:51.390   162   162 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.ra.decoder mCodingType: 26
04-04 04:12:51.390   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.390   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.391   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.391   162   235 I OMXMaster: makeComponentInstance(OMX.google.raw.decoder) in android.hardwar process
04-04 04:12:51.391   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.392   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.atrial.decoder) in android.hardwar process
04-04 04:12:51.392   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.atrial.decoder'
04-04 04:12:51.392   162   162 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.atrial.decoder mCodingType: 1
04-04 04:12:51.392   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.392   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.392   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.392   162   162 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.393   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.393   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vorbis.decoder) in android.hardwar process
04-04 04:12:51.393   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vorbis.decoder'
04-04 04:12:51.393   162   235 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.vorbis.decoder mCodingType: 24
04-04 04:12:51.393   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.393   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.394   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.394   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.wma.decoder) in android.hardwar process
04-04 04:12:51.394   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.wma.decoder'
04-04 04:12:51.394   162   235 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.wma.decoder mCodingType: 25
04-04 04:12:51.394   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.394   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.394    66    66 D libEGL  : loaded /vendor/lib/egl/libEGL_mesa.so
04-04 04:12:51.394   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.394   162   235 I OMXMaster: makeComponentInstance(OMX.google.aac.encoder) in android.hardwar process
04-04 04:12:51.395    66    66 D libEGL  : loaded /vendor/lib/egl/libGLESv1_CM_mesa.so
04-04 04:12:51.396    66    66 D libEGL  : loaded /vendor/lib/egl/libGLESv2_mesa.so
04-04 04:12:51.396   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.396   162   162 I OMXMaster: makeComponentInstance(OMX.google.amrnb.encoder) in android.hardwar process
04-04 04:12:51.396   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.396   162   162 I OMXMaster: makeComponentInstance(OMX.google.amrwb.encoder) in android.hardwar process
04-04 04:12:51.397   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.397   162   235 I OMXMaster: makeComponentInstance(OMX.google.flac.encoder) in android.hardwar process
04-04 04:12:51.398   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.398   162   235 I OMXMaster: makeComponentInstance(OMX.google.h264.decoder) in android.hardwar process
04-04 04:12:51.399   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.h264.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.399   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.399   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.h264.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.399    66    66 I Zygote  : Preloading shared libraries...
04-04 04:12:51.399   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.399   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.divx.decoder) in android.hardwar process
04-04 04:12:51.399   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.divx.decoder'
04-04 04:12:51.399   162   162 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.divx.decoder codingType=2130706435 appData: 0xf560d3c0
04-04 04:12:51.399   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.399   162   162 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.400   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.divx.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.400   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.400   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.divx.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.400   162   162 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.400   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.400   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.400   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.flv1.decoder) in android.hardwar process
04-04 04:12:51.400   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.flv1.decoder'
04-04 04:12:51.400   162   162 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.flv1.decoder codingType=2130706434 appData: 0xf560d3c0
04-04 04:12:51.400   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.400   162   162 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.400   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.flv1.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.400   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.400   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.flv1.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.401   162   162 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.401   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.401   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.401   162   162 I OMXMaster: makeComponentInstance(OMX.google.h263.decoder) in android.hardwar process
04-04 04:12:51.401    66    66 I Zygote  : Called ZygoteHooks.endPreload()
04-04 04:12:51.401    66    66 I Zygote  : Installed AndroidKeyStoreProvider in 0ms.
04-04 04:12:51.401   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.401   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.401   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.h263.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.402   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.402   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.h263.decoder) in android.hardwar process
04-04 04:12:51.402   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.h263.decoder'
04-04 04:12:51.402   162   162 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.h263.decoder codingType=3 appData: 0xf560d3c0
04-04 04:12:51.402   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.402   162   162 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.402   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.402   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.402   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.h263.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.402   162   162 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.402   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.402   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.402   162   235 I OMXMaster: makeComponentInstance(OMX.google.hevc.decoder) in android.hardwar process
04-04 04:12:51.404    66    66 I Zygote  : Warmed up JCA providers in 3ms.
04-04 04:12:51.404    66    66 D Zygote  : end preload
04-04 04:12:51.404   290   341 D SystemServerTimingAsync: SecondaryZygotePreload took to complete: 308ms
04-04 04:12:51.404   290   341 D SystemServerInitThreadPool: Finished executing SecondaryZygotePreload
04-04 04:12:51.404   290   341 D SystemServerTimingAsync: InitThreadPoolExec:SecondaryZygotePreload took to complete: 308ms
04-04 04:12:51.405   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.hevc.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.405   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.405   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.hevc.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.405   290   359 D SystemServerTimingAsync: WebViewFactoryPreparation took to complete: 23ms
04-04 04:12:51.405   290   359 D SystemServerInitThreadPool: Finished executing WebViewFactoryPreparation
04-04 04:12:51.405   290   359 D SystemServerTimingAsync: InitThreadPoolExec:WebViewFactoryPreparation took to complete: 23ms
04-04 04:12:51.405   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.406   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mpeg2.decoder) in android.hardwar process
04-04 04:12:51.406   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mpeg2.decoder'
04-04 04:12:51.406   162   235 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.mpeg2.decoder codingType=2 appData: 0xf560d3c0
04-04 04:12:51.406   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.406   162   235 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.406   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.mpeg2.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.406   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.406   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.mpeg2.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.406   162   235 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.406   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.406   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.406   162   235 I OMXMaster: makeComponentInstance(OMX.google.mpeg4.decoder) in android.hardwar process
04-04 04:12:51.406   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.406   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.406   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.mpeg4.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.407   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.407   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mpeg4.decoder) in android.hardwar process
04-04 04:12:51.407   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mpeg4.decoder'
04-04 04:12:51.407   162   235 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.mpeg4.decoder codingType=4 appData: 0xf560d3c0
04-04 04:12:51.407   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.407   162   235 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.407   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.407   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.407   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.mpeg4.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.407   162   235 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.407   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.407   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.407   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.rv.decoder) in android.hardwar process
04-04 04:12:51.407   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.rv.decoder'
04-04 04:12:51.407   162   235 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.rv.decoder codingType=6 appData: 0xf560d3c0
04-04 04:12:51.407   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.407   162   235 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.407   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.rv.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.407   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.407   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.rv.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.407   162   235 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.408   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.408   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.408   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vtrial.decoder) in android.hardwar process
04-04 04:12:51.408   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vtrial.decoder'
04-04 04:12:51.408   162   235 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vtrial.decoder codingType=1 appData: 0xf560d3c0
04-04 04:12:51.408   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.408   162   235 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.408   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vtrial.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.408   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.408   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vtrial.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.408   162   235 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.408   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.408   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.408   162   235 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vc1.decoder) in android.hardwar process
04-04 04:12:51.408   162   235 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vc1.decoder'
04-04 04:12:51.408   162   235 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vc1.decoder codingType=2130706433 appData: 0xf560d3c0
04-04 04:12:51.408   162   235 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.408   162   235 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.409   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vc1.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.409   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.409   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vc1.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.409   162   235 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.409   162   235 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.409    65    65 D Zygote  : Forked child process 510
04-04 04:12:51.409   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.409   162   235 I OMXMaster: makeComponentInstance(OMX.google.vp8.decoder) in android.hardwar process
04-04 04:12:51.410   290   317 I ActivityManager: Start proc 510:com.android.systemui/u0a132 for service {com.android.systemui/com.android.systemui.ImageWallpaper}
04-04 04:12:51.410   510   510 E libprocessgroup: Failed to make and chown /acct/uid_10132: Read-only file system
04-04 04:12:51.410   510   510 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.411   510   510 W ndroid.systemu: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.411   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.411   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.411   162   235 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.vp8.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.411   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.412   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vp8.decoder) in android.hardwar process
04-04 04:12:51.412   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vp8.decoder'
04-04 04:12:51.412   162   162 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vp8.decoder codingType=9 appData: 0xf560d3c0
04-04 04:12:51.412   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.412   162   162 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.412   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.412   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.412   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vp8.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.412   162   162 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.412   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.412   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.412   162   162 I OMXMaster: makeComponentInstance(OMX.google.vp9.decoder) in android.hardwar process
04-04 04:12:51.412   129   150 I adbd    : jdwp connection from 510
04-04 04:12:51.413   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.vp9.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.413   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.413   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:google.vp9.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.413   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.413   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vp9.decoder) in android.hardwar process
04-04 04:12:51.413   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vp9.decoder'
04-04 04:12:51.413   162   162 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vp9.decoder codingType=10 appData: 0xf560d3c0
04-04 04:12:51.413   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.413   162   162 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.413   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vp9.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.413   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.413   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.vp9.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.413   162   162 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.413   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.413   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.413   162   162 I OMXMaster: makeComponentInstance(OMX.ffmpeg.wmv.decoder) in android.hardwar process
04-04 04:12:51.413   162   162 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.wmv.decoder'
04-04 04:12:51.414   162   162 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.wmv.decoder codingType=5 appData: 0xf560d3c0
04-04 04:12:51.414   162   162 I FFMPEG  : FFMPEG initialized: 5.1.2 (Android-x86)
04-04 04:12:51.414   162   162 D SoftFFmpegVideo: 0xf560d640 initDecoder: 0xf5419000
04-04 04:12:51.414   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.wmv.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.414   157   231 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove
04-04 04:12:51.414   162   162 E OMXNodeInstance: getExtensionIndex(0xf571f480:ffmpeg.wmv.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.414   162   162 D SoftFFmpegVideo: 0xf560d640 deInitDecoder: 0xf5419000
04-04 04:12:51.414   162   162 D FFMPEG  : FFMPEG deinitialized
04-04 04:12:51.414   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.414   162   235 I OMXMaster: makeComponentInstance(OMX.google.h264.encoder) in android.hardwar process
04-04 04:12:51.415   157   231 W OMXUtils: do not know color format 0x7f000789 = 2130708361
04-04 04:12:51.415   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.415   162   235 I OMXMaster: makeComponentInstance(OMX.google.h263.encoder) in android.hardwar process
04-04 04:12:51.416   162   235 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder
04-04 04:12:51.416   157   231 W OMXUtils: do not know color format 0x7f000789 = 2130708361
04-04 04:12:51.416   162   235 E OMXNodeInstance: getConfig(0xf571f480:google.h263.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001)
04-04 04:12:51.416   162   235 E OMXNodeInstance: getParameter(0xf571f480:google.h263.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.416   157   231 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove
04-04 04:12:51.416    99   246 I AudioPolicyService: Capy check package com.android.systemui, sdk 30
04-04 04:12:51.417   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.417   162   235 I OMXMaster: makeComponentInstance(OMX.google.mpeg4.encoder) in android.hardwar process
04-04 04:12:51.417   162   235 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder
04-04 04:12:51.417   157   231 W OMXUtils: do not know color format 0x7f000789 = 2130708361
04-04 04:12:51.417   162   235 E OMXNodeInstance: getConfig(0xf571f480:google.mpeg4.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001)
04-04 04:12:51.417   162   235 E OMXNodeInstance: getParameter(0xf571f480:google.mpeg4.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.417   157   231 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove
04-04 04:12:51.417   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.417   162   162 I OMXMaster: makeComponentInstance(OMX.google.vp8.encoder) in android.hardwar process
04-04 04:12:51.418   157   231 W OMXUtils: do not know color format 0x7f000789 = 2130708361
04-04 04:12:51.418   162   162 E OMXNodeInstance: getConfig(0xf571f480:google.vp8.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001)
04-04 04:12:51.418   162   162 E OMXNodeInstance: getParameter(0xf571f480:google.vp8.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.418   157   231 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove
04-04 04:12:51.418   157   231 I OMXClient: IOmx service obtained
04-04 04:12:51.418   162   162 I OMXMaster: makeComponentInstance(OMX.google.vp9.encoder) in android.hardwar process
04-04 04:12:51.418   157   231 W OMXUtils: do not know color format 0x7f000789 = 2130708361
04-04 04:12:51.418   162   162 E OMXNodeInstance: getConfig(0xf571f480:google.vp9.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001)
04-04 04:12:51.418   162   162 E OMXNodeInstance: getParameter(0xf571f480:google.vp9.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a)
04-04 04:12:51.418   157   231 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove
04-04 04:12:51.419   157   231 I Codec2Client: Available Codec2 services: "software"
04-04 04:12:51.419   164   164 V C2Store : in init
04-04 04:12:51.419   164   164 V C2Store : loading dll
04-04 04:12:51.421   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.421   164   164 V C2Store : unloading dll
04-04 04:12:51.421   164   164 V C2Store : in init
04-04 04:12:51.421   164   164 V C2Store : loading dll
04-04 04:12:51.421   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.421   164   164 V C2Store : unloading dll
04-04 04:12:51.421   164   164 V C2Store : in init
04-04 04:12:51.421   164   164 V C2Store : loading dll
04-04 04:12:51.422   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.422   164   164 V C2Store : unloading dll
04-04 04:12:51.422   164   164 V C2Store : in init
04-04 04:12:51.422   164   164 V C2Store : loading dll
04-04 04:12:51.422   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.422   164   164 V C2Store : unloading dll
04-04 04:12:51.422   164   164 V C2Store : in init
04-04 04:12:51.422   164   164 V C2Store : loading dll
04-04 04:12:51.423   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.423   164   164 V C2Store : unloading dll
04-04 04:12:51.423   164   164 V C2Store : in init
04-04 04:12:51.423   164   164 V C2Store : loading dll
04-04 04:12:51.423   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.423   164   164 V C2Store : unloading dll
04-04 04:12:51.423   164   164 V C2Store : in init
04-04 04:12:51.424   164   164 V C2Store : loading dll
04-04 04:12:51.424   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.424   164   164 V C2Store : unloading dll
04-04 04:12:51.424   164   164 V C2Store : in init
04-04 04:12:51.424   164   164 V C2Store : loading dll
04-04 04:12:51.425   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.425   164   164 V C2Store : unloading dll
04-04 04:12:51.425   164   164 V C2Store : in init
04-04 04:12:51.425   164   164 V C2Store : loading dll
04-04 04:12:51.426   164   164 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004)
04-04 04:12:51.426   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.426   164   164 V C2Store : unloading dll
04-04 04:12:51.426   164   164 V C2Store : in init
04-04 04:12:51.426   164   164 V C2Store : loading dll
04-04 04:12:51.428   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.428   164   164 V C2Store : unloading dll
04-04 04:12:51.428   164   164 V C2Store : in init
04-04 04:12:51.428   164   164 V C2Store : loading dll
04-04 04:12:51.428   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.428   164   164 V C2Store : unloading dll
04-04 04:12:51.428   164   164 V C2Store : in init
04-04 04:12:51.428   164   164 V C2Store : loading dll
04-04 04:12:51.428   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.428   164   164 V C2Store : unloading dll
04-04 04:12:51.428   164   164 V C2Store : in init
04-04 04:12:51.428   164   164 V C2Store : loading dll
04-04 04:12:51.429   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.429   164   164 V C2Store : unloading dll
04-04 04:12:51.429   164   164 V C2Store : in init
04-04 04:12:51.429   164   164 V C2Store : loading dll
04-04 04:12:51.429   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.429   164   164 V C2Store : unloading dll
04-04 04:12:51.429   164   164 V C2Store : in init
04-04 04:12:51.429   164   164 V C2Store : loading dll
04-04 04:12:51.430   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.430   164   164 V C2Store : unloading dll
04-04 04:12:51.430   164   164 V C2Store : in init
04-04 04:12:51.430   164   164 V C2Store : loading dll
04-04 04:12:51.430   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.430   164   164 V C2Store : unloading dll
04-04 04:12:51.430   164   164 V C2Store : in init
04-04 04:12:51.430   164   164 V C2Store : loading dll
04-04 04:12:51.431   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.431   164   164 V C2Store : unloading dll
04-04 04:12:51.431   164   164 V C2Store : in init
04-04 04:12:51.431   164   164 V C2Store : loading dll
04-04 04:12:51.431   164   164 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004)
04-04 04:12:51.431   164   164 D C2SoftHevcEnc: Given level 6000 does not cover current configuration: adjusting to 6001
04-04 04:12:51.431   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.431   164   164 V C2Store : unloading dll
04-04 04:12:51.431   164   164 V C2Store : in init
04-04 04:12:51.431   164   164 V C2Store : loading dll
04-04 04:12:51.432   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.432   164   164 V C2Store : unloading dll
04-04 04:12:51.432   164   164 V C2Store : in init
04-04 04:12:51.432   164   164 V C2Store : loading dll
04-04 04:12:51.432   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.432   164   164 V C2Store : unloading dll
04-04 04:12:51.432   164   164 V C2Store : in init
04-04 04:12:51.432   164   164 V C2Store : loading dll
04-04 04:12:51.433   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.433   164   164 V C2Store : unloading dll
04-04 04:12:51.433   164   164 V C2Store : in init
04-04 04:12:51.433   164   164 V C2Store : loading dll
04-04 04:12:51.433   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.433   164   164 V C2Store : unloading dll
04-04 04:12:51.433   164   164 V C2Store : in init
04-04 04:12:51.433   164   164 V C2Store : loading dll
04-04 04:12:51.434   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.434   164   164 V C2Store : unloading dll
04-04 04:12:51.434   164   164 V C2Store : in init
04-04 04:12:51.434   164   164 V C2Store : loading dll
04-04 04:12:51.434   290   290 E NetworkStats: problem reading network stats
04-04 04:12:51.434   290   290 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.net.NetworkStatsService.bootstrapStatsLocked(NetworkStatsService.java:1446)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.net.NetworkStatsService.systemReady(NetworkStatsService.java:496)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer(SystemServer.java:2347)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.-$$Lambda$SystemServer$c50amMOcae1K0NdkHHoWNGvSMJQ.run(Unknown Source:53)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:9764)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.SystemServer.startOtherServices(SystemServer.java:2265)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.SystemServer.run(SystemServer.java:601)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.SystemServer.main(SystemServer.java:417)
04-04 04:12:51.434   290   290 E NetworkStats: 	at java.lang.reflect.Method.invoke(Native Method)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:926)
04-04 04:12:51.434   290   290 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.434   290   290 E NetworkStats:  (code 121)
04-04 04:12:51.434   290   290 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.434   290   290 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.434   290   290 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.434   290   290 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.434   290   290 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.434   290   290 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.434   290   290 E NetworkStats: 	... 15 more
04-04 04:12:51.434   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.434   164   164 V C2Store : unloading dll
04-04 04:12:51.434   164   164 V C2Store : in init
04-04 04:12:51.434   164   164 V C2Store : loading dll
04-04 04:12:51.435   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.435   164   164 V C2Store : unloading dll
04-04 04:12:51.435   290   316 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2
04-04 04:12:51.435   164   164 V C2Store : in init
04-04 04:12:51.435   164   164 V C2Store : loading dll
04-04 04:12:51.435   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.435   164   164 V C2Store : unloading dll
04-04 04:12:51.435   164   164 V C2Store : in init
04-04 04:12:51.435   164   164 V C2Store : loading dll
04-04 04:12:51.436   290   290 D SystemServerTiming: MakeNetworkStatsServiceReady took to complete: 53ms
04-04 04:12:51.436   290   290 I SystemServerTiming: MakeConnectivityServiceReady
04-04 04:12:51.436   290   290 D PermissionMonitor: Monitoring
04-04 04:12:51.436   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.436   164   164 V C2Store : unloading dll
04-04 04:12:51.436   164   164 V C2Store : in init
04-04 04:12:51.436   164   164 V C2Store : loading dll
04-04 04:12:51.436   510   510 I ndroid.systemu: The ClassLoaderContext is a special shared library.
04-04 04:12:51.437   164   164 I C2SoftVp8Enc: setting temporal layering 0 + 0
04-04 04:12:51.437   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.437   164   164 V C2Store : unloading dll
04-04 04:12:51.437   164   164 V C2Store : in init
04-04 04:12:51.437   164   164 V C2Store : loading dll
04-04 04:12:51.437   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.437   164   164 V C2Store : unloading dll
04-04 04:12:51.437   164   164 V C2Store : in init
04-04 04:12:51.437   164   164 V C2Store : loading dll
04-04 04:12:51.438   164   164 I C2SoftVp9Enc: setting temporal layering 0 + 0
04-04 04:12:51.438   164   164 V C2Store : in ~ComponentModule
04-04 04:12:51.438   164   164 V C2Store : unloading dll
04-04 04:12:51.438   157   231 D MediaCodecsXmlParser: parsing /apex/com.android.media.swcodec/etc/media_codecs.xml...
04-04 04:12:51.438   157   231 D MediaCodecsXmlParser: disabling c2.android.gsm.decoder
04-04 04:12:51.439   157   231 D MediaCodecsXmlParser: disabling c2.android.mpeg2.decoder
04-04 04:12:51.439   157   231 D MediaCodecsXmlParser: Cannot find 
04-04 04:12:51.439   157   231 I chatty  : uid=1013(media) Binder:157_1 identical 1 line
04-04 04:12:51.439   157   231 D MediaCodecsXmlParser: Cannot find 
04-04 04:12:51.439   157   231 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs.xml...
04-04 04:12:51.439   290   290 D PermissionMonitor: Users: 1, Apps: 9
04-04 04:12:51.439   157   231 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_audio.xml...
04-04 04:12:51.440   157   231 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_telephony.xml...
04-04 04:12:51.440   157   231 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_video.xml...
04-04 04:12:51.440   290   362 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.440   157   231 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_ffmpeg.xml...
04-04 04:12:51.440   157   231 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 44 of /vendor/etc/media_codecs_ffmpeg.xml
04-04 04:12:51.440   157   231 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 45 of /vendor/etc/media_codecs_ffmpeg.xml
04-04 04:12:51.440    66    66 D Zygote  : Forked child process 555
04-04 04:12:51.440   157   231 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_performance.xml...
04-04 04:12:51.441   164   164 V C2Store : in init
04-04 04:12:51.441   164   164 V C2Store : loading dll
04-04 04:12:51.441   555   555 E libprocessgroup: Failed to make and chown /acct/uid_1037: Read-only file system
04-04 04:12:51.441   555   555 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.442   164   229 V C2Store : in init
04-04 04:12:51.442   164   229 V C2Store : loading dll
04-04 04:12:51.442   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.442   164   230 V C2Store : unloading dll
04-04 04:12:51.442   555   555 W WebViewLoader-: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.443   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.443   164   230 V C2Store : in init
04-04 04:12:51.443   164   229 V C2Store : unloading dll
04-04 04:12:51.443   164   230 V C2Store : loading dll
04-04 04:12:51.443   290   317 I ActivityManager: Start proc 555:WebViewLoader-x86/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for null
04-04 04:12:51.443   164   229 V C2Store : in init
04-04 04:12:51.443   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.443   164   229 V C2Store : loading dll
04-04 04:12:51.443   164   230 V C2Store : unloading dll
04-04 04:12:51.444   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.444   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.444   164   230 V C2Store : in init
04-04 04:12:51.444   164   229 V C2Store : unloading dll
04-04 04:12:51.444   164   230 V C2Store : loading dll
04-04 04:12:51.444   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.444   164   565 V C2Store : in init
04-04 04:12:51.444   164   230 V C2Store : unloading dll
04-04 04:12:51.444   164   565 V C2Store : loading dll
04-04 04:12:51.445   164   229 V C2Store : in init
04-04 04:12:51.445   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.445   164   229 V C2Store : loading dll
04-04 04:12:51.445   164   565 V C2Store : unloading dll
04-04 04:12:51.445   129   150 I adbd    : jdwp connection from 555
04-04 04:12:51.446   164   230 V C2Store : in init
04-04 04:12:51.446   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.446   164   230 V C2Store : loading dll
04-04 04:12:51.446   164   229 V C2Store : unloading dll
04-04 04:12:51.446   164   565 V C2Store : in init
04-04 04:12:51.446   164   565 V C2Store : loading dll
04-04 04:12:51.446   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.446   164   230 V C2Store : unloading dll
04-04 04:12:51.447   164   565 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004)
04-04 04:12:51.447   164   565 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004)
04-04 04:12:51.447   164   229 V C2Store : in init
04-04 04:12:51.447   164   229 V C2Store : loading dll
04-04 04:12:51.447   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.447   164   565 V C2Store : unloading dll
04-04 04:12:51.448   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.448   164   230 V C2Store : in init
04-04 04:12:51.448   164   230 V C2Store : loading dll
04-04 04:12:51.448   164   229 V C2Store : unloading dll
04-04 04:12:51.448   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.448   164   230 V C2Store : unloading dll
04-04 04:12:51.448   164   565 V C2Store : in init
04-04 04:12:51.448   164   565 V C2Store : loading dll
04-04 04:12:51.448   510   510 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.448   510   510 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.448   555   555 V WebViewLibraryLoader: RelroFileCreator (64bit = false), package: com.android.webview library: libwebviewchromium.so
04-04 04:12:51.449   164   229 V C2Store : in init
04-04 04:12:51.449   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.449   164   229 V C2Store : loading dll
04-04 04:12:51.449   164   565 V C2Store : unloading dll
04-04 04:12:51.449    65    65 D Zygote  : Forked child process 580
04-04 04:12:51.449   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.449   164   565 V C2Store : in init
04-04 04:12:51.449   164   229 V C2Store : unloading dll
04-04 04:12:51.449   164   565 V C2Store : loading dll
04-04 04:12:51.449   510   510 V SystemUIService: SystemUIApplication constructed.
04-04 04:12:51.449   580   580 E libprocessgroup: Failed to make and chown /acct/uid_1037: Read-only file system
04-04 04:12:51.449   580   580 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.450   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.450   164   229 V C2Store : in init
04-04 04:12:51.450   164   565 V C2Store : unloading dll
04-04 04:12:51.450   164   229 V C2Store : loading dll
04-04 04:12:51.450   290   317 I ActivityManager: Start proc 580:WebViewLoader-x86_64/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for null
04-04 04:12:51.450   164   565 V C2Store : in init
04-04 04:12:51.450   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.450   164   565 V C2Store : loading dll
04-04 04:12:51.450   164   229 V C2Store : unloading dll
04-04 04:12:51.450   580   580 W WebViewLoader-: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.451   164   565 V C2Store : in init
04-04 04:12:51.451   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.451   164   565 V C2Store : loading dll
04-04 04:12:51.451   164   229 V C2Store : unloading dll
04-04 04:12:51.451   555   555 I WebViewLoader-: The ClassLoaderContext is a special shared library.
04-04 04:12:51.451   164   229 V C2Store : in init
04-04 04:12:51.451   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.451   164   229 V C2Store : loading dll
04-04 04:12:51.451   164   565 V C2Store : unloading dll
04-04 04:12:51.451   290   305 W StorageManagerService: No primary storage defined yet; hacking together a stub
04-04 04:12:51.451   164   229 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004)
04-04 04:12:51.451   164   229 D C2SoftHevcEnc: Given level 6000 does not cover current configuration: adjusting to 6001
04-04 04:12:51.451   164   229 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004)
04-04 04:12:51.452   164   229 D C2SoftHevcEnc: Given level 6000 does not cover current configuration: adjusting to 6001
04-04 04:12:51.452   129   150 I adbd    : jdwp connection from 580
04-04 04:12:51.452   164   565 V C2Store : in init
04-04 04:12:51.452   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.452   164   565 V C2Store : loading dll
04-04 04:12:51.452   164   229 V C2Store : unloading dll
04-04 04:12:51.452   164   230 V C2Store : in init
04-04 04:12:51.452   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.452   164   565 V C2Store : unloading dll
04-04 04:12:51.452   164   230 V C2Store : loading dll
04-04 04:12:51.453   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.453   164   229 V C2Store : in init
04-04 04:12:51.453   164   230 V C2Store : unloading dll
04-04 04:12:51.453   164   229 V C2Store : loading dll
04-04 04:12:51.453   164   565 V C2Store : in init
04-04 04:12:51.453   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.453   164   229 V C2Store : unloading dll
04-04 04:12:51.453   164   565 V C2Store : loading dll
04-04 04:12:51.454   164   230 V C2Store : in init
04-04 04:12:51.454   164   230 V C2Store : loading dll
04-04 04:12:51.454   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.454   164   565 V C2Store : unloading dll
04-04 04:12:51.454   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.454   164   229 V C2Store : in init
04-04 04:12:51.454   164   230 V C2Store : unloading dll
04-04 04:12:51.454   164   229 V C2Store : loading dll
04-04 04:12:51.455   580   580 V WebViewLibraryLoader: RelroFileCreator (64bit = true), package: com.android.webview library: libwebviewchromium.so
04-04 04:12:51.455   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.455   164   565 V C2Store : in init
04-04 04:12:51.455   164   229 V C2Store : unloading dll
04-04 04:12:51.455   164   565 V C2Store : loading dll
04-04 04:12:51.455   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.455   164   230 V C2Store : in init
04-04 04:12:51.455   164   565 V C2Store : unloading dll
04-04 04:12:51.455   164   230 V C2Store : loading dll
04-04 04:12:51.456   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.456   164   229 V C2Store : in init
04-04 04:12:51.456   164   230 V C2Store : unloading dll
04-04 04:12:51.456   164   229 V C2Store : loading dll
04-04 04:12:51.457   580   580 I WebViewLoader-: The ClassLoaderContext is a special shared library.
04-04 04:12:51.457   164   229 V C2Store : in ~ComponentModule
04-04 04:12:51.457   164   565 V C2Store : in init
04-04 04:12:51.457   164   229 V C2Store : unloading dll
04-04 04:12:51.457   164   565 V C2Store : loading dll
04-04 04:12:51.457   164   565 I C2SoftVp8Enc: setting temporal layering 0 + 0
04-04 04:12:51.458   164   565 I C2SoftVp8Enc: setting temporal layering 0 + 0
04-04 04:12:51.458   164   230 V C2Store : in init
04-04 04:12:51.458   164   230 V C2Store : loading dll
04-04 04:12:51.458   164   565 V C2Store : in ~ComponentModule
04-04 04:12:51.458   164   565 V C2Store : unloading dll
04-04 04:12:51.458   164   229 V C2Store : in init
04-04 04:12:51.458   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.458   164   229 V C2Store : loading dll
04-04 04:12:51.458   164   230 V C2Store : unloading dll
04-04 04:12:51.459   164   229 I C2SoftVp9Enc: setting temporal layering 0 + 0
04-04 04:12:51.459   164   229 I C2SoftVp9Enc: setting temporal layering 0 + 0
04-04 04:12:51.459   164   230 V C2Store : in ~ComponentModule
04-04 04:12:51.459   164   230 V C2Store : unloading dll
04-04 04:12:51.461   290   426 I OMXClient: IOmx service obtained
04-04 04:12:51.461   290   427 I OMXClient: IOmx service obtained
04-04 04:12:51.461   162   162 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.462   162   235 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.462   290   426 D MediaCodec: flushMediametrics
04-04 04:12:51.462   290   427 D MediaCodec: flushMediametrics
04-04 04:12:51.465   162   235 D vndksupport: Loading /apex/com.android.vndk.v30/lib/hw/android.hidl.memory@1.0-impl.so from current namespace instead of sphal namespace.
04-04 04:12:51.466   555   555 I WebViewLoader-: System.exit called, status: 0
04-04 04:12:51.466   555   555 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
04-04 04:12:51.474   290   290 D SystemServerTiming: MakeConnectivityServiceReady took to complete: 38ms
04-04 04:12:51.474    66    66 I Zygote  : Process 555 exited cleanly (0)
04-04 04:12:51.478   580   580 I WebViewLoader-: System.exit called, status: 0
04-04 04:12:51.478   580   580 I AndroidRuntime: VM exiting with result code 0, cleanup skipped.
04-04 04:12:51.482    66    66 D Zygote  : Forked child process 609
04-04 04:12:51.483   609   609 E libprocessgroup: Failed to make and chown /acct/uid_1053: Read-only file system
04-04 04:12:51.483   609   609 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.485   609   609 I WebViewZygoteInit: Starting WebViewZygoteInit
04-04 04:12:51.485    65    65 I Zygote  : Process 580 exited cleanly (0)
04-04 04:12:51.504   290   318 W libprocessgroup: Failed to open process cgroup uid 1037 pid 555: Permission denied
04-04 04:12:51.504   290   318 E libprocessgroup: Error encountered killing process cgroup uid 1037 pid 555: Permission denied
04-04 04:12:51.504   290   305 I ActivityManager: Process WebViewLoader-x86 (pid 555) has died: psvc PER 
04-04 04:12:51.504   290   290 I SystemServerTiming: MakeNetworkPolicyServiceReady
04-04 04:12:51.504   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.504   290   362 E NetworkStats: problem reading network stats
04-04 04:12:51.504   290   362 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.net.NetworkStatsService.access$100(NetworkStatsService.java:171)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.net.NetworkStatsService$3.onReceive(NetworkStatsService.java:1141)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.app.LoadedApk$ReceiverDispatcher$Args.lambda$getRunnable$0$LoadedApk$ReceiverDispatcher$Args(LoadedApk.java:1580)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.app.-$$Lambda$LoadedApk$ReceiverDispatcher$Args$_BumDX2UKsnxLVrE6UJsJZkotuA.run(Unknown Source:2)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.504   290   362 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.504   290   362 E NetworkStats:  (code 121)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.504   290   362 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.504   290   362 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.504   290   362 E NetworkStats: 	... 14 more
04-04 04:12:51.505   290   321 E KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state: open failed: ENOENT (No such file or directory)
04-04 04:12:51.505   290   316 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2
04-04 04:12:51.505   290   362 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.506   609   609 I WebViewZygoteInit: Beginning application preload for com.android.webview
04-04 04:12:51.507   609   609 I webview_zygote: The ClassLoaderContext is a special shared library.
04-04 04:12:51.510   290   422 D MediaCodec: flushMediametrics
04-04 04:12:51.511   290   423 D MediaCodec: flushMediametrics
04-04 04:12:51.512   155   425 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.512   155   155 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.513   290   623 I OMXClient: IOmx service obtained
04-04 04:12:51.513   290   624 I OMXClient: IOmx service obtained
04-04 04:12:51.513   162   235 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.513   162   162 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.513   290   623 D MediaCodec: flushMediametrics
04-04 04:12:51.513   290   304 I ActivityManager: Process WebViewLoader-x86_64 (pid 580) has died: psvc PER 
04-04 04:12:51.513   290   318 W libprocessgroup: Failed to open process cgroup uid 1037 pid 580: Permission denied
04-04 04:12:51.513   290   318 E libprocessgroup: Error encountered killing process cgroup uid 1037 pid 580: Permission denied
04-04 04:12:51.513   290   624 D MediaCodec: flushMediametrics
04-04 04:12:51.514    64   181 E BandwidthController: Updating quota globalAlert failed (Status[code: 2, msg: "[No such file or directory] : fopen("/proc/net/xt_quota/globalAlert", "we") failed"])
04-04 04:12:51.514   290   621 I system_server: Using smaps_rollup for pss collection
04-04 04:12:51.514   290   362 W NetworkStats: problem registering for global alert: java.lang.IllegalStateException: android.os.ServiceSpecificException: No such file or directory (code 2)
04-04 04:12:51.514   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.515   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.519   290   423 D MediaCodec: flushMediametrics
04-04 04:12:51.519   609   609 I WebViewZygoteInit: Application preload done
04-04 04:12:51.519   290   422 D MediaCodec: flushMediametrics
04-04 04:12:51.520   155   425 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.520   290   290 D SystemServerTiming: MakeNetworkPolicyServiceReady took to complete: 16ms
04-04 04:12:51.520   290   290 I SystemServerTiming: PhaseThirdPartyAppsCanStart
04-04 04:12:51.520   290   290 I SystemServiceManager: Starting phase 600
04-04 04:12:51.520   290   290 I SystemServerTiming: OnBootPhase_600
04-04 04:12:51.520   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.security.FileIntegrityService
04-04 04:12:51.520   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.security.FileIntegrityService took to complete: 0ms
04-04 04:12:51.520   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.Installer
04-04 04:12:51.520   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.Installer took to complete: 0ms
04-04 04:12:51.520   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.os.DeviceIdentifiersPolicyService
04-04 04:12:51.520   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
04-04 04:12:51.520   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.uri.UriGrantsManagerService$Lifecycle
04-04 04:12:51.520   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.520   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.wm.ActivityTaskManagerService$Lifecycle
04-04 04:12:51.520   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.520   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.am.ActivityManagerService$Lifecycle
04-04 04:12:51.520   290   290 I ExplicitHealthCheckController: Explicit health checks enabled.
04-04 04:12:51.520   290   290 I PackageWatchdog: Syncing state, reason: health check state enabled
04-04 04:12:51.520   290   290 I PackageWatchdog: Not pruning observers, elapsed time: 0ms
04-04 04:12:51.521   290   290 I PackageWatchdog: Cancelling state sync, nothing to sync
04-04 04:12:51.521   290   315 I PackageWatchdog: Saving observer state to file
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 1ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.DataLoaderManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.power.PowerManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.power.PowerManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.power.ThermalManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.power.ThermalManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.lights.LightsService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.lights.LightsService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.display.DisplayManagerService
04-04 04:12:51.521   155   217 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.display.DisplayManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.UserManagerService$LifeCycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.om.OverlayManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.om.OverlayManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.SensorPrivacyService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.SensorPrivacyService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.SystemConfigService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.SystemConfigService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.BatteryService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.BatteryService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.usage.UsageStatsService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.usage.UsageStatsService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.webkit.WebViewUpdateService
04-04 04:12:51.521   290   631 I OMXClient: IOmx service obtained
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.CachedDeviceStateService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.CachedDeviceStateService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.BinderCallsStatsService$LifeCycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.LooperStatsService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   162   162 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.rollback.RollbackManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.rollback.RollbackManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.os.BugreportManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.os.BugreportManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.gpu.GpuService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.gpu.GpuService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.security.KeyChainSystemService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.security.KeyChainSystemService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.telecom.TelecomLoaderService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.accounts.AccountManagerService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.content.ContentService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.DropBoxManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.DropBoxManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.AlarmManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.AlarmManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.BluetoothService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.BluetoothService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.connectivity.IpConnectivityMetrics
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.PinnerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.PinnerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.google.android.startop.iorap.IorapForwardingService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.integrity.AppIntegrityManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.StorageManagerService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.usage.StorageStatsService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.UiModeManagerService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.UiModeManagerService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.locksettings.LockSettingsService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.testharness.TestHarnessModeService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.DeviceIdleController
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.DeviceIdleController took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.textservices.TextServicesManagerService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.NetworkScoreService$Lifecycle
04-04 04:12:51.521   290   631 D MediaCodec: flushMediametrics
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.wifi.WifiService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.wifi.WifiService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.wifi.scanner.WifiScanningService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.ethernet.EthernetService
04-04 04:12:51.521   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.ethernet.EthernetService took to complete: 0ms
04-04 04:12:51.521   290   632 I OMXClient: IOmx service obtained
04-04 04:12:51.521   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.notification.NotificationManagerService
04-04 04:12:51.521   162   235 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.522   290   632 D MediaCodec: flushMediametrics
04-04 04:12:51.522   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.notification.NotificationManagerService took to complete: 1ms
04-04 04:12:51.522   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.storage.DeviceStorageMonitorService
04-04 04:12:51.522   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
04-04 04:12:51.522   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.location.LocationManagerService$Lifecycle
04-04 04:12:51.522   290   290 W LocationManagerService: no network location provider found
04-04 04:12:51.522   290   290 E LocationManagerService: no geocoder provider found
04-04 04:12:51.522   290   290 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. is_supported is effectively a no-op
04-04 04:12:51.522   290   290 E LocationManagerService: unable to bind ActivityRecognitionProxy
04-04 04:12:51.523   290   290 D GnssLocationProvider: Trying IGnss_V2_1::getService()
04-04 04:12:51.523    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.gnss@2.1::IGnss/default in either framework or device manifest.
04-04 04:12:51.523   290   290 D GnssLocationProvider: gnssHal 2.1 was null, trying 2.0
04-04 04:12:51.523    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.gnss@2.0::IGnss/default in either framework or device manifest.
04-04 04:12:51.523   290   290 D GnssLocationProvider: gnssHal 2.0 was null, trying 1.1
04-04 04:12:51.523    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.gnss@1.1::IGnss/default in either framework or device manifest.
04-04 04:12:51.523   290   290 D GnssLocationProvider: gnssHal 1.1 was null, trying 1.0
04-04 04:12:51.523    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.gnss@1.0::IGnss/default in either framework or device manifest.
04-04 04:12:51.523   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.location.LocationManagerService$Lifecycle took to complete: 1ms
04-04 04:12:51.523   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.timedetector.TimeDetectorService$Lifecycle
04-04 04:12:51.523   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.523   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
04-04 04:12:51.523   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.523   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.search.SearchManagerService$Lifecycle
04-04 04:12:51.523   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.523   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
04-04 04:12:51.523   290   290 I WallpaperManagerService: switch-user-0
04-04 04:12:51.523   290   290 V WallpaperManagerService: bindWallpaperComponentLocked: componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper}
04-04 04:12:51.524   290   290 D WallpaperManagerService: switch-user-0 took to complete: 1ms
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 1ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.audio.AudioService$Lifecycle
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.DockObserver
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.DockObserver took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.adb.AdbService$Lifecycle
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.usb.UsbService$Lifecycle
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.twilight.TwilightService
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.twilight.TwilightService took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.display.color.ColorDisplayService
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.display.color.ColorDisplayService took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.job.JobSchedulerService
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.job.JobSchedulerService took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger.SoundTriggerService
04-04 04:12:51.524   290   290 D SoundTriggerService: onBootPhase: 600 : false
04-04 04:12:51.524   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
04-04 04:12:51.524   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.trust.TrustManagerService
04-04 04:12:51.525   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.trust.TrustManagerService took to complete: 0ms
04-04 04:12:51.525   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.backup.BackupManagerService$Lifecycle
04-04 04:12:51.525   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.525   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.appwidget.AppWidgetService
04-04 04:12:51.525   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.appwidget.AppWidgetService took to complete: 0ms
04-04 04:12:51.525   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.role.RoleManagerService
04-04 04:12:51.525   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.role.RoleManagerService took to complete: 0ms
04-04 04:12:51.525   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.voiceinteraction.VoiceInteractionManagerService
04-04 04:12:51.525   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
04-04 04:12:51.525   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.GestureLauncherService
04-04 04:12:51.525   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.GestureLauncherService took to complete: 0ms
04-04 04:12:51.525   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.SensorNotificationService
04-04 04:12:51.525   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.SensorNotificationService took to complete: 0ms
04-04 04:12:51.525   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.emergency.EmergencyAffordanceService
04-04 04:12:51.526   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.emergency.EmergencyAffordanceService took to complete: 1ms
04-04 04:12:51.526   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.dreams.DreamManagerService
04-04 04:12:51.526   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.dreams.DreamManagerService took to complete: 0ms
04-04 04:12:51.526   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.print.PrintManagerService
04-04 04:12:51.526   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.print.PrintManagerService took to complete: 0ms
04-04 04:12:51.526   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.companion.CompanionDeviceManagerService
04-04 04:12:51.526   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
04-04 04:12:51.526   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.restrictions.RestrictionsManagerService
04-04 04:12:51.526   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
04-04 04:12:51.526   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaSessionService
04-04 04:12:51.526   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaSessionService took to complete: 0ms
04-04 04:12:51.526   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaResourceMonitorService
04-04 04:12:51.526   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
04-04 04:12:51.526   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.blob.BlobStoreManagerService
04-04 04:12:51.528   290   423 D MediaCodec: flushMediametrics
04-04 04:12:51.528   290   422 D MediaCodec: flushMediametrics
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.blob.BlobStoreManagerService took to complete: 2ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.BiometricService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.BiometricService took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.AuthService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.AuthService took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.ShortcutService$Lifecycle
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.LauncherAppsService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.LauncherAppsService took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.CrossProfileAppsService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.people.PeopleService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.people.PeopleService took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.media.projection.MediaProjectionManagerService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.slice.SliceManagerService$Lifecycle
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.camera.CameraServiceProxy
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.camera.CameraServiceProxy took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.stats.StatsCompanion$Lifecycle
04-04 04:12:51.528   290   290 E StatsCompanionService: statsd has already been fetched before
04-04 04:12:51.528   290   290 E StatsCompanionService: java.lang.IllegalStateException: IStatsd object should be null or dead
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.stats.StatsCompanionService.sayHiToStatsd(StatsCompanionService.java:653)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.stats.StatsCompanionService.systemReady(StatsCompanionService.java:638)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.stats.StatsCompanion$Lifecycle.onBootPhase(StatsCompanion.java:88)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.SystemServiceManager.startBootPhase(SystemServiceManager.java:208)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.SystemServer.lambda$startOtherServices$6$SystemServer(SystemServer.java:2382)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.-$$Lambda$SystemServer$c50amMOcae1K0NdkHHoWNGvSMJQ.run(Unknown Source:53)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:9764)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.SystemServer.startOtherServices(SystemServer.java:2265)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.SystemServer.run(SystemServer.java:601)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.server.SystemServer.main(SystemServer.java:417)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at java.lang.reflect.Method.invoke(Native Method)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
04-04 04:12:51.528   290   290 E StatsCompanionService: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:926)
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.stats.pull.StatsPullAtomService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.incident.IncidentCompanionService
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.incident.IncidentCompanionService took to complete: 0ms
04-04 04:12:51.528   290   315 D StatsPullAtomService: Registering NetworkStats pullers with statsd
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.MmsServiceBroker
04-04 04:12:51.528   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.MmsServiceBroker took to complete: 0ms
04-04 04:12:51.528   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.autofill.AutofillManagerService
04-04 04:12:51.529   510   510 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 10132; state: ENABLED
04-04 04:12:51.529   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.autofill.AutofillManagerService took to complete: 1ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.clipboard.ClipboardService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.clipboard.ClipboardService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.appbinding.AppBindingService$Lifecycle
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.ProfileManagerService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageHardwareService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.PerformanceManagerService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.display.LiveDisplayService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageAudioService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageSettingsService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageGlobalActionsService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.WayDroidService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.WayDroidService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.policy.PermissionPolicyService
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.policy.PermissionPolicyService took to complete: 0ms
04-04 04:12:51.529   290   290 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.StagingManager$Lifecycle
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms
04-04 04:12:51.529   290   290 D SystemServerTiming: OnBootPhase_600 took to complete: 9ms
04-04 04:12:51.529   290   290 D SystemServerTiming: PhaseThirdPartyAppsCanStart took to complete: 9ms
04-04 04:12:51.529   290   290 I SystemServerTiming: StartNetworkStack
04-04 04:12:51.529   290   290 D ConnectivityModuleConnector: Starting networking module android.net.INetworkStackConnector
04-04 04:12:51.529   290   290 D ConnectivityModuleConnector: Starting networking module in network_stack process
04-04 04:12:51.529   290   290 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1073; state: DISABLED
04-04 04:12:51.530   290   290 D ConnectivityModuleConnector: Networking module service start requested
04-04 04:12:51.530   290   290 D SystemServerTiming: StartNetworkStack took to complete: 0ms
04-04 04:12:51.530   290   290 I SystemServerTiming: StartTethering
04-04 04:12:51.530   290   290 D ConnectivityModuleConnector: Starting networking module android.net.ITetheringConnector
04-04 04:12:51.530   290   290 D ConnectivityModuleConnector: Starting networking module in network_stack process
04-04 04:12:51.530   290   290 D ConnectivityModuleConnector: Networking module service start requested
04-04 04:12:51.530   290   290 D SystemServerTiming: StartTethering took to complete: 1ms
04-04 04:12:51.530   290   290 I SystemServerTiming: MakeCountryDetectionServiceReady
04-04 04:12:51.530   290   290 D SystemServerTiming: MakeCountryDetectionServiceReady took to complete: 0ms
04-04 04:12:51.530   290   290 I SystemServerTiming: MakeNetworkTimeUpdateReady
04-04 04:12:51.530   290   290 D ConnectivityService: requestNetwork for uid/pid:1000/290 NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1000 AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ]
04-04 04:12:51.530   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.530   290   290 D SystemServerTiming: MakeNetworkTimeUpdateReady took to complete: 0ms
04-04 04:12:51.530   290   290 I SystemServerTiming: MakeInputManagerServiceReady
04-04 04:12:51.530   290   354 I InputReader: Reconfiguring input devices, changes=DEVICE_ALIAS | 
04-04 04:12:51.532   290   290 D SystemServerTiming: MakeInputManagerServiceReady took to complete: 2ms
04-04 04:12:51.532   290   310 I InputManager: Removing uninstalled keyboard layout com.android.inputdevices/com.android.inputdevices.InputDeviceReceiver/keyboard_layout_english
04-04 04:12:51.532   290   290 I SystemServerTiming: MakeTelephonyRegistryReady
04-04 04:12:51.532   290   290 D SystemServerTiming: MakeTelephonyRegistryReady took to complete: 0ms
04-04 04:12:51.532   290   290 I SystemServerTiming: MakeMediaRouterServiceReady
04-04 04:12:51.532   290   290 D SystemServerTiming: MakeMediaRouterServiceReady took to complete: 0ms
04-04 04:12:51.532   290   290 I SystemServerTiming: MakeMmsServiceReady
04-04 04:12:51.532   290   290 I MmsServiceBroker: Delay connecting to MmsService until an API is called
04-04 04:12:51.532   290   290 D SystemServerTiming: MakeMmsServiceReady took to complete: 0ms
04-04 04:12:51.532   290   290 I SystemServerTiming: IncidentDaemonReady
04-04 04:12:51.532   290   290 D SystemServerTiming: IncidentDaemonReady took to complete: 0ms
04-04 04:12:51.532   290   290 I SystemServerTiming: getCurrentUser
04-04 04:12:51.532   290   290 I ActivityManager: Current user:0
04-04 04:12:51.532   290   290 D SystemServerTiming: getCurrentUser took to complete: 0ms
04-04 04:12:51.532   290   290 I SystemServerTiming: ActivityManagerStartApps
04-04 04:12:51.532   290   290 I SystemServerTiming: ssm.StartUser-0
04-04 04:12:51.532   290   290 I SystemServiceManager: Calling onStartUser 0
04-04 04:12:51.532   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.security.FileIntegrityService
04-04 04:12:51.532   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.security.FileIntegrityService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.Installer
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.Installer took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.os.DeviceIdentifiersPolicyService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.am.ActivityManagerService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.DataLoaderManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.power.PowerManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.power.PowerManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.power.ThermalManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.power.ThermalManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.lights.LightsService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.lights.LightsService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.display.DisplayManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.display.DisplayManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.UserManagerService$LifeCycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
04-04 04:12:51.533   510   510 D MediaResumeListener: loaded resume components for 0: []
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.om.OverlayManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.om.OverlayManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorPrivacyService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorPrivacyService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.SystemConfigService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.SystemConfigService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.BatteryService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.BatteryService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.UsageStatsService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.UsageStatsService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.webkit.WebViewUpdateService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.CachedDeviceStateService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.CachedDeviceStateService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.BinderCallsStatsService$LifeCycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.LooperStatsService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.rollback.RollbackManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.rollback.RollbackManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.os.BugreportManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.os.BugreportManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.gpu.GpuService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.gpu.GpuService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.security.KeyChainSystemService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.security.KeyChainSystemService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.telecom.TelecomLoaderService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.accounts.AccountManagerService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.content.ContentService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.DropBoxManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.DropBoxManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.AlarmManagerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.AlarmManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.BluetoothService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.BluetoothService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.connectivity.IpConnectivityMetrics
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.PinnerService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.PinnerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.google.android.startop.iorap.IorapForwardingService
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.integrity.AppIntegrityManagerService
04-04 04:12:51.533   510   510 W System.err: java.lang.ClassNotFoundException: com.android.settingslib.bluetooth.BroadcastSourceInfoHandler
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
04-04 04:12:51.533   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.533   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.StorageManagerService$Lifecycle
04-04 04:12:51.533    65    65 D Zygote  : Forked child process 642
04-04 04:12:51.534   510   510 W System.err: 	at java.lang.Class.classForName(Native Method)
04-04 04:12:51.534   510   510 W System.err: 	at java.lang.Class.forName(Class.java:454)
04-04 04:12:51.534   510   510 W System.err: 	at java.lang.Class.forName(Class.java:379)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.settingslib.bluetooth.BluetoothEventManager.<init>(BluetoothEventManager.java:138)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.settingslib.bluetooth.LocalBluetoothManager.<init>(LocalBluetoothManager.java:114)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.settingslib.bluetooth.LocalBluetoothManager.create(LocalBluetoothManager.java:105)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.dagger.SystemServicesModule.provideLocalBluetoothController(SystemServicesModule.java:214)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.proxyProvideLocalBluetoothController(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:47)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.provideInstance(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:35)
04-04 04:12:51.534   290   354 I InputReader: Reconfiguring input devices, changes=KEYBOARD_LAYOUTS | 
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.get(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:29)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.get(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:11)
04-04 04:12:51.534   510   510 W System.err: 	at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.LocalMediaManagerFactory_Factory.provideInstance(LocalMediaManagerFactory_Factory.java:32)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.LocalMediaManagerFactory_Factory.get(LocalMediaManagerFactory_Factory.java:26)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.LocalMediaManagerFactory_Factory.get(LocalMediaManagerFactory_Factory.java:9)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.MediaDeviceManager_Factory.provideInstance(MediaDeviceManager_Factory.java:61)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.MediaDeviceManager_Factory.get(MediaDeviceManager_Factory.java:43)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.MediaDeviceManager_Factory.get(MediaDeviceManager_Factory.java:10)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.MediaDataManager_Factory.provideInstance(MediaDataManager_Factory.java:107)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.MediaDataManager_Factory.get(MediaDataManager_Factory.java:69)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.media.MediaDataManager_Factory.get(MediaDataManager_Factory.java:12)
04-04 04:12:51.534   510   510 W System.err: 	at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.statusbar.dagger.StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.provideInstance(StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.java:98)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.statusbar.dagger.StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.get(StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.java:67)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.statusbar.dagger.StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.get(StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.java:20)
04-04 04:12:51.534   510   510 W System.err: 	at dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.dagger.DaggerSystemUIRootComponent.injectKeyguardSliceProvider(DaggerSystemUIRootComponent.java:4352)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.dagger.DaggerSystemUIRootComponent.inject(DaggerSystemUIRootComponent.java:4315)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.keyguard.KeyguardSliceProvider.inject(KeyguardSliceProvider.java:323)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.systemui.keyguard.KeyguardSliceProvider.onCreateSliceProvider(KeyguardSliceProvider.java:301)
04-04 04:12:51.534   510   510 W System.err: 	at androidx.slice.SliceProvider.onCreate(SliceProvider.java:211)
04-04 04:12:51.534   510   510 W System.err: 	at android.content.ContentProvider.attachInfo(ContentProvider.java:2388)
04-04 04:12:51.534   510   510 W System.err: 	at android.content.ContentProvider.attachInfo(ContentProvider.java:2358)
04-04 04:12:51.534   510   510 W System.err: 	at androidx.slice.SliceProvider.attachInfo(SliceProvider.java:250)
04-04 04:12:51.534   510   510 W System.err: 	at androidx.slice.compat.SliceProviderWrapperContainer$SliceProviderWrapper.attachInfo(SliceProviderWrapperContainer.java:74)
04-04 04:12:51.534   510   510 W System.err: 	at android.app.ActivityThread.installProvider(ActivityThread.java:7247)
04-04 04:12:51.534   510   510 W System.err: 	at android.app.ActivityThread.installContentProviders(ActivityThread.java:6788)
04-04 04:12:51.534   510   510 W System.err: 	at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6705)
04-04 04:12:51.534   510   510 W System.err: 	at android.app.ActivityThread.access$1300(ActivityThread.java:237)
04-04 04:12:51.534   510   510 W System.err: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913)
04-04 04:12:51.534   510   510 W System.err: 	at android.os.Handler.dispatchMessage(Handler.java:106)
04-04 04:12:51.534   510   510 W System.err: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.534   510   510 W System.err: 	at android.app.ActivityThread.main(ActivityThread.java:7665)
04-04 04:12:51.534   510   510 W System.err: 	at java.lang.reflect.Method.invoke(Native Method)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
04-04 04:12:51.534   510   510 W System.err: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:948)
04-04 04:12:51.534   510   510 W System.err: Caused by: java.lang.ClassNotFoundException: com.android.settingslib.bluetooth.BroadcastSourceInfoHandler
04-04 04:12:51.534   510   510 W System.err: 	... 46 more
04-04 04:12:51.535   642   642 E libprocessgroup: Failed to make and chown /acct/uid_1073: Read-only file system
04-04 04:12:51.535   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.black does not have legacy storage
04-04 04:12:51.535   642   642 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.cts.priv.ctsshim does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.brown does not have legacy storage
04-04 04:12:51.535   290   317 I ActivityManager: Start proc 642:com.android.networkstack.process/1073 for service {com.android.networkstack/com.android.server.NetworkStackService}
04-04 04:12:51.535   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.green does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.internal.display.cutout.emulation.corner does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package org.lineageos.overlay.customization.blacktheme does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.internal.display.cutout.emulation.double does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.providers.telephony does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.dynsystem does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.color.amethyst does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon.pebble does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.providers.calendar does not have legacy storage
04-04 04:12:51.535   510   510 D LocalBluetoothProfileManager: LocalBluetoothProfileManager construction complete
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.providers.media has legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.stevesoltys.seedvault does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon.square does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural_wide_back does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.color.sand does not have legacy storage
04-04 04:12:51.535   510   510 D LocalBluetoothProfileManager: supportedList is null
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.wallpapercropper does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon.vessel does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.color.cinnamon does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon_pack.victor.settings does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon_pack.rounded.systemui does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon.taperedrect does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.documentsui does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.externalstorage has legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.htmlviewer does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.companiondevicemanager does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.mms.service does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.providers.downloads has legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon_pack.rounded.android does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon_pack.victor.systemui does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.icon_pack.circular.themepicker does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.theme.color.tangerine does not have legacy storage
04-04 04:12:51.535   290   290 V StorageManagerService: Package com.android.systemui.plugin.globalactions.wallet does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.providers.downloads.ui has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.pacprocessor does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.simappdialog does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.networkstack does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.profiles does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.color.aquamarine does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.internal.display.cutout.emulation.hole does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.internal.display.cutout.emulation.tall does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.modulemetadata does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.certinstaller does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.color.green does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.color.ocean does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.color.space does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.internal.systemui.navbar.threebutton does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package android does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.contacts does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.camera2 has legacy storage
04-04 04:12:51.536   642   642 W rkstack.proces: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.recorder does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.rounded.launcher does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.kai.settings does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.egg does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.mtp has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.nfc does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.launcher3 does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.backupconfirm does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.protonaosp.deviceconfig does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.internal.systemui.navbar.twobutton does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.provision does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.statementservice does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.calyxos.backup.contacts does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.sam.settings does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.settings.intelligence does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural_extra_wide_back does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.kai.themepicker does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.providers.settings does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.sharedstoragebackup has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.victor.launcher does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.printspooler does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.filled.settings does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.dreams.basic does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.kai.systemui does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.webview does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.se does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.inputdevices does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.orange does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.bips does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.purple does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.circular.settings does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.sam.systemui does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.font.rubik does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon.teardrop does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package android.ext.shared does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.onetimeinitializer does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.yellow does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.server.telecom does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.blue does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.cyan does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.pink does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.rounded.themepicker does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.keychain does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.printservice.recommendation does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.gallery3d has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.filled.systemui does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package android.ext.services does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.wifi.resources does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.boringdroid.systemui does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.localtransport does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.packageinstaller does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.jelly does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.sam.android does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.font.notoserifsource does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.filled.android does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.proxyhandler does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.internal.display.cutout.emulation.waterfall does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.circular.systemui does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.inputmethod.latin has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.eleven has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.etar does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.kai.android does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.managedprovisioning does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.customization.navbar.nohint does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.networkstack.tethering does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.soundpicker has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.dreams.phototable has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.accent.red does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.kai.launcher does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.smspush does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.overlay.font.lato does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.wallpaper.livepicker does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.sam.launcher does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon.squircle does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.victor.android does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.storagemanager does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.color.palette does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.bookmarkprovider does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.settings does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.filled.launcher does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.networkstack.permissionconfig does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.calculator2 does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.cts.ctsshim does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.color.carbon does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.lineageparts does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.circular.launcher does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.wallpaper does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package org.lineageos.lineagesettings does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.vpndialogs does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package lineageos.platform does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.phone does not have legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.shell has legacy storage
04-04 04:12:51.536   290   290 V StorageManagerService: Package com.android.theme.icon_pack.filled.themepicker does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.wallpaperbackup does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.providers.blockednumber does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.providers.userdictionary does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.providers.media.module has legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.hotspot2.osulogin does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package org.lineageos.waydroidupdater does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.location.fused does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.theme.icon_pack.victor.themepicker does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.theme.color.orchid does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.deskclock does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.systemui has legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package org.lineageos.customization does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.theme.color.purple does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.permissioncontroller does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package org.lineageos.backgrounds does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.traceur does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.theme.icon_pack.sam.themepicker does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.providers.contacts does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.captiveportallogin does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.theme.icon.roundedrect does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural_narrow_back does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.theme.icon_pack.rounded.settings does not have legacy storage
04-04 04:12:51.537   290   290 V StorageManagerService: Package com.android.theme.icon_pack.circular.android does not have legacy storage
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.StorageManagerService$Lifecycle took to complete: 4ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.StorageStatsService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.UiModeManagerService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.UiModeManagerService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.testharness.TestHarnessModeService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.DeviceIdleController
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.DeviceIdleController took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.NetworkScoreService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.WifiService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.WifiService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.scanner.WifiScanningService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.ethernet.EthernetService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.ethernet.EthernetService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.notification.NotificationManagerService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.notification.NotificationManagerService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.storage.DeviceStorageMonitorService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.location.LocationManagerService$Lifecycle
04-04 04:12:51.537   129   150 I adbd    : jdwp connection from 642
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.search.SearchManagerService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.audio.AudioService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.DockObserver
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.DockObserver took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.adb.AdbService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.usb.UsbService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.twilight.TwilightService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.twilight.TwilightService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.display.color.ColorDisplayService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.display.color.ColorDisplayService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.job.JobSchedulerService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.job.JobSchedulerService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger.SoundTriggerService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.trust.TrustManagerService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.trust.TrustManagerService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.backup.BackupManagerService$Lifecycle
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.appwidget.AppWidgetService
04-04 04:12:51.537   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.appwidget.AppWidgetService took to complete: 0ms
04-04 04:12:51.537   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.role.RoleManagerService
04-04 04:12:51.538   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.role.RoleManagerService took to complete: 1ms
04-04 04:12:51.538   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService
04-04 04:12:51.538   290   290 W VoiceInteractionManager: no available voice recognition services found for user 0
04-04 04:12:51.538   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
04-04 04:12:51.538   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.GestureLauncherService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.GestureLauncherService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorNotificationService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorNotificationService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.emergency.EmergencyAffordanceService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.dreams.DreamManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.dreams.DreamManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.print.PrintManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.print.PrintManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.companion.CompanionDeviceManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.restrictions.RestrictionsManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaSessionService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaSessionService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaResourceMonitorService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.blob.BlobStoreManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.blob.BlobStoreManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.BiometricService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.BiometricService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.AuthService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.AuthService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.ShortcutService$Lifecycle
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.LauncherAppsService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.LauncherAppsService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.CrossProfileAppsService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.people.PeopleService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.people.PeopleService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.media.projection.MediaProjectionManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.slice.SliceManagerService$Lifecycle
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.camera.CameraServiceProxy
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.camera.CameraServiceProxy took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.StatsCompanion$Lifecycle
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.pull.StatsPullAtomService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.incident.IncidentCompanionService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.incident.IncidentCompanionService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.MmsServiceBroker
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.MmsServiceBroker took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.autofill.AutofillManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.autofill.AutofillManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.clipboard.ClipboardService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.clipboard.ClipboardService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.appbinding.AppBindingService$Lifecycle
04-04 04:12:51.539   290   290 W AppBindingService: [Default SMS app] u0 Target package not found
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.ProfileManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageHardwareService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.PerformanceManagerService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.display.LiveDisplayService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageAudioService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageSettingsService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageGlobalActionsService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.WayDroidService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.WayDroidService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.policy.PermissionPolicyService
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.policy.PermissionPolicyService took to complete: 0ms
04-04 04:12:51.539   290   290 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.StagingManager$Lifecycle
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms
04-04 04:12:51.539   290   290 D SystemServerTiming: ssm.StartUser-0 took to complete: 7ms
04-04 04:12:51.539   290   290 I SystemServerTiming: startPersistentApps
04-04 04:12:51.540   290   290 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1068; state: DISABLED
04-04 04:12:51.540   290   290 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1001; state: DISABLED
04-04 04:12:51.540   290   290 D SystemServerTiming: startPersistentApps took to complete: 1ms
04-04 04:12:51.540   290   290 I SystemServerTiming: startHomeOnAllDisplays
04-04 04:12:51.540   290   290 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.settings/.FallbackHome} from uid 0
04-04 04:12:51.545   642   642 I rkstack.proces: The ClassLoaderContext is a special shared library.
04-04 04:12:51.546    65    65 D Zygote  : Forked child process 664
04-04 04:12:51.547   664   664 E libprocessgroup: Failed to make and chown /acct/uid_1068: Read-only file system
04-04 04:12:51.547   664   664 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.547   664   664 W com.android.se: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.548   642   642 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.548   642   642 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.549   129   150 I adbd    : jdwp connection from 664
04-04 04:12:51.554   290   290 E BoringdroidConfig: Calling savePackageWindowingMode with package com.android.settings, and mode 1, before file is ready
04-04 04:12:51.554   290   290 D SystemServerTiming: startHomeOnAllDisplays took to complete: 14ms
04-04 04:12:51.554   290   290 I SystemServerTiming: showSystemReadyErrorDialogs
04-04 04:12:51.554   290   290 D SystemServerTiming: showSystemReadyErrorDialogs took to complete: 0ms
04-04 04:12:51.554   290   290 I SystemServerTiming: sendUserStartBroadcast
04-04 04:12:51.555   290   290 D SystemServerTiming: sendUserStartBroadcast took to complete: 0ms
04-04 04:12:51.555   290   290 I SystemServerTiming: resumeTopActivities
04-04 04:12:51.555   290   290 D SystemServerTiming: resumeTopActivities took to complete: 1ms
04-04 04:12:51.555   290   290 I SystemServerTiming: sendUserSwitchBroadcasts
04-04 04:12:51.555   290   290 D SystemServerTiming: sendUserSwitchBroadcasts took to complete: 0ms
04-04 04:12:51.555   290   290 I SystemServerTiming: setBinderProxies
04-04 04:12:51.555   290   290 D SystemServerTiming: setBinderProxies took to complete: 0ms
04-04 04:12:51.555   290   290 D SystemServerTiming: ActivityManagerStartApps took to complete: 23ms
04-04 04:12:51.555   290   290 D SystemServerTiming: PhaseActivityManagerReady took to complete: 206ms
04-04 04:12:51.555   290   290 D SystemServerTiming: startOtherServices took to complete: 459ms
04-04 04:12:51.555   290   290 D SystemServerTiming: StartServices took to complete: 668ms
04-04 04:12:51.555   290   290 E SystemServerTiming: SystemServer init took too long. uptimeMillis=8972194
04-04 04:12:51.555   290   317 I ActivityManager: Start proc 664:com.android.se/1068 for added application com.android.se
04-04 04:12:51.555    99   246 I AudioPolicyService: Capy check package com.android.networkstack.tethering, sdk 29
04-04 04:12:51.557   290   316 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2
04-04 04:12:51.558   290   310 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED
04-04 04:12:51.558    99   246 I AudioPolicyService: Capy check package com.android.se, sdk 30
04-04 04:12:51.558   510   510 W AlarmManager: Unrecognized alarm listener com.android.systemui.keyguard.-$$Lambda$KeyguardSliceProvider$IhzByd8TsqFuOrSyuGurVskyPLo@1342b4
04-04 04:12:51.559   290   290 W Looper  : Slow delivery took 468ms main h=android.app.ActivityThread$H c=null m=156
04-04 04:12:51.561   290   315 E NetworkStats: problem reading network stats
04-04 04:12:51.561   290   315 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1007)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:850)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.561   290   315 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.561   290   315 E NetworkStats:  (code 121)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.561   290   315 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.561   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.561   290   315 E NetworkStats: 	... 19 more
04-04 04:12:51.561   642   642 I TetheringManager: registerTetheringEventCallback:com.android.networkstack
04-04 04:12:51.561   290   316 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2
04-04 04:12:51.561   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.561   290   620 D ConnectivityService: requestNetwork for uid/pid:1073/642 NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1073 AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ]
04-04 04:12:51.561   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.561   290   290 D ConditionProviders.SCP: onConnected
04-04 04:12:51.562   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.562   664   664 I com.android.se: The ClassLoaderContext is a special shared library.
04-04 04:12:51.562   510   510 V SystemUIService: SystemUIApplication created.
04-04 04:12:51.562   290   290 D ConditionProviders: Subscribing to condition://android/event?userId=-10000&calendar=&reply=1 with ComponentInfo{android/com.android.server.notification.EventConditionProvider}
04-04 04:12:51.562   290   290 D ConditionProviders: Subscribing to condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true with ComponentInfo{android/com.android.server.notification.ScheduleConditionProvider}
04-04 04:12:51.562    65    65 D Zygote  : Forked child process 690
04-04 04:12:51.562   510   510 D SystemUIBootTiming: DependencyInjection took to complete: 0ms
04-04 04:12:51.562   290   290 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10135; state: DISABLED
04-04 04:12:51.562   290   317 I Watchdog: Interesting Java process com.android.phone started. Pid 690
04-04 04:12:51.562   290   317 I ActivityManager: Start proc 690:com.android.phone/1001 for added application com.android.phone
04-04 04:12:51.562   642   642 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
04-04 04:12:51.563   690   690 E libprocessgroup: Failed to make and chown /acct/uid_1001: Read-only file system
04-04 04:12:51.563   690   690 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.563   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.563   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.563   290   307 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 1000; state: ENABLED
04-04 04:12:51.563   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.563   690   690 W m.android.phon: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.564   664   664 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.564   664   664 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.565   129   150 I adbd    : jdwp connection from 690
04-04 04:12:51.565   642   642 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.565   642   642 W nsconfig: com.android.networkstack.process: New config does not match the previously set config.
04-04 04:12:51.566   664   664 I SecureElementService: main onCreate
04-04 04:12:51.566   664   664 I SecureElementService: Check if terminal eSE1 is available.
04-04 04:12:51.566   510   510 I FalsingManager: xdpi, ydpi: 360.0, 360.0
04-04 04:12:51.566   510   510 I FalsingManager: width, height: 1152, 3888
04-04 04:12:51.566    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.2::ISecureElement/eSE1 in either framework or device manifest.
04-04 04:12:51.566   664   664 D SecureElement-Terminal-eSE1: SE Hal V1.2 is not supported
04-04 04:12:51.567    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.1::ISecureElement/eSE1 in either framework or device manifest.
04-04 04:12:51.567   664   664 D SecureElement-Terminal-eSE1: SE Hal V1.1 is not supported
04-04 04:12:51.567    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.0::ISecureElement/eSE1 in either framework or device manifest.
04-04 04:12:51.567   664   664 I SecureElementService: No HAL implementation for eSE1
04-04 04:12:51.567   664   664 I SecureElementService: Check if terminal SIM1 is available.
04-04 04:12:51.567    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.2::ISecureElement/SIM1 in either framework or device manifest.
04-04 04:12:51.567   664   664 D SecureElement-Terminal-SIM1: SE Hal V1.2 is not supported
04-04 04:12:51.567    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.1::ISecureElement/SIM1 in either framework or device manifest.
04-04 04:12:51.567   664   664 D SecureElement-Terminal-SIM1: SE Hal V1.1 is not supported
04-04 04:12:51.567    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.secure_element@1.0::ISecureElement/SIM1 in either framework or device manifest.
04-04 04:12:51.567   664   664 I SecureElementService: No HAL implementation for SIM1
04-04 04:12:51.567   290   290 I system_server: The ClassLoaderContext is a special shared library.
04-04 04:12:51.568    65    65 D Zygote  : Forked child process 715
04-04 04:12:51.568    99   246 I AudioPolicyService: Capy check package com.android.phone, sdk 30
04-04 04:12:51.569   290   317 I ActivityManager: Start proc 715:com.android.settings/1000 for top-activity {com.android.settings/com.android.settings.FallbackHome}
04-04 04:12:51.569   290   317 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10135; state: ENABLED
04-04 04:12:51.569   715   715 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:51.569   715   715 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.570   715   715 W ndroid.setting: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.571   510   510 D NavigationModeController: getCurrentUserContext: contextUser=0 currentUser=0
04-04 04:12:51.571   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.571   510   510 E NavigationModeController: updateCurrentInteractionMode: mode=0
04-04 04:12:51.571   510   510 D NavigationModeController:   contextUser=0
04-04 04:12:51.571   510   510 D NavigationModeController:   assetPaths=
04-04 04:12:51.571   510   510 D NavigationModeController:     /system/framework/framework-res.apk
04-04 04:12:51.571   510   510 D NavigationModeController:     /system/framework/org.lineageos.platform-res.apk
04-04 04:12:51.571   510   510 D NavigationModeController:     /system/system_ext/priv-app/SystemUI/SystemUI.apk
04-04 04:12:51.571   129   150 I adbd    : jdwp connection from 715
04-04 04:12:51.572   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.572   290   290 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.572   290   290 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.572   510   510 V SystemUIService: Starting SystemUI services for user 0.
04-04 04:12:51.572   690   690 I m.android.phon: The ClassLoaderContext is a special shared library.
04-04 04:12:51.573   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.util.NotificationChannels took to complete: 0ms
04-04 04:12:51.573   290   687 D NetworkStats: registerNetworkStatsProvider from OffloadController uid/pid=1073/642
04-04 04:12:51.574   290   620 W OomAdjuster: Fallback pre-set sched group to default: not expected top priority
04-04 04:12:51.575    65    65 D Zygote  : Forked child process 738
04-04 04:12:51.576   290   305 D NetworkStats: registerNetworkStatsProvider from BpfCoordinator uid/pid=1073/642
04-04 04:12:51.577   738   738 E libprocessgroup: Failed to make and chown /acct/uid_10135: Read-only file system
04-04 04:12:51.577   738   738 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.578   738   738 W id.ext.service: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.579   690   690 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.580   690   690 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.580   129   150 I adbd    : jdwp connection from 738
04-04 04:12:51.580   290   310 I InputManager: Enabling motion classifier because user switched: feature enabled, long press timeout = 400
04-04 04:12:51.580   290   310 I InputClassifier: Enabling motion classifier
04-04 04:12:51.581    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.input.classifier@1.0::IInputClassifier/default in either framework or device manifest.
04-04 04:12:51.581   290   758 I InputClassifier: Could not obtain InputClassifier HAL
04-04 04:12:51.581   290   317 I ActivityManager: Start proc 738:android.ext.services/u0a135 for service {android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl}
04-04 04:12:51.581   290   290 D PackageWatchdog: Getting all observed packages pending health checks
04-04 04:12:51.582   290   290 I PackageWatchdog: Syncing health check requests for packages: {}
04-04 04:12:51.582   290   290 I ExplicitHealthCheckController: Service not ready to get health check supported packages. Binding...
04-04 04:12:51.582   290   290 I ExplicitHealthCheckController: Explicit health check service is bound
04-04 04:12:51.582   642   642 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 1073; state: ENABLED
04-04 04:12:51.582   690   690 I m.android.phon: The ClassLoaderContext is a special shared library.
04-04 04:12:51.583   510   510 V MediaRouter: Selecting route: RouteInfo{ name=Phone, description=null, status=null, category=RouteCategory{ name=System types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO  groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null }
04-04 04:12:51.583    99   246 I AudioPolicyService: Capy check package android.ext.services, sdk 30
04-04 04:12:51.583   642   642 V WifiManager: registerSoftApCallback: callback=com.android.networkstack.tethering.Tethering$TetheringSoftApCallback@f923098, executor=com.android.networkstack.tethering.Tethering$TetheringThreadExecutor@99d30f1
04-04 04:12:51.583   290   290 W system_server: ClassLoaderContext classpath size mismatch. expected=1, found=0 (PCL[/system/framework/org.lineageos.platform.jar*2370978991] | PCL[])
04-04 04:12:51.584   690   690 D CarrierProvider: onCreate
04-04 04:12:51.584   510   510 D KeyguardViewMediator: isKeyguardDisabled: keyguard is disabled by setting
04-04 04:12:51.584   290   620 D ConnectivityService: requestNetwork for uid/pid:1073/642 NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ]
04-04 04:12:51.584   290   366 D ApConfigUtil: Update Softap capability, add client control feature support
04-04 04:12:51.584   290   621 E system_server: Can't open file: /sys/kernel/ion/total_heaps_kb
04-04 04:12:51.584   290   366 D ApConfigUtil: Update Softap capability, max client = 16
04-04 04:12:51.584   290   621 I ActivityManager: Low on memory:
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   82003: zygote (pid 66) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   81324: surfaceflinger (pid 102) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   68746: zygote64 (pid 65) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   61824: bootanimation (pid 260) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   33149: android.hardware.graphics.composer@2.1-service (pid 72) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   20014: android.hardware.graphics.allocator@2.0-service (pid 80) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   17480: media.swcodec (pid 164) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   13957: audioserver (pid 99) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   13426: media.codec (pid 162) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??   12491: media.extractor (pid 155) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    8497: cameraserver (pid 135) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    8355: mediaserver (pid 157) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    7649: netd (pid 64) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    7277: init (pid 1) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    6317: vold (pid 37) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    6307: keystore (pid 154) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    6201: android.hardware.camera.provider@2.4-service (pid 73) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    6165: ueventd (pid 5) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    6052: adbd (pid 129) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    6002: wificond (pid 160) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5907: init (pid 3) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5851: android.hardware.drm@1.3-service.clearkey (pid 78) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5776: credstore (pid 100) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5723: media.metrics (pid 156) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5649: statsd (pid 63) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5645: gpuservice (pid 101) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5558: gatekeeperd (pid 167) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5405: android.hardware.keymaster@4.0-service (pid 46) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5357: incidentd (pid 145) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5346: storaged (pid 158) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5318: installd (pid 152) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5219: hwservicemanager (pid 31) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5184: mdnsd (pid 165) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5106: servicemanager (pid 30) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5094: vendor.waydroid.task@1.0-service (pid 74) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    5043: android.hardware.gatekeeper@1.0-service (pid 79) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4998: android.hardware.audio.service (pid 68) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4982: traced_probes (pid 131) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4979: traced (pid 132) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4961: android.system.suspend@1.0-service (pid 45) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4951: android.hardware.health@2.0-service.waydroid (pid 81) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4943: logd (pid 28) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4937: idmap2d (pid 137) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4894: android.hardware.configstore@1.1-service (pid 76) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4889: ip6tables-restore (pid 111) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4873: iptables-restore (pid 110) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4844: vndservicemanager (pid 32) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4839: adb_root (pid 134) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4813: android.hidl.allocator@1.0-service (pid 67) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4810: android.hardware.sensors@1.0-service.waydroid (pid 95) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4809: android.hardware.light@2.0-service.waydroid (pid 82) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4798: android.hardware.vibrator@1.0-service.waydroid (pid 96) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4776: android.hardware.power@1.0-service.waydroid (pid 92) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4753: lmkd (pid 29) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4740: android.hardware.memtrack@1.0-service (pid 84) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    4695: tombstoned (pid 59) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    2122: drmserver (pid 136) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    1634: android.hardware.cas@1.2-service (pid 75) native
04-04 04:12:51.584   290   621 I ActivityManager:   ntv   ??    1587: android.hardware.drm@1.0-service (pid 77) native
04-04 04:12:51.584   290   621 I ActivityManager:   sys    PER   115804: system (pid 290) fixed
04-04 04:12:51.584   290   621 I ActivityManager:   pers   PER    53781: com.android.systemui (pid 510) fixed
04-04 04:12:51.584   290   621 I ActivityManager:   psvc   PER        0: WebViewLoader-x86_64 (pid 580) fixed
04-04 04:12:51.584   290   621 I ActivityManager:             832629: TOTAL
04-04 04:12:51.584   290   621 I ActivityManager:   MemInfo:   402,488K slab,   153,008K shmem,   113,064K vm alloc,    50,016K page tables    27,664K kernel stack
04-04 04:12:51.584   290   621 I ActivityManager:              163,788K buffers, 4,587,960K cached, 1,089,292K mapped, 4,904,624K free
04-04 04:12:51.584   290   621 I ActivityManager:   Free RAM: 8,775,932K
04-04 04:12:51.584   290   621 I ActivityManager:   Used RAM: 1,342,353K
04-04 04:12:51.584   290   621 I ActivityManager:   Lost RAM: 4,986,055K
04-04 04:12:51.584   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.585   690   690 D CarrierIdProvider: onCreate
04-04 04:12:51.585   690   690 D CarrierIdDatabaseHelper: CarrierIdDatabaseHelper: 5
04-04 04:12:51.585   290   290 I system_server: The ClassLoaderContext is a special shared library.
04-04 04:12:51.585   715   715 I ndroid.setting: The ClassLoaderContext is a special shared library.
04-04 04:12:51.586   155   425 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.586   290   621 I DropBoxManagerService: add tag=system_server_lowmem isTagEnabled=true flags=0x2
04-04 04:12:51.586   290   290 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.587   715   715 I ndroid.setting: The ClassLoaderContext is a special shared library.
04-04 04:12:51.587   690   690 D CarrierIdProvider: update database from pb file
04-04 04:12:51.588   290   290 E TrustManagerService: EXTRA_USER_HANDLE missing or invalid, value=0
04-04 04:12:51.588   290   316 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2
04-04 04:12:51.589   738   738 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.589   738   738 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.590   715   715 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.591   715   715 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.591   290   290 V NotificationAssistants: enabling notification assistant for 0: ComponentInfo{android.ext.services/android.ext.services.notification.Assistant}
04-04 04:12:51.591   290   290 V NotificationAssistants: binding: Intent { act=android.service.notification.NotificationAssistantService cmp=android.ext.services/.notification.Assistant (has extras) }
04-04 04:12:51.595   690   690 E CarrierIdProvider: read carrier list from ota pb failure: java.io.FileNotFoundException: /data/misc/carrierid/carrier_list.pb: open failed: ENOENT (No such file or directory)
04-04 04:12:51.595   690   690 D CarrierIdProvider: latest version: 33554469 need update: false
04-04 04:12:51.596    99    99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:51.598   290   290 D ConditionProviders.SCP: onSubscribe condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true
04-04 04:12:51.598   290   290 D ConditionProviders.SCP: setRegistered true
04-04 04:12:51.598   290   375 W ActivityThread: Failed to find provider info for com.android.calendar (user not unlocked)
04-04 04:12:51.598   290   375 W ActivityThread: Failed to find provider info for com.android.calendar (user not unlocked)
04-04 04:12:51.598   290   290 D ConditionProviders.SCP: evaluateSubscriptionLocked cal=ScheduleCalendar[mDays={1, 2, 3, 4, 5, 6, 7}, mSchedule=ScheduleInfo{days=[1, 2, 3, 4, 5, 6, 7], startHour=22, startMinute=0, endHour=7, endMinute=0, exitAtAlarm=true, nextAlarm=Thu Jan 01 00:00:00 GMT 1970 (0)}], now=Thu Apr 04 04:12:51 GMT 2024 (1712203971598), nextUserAlarmTime=Thu Jan 01 00:00:00 GMT 1970 (0)
04-04 04:12:51.598   290   290 D ConditionProviders.SCP: notifyCondition condition://android/schedule?days=1.2.3.4.5.6.7&start=22.0&end=7.0&exitAtAlarm=true STATE_TRUE reason=meetsSchedule
04-04 04:12:51.599   290   290 D ConditionProviders.SCP: Scheduling evaluate for Thu Apr 04 07:00:00 GMT 2024 (1712214000000), in +2h47m8s402ms, now=Thu Apr 04 04:12:51 GMT 2024 (1712203971598)
04-04 04:12:51.599   290   290 I ConnectivityModuleConnector: Networking module service connected
04-04 04:12:51.599   290   290 I ConnectivityModuleConnector: Networking module service connected
04-04 04:12:51.599   290   290 I NetworkStackClient: Network stack service connected
04-04 04:12:51.601   715   715 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: vendor.waydroid.window@1.1::IWaydroidWindow/default
04-04 04:12:51.601   290   366 D WifiActiveModeWarden: Starting ClientModeManager
04-04 04:12:51.602   290   366 D WifiController: DisabledState.exit()
04-04 04:12:51.602   290   366 D WifiController: EnabledState.enter()
04-04 04:12:51.602   290   366 D WifiClientModeManager: entering IdleState
04-04 04:12:51.602   290   366 I WifiNative: Vendor Hal not supported, ignoring start.
04-04 04:12:51.602   290   366 I WifiNative: Vendor Hal not supported, ignoring createStaIface.
04-04 04:12:51.602   290   366 D WifiNl80211Manager: Setting up interface for client mode
04-04 04:12:51.603    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.radio@1.5::IRadio/slot1 in either framework or device manifest.
04-04 04:12:51.603    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.radio@1.4::IRadio/slot1 in either framework or device manifest.
04-04 04:12:51.603    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.radio@1.3::IRadio/slot1 in either framework or device manifest.
04-04 04:12:51.603    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.radio@1.2::IRadio/slot1 in either framework or device manifest.
04-04 04:12:51.603    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.radio@1.1::IRadio/slot1 in either framework or device manifest.
04-04 04:12:51.603    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.radio@1.0::IRadio/slot1 in either framework or device manifest.
04-04 04:12:51.604    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.radio.deprecated@1.0::IOemHook/slot1 in either framework or device manifest.
04-04 04:12:51.604   160   160 E wificond: Failed to get wiphy index
04-04 04:12:51.604   290   366 E WifiNl80211Manager: Could not get IClientInterface instance from wificond
04-04 04:12:51.604   290   366 E WifiNative: Failed to setup iface in wificond=wlan0
04-04 04:12:51.604   290   366 I WifiNative: Vendor Hal not supported, ignoring removeStaIface.
04-04 04:12:51.604   290   366 E WifiNative: Failed to unregister network observer on Iface:{Name=wlan0,Id=1,Type=STA_SCAN}
04-04 04:12:51.604   290   366 E WifiNl80211Manager: No valid wificond client interface handler
04-04 04:12:51.604   290   366 E WifiNative: Failed to teardown iface in wificond on Iface:{Name=wlan0,Id=1,Type=STA_SCAN}
04-04 04:12:51.604   290   366 D WifiNl80211Manager: tearing down interfaces in wificond
04-04 04:12:51.604   290   366 I WifiNative: Vendor Hal not supported, ignoring stop.
04-04 04:12:51.604   290   366 I WifiNative: Successfully torn down Iface:{Name=wlan0,Id=1,Type=STA_SCAN}
04-04 04:12:51.604   290   366 I WifiNative: Successfully initiated teardown for iface=wlan0
04-04 04:12:51.604   290   366 E WifiClientModeManager: Failed to create ClientInterface. Sit in Idle
04-04 04:12:51.604   290   366 D WifiScanRequestProxy: Sending scan available broadcast: false
04-04 04:12:51.604   290   369 I WifiScanningService: Received a request to disable scanning, UID = 1000
04-04 04:12:51.604   290   369 I WifiScanningService: wifi driver unloaded
04-04 04:12:51.604   290   366 I WifiScanRequestProxy: Scanning is disabled
04-04 04:12:51.604   690   690 I TetheringManager: registerTetheringEventCallback:com.android.phone
04-04 04:12:51.604   290   366 D WifiClientModeManager: received an invalid message: { when=-3ms what=2 arg1=2 target=com.android.wifi.x.com.android.internal.util.StateMachine$SmHandler }
04-04 04:12:51.604   290   366 D WifiController: STA disabled, return to DisabledState.
04-04 04:12:51.604   290   366 D WifiController: EnabledState.exit()
04-04 04:12:51.604   290   366 D WifiController: DisabledState.enter()
04-04 04:12:51.605   290   290 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled
04-04 04:12:51.606   690   690 D TelephonyProvider: dbh.onOpen: ok, queried table=siminfo
04-04 04:12:51.606   690   690 D TelephonyProvider: dbh.onOpen: ok, queried table=carriers
04-04 04:12:51.606   290   781 I Telecom : BluetoothRouteManager: getBluetoothAudioConnectedDevice: no service available.
04-04 04:12:51.607   290   290 I Telecom : SystemStateHelper: Registering car mode receiver: android.content.IntentFilter@9a10195: TS.init@AAA
04-04 04:12:51.607   290   315 E NetworkStats: problem reading network stats
04-04 04:12:51.607   290   315 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1015)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:852)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.607   290   315 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.607   290   315 E NetworkStats:  (code 121)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.607   290   315 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.607   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.607   290   315 E NetworkStats: 	... 19 more
04-04 04:12:51.607   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.608   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.608   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.609   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.609   290   783 I Telecom : Logging.Events: Non-call EVENT: AUDIO_ROUTE, Entering state QuiescentSpeakerRoute
04-04 04:12:51.609   290   783 I Telecom : BluetoothRouteManager: getBluetoothAudioConnectedDevice: no service available.
04-04 04:12:51.610   290   786 I Telecom : CallAudioModeStateMachine: Message received: null.: TS.init->CAMSM.pM_1@AAA
04-04 04:12:51.611   690   690 D CellBroadcastServiceManager: CellBroadcastServiceManager created for phone 0
04-04 04:12:51.611   690   690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: found 0 CBS packages
04-04 04:12:51.611   690   690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: package name not found
04-04 04:12:51.611   690   690 E CellBroadcastServiceManager: Unable to bind service; no cell broadcast service found
04-04 04:12:51.611   290   290 I Telecom : MissedCallNotifierImpl: reloadFromDatabase: Boot not yet complete -- call log db may not be available. Deferring loading until boot complete for user 0: TS.init@AAA
04-04 04:12:51.611   290   290 I Telecom : MissedCallNotifierImpl: reloadFromDatabase: Boot not yet complete -- call log db may not be available. Deferring loading until boot complete for user 0: TS.init@AAA
04-04 04:12:51.611   290   290 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled
04-04 04:12:51.611   690   690 D CellBroadcastServiceManager: CellBroadcastServiceManager created for phone 0
04-04 04:12:51.611   690   690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: found 0 CBS packages
04-04 04:12:51.611   690   690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: package name not found
04-04 04:12:51.612   690   690 E CellBroadcastServiceManager: Unable to bind service; no cell broadcast service found
04-04 04:12:51.612   290   290 I Telecom : Class: TelecomSystem.INSTANCE being set
04-04 04:12:51.612   290   290 W ContextImpl: Calling a method in the system process without a qualified user: android.app.ContextImpl.startService:1669 android.content.ContextWrapper.startService:720 com.android.server.telecom.components.TelecomService.initializeTelecomSystem:213 com.android.server.telecom.components.TelecomService$1.createTelecomService:81 com.android.server.telecom.TelecomLoaderService$TelecomServiceConnection.onServiceConnected:62 
04-04 04:12:51.612   290   290 I ConnectivityModuleConnector: Networking module service connected
04-04 04:12:51.612   290   290 I ConnectivityModuleConnector: Networking module service connected
04-04 04:12:51.612   510   728 D KeyguardViewMediator: updateActivityLockScreenState(false, false)
04-04 04:12:51.613   290   290 D AutofillManagerService: Restriction did not change for user 0
04-04 04:12:51.613   290   290 I ExplicitHealthCheckController: Explicit health check service is connected ComponentInfo{android.ext.services/android.ext.services.watchdog.ExplicitHealthCheckServiceImpl}
04-04 04:12:51.613   290   290 I ExplicitHealthCheckController: Service initialized, syncing requests
04-04 04:12:51.613   290   290 V NotificationAssistants: 0 notification assistant service connected: ComponentInfo{android.ext.services/android.ext.services.notification.Assistant}
04-04 04:12:51.613   290   290 W Looper  : Drained
04-04 04:12:51.614   290   290 I Telecom : WiredHeadsetManager: ACTION_HEADSET_PLUG event, plugged in: false, : WHC.oADA@AAE
04-04 04:12:51.614   290   290 D MediaSessionService: Global priority session is changed from null to com.android.server.telecom/HeadsetMediaButton (userId=0)
04-04 04:12:51.614   290   290 D PackageWatchdog: Getting all observed packages pending health checks
04-04 04:12:51.614   290   290 I PackageWatchdog: Syncing health check requests for packages: {}
04-04 04:12:51.614   290   290 D ExplicitHealthCheckController: Getting health check supported packages
04-04 04:12:51.614   290   620 I ExplicitHealthCheckController: Explicit health check supported packages [PackageConfig{com.android.networkstack, 86400000}]
04-04 04:12:51.614   290   620 D PackageWatchdog: Received supported packages [PackageConfig{com.android.networkstack, 86400000}]
04-04 04:12:51.614   290   620 D ExplicitHealthCheckController: Getting health check requested packages
04-04 04:12:51.614   290   687 I ExplicitHealthCheckController: Explicit health check requested packages []
04-04 04:12:51.614   290   687 I ExplicitHealthCheckController: No more health check requests, unbinding...
04-04 04:12:51.615   290   687 I ExplicitHealthCheckController: Explicit health check service is unbound
04-04 04:12:51.618   290   305 D CompatibilityChangeReporter: Compat change id reported: 124107808; UID 1001; state: ENABLED
04-04 04:12:51.620   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.621    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:51.622   715   771 W MESA    : Using gralloc header from libdrm/android/gralloc_handle.h.  This is not recommended for new distributions.  Initializing a fallback gralloc as a helper:
04-04 04:12:51.622   715   771 I MESA    : Using fallback gralloc implementation
04-04 04:12:51.641   510   764 I OMXClient: IOmx service obtained
04-04 04:12:51.641   162   235 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.641   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.keyguard.KeyguardViewMediator took to complete: 69ms
04-04 04:12:51.642   510   764 D MediaCodec: flushMediametrics
04-04 04:12:51.642   155   425 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.643   510   797 I OMXClient: IOmx service obtained
04-04 04:12:51.643   162   235 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.644   510   797 D MediaCodec: flushMediametrics
04-04 04:12:51.648   715   771 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:51.648   715   771 W EGL-MAIN: MESA-LOADER: failed to retrieve device information
04-04 04:12:51.648   715   771 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:51.649   510   793 D MediaCodec: flushMediametrics
04-04 04:12:51.650   510   763 D MediaCodec: flushMediametrics
04-04 04:12:51.650   290   315 E NetworkStats: problem reading network stats
04-04 04:12:51.650   290   315 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1024)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:854)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.650   290   315 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.650   290   315 E NetworkStats:  (code 121)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.650   290   315 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.650   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.650   290   315 E NetworkStats: 	... 19 more
04-04 04:12:51.650   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.650   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.650   155   217 E Utils   : did not find channel-count and/or sample-rate
04-04 04:12:51.651   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.651   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.651   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.651   510   802 I OMXClient: IOmx service obtained
04-04 04:12:51.651   162   235 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process
04-04 04:12:51.651   290   305 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10129; state: DISABLED
04-04 04:12:51.651   290   317 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10129; state: ENABLED
04-04 04:12:51.651   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.recents.Recents took to complete: 10ms
04-04 04:12:51.652   510   802 D MediaCodec: flushMediametrics
04-04 04:12:51.652   510   510 I vol.Events: writeEvent collection_started
04-04 04:12:51.656   510   793 D MediaCodec: flushMediametrics
04-04 04:12:51.657    65    65 D Zygote  : Forked child process 812
04-04 04:12:51.658   290   317 I ActivityManager: Start proc 812:com.android.launcher3/u0a129 for service {com.android.launcher3/com.android.quickstep.TouchInteractionService}
04-04 04:12:51.658   812   812 E libprocessgroup: Failed to make and chown /acct/uid_10129: Read-only file system
04-04 04:12:51.658   812   812 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:51.659   812   812 W droid.launcher: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:51.661   129   150 I adbd    : jdwp connection from 812
04-04 04:12:51.664    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:51.664   715   771 I Gralloc4: mapper 4.x is not supported
04-04 04:12:51.664    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
04-04 04:12:51.664   715   771 W Gralloc3: mapper 3.x is not supported
04-04 04:12:51.665    99    99 I AudioPolicyService: Capy check package com.android.launcher3, sdk 30
04-04 04:12:51.666   510   805 I vol.Events: writeEvent level_changed STREAM_VOICE_CALL 3
04-04 04:12:51.666   510   805 I vol.Events: writeEvent level_changed STREAM_SYSTEM 5
04-04 04:12:51.666   510   805 I vol.Events: writeEvent level_changed STREAM_RING 5
04-04 04:12:51.667   510   805 I vol.Events: writeEvent level_changed STREAM_MUSIC 5
04-04 04:12:51.667   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.volume.VolumeUI took to complete: 16ms
04-04 04:12:51.667   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.stackdivider.Divider took to complete: 0ms
04-04 04:12:51.667   510   805 I vol.Events: writeEvent level_changed STREAM_ALARM 6
04-04 04:12:51.668   510   805 I vol.Events: writeEvent level_changed STREAM_BLUETOOTH_SCO 7
04-04 04:12:51.668   510   805 I vol.Events: writeEvent external_ringer_mode_changed unknown
04-04 04:12:51.668   812   812 I droid.launcher: The ClassLoaderContext is a special shared library.
04-04 04:12:51.668   510   510 D InterruptionStateProvider: heads up is enabled
04-04 04:12:51.668   510   805 I vol.Events: writeEvent zen_mode_config_changed [disallowAlarms=false disallowMedia=false disallowSystem=true disallowRinger=false]
04-04 04:12:51.671   812   812 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.671   812   812 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:51.673   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.675   690   690 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 1001; state: ENABLED
04-04 04:12:51.677   510   510 I TetheringManager: registerTetheringEventCallback:com.android.systemui
04-04 04:12:51.677   690   690 W SQLiteLog: (28) double-quoted string literal: "emergency"
04-04 04:12:51.678   690   690 W SQLiteLog: (28) double-quoted string literal: "emergency"
04-04 04:12:51.680   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.680   290   351 D ConnectivityService: requestNetwork for uid/pid:10132/510 NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ]
04-04 04:12:51.681   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.681   510   510 V WifiManager: registerTrafficStateCallback: callback=com.android.systemui.statusbar.policy.WifiSignalController$WifiTrafficStateCallback@3ee60b0, executor=android.os.HandlerExecutor@359b7eb
04-04 04:12:51.681   290   351 D ConnectivityService: requestNetwork for uid/pid:10132/510 NetworkRequest [ TRACK_DEFAULT id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ]
04-04 04:12:51.681   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.682   812   812 D TouchInteractionService: Touch service connected
04-04 04:12:51.682   690   690 D PhoneSwitcherNetworkRequstListener: Registering NetworkFactory
04-04 04:12:51.682   290   370 D ConnectivityService: Got NetworkProvider Messenger for PhoneSwitcherNetworkRequstListener
04-04 04:12:51.683   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.684   290   370 D ConnectivityService: Got NetworkProvider Messenger for TelephonyNetworkFactory[0]
04-04 04:12:51.684   510   510 I TetheringManager: registerTetheringEventCallback caller:com.android.systemui
04-04 04:12:51.685   690   690 I ImsRcsController: ImsRcsController
04-04 04:12:51.686   690   690 D CarrierConfigLoader: CarrierConfigLoader has started
04-04 04:12:51.686   290   687 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled
04-04 04:12:51.687   690   690 I Telephony: TelecomAccountRegistry: setupOnBoot - register subscription listener
04-04 04:12:51.688   510   510 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
04-04 04:12:51.688   290   687 I StatusBarManagerService: registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@19f4156
04-04 04:12:51.694   290   315 E NetworkStats: problem reading network stats
04-04 04:12:51.694   290   315 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1033)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:855)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.694   290   315 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.694   290   315 E NetworkStats:  (code 121)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.694   290   315 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.694   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.694   290   315 E NetworkStats: 	... 19 more
04-04 04:12:51.694   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.695   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.695   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.695   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.706   290   687 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   290   687 I chatty  : uid=1000(system) Binder:290_8 identical 1 line
04-04 04:12:51.706   290   687 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   510   801 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   712 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   510   801 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   844 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   712 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   844 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   712 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   844 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   713 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.706   690   690 D MultiSimSettingController: notifySubscriptionInfoChanged
04-04 04:12:51.710   510   510 I CameraManagerGlobal: Connecting to camera service
04-04 04:12:51.713   290   687 I DefaultPermGrantPolicy: Revoking permissions from disabled data services for user:0
04-04 04:12:51.713   290   687 I DefaultPermGrantPolicy: Granting permissions to enabled data services for user:0
04-04 04:12:51.721   690   690 D TelephonyProvider: subIdString = -1 subId = -1
04-04 04:12:51.721   690   690 D TelephonyProvider: subIdString = -1 subId = -1
04-04 04:12:51.722   690   690 D TelephonyProvider: getPreferredApnIdFromApn: for subId -1
04-04 04:12:51.723   690   690 D TelephonyProvider: subIdString = -1 subId = -1
04-04 04:12:51.723   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.723   290   310 I ActivityManagerTiming: FinishBooting
04-04 04:12:51.723   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.723   290   310 W KeyguardServiceDelegate: onScreenTurningOn(): no keyguard service!
04-04 04:12:51.724   290   351 D ConnectivityService: requestNetwork for uid/pid:1001/690 NetworkRequest [ TRACK_DEFAULT id=17, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1001 AdministratorUids: [] RequestorUid: 1001 RequestorPackageName: com.android.phone] ]
04-04 04:12:51.724   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.724   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId -1
04-04 04:12:51.724   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 0 and providerId -1
04-04 04:12:51.724   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 0 and providerId -1
04-04 04:12:51.724   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 0 and providerId -1
04-04 04:12:51.724   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1000 AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId -1
04-04 04:12:51.724   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1073 AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 0 and providerId -1
04-04 04:12:51.724   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId -1
04-04 04:12:51.724   690   690 D TelephonyDebugService: TelephonyDebugService()
04-04 04:12:51.725   690   690 D CarrierConfigLoader: mHandler: 12 phoneId: 0
04-04 04:12:51.726   690   690 I Telephony: TelecomAccountRegistry: onSubscriptionsChanged - update accounts
04-04 04:12:51.726   690   690 I Telephony: TelecomAccountRegistry: setupAccounts: Found 1 phones.  Attempting to register.
04-04 04:12:51.726   690   690 I Telephony: TelecomAccountRegistry: setupAccounts: Phone with subscription id -1
04-04 04:12:51.726   690   690 D Telephony: TelecomAccountRegistry: setupAccounts: skipping invalid subid -1
04-04 04:12:51.726   690   690 I Telephony: setupAccounts: adding default
04-04 04:12:51.726   690   690 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
04-04 04:12:51.727   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.727   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.727   690   690 I Telephony: isRttCurrentlySupported -- emergency acct and no device support
04-04 04:12:51.729   290   351 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@AAU
04-04 04:12:51.730   290   351 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub  Audio Routes: BESW Schemes: tel voicemail  Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***]: TSI.rPA@AAU
04-04 04:12:51.730   690   690 I Telephony: AccountEntry: Registered phoneAccount: [[ ] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub  Audio Routes: BESW Schemes: tel voicemail  Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***] with handle: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}
04-04 04:12:51.730   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.730   690   690 I Telephony: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {d19e722}
04-04 04:12:51.730   690   690 D Telephony: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {d19e722}
04-04 04:12:51.730   690   690 D MultiSimSettingController: onSubscriptionsChanged
04-04 04:12:51.732   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.732   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.733   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.733   690   690 D PhoneSwitcherNetworkRequstListener: got request NetworkRequest [ TRACK_DEFAULT id=17, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1001 AdministratorUids: [] RequestorUid: 1001 RequestorPackageName: com.android.phone] ] with score 0 and providerId 0
04-04 04:12:51.733   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.733   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.734   510   510 D StatusBar: mUserSetupObserver - DeviceProvisionedListener called for user 0
04-04 04:12:51.734   510   510 D StatusBar: updateQsExpansionEnabled - QS Expand enabled: true
04-04 04:12:51.734   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.734   510   510 D StatusBar: mUserSetupObserver - DeviceProvisionedListener called for user 0
04-04 04:12:51.734   510   857 D OpenGLRenderer: profile bars disabled
04-04 04:12:51.734   510   857 D OpenGLRenderer: ambientRatio = 1.50
04-04 04:12:51.734   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.735   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.735   290   402 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], score: 0
04-04 04:12:51.735   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], network: NetworkInterfaceState{ refCount: 0, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: null, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}}
04-04 04:12:51.735   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], network: NetworkInterfaceState{ refCount: 0, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: null, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}}
04-04 04:12:51.735   290   402 D EthernetNetworkFactory: IpClient already started
04-04 04:12:51.735   290   402 D Ethernet: got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId 0
04-04 04:12:51.735   290   402 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1000 AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId 0
04-04 04:12:51.735   290   402 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1073 AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 0 and providerId 0
04-04 04:12:51.735   690   690 I Telephony: handleVideoCapabilitesChanged. Video capability - false
04-04 04:12:51.735   290   402 D Ethernet: got request NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 0 and providerId 0
04-04 04:12:51.735   290   402 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ], score: 0
04-04 04:12:51.735   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ], network: NetworkInterfaceState{ refCount: 1, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: null, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}}
04-04 04:12:51.735   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ], network: NetworkInterfaceState{ refCount: 1, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: null, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}}
04-04 04:12:51.735   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.735   290   402 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 0 and providerId 0
04-04 04:12:51.735   290   402 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 0 and providerId 0
04-04 04:12:51.735   290   402 D Ethernet: got request NetworkRequest [ TRACK_DEFAULT id=17, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1001 AdministratorUids: [] RequestorUid: 1001 RequestorPackageName: com.android.phone] ] with score 0 and providerId 0
04-04 04:12:51.736   690   690 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC
04-04 04:12:51.736   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.736   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.736   690   690 I Telephony: isRttCurrentlySupported -- emergency acct and no device support
04-04 04:12:51.737   290   305 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@AAc
04-04 04:12:51.737   290   305 I Telecom : CallsManager: handlePhoneAccountChanged: phoneAccount=[[X] PhoneAccount: ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0} Capabilities: CallProvider MultiUser PlaceEmerg SimSub  Audio Routes: BESW Schemes: tel voicemail  Extras: Bundle[{android.telecom.extra.SUPPORTS_VIDEO_CALLING_FALLBACK=true}] GroupId: ***]: TSI.rPA@AAc
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.738   290   366 D WifiService: OBSERVED active data subscription change, subId: -1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:51.738   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:51.739   510   510 W AudioManager: attempt to call registerAudioRecordingCallback() on a previouslyregistered callback
04-04 04:12:51.739   510   510 D NotifPipeline: Notif pipeline initialized
04-04 04:12:51.741   510   510 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@99bea77, executor=android.os.HandlerExecutor@7dd46e4
04-04 04:12:51.743   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.744   510   510 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0
04-04 04:12:51.744   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.745   510   510 V FODCircleViewImpl: *** register callback for com.android.systemui.statusbar.phone.StatusBar$5@81dd726
04-04 04:12:51.745   510   510 V FODCircleViewImpl: *** unregister callback for null
04-04 04:12:51.745   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.statusbar.phone.StatusBar took to complete: 78ms
04-04 04:12:51.746   510   839 W ActivityThread: Failed to find provider info for com.android.contacts (user not unlocked)
04-04 04:12:51.746   510   510 D StorageNotification: Notifying about private volume: VolumeInfo{private}:
04-04 04:12:51.746   510   510 D StorageNotification:     type=PRIVATE diskId=null partGuid=null mountFlags=0 mountUserId=-10000 
04-04 04:12:51.746   510   510 D StorageNotification:     state=MOUNTED 
04-04 04:12:51.746   510   510 D StorageNotification:     fsType=null fsUuid=null fsLabel=null 
04-04 04:12:51.746   510   510 D StorageNotification:     path=/data internalPath=null 
04-04 04:12:51.746   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.usb.StorageNotification took to complete: 1ms
04-04 04:12:51.747   290   315 E NetworkStats: problem reading network stats
04-04 04:12:51.747   290   315 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1041)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:857)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.747   290   315 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.747   290   315 E NetworkStats:  (code 121)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.747   290   315 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.747   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.747   290   315 E NetworkStats: 	... 18 more
04-04 04:12:51.747   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.748   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.748   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.748   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.748   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.748   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.power.PowerUI took to complete: 2ms
04-04 04:12:51.748   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.media.RingtonePlayer took to complete: 0ms
04-04 04:12:51.749   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.keyboard.KeyboardUI took to complete: 0ms
04-04 04:12:51.749   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.pip.PipUI took to complete: 0ms
04-04 04:12:51.749   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.shortcut.ShortcutKeyDispatcher took to complete: 0ms
04-04 04:12:51.749   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.VendorServices took to complete: 0ms
04-04 04:12:51.749   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.util.leak.GarbageMonitor$Service took to complete: 0ms
04-04 04:12:51.749   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.LatencyTester took to complete: 0ms
04-04 04:12:51.749   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.globalactions.GlobalActionsComponent took to complete: 0ms
04-04 04:12:51.750   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.ScreenDecorations took to complete: 1ms
04-04 04:12:51.750   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.biometrics.AuthController took to complete: 0ms
04-04 04:12:51.750   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.biometrics.FODCircleViewImpl took to complete: 0ms
04-04 04:12:51.750   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.SliceBroadcastRelayHandler took to complete: 0ms
04-04 04:12:51.750   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.SizeCompatModeActivityController took to complete: 0ms
04-04 04:12:51.750   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.statusbar.notification.InstantAppNotifier took to complete: 0ms
04-04 04:12:51.754   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.theme.ThemeOverlayController took to complete: 4ms
04-04 04:12:51.754   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.accessibility.WindowMagnification took to complete: 0ms
04-04 04:12:51.756   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.accessibility.SystemActions took to complete: 2ms
04-04 04:12:51.756   510   510 D SystemUIBootTiming: StartServicescom.android.systemui.toast.ToastUI took to complete: 0ms
04-04 04:12:51.758   510   510 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
04-04 04:12:51.758   510   510 D SystemUIBootTiming: StartServices took to complete: 186ms
04-04 04:12:51.760    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.trust@1.0::IUsbRestrict/default in either framework or device manifest.
04-04 04:12:51.760   510   801 D KeyguardViewMediator: onStartedWakingUp, seq = 1
04-04 04:12:51.760   510   801 D KeyguardViewMediator: notifyStartedWakingUp
04-04 04:12:51.760   510   801 D KeyguardViewMediator: notifyScreenOn
04-04 04:12:51.760   510   801 D KeyguardViewMediator: notifyScreenTurnedOn
04-04 04:12:51.760   510   801 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0
04-04 04:12:51.762   510   510 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange()
04-04 04:12:51.763   290   290 D BluetoothA2dp: Binding service...
04-04 04:12:51.763   290   290 E BluetoothA2dp: Could not bind to Bluetooth Service with Intent { act=android.bluetooth.IBluetoothA2dp }
04-04 04:12:51.763   510   510 W AlarmManager: Unrecognized alarm listener com.android.systemui.keyguard.-$$Lambda$KeyguardSliceProvider$IhzByd8TsqFuOrSyuGurVskyPLo@1342b4
04-04 04:12:51.763   510   510 D MediaResumeListener: loaded resume components for 0: []
04-04 04:12:51.763   510   510 D Tonal   : Tonal Palette - index: 7. Main color: ff59c1c1
04-04 04:12:51.763   510   510 D Tonal   : Colors: ff041212, ff092727, ff0e3b39, ff145450, ff1c726a, ff239191, ff2ab0b0, ff59c1c1, ff67d3da, ff80d7e0, ff9ddde7, ffc6eaf1, ffe2f6f8
04-04 04:12:51.763   510   510 D Tonal   : Gradients: 
04-04 04:12:51.763   510   510 D Tonal   : 	Normal GradientColors(ff59c1c1, ff59c1c1)
04-04 04:12:51.763   510   510 D Tonal   : 	Dark GradientColors(ff145450, ff145450)
04-04 04:12:51.763   510   510 D Tonal   : 	Extra dark: GradientColors(ff0e3b39, ff0e3b39)
04-04 04:12:51.763   510   510 D Tonal   : Tonal Palette - index: 7. Main color: ff59c1c1
04-04 04:12:51.763   510   510 D Tonal   : Colors: ff041212, ff092727, ff0e3b39, ff145450, ff1c726a, ff239191, ff2ab0b0, ff59c1c1, ff67d3da, ff80d7e0, ff9ddde7, ffc6eaf1, ffe2f6f8
04-04 04:12:51.763   510   510 D Tonal   : Gradients: 
04-04 04:12:51.763   510   510 D Tonal   : 	Normal GradientColors(ff59c1c1, ff59c1c1)
04-04 04:12:51.763   510   510 D Tonal   : 	Dark GradientColors(ff145450, ff145450)
04-04 04:12:51.763   510   510 D Tonal   : 	Extra dark: GradientColors(ff0e3b39, ff0e3b39)
04-04 04:12:51.764   510   510 E libEGL  : validate_display:89 error 3001 (EGL_NOT_INITIALIZED)
04-04 04:12:51.778   290   620 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{7e03397 u0 com.android.settings/com.android.settings.FallbackHome}, surfaceController TID:2#com.android.settings/com.android.settings.FallbackHome
04-04 04:12:51.780   290   315 E NetworkStats: problem reading network stats
04-04 04:12:51.780   290   315 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1043)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:857)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.Handler.handleCallback(Handler.java:938)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:99)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.780   290   315 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.780   290   315 E NetworkStats:  (code 121)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.780   290   315 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.780   290   315 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.780   290   315 E NetworkStats: 	... 18 more
04-04 04:12:51.780   290   315 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.781    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:51.781   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.781   510   697 W MESA    : Using gralloc header from libdrm/android/gralloc_handle.h.  This is not recommended for new distributions.  Initializing a fallback gralloc as a helper:
04-04 04:12:51.781   290   315 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received.
04-04 04:12:51.781   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.781   510   697 I MESA    : Using fallback gralloc implementation
04-04 04:12:51.781   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.781   290   315 D CountryDetector: Using custom country detector class: com.android.server.location.ComprehensiveCountryDetector
04-04 04:12:51.782   102   350 W ServiceManager: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10132 pid=510
04-04 04:12:51.782   102   350 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10132 => denied (123 us)
04-04 04:12:51.789   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:51.796   510   510 D ClockController: onTuningChanged key=icon_blacklist value=null
04-04 04:12:51.796   510   510 D ClockController: onTuningChanged key=lineagesystem:status_bar_clock value=2
04-04 04:12:51.797   510   510 D ClockController: onTuningChanged key=icon_blacklist value=null
04-04 04:12:51.797   510   510 D ClockController: onTuningChanged key=lineagesystem:status_bar_clock value=2
04-04 04:12:51.798   290   305 E WindowManager: Window Session Crash
04-04 04:12:51.798   290   305 E WindowManager: java.lang.IllegalArgumentException: Requested window null does not exist
04-04 04:12:51.798   290   305 E WindowManager: 	at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:5458)
04-04 04:12:51.798   290   305 E WindowManager: 	at com.android.server.wm.Session.actionOnWallpaper(Session.java:356)
04-04 04:12:51.798   290   305 E WindowManager: 	at com.android.server.wm.Session.setWallpaperZoomOut(Session.java:382)
04-04 04:12:51.798   290   305 E WindowManager: 	at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:1154)
04-04 04:12:51.798   290   305 E WindowManager: 	at com.android.server.wm.Session.onTransact(Session.java:139)
04-04 04:12:51.798   290   305 E WindowManager: 	at android.os.Binder.execTransactInternal(Binder.java:1159)
04-04 04:12:51.798   290   305 E WindowManager: 	at android.os.Binder.execTransact(Binder.java:1123)
04-04 04:12:51.798   290   305 W Binder  : Caught a RuntimeException from the binder stub implementation.
04-04 04:12:51.798   290   305 W Binder  : java.lang.IllegalArgumentException: Requested window null does not exist
04-04 04:12:51.798   290   305 W Binder  : 	at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:5458)
04-04 04:12:51.798   290   305 W Binder  : 	at com.android.server.wm.Session.actionOnWallpaper(Session.java:356)
04-04 04:12:51.798   290   305 W Binder  : 	at com.android.server.wm.Session.setWallpaperZoomOut(Session.java:382)
04-04 04:12:51.798   290   305 W Binder  : 	at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:1154)
04-04 04:12:51.798   290   305 W Binder  : 	at com.android.server.wm.Session.onTransact(Session.java:139)
04-04 04:12:51.798   290   305 W Binder  : 	at android.os.Binder.execTransactInternal(Binder.java:1159)
04-04 04:12:51.798   290   305 W Binder  : 	at android.os.Binder.execTransact(Binder.java:1123)
04-04 04:12:51.798   642   870 E DhcpClient: Error retrieving network attributes: ILLEGAL ARGUMENT
04-04 04:12:51.799   642   858 D DhcpClient: Broadcasting DHCPDISCOVER
04-04 04:12:51.799   642   858 D DhcpClient: Received packet: 00:16:3e:f9:d3:03 OFFER, ip /192.168.240.112, mask /255.255.255.0, DNS servers: /192.168.240.1 , gateways [/192.168.240.1] lease time 3600, domain null
04-04 04:12:51.800   642   858 D DhcpClient: Got pending lease: android.net.networkstack.DhcpResults@e6827c5 DHCP server /192.168.240.1 Vendor info null lease 3600 seconds Servername 
04-04 04:12:51.800   642   858 D DhcpClient: Broadcasting DHCPREQUEST ciaddr=0.0.0.0 request=192.168.240.112 serverid=192.168.240.1
04-04 04:12:51.802   642   858 D DhcpClient: Received packet: 00:16:3e:f9:d3:03 ACK: your new IP /192.168.240.112, netmask /255.255.255.0, gateways [/192.168.240.1] DNS servers: /192.168.240.1 , lease time 3600
04-04 04:12:51.802   642   858 D DhcpClient: Confirmed lease: android.net.networkstack.DhcpResults@92ae84b DHCP server /192.168.240.1 Vendor info null lease 3600 seconds Servername 
04-04 04:12:51.804   642   858 D DhcpClient: Scheduling renewal in 1799s
04-04 04:12:51.804   642   858 D DhcpClient: Scheduling rebind in 3149s
04-04 04:12:51.804   642   858 D DhcpClient: Scheduling expiry in 3599s
04-04 04:12:51.805   290   402 D ConnectivityService: registerNetworkAgent NetworkAgentInfo{ ni{[type: Ethernet[], state: UNKNOWN/IDLE, reason: (unspecified), extra: , failover: false, available: true, roaming: false]}  network{100}  nethandle{432902426637}  lp{{InterfaceName: eth0 LinkAddresses: [ fe80::d987:b169:f302:c49/64,192.168.240.112/24 ] DnsAddresses: [ /192.168.240.1 ] Domains: null MTU: 0 ServerAddress: /192.168.240.1 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152 Routes: [ fe80::/64 -> :: eth0 mtu 0,192.168.240.0/24 -> 0.0.0.0 eth0 mtu 0,0.0.0.0/0 -> 192.168.240.1 eth0 mtu 0 ]}}  nc{[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null]}  Score{30}  everValidated{false}  lastValidated{false}  created{false} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} partialConnectivity{false} acceptPartialConnectivity{false} clat{mBaseIface: null, mIface: null, mState: IDLE} }
04-04 04:12:51.808   510   697 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:51.808   510   697 W EGL-MAIN: MESA-LOADER: failed to retrieve device information
04-04 04:12:51.808   510   697 W EGL-MAIN: failed to get driver name for fd -1
04-04 04:12:51.813   290   370 D ConnectivityService: [100 ETHERNET] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to UNKNOWN
04-04 04:12:51.813   290   370 D ConnectivityService: [100 ETHERNET] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to CONNECTED
04-04 04:12:51.814   290   370 W DnsManager: updatePrivateDns(100, PrivateDnsConfig{true:/[]})
04-04 04:12:51.814   290   370 D ConnectivityService: Setting DNS servers for network 100 to [/192.168.240.1]
04-04 04:12:51.814   290   370 D DnsManager: sendDnsConfigurationForNetwork(100, [192.168.240.1], [], 1800, 25, 8, 64, 0, 0, , [192.168.240.1])
04-04 04:12:51.815    64   875 W resolv  : Validating DnsTlsServer on netId 100
04-04 04:12:51.815   290   370 D ConnectivityService: Adding iface eth0 to network 100
04-04 04:12:51.815    64   875 W resolv  : Validation failed
04-04 04:12:51.817   290   370 D ConnectivityService: Setting DNS servers for network 100 to [/192.168.240.1]
04-04 04:12:51.817   290   370 D DnsManager: sendDnsConfigurationForNetwork(100, [192.168.240.1], [], 1800, 25, 8, 64, 0, 0, , [192.168.240.1])
04-04 04:12:51.817    64   879 W resolv  : Validating DnsTlsServer on netId 100
04-04 04:12:51.818   510   697 D EglHelper: createEglContext start
04-04 04:12:51.818   290   370 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.819   510   697 D EglHelper: createEglContext done
04-04 04:12:51.819   510   697 D EglHelper: createEglSurface start
04-04 04:12:51.819    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:51.819   510   697 I Gralloc4: mapper 4.x is not supported
04-04 04:12:51.819    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
04-04 04:12:51.819   510   697 W Gralloc3: mapper 3.x is not supported
04-04 04:12:51.822   510   697 D EglHelper: createEglSurface done
04-04 04:12:51.834   510   510 D KeyguardClockSwitch: Updating clock: 4:12
04-04 04:12:51.838   510   662 W ActivityThread: Failed to find provider info for com.android.contacts (user not unlocked)
04-04 04:12:51.839   510   662 W ActivityThread: Failed to find provider info for com.android.contacts (user not unlocked)
04-04 04:12:51.847   510   510 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
04-04 04:12:51.857     0     0 I init    : processing action (sys.sysctl.tcp_def_init_rwnd=*) from (/system/etc/init/hw/init.rc:999)
04-04 04:12:51.857   290   370 E NetworkStats: problem reading network stats
04-04 04:12:51.857   290   370 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.updateIfacesLocked(NetworkStatsService.java:1261)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.updateIfaces(NetworkStatsService.java:1237)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.forceUpdateIfaces(NetworkStatsService.java:947)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.notifyIfacesChangedForNetworkStats(ConnectivityService.java:7678)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.updateLinkProperties(ConnectivityService.java:6241)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.updateNetworkInfo(ConnectivityService.java:7427)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.access$1700(ConnectivityService.java:259)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.ConnectivityService$NetworkStateTrackerHandler.maybeHandleNetworkAgentMessage(ConnectivityService.java:2907)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.ConnectivityService$NetworkStateTrackerHandler.handleMessage(ConnectivityService.java:3140)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:106)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.857   290   370 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.857   290   370 E NetworkStats:  (code 121)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.857   290   370 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.857   290   370 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.857   290   370 E NetworkStats: 	... 17 more
04-04 04:12:51.858   290   370 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.858   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.858   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.858   290   370 D ConnectivityService: NetReassign [1 : null → 100, 15 : null → 100, 12 : null → 100, 16 : null → 100, 9 : null → 100, 10 : null → 100, 17 : null → 100]
04-04 04:12:51.858   290   370 D ConnectivityService: Switching to new default network: NetworkAgentInfo{ ni{[type: Ethernet[], state: CONNECTED/CONNECTED, reason: (unspecified), extra: 00:16:3e:f9:d3:03, failover: false, available: true, roaming: false]}  network{100}  nethandle{432902426637}  lp{{InterfaceName: eth0 LinkAddresses: [ fe80::d987:b169:f302:c49/64,192.168.240.112/24 ] DnsAddresses: [ /192.168.240.1 ] Domains: null MTU: 0 ServerAddress: /192.168.240.1 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152 Routes: [ fe80::/64 -> :: eth0 mtu 0,192.168.240.0/24 -> 0.0.0.0 eth0 mtu 0,0.0.0.0/0 -> 192.168.240.1 eth0 mtu 0 ]}}  nc{[ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&FOREGROUND&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null]}  Score{30}  everValidated{false}  lastValidated{false}  created{true} lingering{false} explicitlySelected{false} acceptUnvalidated{false} everCaptivePortalDetected{false} lastCaptivePortalDetected{false} partialConnectivity{false} acceptPartialConnectivity{false} clat{mBaseIface: null, mIface: null, mState: IDLE} }
04-04 04:12:51.859   290   370 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.863   290   311 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{7e03397 u0 com.android.settings/com.android.settings.FallbackHome}, surfaceController TID:2#com.android.settings/com.android.settings.FallbackHome
04-04 04:12:51.863   290   311 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{cfdd7a3 u0 com.android.systemui.ImageWallpaper}, surfaceController com.android.systemui.ImageWallpaper
04-04 04:12:51.865   510   510 D QSTileHost: Recreating tiles
04-04 04:12:51.866   510   510 D QSTileHost: Creating tile: wifi
04-04 04:12:51.866   510   510 D QSTileHost: Creating tile: bt
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: dnd
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: flashlight
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: rotation
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: battery
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: cell
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: airplane
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: cast
04-04 04:12:51.867   510   510 D QSTileHost: Creating tile: screenrecord
04-04 04:12:51.883   290   301 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: com.android.server.AlarmManagerService$2
04-04 04:12:51.883   290   301 I BpBinder: onLastStrongRef automatically unlinking death recipients: <uncached descriptor>
04-04 04:12:51.883   290   301 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: com.android.server.AlarmManagerService$2
04-04 04:12:51.883   290   301 W JavaBinder: BinderProxy is being destroyed but the application did not call unlinkToDeath to unlink all of its death recipients beforehand.  Releasing leaked death recipient: com.android.server.AlarmManagerService$2
04-04 04:12:51.883   290   301 I BpBinder: onLastStrongRef automatically unlinking death recipients: <uncached descriptor>
04-04 04:12:51.884   290   302 W System  : A resource failed to call release. 
04-04 04:12:51.884   290   302 I chatty  : uid=1000(system) FinalizerDaemon identical 2 lines
04-04 04:12:51.884   290   302 W System  : A resource failed to call release. 
04-04 04:12:51.897   510   510 W AudioManager: attempt to call registerAudioRecordingCallback() on a previouslyregistered callback
04-04 04:12:51.897   510   510 V ShadeControllerImpl: NotificationShadeWindow: com.android.systemui.statusbar.phone.NotificationShadeWindowView{cebff53 I.E...... ......ID 0,0-1152,3996} canPanelBeCollapsed(): false
04-04 04:12:51.897   510   510 D KeyguardViewMediator: onSystemReady
04-04 04:12:51.897   510   510 D KeyguardViewMediator: isKeyguardDisabled: keyguard is disabled by setting
04-04 04:12:51.897   510   510 D KeyguardViewMediator: doKeyguard: not showing because lockscreen is off
04-04 04:12:51.897   510   510 D KeyguardViewMediator: hideLocked
04-04 04:12:51.897   510   510 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0
04-04 04:12:51.897   510   510 D KeyguardViewMediator: isKeyguardDisabled: keyguard is disabled by setting
04-04 04:12:51.898   510   510 D KeyguardViewMediator: handleNotifyWakingUp
04-04 04:12:51.899   510   510 D KeyguardViewMediator: handleNotifyScreenTurningOn
04-04 04:12:51.899   510   510 D KeyguardClockSwitch: Updating clock: 4:12
04-04 04:12:51.900   510   510 D KeyguardViewMediator: handleNotifyScreenTurnedOn
04-04 04:12:51.901   510   510 V KeyguardUpdateMonitor: onSubscriptionInfoChanged()
04-04 04:12:51.901   510   510 V KeyguardUpdateMonitor: onSubscriptionInfoChanged()
04-04 04:12:51.906   510   510 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
04-04 04:12:51.907   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.913   510   510 D NavigationModeController: getCurrentUserContext: contextUser=0 currentUser=0
04-04 04:12:51.914   290   370 E NetworkStats: problem reading network stats
04-04 04:12:51.914   290   370 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: 
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.updateIfacesLocked(NetworkStatsService.java:1261)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.updateIfaces(NetworkStatsService.java:1237)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.net.NetworkStatsService.forceUpdateIfaces(NetworkStatsService.java:947)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.notifyIfacesChangedForNetworkStats(ConnectivityService.java:7678)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.makeDefault(ConnectivityService.java:6946)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.applyNetworkReassignment(ConnectivityService.java:7157)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.rematchAllNetworksAndRequests(ConnectivityService.java:7121)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.updateNetworkInfo(ConnectivityService.java:7457)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService.access$1700(ConnectivityService.java:259)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService$NetworkStateTrackerHandler.maybeHandleNetworkAgentMessage(ConnectivityService.java:2907)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.ConnectivityService$NetworkStateTrackerHandler.handleMessage(ConnectivityService.java:3140)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.os.Handler.dispatchMessage(Handler.java:106)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.os.HandlerThread.run(HandlerThread.java:67)
04-04 04:12:51.914   290   370 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats:
04-04 04:12:51.914   290   370 E NetworkStats:  (code 121)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.os.Parcel.createExceptionOrNull(Parcel.java:2388)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.os.Parcel.createException(Parcel.java:2358)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2341)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.os.Parcel.readException(Parcel.java:2283)
04-04 04:12:51.914   290   370 E NetworkStats: 	at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015)
04-04 04:12:51.914   290   370 E NetworkStats: 	at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712)
04-04 04:12:51.914   290   370 E NetworkStats: 	... 19 more
04-04 04:12:51.914   290   370 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.914   510   510 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0
04-04 04:12:51.915   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.915   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.915   290   638 D NetworkTimeUpdateService: New default network 100; checking time.
04-04 04:12:51.915   290   402 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], score: 30
04-04 04:12:51.915   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], network: NetworkInterfaceState{ refCount: 2, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: com.android.server.ethernet.EthernetNetworkFactory$NetworkInterfaceState$1@5b80420, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {InterfaceName: eth0 LinkAddresses: [ fe80::d987:b169:f302:c49/64,192.168.240.112/24 ] DnsAddresses: [ /192.168.240.1 ] Domains: null MTU: 0 ServerAddress: /192.168.240.1 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152 Routes: [ fe80::/64 -> :: eth0 mtu 0,192.168.240.0/24 -> 0.0.0.0 eth0 mtu 0,0.0.0.0/0 -> 192.168.240.1 eth0 mtu 0 ]}}
04-04 04:12:51.915   290   402 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ], score: 30
04-04 04:12:51.915   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ], network: NetworkInterfaceState{ refCount: 2, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: com.android.server.ethernet.EthernetNetworkFactory$NetworkInterfaceState$1@5b80420, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {InterfaceName: eth0 LinkAddresses: [ fe80::d987:b169:f302:c49/64,192.168.240.112/24 ] DnsAddresses: [ /192.168.240.1 ] Domains: null MTU: 0 ServerAddress: /192.168.240.1 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152 Routes: [ fe80::/64 -> :: eth0 mtu 0,192.168.240.0/24 -> 0.0.0.0 eth0 mtu 0,0.0.0.0/0 -> 192.168.240.1 eth0 mtu 0 ]}}
04-04 04:12:51.915   290   370 D ConnectivityService: Sending CONNECTED broadcast for type 9 [100 ETHERNET] isDefaultNetwork=true
04-04 04:12:51.915   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.915   290   370 D ConnectivityService: [100 ETHERNET] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTED
04-04 04:12:51.916   290   290 I SyncManager: Loaded persisted syncs: 0 periodic syncs, 0 oneshot syncs, 13 total system server jobs, JobStats: FirstLoad: 4/4/0 LastSave: -1/-1/-1
04-04 04:12:51.916   290   363 I chatty  : uid=1000(system) NetworkPolicy identical 1 line
04-04 04:12:51.916   290   363 W BestClock: java.time.DateTimeException: Missing NTP fix
04-04 04:12:51.918   510   510 D NavigationModeController: getCurrentUserContext: contextUser=0 currentUser=0
04-04 04:12:51.927   510   510 V KeyguardUpdateMonitor: onSubscriptionInfoChanged()
04-04 04:12:51.932   510   510 I chatty  : uid=10132(com.android.systemui) identical 6 lines
04-04 04:12:51.932   510   510 V KeyguardUpdateMonitor: onSubscriptionInfoChanged()
04-04 04:12:51.933   510   510 D KeyguardViewMediator: handleHide
04-04 04:12:51.933   510   510 D KeyguardViewMediator: handleStartKeyguardExitAnimation startTime=8972572 fadeoutDuration=300
04-04 04:12:51.933   510   510 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
04-04 04:12:51.933   510   510 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0
04-04 04:12:51.934    99    99 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000004) and output flags (00000002)
04-04 04:12:51.934   510   510 D StatusBar: disable<e i a s b h r c s > disable2<q i n >
04-04 04:12:51.934   510   510 D KeyguardUpdateMonitor: onKeyguardVisibilityChanged(false)
04-04 04:12:51.934    99    99 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted
04-04 04:12:51.934   510   510 D KeyguardViewMediator: keyguardGone
04-04 04:12:51.934   510   728 D AudioTrack: createTrack_l(7): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 8329
04-04 04:12:51.934   510   510 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0
04-04 04:12:51.940    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@4.0::IAllocator/default in either framework or device manifest.
04-04 04:12:51.940   510   510 W Gralloc4: allocator 3.x is not supported
04-04 04:12:51.940    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.allocator@3.0::IAllocator/default in either framework or device manifest.
04-04 04:12:51.940   510   510 W Gralloc3: allocator 3.x is not supported
04-04 04:12:51.940   510   510 I Gralloc2: Adding additional valid usage bits: 0x0
04-04 04:12:51.986   290   311 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{5ead88f u0 NotificationShade}, surfaceController NotificationShade
04-04 04:12:51.999   642   896 D NetworkMonitor/100: PROBE_DNS www.google.com 138ms OK 142.250.190.68
04-04 04:12:51.999   642   897 D NetworkMonitor/100: PROBE_DNS connectivitycheck.gstatic.com 139ms OK 172.217.2.35
04-04 04:12:52.000   642   896 W UnsafeUtil: platform method missing - proto runtime falling back to safer methods: java.lang.NoSuchMethodException: sun.misc.Unsafe.copyMemory [class java.lang.Object, long, class java.lang.Object, long, long]
04-04 04:12:52.021    68    68 W DeviceHAL: Error from HAL Device in function set_voice_volume: Function not implemented
04-04 04:12:52.021    99   248 E AudioFlinger: no wake lock to update, but system ready!
04-04 04:12:52.022    68    68 E FMQ     : grantorIdx must be less than 3
04-04 04:12:52.022    68    68 E FMQ     : grantorIdx must be less than 3
04-04 04:12:52.022    99   248 E FMQ     : grantorIdx must be less than 3
04-04 04:12:52.022    99   248 E FMQ     : grantorIdx must be less than 3
04-04 04:12:52.078   290   638 D SntpClient: round trip: 80ms, clock offset: -66ms
04-04 04:12:52.331    99   248 E AudioFlinger: no wake lock to update, but system ready!
04-04 04:12:52.331    99   245 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1
04-04 04:12:52.369   642   897 D NetworkMonitor/100: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=368ms ret=204 request={Connection=[close], User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Connection=[close], Content-Length=[0], Cross-Origin-Resource-Policy=[cross-origin], Date=[Thu, 04 Apr 2024 04:12:52 GMT], X-Android-Received-Millis=[1712203972369], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1712203972186]}
04-04 04:12:52.533   145   145 D incidentd: WorkDirectory::getReports
04-04 04:12:52.759   642   896 D NetworkMonitor/100: PROBE_HTTPS https://www.google.com/generate_204 time=758ms ret=204 request={Connection=[close], User-Agent=[Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.32 Safari/537.36]} headers={null=[HTTP/1.1 204 No Content], Alt-Svc=[h3=":443"; ma=2592000,h3-29=":443"; ma=2592000], Connection=[close], Content-Length=[0], Cross-Origin-Resource-Policy=[cross-origin], Date=[Thu, 04 Apr 2024 04:12:52 GMT], X-Android-Received-Millis=[1712203972759], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1712203972385]}
04-04 04:12:52.760   642   895 D NetworkMonitor/100: isCaptivePortal: isSuccessful()=true isPortal()=false RedirectUrl=null isPartialConnectivity()=false Time=901ms
04-04 04:12:52.760   290   370 D ConnectivityService: [100 ETHERNET] validation passed
04-04 04:12:52.761   290   370 D ConnectivityService: NetReassign [no changes]
04-04 04:12:52.761   290   402 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], score: 70
04-04 04:12:52.761   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], network: NetworkInterfaceState{ refCount: 2, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: com.android.server.ethernet.EthernetNetworkFactory$NetworkInterfaceState$1@5b80420, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {InterfaceName: eth0 LinkAddresses: [ fe80::d987:b169:f302:c49/64,192.168.240.112/24 ] DnsAddresses: [ /192.168.240.1 ] Domains: null MTU: 0 ServerAddress: /192.168.240.1 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152 Routes: [ fe80::/64 -> :: eth0 mtu 0,192.168.240.0/24 -> 0.0.0.0 eth0 mtu 0,0.0.0.0/0 -> 192.168.240.1 eth0 mtu 0 ]}}
04-04 04:12:52.761   290   370 D ConnectivityService: Setting DNS servers for network 100 to [/192.168.240.1]
04-04 04:12:52.761   290   402 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ], score: 70
04-04 04:12:52.761   290   402 I EthernetNetworkFactory: networkForRequest, request: NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ], network: NetworkInterfaceState{ refCount: 2, iface: eth0, up: true, hwAddress: 00:16:3e:f9:d3:03, networkCapabilities: [ Transports: ETHERNET Capabilities: NOT_METERED&INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN&NOT_ROAMING&NOT_CONGESTED&NOT_SUSPENDED LinkUpBandwidth>=100000Kbps LinkDnBandwidth>=100000Kbps AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null], networkAgent: com.android.server.ethernet.EthernetNetworkFactory$NetworkInterfaceState$1@5b80420, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@aeb48fa,linkProperties: {InterfaceName: eth0 LinkAddresses: [ fe80::d987:b169:f302:c49/64,192.168.240.112/24 ] DnsAddresses: [ /192.168.240.1 ] Domains: null MTU: 0 ServerAddress: /192.168.240.1 TcpBufferSizes: 524288,1048576,3145728,524288,1048576,2097152 Routes: [ fe80::/64 -> :: eth0 mtu 0,192.168.240.0/24 -> 0.0.0.0 eth0 mtu 0,0.0.0.0/0 -> 192.168.240.1 eth0 mtu 0 ]}}
04-04 04:12:52.761   290   370 D DnsManager: sendDnsConfigurationForNetwork(100, [192.168.240.1], [], 1800, 25, 8, 64, 0, 0, , [192.168.240.1])
04-04 04:12:52.827    64   879 W resolv  : SSL_connect ssl error =5, mark 0xf0064: Connection refused
04-04 04:12:52.827    64   879 W resolv  : Validation failed
04-04 04:12:53.568   690   710 W System  : A resource failed to call end. 
04-04 04:12:53.619    72    72 I hwcomposer: inhibiting sleep from Waydroid#0
04-04 04:12:54.001   129   919 I adbd    : host-13: read thread spawning
04-04 04:12:54.001   129   920 I adbd    : host-13: write thread spawning
04-04 04:12:54.001   129   129 I adbd    : host-13: already offline
04-04 04:12:54.001   129   129 I adbd    : authentication not required
04-04 04:12:54.572   290   353 I InputDispatcher: Dropped event because input dispatch is disabled.
04-04 04:12:54.574    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@4.0::IMapper/default in either framework or device manifest.
04-04 04:12:54.574   290   310 I Gralloc4: mapper 4.x is not supported
04-04 04:12:54.574    31    31 I hwservicemanager: getTransport: Cannot find entry android.hardware.graphics.mapper@3.0::IMapper/default in either framework or device manifest.
04-04 04:12:54.574   290   310 W Gralloc3: mapper 3.x is not supported
04-04 04:12:56.727   290   370 D ConnectivityService: releasing NetworkRequest [ TRACK_DEFAULT id=17, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1001 AdministratorUids: [] RequestorUid: 1001 RequestorPackageName: com.android.phone] ] (release request)
04-04 04:12:56.728   510   510 V KeyguardUpdateMonitor: onSubscriptionInfoChanged()
04-04 04:12:56.728   690   690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1
04-04 04:12:56.728   690   690 D Telephony: isEmergencyPreferredAccount: Device does not require preference.
04-04 04:12:56.794   290   307 D AutofillManagerService: Close system dialogs
04-04 04:12:56.795   510   510 V ShadeControllerImpl: NotificationShadeWindow: com.android.systemui.statusbar.phone.NotificationShadeWindowView{cebff53 I.E...... ......ID 0,0-1152,3996} canPanelBeCollapsed(): false
04-04 04:12:56.854   290   354 I InputReader: Dropping key up from device wayland_keyboard because the key was not down.  keyCode=117, scanCode=125
04-04 04:12:58.683   260   260 D BootAnimation: BootAnimationStopTiming start time: 8979322ms
04-04 04:12:58.713     0     0 I init    : Service 'bootanim' (pid 260) exited with status 0 oneshot service took 8.238000 seconds in background
04-04 04:12:58.713     0     0 I init    : Sending signal 9 to service 'bootanim' (pid 260) process group...
04-04 04:12:58.713     0     0 I libprocessgroup: Successfully killed process cgroup uid 1003 pid 260 in 0ms
04-04 04:12:58.735   290   310 I WindowManager: ******* TELLING SURFACE FLINGER WE ARE BOOTED!
04-04 04:12:58.735   102   127 I SurfaceFlinger: Boot is finished (8448 ms)
04-04 04:12:58.736   290   310 I ActivityManagerTiming: FinishBooting
04-04 04:12:58.737   290   310 I ActivityManager: About to commit checkpoint
04-04 04:12:58.737   290   310 I SystemServiceManager: Starting phase 1000
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.FileIntegrityService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.FileIntegrityService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.Installer
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.Installer took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.DeviceIdentifiersPolicyService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.uri.UriGrantsManagerService$Lifecycle
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wm.ActivityTaskManagerService$Lifecycle
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.am.ActivityManagerService$Lifecycle
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.DataLoaderManagerService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.PowerManagerService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.PowerManagerService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.ThermalManagerService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.ThermalManagerService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.lights.LightsService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.lights.LightsService took to complete: 0ms
04-04 04:12:58.737   290   324 V DisplayPowerController: Brightness [0.39763778] reason changing to: 'manual', previous reason: 'override'.
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.DisplayManagerService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.DisplayManagerService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.UserManagerService$LifeCycle
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.om.OverlayManagerService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.om.OverlayManagerService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorPrivacyService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorPrivacyService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.SystemConfigService
04-04 04:12:58.737   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.SystemConfigService took to complete: 0ms
04-04 04:12:58.737   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.BatteryService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.BatteryService took to complete: 1ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.UsageStatsService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.UsageStatsService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.webkit.WebViewUpdateService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.CachedDeviceStateService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.CachedDeviceStateService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.BinderCallsStatsService$LifeCycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.LooperStatsService$Lifecycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.rollback.RollbackManagerService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.rollback.RollbackManagerService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.BugreportManagerService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.BugreportManagerService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.gpu.GpuService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.gpu.GpuService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.KeyChainSystemService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.KeyChainSystemService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.telecom.TelecomLoaderService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
04-04 04:12:58.738   290   340 D RollbackManager: mRollbackLifetimeDurationInMillis=1209600000
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.accounts.AccountManagerService$Lifecycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.content.ContentService$Lifecycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.DropBoxManagerService
04-04 04:12:58.738   290   315 D AppStandbyController: Loading headless system app cache. appIdleEnabled=true
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.DropBoxManagerService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.AlarmManagerService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.AlarmManagerService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.BluetoothService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.BluetoothService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.connectivity.IpConnectivityMetrics
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.PinnerService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.PinnerService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.google.android.startop.iorap.IorapForwardingService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.integrity.AppIntegrityManagerService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.StorageManagerService$Lifecycle
04-04 04:12:58.738   290   310 D StorageManagerService: FUSE flags. Settings: true. Default: true
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.StorageStatsService$Lifecycle
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
04-04 04:12:58.738   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.UiModeManagerService
04-04 04:12:58.738   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.UiModeManagerService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.locksettings.LockSettingsService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.testharness.TestHarnessModeService
04-04 04:12:58.739   290   358 D StorageManagerService: Thinking about init, mBootCompleted=true, mDaemonConnected=true
04-04 04:12:58.739   290   310 D TestHarnessModeService: Completing Test Harness Mode setup.
04-04 04:12:58.739   290   310 D TestHarnessModeService: Getting PersistentDataBlockManagerInternal from LocalServices
04-04 04:12:58.739   290   310 E TestHarnessModeService: Failed to start Test Harness Mode; no implementation of PersistentDataBlockManagerInternal was bound!
04-04 04:12:58.739   290   358 D StorageManagerService: Setting up emulation state, initlocked=false
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.testharness.TestHarnessModeService took to complete: 1ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.DeviceIdleController
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.DeviceIdleController took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.textservices.TextServicesManagerService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.NetworkScoreService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.WifiService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.WifiService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.scanner.WifiScanningService
04-04 04:12:58.739    37    37 D vold    : fscrypt_unlock_user_key 0 serial=0 token_present=0
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.ethernet.EthernetService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.ethernet.EthernetService took to complete: 0ms
04-04 04:12:58.739   290   366 D WifiService: Handle boot completed
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.notification.NotificationManagerService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.notification.NotificationManagerService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.storage.DeviceStorageMonitorService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.location.LocationManagerService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.timedetector.TimeDetectorService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.search.SearchManagerService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.audio.AudioService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.DockObserver
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.DockObserver took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.adb.AdbService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.usb.UsbService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.twilight.TwilightService
04-04 04:12:58.739   290   358 D StorageManagerService: Thinking about reset, mBootCompleted=true, mDaemonConnected=true
04-04 04:12:58.739   290   358 I StorageSessionController: Started resetting external storage service...
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.twilight.TwilightService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.color.ColorDisplayService
04-04 04:12:58.739   290   358 I StorageSessionController: Finished resetting external storage service
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.color.ColorDisplayService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.job.JobSchedulerService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.job.JobSchedulerService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger.SoundTriggerService
04-04 04:12:58.739   290   310 D SoundTriggerService: onBootPhase: 1000 : false
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.trust.TrustManagerService
04-04 04:12:58.739   290   358 I StorageManagerService: Resetting vold...
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.trust.TrustManagerService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.backup.BackupManagerService$Lifecycle
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.appwidget.AppWidgetService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.appwidget.AppWidgetService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.role.RoleManagerService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.role.RoleManagerService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.voiceinteraction.VoiceInteractionManagerService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.GestureLauncherService
04-04 04:12:58.739   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.GestureLauncherService took to complete: 0ms
04-04 04:12:58.739   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorNotificationService
04-04 04:12:58.739   290   358 I StorageManagerService: Reset vold
04-04 04:12:58.739    37    37 I vold    : onUserAdded: 0
04-04 04:12:58.740   290   366 I WifiScoreCard: Installing MemoryStore
04-04 04:12:58.740   290   366 I WifiHealthMonitor: Installing MemoryStore
04-04 04:12:58.740    30    30 E servicemanager: Could not find android.hardware.power.IPower/default in the VINTF manifest.
04-04 04:12:58.741   102   350 W PowerAdvisor: No Power HAL 1.3 service in system, disabling PowerAdvisor
04-04 04:12:58.741   290   366 D WifiNetworkFactory: Registering NetworkFactory
04-04 04:12:58.741   290   366 D UntrustedWifiNetworkFactory: Registering NetworkFactory
04-04 04:12:58.741   290   370 D ConnectivityService: Got NetworkProvider Messenger for WifiNetworkFactory
04-04 04:12:58.741   290   370 D ConnectivityService: Got NetworkProvider Messenger for UntrustedWifiNetworkFactory
04-04 04:12:58.741   290   366 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 70 and providerId 1
04-04 04:12:58.741   290   366 D WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 70 and providerId 1
04-04 04:12:58.741   290   366 D WifiNetworkFactory: got request NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 70 and providerId 1
04-04 04:12:58.741   290   366 D WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 70 and providerId 1
04-04 04:12:58.741   290   366 D WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1000 AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 70 and providerId 1
04-04 04:12:58.741   290   366 D WifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1073 AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 70 and providerId 1
04-04 04:12:58.741   290   366 D WifiNetworkFactory: got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId -1
04-04 04:12:58.742   290   366 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 70 and providerId 1
04-04 04:12:58.742   290   366 D UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 70 and providerId 1
04-04 04:12:58.742   290   366 D UntrustedWifiNetworkFactory: got request NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 70 and providerId 1
04-04 04:12:58.742   290   366 D UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] with score 70 and providerId 1
04-04 04:12:58.742   290   366 D UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1000 AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 70 and providerId 1
04-04 04:12:58.742   290   366 D UntrustedWifiNetworkFactory: got request NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1073 AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] with score 70 and providerId 1
04-04 04:12:58.742   290   366 D UntrustedWifiNetworkFactory: got request NetworkRequest [ BACKGROUND_REQUEST id=2, [ Transports: CELLULAR Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] with score 0 and providerId -1
04-04 04:12:58.745   129   146 I adbd    : adbd_auth: received a new framework connection
04-04 04:12:58.745   129   146 I adbd    : adbd_auth: received new framework fd 28 (current = -1)
04-04 04:12:58.747   290   620 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10121; state: DISABLED
04-04 04:12:58.747   290   317 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10121; state: DISABLED
04-04 04:12:58.747   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorNotificationService took to complete: 8ms
04-04 04:12:58.747   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.emergency.EmergencyAffordanceService
04-04 04:12:58.747   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.dreams.DreamManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.dreams.DreamManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.print.PrintManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.print.PrintManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.companion.CompanionDeviceManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.restrictions.RestrictionsManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaSessionService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaSessionService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaResourceMonitorService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaResourceMonitorService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.blob.BlobStoreManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.blob.BlobStoreManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.BiometricService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.BiometricService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.AuthService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.AuthService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.ShortcutService$Lifecycle
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.LauncherAppsService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.LauncherAppsService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.CrossProfileAppsService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.CrossProfileAppsService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.people.PeopleService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.people.PeopleService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.projection.MediaProjectionManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.slice.SliceManagerService$Lifecycle
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.camera.CameraServiceProxy
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.camera.CameraServiceProxy took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.StatsCompanion$Lifecycle
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.pull.StatsPullAtomService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.incident.IncidentCompanionService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.incident.IncidentCompanionService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.MmsServiceBroker
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.MmsServiceBroker took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.autofill.AutofillManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.autofill.AutofillManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.clipboard.ClipboardService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.clipboard.ClipboardService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.appbinding.AppBindingService$Lifecycle
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.ProfileManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageHardwareService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.PerformanceManagerService
04-04 04:12:58.748   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms
04-04 04:12:58.748   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.display.LiveDisplayService
04-04 04:12:58.749    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IAdaptiveBacklight/default in either framework or device manifest.
04-04 04:12:58.749    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IColorEnhancement/default in either framework or device manifest.
04-04 04:12:58.749    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IAutoContrast/default in either framework or device manifest.
04-04 04:12:58.749    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IDisplayColorCalibration/default in either framework or device manifest.
04-04 04:12:58.749    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IDisplayModes/default in either framework or device manifest.
04-04 04:12:58.749     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/hw/init.rc:986)
04-04 04:12:58.750    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IReadingEnhancement/default in either framework or device manifest.
04-04 04:12:58.750     0     0 I init    : starting service 'exec 13 (/bin/rm -rf /data/per_boot)'...
04-04 04:12:58.750    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.1::IAntiFlicker/default in either framework or device manifest.
04-04 04:12:58.750    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IColorBalance/default in either framework or device manifest.
04-04 04:12:58.750    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::ISunlightEnhancement/default in either framework or device manifest.
04-04 04:12:58.750    31    31 I hwservicemanager: getTransport: Cannot find entry vendor.lineage.livedisplay@2.0::IPictureAdjustment/default in either framework or device manifest.
04-04 04:12:58.750     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:58.750     0     0 E init    : createProcessGroup(1000, 936) failed for service 'exec 13 (/bin/rm -rf /data/per_boot)': Read-only file system
04-04 04:12:58.750     0     0 I init    : SVC_EXEC service 'exec 13 (/bin/rm -rf /data/per_boot)' pid 936 (uid 1000 gid 1000+0 context default) started; waiting...
04-04 04:12:58.750   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 2ms
04-04 04:12:58.750   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageAudioService
04-04 04:12:58.750   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms
04-04 04:12:58.750   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageSettingsService
04-04 04:12:58.750   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms
04-04 04:12:58.750   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageGlobalActionsService
04-04 04:12:58.751   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 1ms
04-04 04:12:58.751   290   310 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.WayDroidService
04-04 04:12:58.751   290   310 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.WayDroidService took to complete: 0ms
04-04 04:12:58.751   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.policy.PermissionPolicyService
04-04 04:12:58.751   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.policy.PermissionPolicyService took to complete: 0ms
04-04 04:12:58.751   290   310 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.StagingManager$Lifecycle
04-04 04:12:58.751   290   310 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms
04-04 04:12:58.751   290   310 D ActivityManagerTiming: OnBootPhase_1000 took to complete: 14ms
04-04 04:12:58.751   290   310 D ActivityManagerTiming: TotalBootTime took to complete: 7931ms
04-04 04:12:58.751   290   310 D SystemServerInitThreadPool: Shutdown requested
04-04 04:12:58.751   290   310 I SystemServerTiming: WaitInitThreadPoolShutdown
04-04 04:12:58.751   290   310 D SystemServerInitThreadPool: Shutdown successful
04-04 04:12:58.751   290   310 D SystemServerTiming: WaitInitThreadPoolShutdown took to complete: 0ms
04-04 04:12:58.752   290   310 I ActivityManager: User 0 state changed from BOOTING to RUNNING_LOCKED
04-04 04:12:58.752   290   310 W ActivityManager: UserLifecycleEvent 4 received without an active userJourneySession.
04-04 04:12:58.753   290   310 E SystemServerTiming: finishUserBoot took too long. elapsedTimeMs=8979391
04-04 04:12:58.753    65    65 D Zygote  : Forked child process 937
04-04 04:12:58.753   290   310 D StorageManagerService: unlockUserKey: 0 isFileEncryptedNativeOrEmulated: false hasToken: false hasSecret: false
04-04 04:12:58.753   290   310 W ActivityManager: UserLifecycleEvent 5 received without an active userJourneySession.
04-04 04:12:58.753   290   310 D ActivityManager: Started unlocking user 0
04-04 04:12:58.753   290   310 D ActivityManager: Unlocking user 0 progress 0
04-04 04:12:58.753   290   310 D ActivityManager: Unlocking user 0 progress 5
04-04 04:12:58.753   290   310 E UserspaceRebootLogger: Userspace reboot is not supported.
04-04 04:12:58.753    37    37 D vold    : fscrypt_prepare_user_storage for volume null, user 0, serial 0, flags 2
04-04 04:12:58.753   290   310 D ActivityManagerTiming: FinishBooting took to complete: 17ms
04-04 04:12:58.753    37    37 D vold    : Preparing: /data/system_ce/0
04-04 04:12:58.753    37    37 D vold    : Preparing: /data/misc_ce/0
04-04 04:12:58.753    37    37 D vold    : Preparing: /data/vendor_ce/0
04-04 04:12:58.753    37    37 D vold    : Preparing: /data/media/0
04-04 04:12:58.753    37    37 D vold    : Preparing: /data/data
04-04 04:12:58.753    37    37 D vold    : Starting restorecon of /data/system_ce/0
04-04 04:12:58.753   290   316 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10118; state: DISABLED
04-04 04:12:58.753    37    37 D vold    : Finished restorecon of /data/system_ce/0
04-04 04:12:58.753    37    37 D vold    : Starting restorecon of /data/vendor_ce/0
04-04 04:12:58.753   290   317 I ActivityManager: Start proc 937:com.android.inputmethod.latin/u0a121 for service {com.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME}
04-04 04:12:58.753   290   310 D WindowManager: Sending cover change broadcast, lidState=-1
04-04 04:12:58.754   290   317 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10118; state: DISABLED
04-04 04:12:58.754    37    37 D vold    : Finished restorecon of /data/vendor_ce/0
04-04 04:12:58.754    37    37 D vold    : Starting restorecon of /data/misc_ce/0
04-04 04:12:58.754    37    37 D vold    : Finished restorecon of /data/misc_ce/0
04-04 04:12:58.754    37    37 D vold    : /system/bin/vold_prepare_subdirs
04-04 04:12:58.754    37    37 D vold    :     prepare
04-04 04:12:58.754    37    37 D vold    :     
04-04 04:12:58.754    37    37 D vold    :     0
04-04 04:12:58.754    37    37 D vold    :     2
04-04 04:12:58.755   290   310 D ColorDisplayService: setUp: currentUser=0
04-04 04:12:58.755   937   937 E libprocessgroup: Failed to make and chown /acct/uid_10121: Read-only file system
04-04 04:12:58.755   937   937 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:58.756   937   937 W putmethod.lati: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:58.759   129   150 I adbd    : jdwp connection from 937
04-04 04:12:58.759     0     0 I init    : Service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 936) exited with status 0 waiting took 0.008000 seconds
04-04 04:12:58.759     0     0 I init    : Sending signal 9 to service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 936) process group...
04-04 04:12:58.759     0     0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 936 in 0ms
04-04 04:12:58.759     0     0 I init    : processing action (sys.boot_completed=1 && sys.bootstat.first_boot_completed=0) from (/system/etc/init/bootstat.rc:77)
04-04 04:12:58.759     0     0 I init    : starting service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)'...
04-04 04:12:58.760     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system
04-04 04:12:58.760     0     0 E init    : createProcessGroup(1000, 970) failed for service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)': Read-only file system
04-04 04:12:58.760     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/flags_health_check.rc:7)
04-04 04:12:58.760    65    65 D Zygote  : Forked child process 963
04-04 04:12:58.761   963   963 E libprocessgroup: Failed to make and chown /acct/uid_10118: Read-only file system
04-04 04:12:58.761   963   963 W Zygote  : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
04-04 04:12:58.761   290   307 V UserDataPreparer: Found /data/user/0 with serial number 0
04-04 04:12:58.761   290   307 V UserDataPreparer: Found /data/system_ce/0 with serial number 0
04-04 04:12:58.761   290   307 D UserDataPreparer: Setting property: sys.user.0.ce_available=true
04-04 04:12:58.762   290   317 I ActivityManager: Start proc 963:com.android.deskclock/u0a118 for broadcast {com.android.deskclock/com.android.deskclock.AlarmInitReceiver}
04-04 04:12:58.762   963   963 W droid.deskcloc: Unexpected CPU variant for X86 using defaults: x86_64
04-04 04:12:58.762   290   307 V PackageManager: reconcileAppsData for null u0 0x2 migrateAppData=false
04-04 04:12:58.762    99   247 I AudioPolicyService: Capy check package com.android.inputmethod.latin, sdk 28
04-04 04:12:58.763     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/init.waydroid.rc:6)
04-04 04:12:58.763     0     0 I init    : processing action (sys.boot_completed=1) from (/system/etc/init/logd.rc:33)
04-04 04:12:58.763     0     0 I init    : starting service 'logd-auditctl'...
04-04 04:12:58.763   129   150 I adbd    : jdwp connection from 963
04-04 04:12:58.764     0     0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system
04-04 04:12:58.764     0     0 E init    : createProcessGroup(1036, 985) failed for service 'logd-auditctl': Read-only file system
04-04 04:12:58.764     0     0 I init    : processing action (sys.boot_completed=1 && sys.wifitracing.started=0) from (/system/etc/init/wifi.rc:28)
04-04 04:12:58.764   937   937 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
04-04 04:12:58.765   937   937 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
04-04 04:12:58.765   937   937 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar
04-04 04:12:58.765   937   937 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar
04-04 04:12:58.766   937   937 I putmethod.lati: The ClassLoaderContext is a special shared library.
04-04 04:12:58.766    99   247 I AudioPolicyService: Capy check package com.android.deskclock, sdk 29
04-04 04:12:58.767   970   970 I bootstat: Service started: /system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l 
04-04 04:12:58.767   970   970 E bootstat: Failed to read /data/misc/bootstat/post_decrypt_time_elapsed: No such file or directory
04-04 04:12:58.767   970   970 E bootstat: Failed to parse boot time record: /data/misc/bootstat/post_decrypt_time_elapsed
04-04 04:12:58.767   970   970 W bootstat: LogBootEvents, atomInfo not defined for events:system_boot_reason,time_since_last_boot,last_boot_time_utc,ro.boottime.init.cold_boot_wait,boot_reason,build_date
04-04 04:12:58.769   963   963 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar
04-04 04:12:58.770   937   937 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:58.770   937   937 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:58.771   963   963 I droid.deskcloc: The ClassLoaderContext is a special shared library.
04-04 04:12:58.771   290   307 V PackageManager: reconcileAppsData finished 168 packages
04-04 04:12:58.771   290   307 I ActivityManager: User 0 state changed from RUNNING_LOCKED to RUNNING_UNLOCKING
04-04 04:12:58.772   290   307 D ActivityManager: Unlocking user 0 progress 20
04-04 04:12:58.772   290   316 I SystemServerTimingAsync: ssm.UnlockingUser-0
04-04 04:12:58.772   290   316 I SystemServiceManager: Calling onUnlockingUser 0
04-04 04:12:58.772   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.FileIntegrityService
04-04 04:12:58.772   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.FileIntegrityService took to complete: 0ms
04-04 04:12:58.772   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.Installer
04-04 04:12:58.772   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.Installer took to complete: 0ms
04-04 04:12:58.772   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.DeviceIdentifiersPolicyService
04-04 04:12:58.772   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms
04-04 04:12:58.772   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle
04-04 04:12:58.772   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.772   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle
04-04 04:12:58.772   937   937 E JniUtils: Could not load native library jni_latinimegoogle
04-04 04:12:58.772   937   937 E JniUtils: java.lang.UnsatisfiedLinkError: dlopen failed: library "libjni_latinimegoogle.so" not found
04-04 04:12:58.772   937   937 E JniUtils: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1087)
04-04 04:12:58.772   937   937 E JniUtils: 	at java.lang.Runtime.loadLibrary0(Runtime.java:1008)
04-04 04:12:58.772   937   937 E JniUtils: 	at java.lang.System.loadLibrary(System.java:1664)
04-04 04:12:58.772   937   937 E JniUtils: 	at com.android.inputmethod.latin.utils.JniUtils.<clinit>(JniUtils.java:29)
04-04 04:12:58.772   937   937 E JniUtils: 	at com.android.inputmethod.latin.utils.JniUtils.loadNativeLibrary(Unknown Source:0)
04-04 04:12:58.772   937   937 E JniUtils: 	at com.android.inputmethod.latin.LatinIME.<clinit>(LatinIME.java:584)
04-04 04:12:58.772   937   937 E JniUtils: 	at java.lang.Class.newInstance(Native Method)
04-04 04:12:58.772   937   937 E JniUtils: 	at android.app.AppComponentFactory.instantiateService(AppComponentFactory.java:129)
04-04 04:12:58.772   937   937 E JniUtils: 	at androidx.core.app.CoreComponentFactory.instantiateService(CoreComponentFactory.java:75)
04-04 04:12:58.772   937   937 E JniUtils: 	at android.app.ActivityThread.handleCreateService(ActivityThread.java:4177)
04-04 04:12:58.772   937   937 E JniUtils: 	at android.app.ActivityThread.access$1500(ActivityThread.java:237)
04-04 04:12:58.772   937   937 E JniUtils: 	at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1932)
04-04 04:12:58.772   937   937 E JniUtils: 	at android.os.Handler.dispatchMessage(Handler.java:106)
04-04 04:12:58.772   937   937 E JniUtils: 	at android.os.Looper.loop(Looper.java:223)
04-04 04:12:58.772   937   937 E JniUtils: 	at android.app.ActivityThread.main(ActivityThread.java:7665)
04-04 04:12:58.772   937   937 E JniUtils: 	at java.lang.reflect.Method.invoke(Native Method)
04-04 04:12:58.772   937   937 E JniUtils: 	at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
04-04 04:12:58.772   937   937 E JniUtils: 	at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:948)
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 1ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.am.ActivityManagerService$Lifecycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.DataLoaderManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.DataLoaderManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.PowerManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.PowerManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.ThermalManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.ThermalManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.lights.LightsService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.lights.LightsService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.DisplayManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.DisplayManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.UserManagerService$LifeCycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.om.OverlayManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.om.OverlayManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorPrivacyService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorPrivacyService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SystemConfigService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SystemConfigService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BatteryService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BatteryService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.UsageStatsService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.UsageStatsService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.webkit.WebViewUpdateService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.webkit.WebViewUpdateService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.CachedDeviceStateService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.CachedDeviceStateService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BinderCallsStatsService$LifeCycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.LooperStatsService$Lifecycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.rollback.RollbackManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.rollback.RollbackManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.BugreportManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.BugreportManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.gpu.GpuService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.gpu.GpuService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.KeyChainSystemService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.KeyChainSystemService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.telecom.TelecomLoaderService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.telecom.TelecomLoaderService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accounts.AccountManagerService$Lifecycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.content.ContentService$Lifecycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.content.ContentService$Lifecycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DropBoxManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DropBoxManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.AlarmManagerService
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.AlarmManagerService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BluetoothService
04-04 04:12:58.773   290   316 D BluetoothManagerService: User 0 unlocked
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BluetoothService took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.connectivity.IpConnectivityMetrics
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle
04-04 04:12:58.773   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms
04-04 04:12:58.773   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.PinnerService
04-04 04:12:58.774   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.PinnerService took to complete: 0ms
04-04 04:12:58.774   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.google.android.startop.iorap.IorapForwardingService
04-04 04:12:58.774   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms
04-04 04:12:58.774   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.integrity.AppIntegrityManagerService
04-04 04:12:58.774   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms
04-04 04:12:58.774   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle
04-04 04:12:58.774   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.774   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle
04-04 04:12:58.774   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.774   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.StorageManagerService$Lifecycle
04-04 04:12:58.774   290   316 D StorageManagerService: onUnlockUser 0
04-04 04:12:58.774   290   316 I StorageSessionController: On user unlock 0
04-04 04:12:58.774   290   316 I StorageSessionController: Initialialising...
04-04 04:12:58.774   290   309 D BluetoothManagerService: MESSAGE_USER_UNLOCKED
04-04 04:12:58.774   290   309 D BluetoothManagerService: Enabled but not bound; retrying after unlock
04-04 04:12:58.774   290   309 D BluetoothManagerService: binding Bluetooth service
04-04 04:12:58.776   937   937 I LatinIME: Hardware accelerated drawing: true
04-04 04:12:58.777   290   309 E BluetoothManagerService: Fail to bind to: Intent { act=android.bluetooth.IBluetooth }
04-04 04:12:58.777    37    37 I vold    : onUserStarted: 0
04-04 04:12:58.777   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.StorageManagerService$Lifecycle took to complete: 3ms
04-04 04:12:58.777   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.StorageStatsService$Lifecycle
04-04 04:12:58.777   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms
04-04 04:12:58.777   290   305 V StorageManagerService: Found primary storage at VolumeInfo{emulated;0}:
04-04 04:12:58.777   290   305 V StorageManagerService:     type=EMULATED diskId=null partGuid= mountFlags=0 mountUserId=0 
04-04 04:12:58.777   290   305 V StorageManagerService:     state=UNMOUNTED 
04-04 04:12:58.777   290   305 V StorageManagerService:     fsType=null fsUuid=null fsLabel=null 
04-04 04:12:58.777   290   305 V StorageManagerService:     path=null internalPath=null 
04-04 04:12:58.777   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.UiModeManagerService
04-04 04:12:58.777   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.UiModeManagerService took to complete: 0ms
04-04 04:12:58.777   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle
04-04 04:12:58.777   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms
04-04 04:12:58.777   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.testharness.TestHarnessModeService
04-04 04:12:58.777   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.testharness.TestHarnessModeService took to complete: 0ms
04-04 04:12:58.777   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DeviceIdleController
04-04 04:12:58.777   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DeviceIdleController took to complete: 0ms
04-04 04:12:58.777   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle
04-04 04:12:58.777   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.777   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle
04-04 04:12:58.778   963   963 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:58.778   963   963 D NetworkSecurityConfig: No Network Security Config specified, using platform default
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 1ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.NetworkScoreService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.WifiService
04-04 04:12:58.778   290   316 D WifiService: Handle user unlock 0
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.WifiService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.scanner.WifiScanningService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.ethernet.EthernetService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.ethernet.EthernetService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.notification.NotificationManagerService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.notification.NotificationManagerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.storage.DeviceStorageMonitorService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.location.LocationManagerService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.search.SearchManagerService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle
04-04 04:12:58.778   290   316 I WallpaperManagerService: on-unlock-user-0
04-04 04:12:58.778   290   316 D WallpaperManagerService: on-unlock-user-0 took to complete: 0ms
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.audio.AudioService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DockObserver
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DockObserver took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.adb.AdbService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usb.UsbService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.twilight.TwilightService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.twilight.TwilightService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.color.ColorDisplayService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.color.ColorDisplayService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.job.JobSchedulerService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.job.JobSchedulerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger.SoundTriggerService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.trust.TrustManagerService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.trust.TrustManagerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.backup.BackupManagerService$Lifecycle
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.appwidget.AppWidgetService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.appwidget.AppWidgetService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.role.RoleManagerService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.role.RoleManagerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService
04-04 04:12:58.778   290   316 W VoiceInteractionManager: no available voice recognition services found for user 0
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.GestureLauncherService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.GestureLauncherService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorNotificationService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorNotificationService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.emergency.EmergencyAffordanceService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms
04-04 04:12:58.778   290   388 I BackupManagerService: Starting service for user: 0
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.dreams.DreamManagerService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.dreams.DreamManagerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.print.PrintManagerService
04-04 04:12:58.778   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.print.PrintManagerService took to complete: 0ms
04-04 04:12:58.778   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.companion.CompanionDeviceManagerService
04-04 04:12:58.779   290   388 V BackupManagerService: [UserID:0] Starting with transport com.google.android.gms/.backup.BackupTransportService
04-04 04:12:58.779   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms
04-04 04:12:58.779   290   316 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.restrictions.RestrictionsManagerService
04-04 04:12:58.779   290   316 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.restrictions.RestrictionsManagerS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment