-
-
Save aljustiet/92ccbed4d0b1be9b97c30a673ee01c37 to your computer and use it in GitHub Desktop.
Log
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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 | |
``` | |
(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 | |
``` | |
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/[email protected]... | |
04-04 03:52:54.967 0 0 I init : Parsing file /system/etc/init/[email protected]... | |
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/[email protected]... | |
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/[email protected]... | |
04-04 03:52:54.970 0 0 E init : /vendor/etc/init/[email protected]: 2: Interface '[email protected]::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/[email protected]: 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/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
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/[email protected]... | |
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/[email protected]: 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/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:52:54.970 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
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) | |
04-04 03:52:55.047 0 0 I init : processing action (early-fs) from (/system/etc/init/hw/init.rc:455) | |
04-04 03:52:55.047 0 0 I init : starting service 'vold'... | |
04-04 03:52:55.047 0 0 I logd.auditd: start | |
04-04 03:52:55.048 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.048 0 0 E init : createProcessGroup(0, 37) failed for service 'vold': Read-only file system | |
04-04 03:52:55.048 0 0 I init : processing action (fs) from (/system/etc/init/hw/init.rc:451) | |
04-04 03:52:55.048 0 0 I init : Userdata mounted using /dev/null result : 1 | |
04-04 03:52:55.048 0 0 I init : processing action (fs) from (/system/etc/init/logd.rc:28) | |
04-04 03:52:55.048 0 0 I init : processing action (fs) from (/system/etc/init/wifi.rc:25) | |
04-04 03:52:55.048 0 0 I init : processing action (post-fs) from (/system/etc/init/hw/init.rc:459) | |
04-04 03:52:55.048 0 0 I init : starting service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)'... | |
04-04 03:52:55.049 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.049 0 0 E init : createProcessGroup(1000, 38) failed for service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)': Read-only file system | |
04-04 03:52:55.049 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 03:52:55.065 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 03:52:55.065 0 0 I init : Sending signal 9 to service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 38) process group... | |
04-04 03:52:55.065 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 38 in 0ms | |
04-04 03:52:55.066 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 03:52:55.066 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 03:52:55.066 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 03:52:55.066 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 03:52:55.066 0 0 I init : processing action (post-fs) from (/system/etc/init/atrace_userdebug.rc:7) | |
04-04 03:52:55.067 0 0 I init : processing action (post-fs) from (/system/etc/init/gsid.rc:8) | |
04-04 03:52:55.067 0 0 I init : processing action (post-fs) from (/system/etc/init/recovery-refresh.rc:1) | |
04-04 03:52:55.067 0 0 I init : starting service 'exec 3 (/system/bin/recovery-refresh)'... | |
04-04 03:52:55.067 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.067 0 0 E init : createProcessGroup(1000, 44) failed for service 'exec 3 (/system/bin/recovery-refresh)': Read-only file system | |
04-04 03:52:55.067 0 0 I init : processing action (late-fs) from (/system/etc/init/hw/init.rc:523) | |
04-04 03:52:55.067 0 0 I init : starting service 'system_suspend'... | |
04-04 03:52:55.068 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.068 0 0 E init : createProcessGroup(1000, 45) failed for service 'system_suspend': Read-only file system | |
04-04 03:52:55.068 0 0 I init : starting service 'vendor.keymaster-4-0'... | |
04-04 03:52:55.069 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.069 0 0 E init : createProcessGroup(1000, 46) failed for service 'vendor.keymaster-4-0': Read-only file system | |
04-04 03:52:55.069 0 0 I init : processing action (post-fs-data) from (/system/etc/init/hw/init.rc:532) | |
04-04 03:52:55.069 0 0 I init : starting service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)'... | |
04-04 03:52:55.069 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.069 0 0 E init : createProcessGroup(1000, 47) failed for service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)': Read-only file system | |
04-04 03:52:55.069 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 03:52:55.071 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 03:52:55.071 0 0 I init : Sending signal 9 to service 'exec 3 (/system/bin/recovery-refresh)' (pid 44) process group... | |
04-04 03:52:55.071 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 44 in 0ms | |
04-04 03:52:55.075 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 03:52:55.075 0 0 I init : Sending signal 9 to service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 47) process group... | |
04-04 03:52:55.075 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 47 in 0ms | |
04-04 03:52:55.075 0 0 I init : Switched to default mount namespace | |
04-04 03:52:55.075 0 0 I init : Not setting encryption policy on: /data/apex | |
04-04 03:52:55.075 0 0 I init : Not setting encryption policy on: /data/app-staging | |
04-04 03:52:55.075 0 0 I init : starting service 'apexd'... | |
04-04 03:52:55.076 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.076 0 0 E init : createProcessGroup(0, 50) failed for service 'apexd': Read-only file system | |
04-04 03:52:55.077 0 0 I init : Not setting encryption policy on: /data/preloads | |
04-04 03:52:55.077 0 0 I init : Not setting encryption policy on: /data/vendor_ce | |
04-04 03:52:55.077 0 0 I init : Not setting encryption policy on: /data/vendor_de | |
04-04 03:52:55.077 0 0 I init : Not setting encryption policy on: /data/data | |
04-04 03:52:55.077 0 0 I init : Not setting encryption policy on: /data/lost+found | |
04-04 03:52:55.077 0 0 I init : Not setting encryption policy on: /data/system_de | |
04-04 03:52:55.078 0 0 I init : Not setting encryption policy on: /data/system_ce | |
04-04 03:52:55.078 0 0 I init : Not setting encryption policy on: /data/misc_de | |
04-04 03:52:55.078 0 0 I init : Not setting encryption policy on: /data/misc_ce | |
04-04 03:52:55.078 0 0 I init : Not setting encryption policy on: /data/user | |
04-04 03:52:55.078 0 0 I init : Not setting encryption policy on: /data/user_de | |
04-04 03:52:55.078 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 03:52:55.083 0 0 I apexd : This device does not support updatable APEX. Exiting | |
04-04 03:52:55.083 0 0 I apexd : Marking APEXd as activated | |
04-04 03:52:55.083 0 0 I init : Wait for property 'apexd.status=activated' took 4ms | |
04-04 03:52:55.084 0 0 I init : Parsing file /apex/com.android.adbd/etc/init.rc... | |
04-04 03:52:55.084 0 0 I init : Parsing file /apex/com.android.media.swcodec/etc/init.rc... | |
04-04 03:52:55.084 0 0 I init : Parsing file /apex/com.android.os.statsd/etc/init.rc... | |
04-04 03:52:55.084 0 0 I init : Parsing file /apex/com.android.sdkext/etc/derive_sdk.rc... | |
04-04 03:52:55.084 0 0 I init : Service 'apexd' (pid 50) exited with status 0 oneshot service took 0.008000 seconds in background | |
04-04 03:52:55.084 0 0 I init : Sending signal 9 to service 'apexd' (pid 50) process group... | |
04-04 03:52:55.084 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 50 in 0ms | |
04-04 03:52:55.085 0 0 I init : Not setting encryption policy on: /data/media | |
04-04 03:52:55.085 0 0 I init : starting service 'exec 5 (/system/bin/chattr +F /data/media)'... | |
04-04 03:52:55.085 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1023: Read-only file system | |
04-04 03:52:55.085 0 0 E init : createProcessGroup(1023, 51) failed for service 'exec 5 (/system/bin/chattr +F /data/media)': Read-only file system | |
04-04 03:52:55.085 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 03:52:55.091 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 03:52:55.091 0 0 I init : Sending signal 9 to service 'exec 5 (/system/bin/chattr +F /data/media)' (pid 51) process group... | |
04-04 03:52:55.091 0 0 I libprocessgroup: Successfully killed process cgroup uid 1023 pid 51 in 0ms | |
04-04 03:52:55.091 0 0 I init : starting service 'derive_sdk'... | |
04-04 03:52:55.092 0 0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system | |
04-04 03:52:55.092 0 0 E init : createProcessGroup(9999, 52) failed for service 'derive_sdk': Read-only file system | |
04-04 03:52:55.092 0 0 I init : SVC_EXEC service 'derive_sdk' pid 52 (uid 9999 gid 9999+0 context default) started; waiting... | |
04-04 03:52:55.096 0 0 I init : Service 'derive_sdk' (pid 52) exited with status 0 waiting took 0.004000 seconds | |
04-04 03:52:55.096 0 0 I init : Sending signal 9 to service 'derive_sdk' (pid 52) process group... | |
04-04 03:52:55.096 0 0 I libprocessgroup: Successfully killed process cgroup uid 9999 pid 52 in 0ms | |
04-04 03:52:55.096 0 0 I init : starting service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)'... | |
04-04 03:52:55.097 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.097 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 03:52:55.097 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 03:52:55.102 0 0 D vdc : Waited 0ms for vold | |
04-04 03:52:55.109 0 0 I init : Service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' (pid 53) exited with status 0 waiting took 0.011000 seconds | |
04-04 03:52:55.109 0 0 I init : Sending signal 9 to service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' (pid 53) process group... | |
04-04 03:52:55.109 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 53 in 0ms | |
04-04 03:52:55.109 0 0 I init : starting service 'apexd-snapshotde'... | |
04-04 03:52:55.110 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.110 0 0 E init : createProcessGroup(0, 55) failed for service 'apexd-snapshotde': Read-only file system | |
04-04 03:52:55.110 0 0 I init : SVC_EXEC service 'apexd-snapshotde' pid 55 (uid 0 gid 1000+0 context default) started; waiting... | |
04-04 03:52:55.117 0 0 I apexd : This device does not support updatable APEX. Exiting | |
04-04 03:52:55.117 0 0 I apexd : Marking APEXd as ready | |
04-04 03:52:55.118 0 0 I init : Service 'apexd-snapshotde' (pid 55) exited with status 0 waiting took 0.007000 seconds | |
04-04 03:52:55.118 0 0 I init : Sending signal 9 to service 'apexd-snapshotde' (pid 55) process group... | |
04-04 03:52:55.118 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 55 in 0ms | |
04-04 03:52:55.118 0 0 I init : starting service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)'... | |
04-04 03:52:55.119 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.119 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 03:52:55.119 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 03:52:55.123 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.004000 seconds | |
04-04 03:52:55.123 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 03:52:55.123 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 56 in 0ms | |
04-04 03:52:55.123 0 0 I init : processing action (sys.use_memfd= && post-fs-data) from (/system/etc/init/hw/init.rc:796) | |
04-04 03:52:55.123 0 0 I init : processing action (post-fs-data) from (/system/etc/init/hw/init.usb.rc:6) | |
04-04 03:52:55.123 0 0 I init : processing action (post-fs-data) from (/system/etc/init/adb_root.rc:6) | |
04-04 03:52:55.123 0 0 I init : processing action (post-fs-data) from (/system/etc/init/bootstat.rc:9) | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/gsid.rc:14) | |
04-04 03:52:55.124 0 0 I init : Not setting encryption policy on: /data/gsi | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/incidentd.rc:21) | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/init.waydroid.rc:9) | |
04-04 03:52:55.124 0 0 W init : Top-level directory needs encryption action, eg mkdir /data/icons <mode> <uid> <gid> encryption=Require | |
04-04 03:52:55.124 0 0 W init : Top-level directory needs encryption action, eg mkdir /data/waydroid_tmp <mode> <uid> <gid> encryption=Require | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/iorapd.rc:28) | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/lineage-ssh.rc:1) | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/lineage-system.rc:5) | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/lineage-updates.rc:1) | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/logtagd.rc:4) | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/perfetto.rc:67) | |
04-04 03:52:55.124 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 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/recovery-persist.rc:1) | |
04-04 03:52:55.124 0 0 I init : starting service 'exec 8 (/system/bin/recovery-persist)'... | |
04-04 03:52:55.124 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.124 0 0 E init : createProcessGroup(1000, 57) failed for service 'exec 8 (/system/bin/recovery-persist)': Read-only file system | |
04-04 03:52:55.124 0 0 I init : processing action (post-fs-data) from (/system/etc/init/tombstoned.rc:10) | |
04-04 03:52:55.124 0 0 I init : starting service 'tombstoned'... | |
04-04 03:52:55.125 0 0 I init : Created socket '/dev/socket/tombstoned_crash', mode 666, user 1000, group 1000 | |
04-04 03:52:55.125 0 0 I init : Created socket '/dev/socket/tombstoned_intercept', mode 666, user 1000, group 1000 | |
04-04 03:52:55.125 0 0 I init : Created socket '/dev/socket/tombstoned_java_trace', mode 666, user 1000, group 1000 | |
04-04 03:52:55.125 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1058: Read-only file system | |
04-04 03:52:55.125 0 0 E init : createProcessGroup(1058, 58) failed for service 'tombstoned': Read-only file system | |
04-04 03:52:55.125 0 0 I init : processing action (post-fs-data) from (/system/etc/init/wifi.rc:18) | |
04-04 03:52:55.125 0 0 I init : processing action (load_persist_props_action) from (/system/etc/init/hw/init.rc:405) | |
04-04 03:52:55.126 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 03:52:55.126 0 0 I init : Wait for property 'ro.persistent_properties.ready=true' took 0ms | |
04-04 03:52:55.126 0 0 I init : starting service 'logd-reinit'... | |
04-04 03:52:55.126 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system | |
04-04 03:52:55.126 0 0 E init : createProcessGroup(1036, 59) failed for service 'logd-reinit': Read-only file system | |
04-04 03:52:55.127 0 0 I init : processing action (load_persist_props_action) from (/system/etc/init/flags_health_check.rc:1) | |
04-04 03:52:55.127 0 0 W init : Top-level directory needs encryption action, eg mkdir /data/server_configurable_flags <mode> <uid> <gid> encryption=Require | |
04-04 03:52:55.127 0 0 I init : starting service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)'... | |
04-04 03:52:55.127 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.127 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 03:52:55.127 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 03:52:55.129 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 03:52:55.129 0 0 I init : Sending signal 9 to service 'exec 8 (/system/bin/recovery-persist)' (pid 57) process group... | |
04-04 03:52:55.129 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 57 in 0ms | |
04-04 03:52:55.130 0 0 I logd.daemon: reinit | |
04-04 03:52:55.131 0 0 I init : Service 'logd-reinit' (pid 59) exited with status 0 oneshot service took 0.004000 seconds in background | |
04-04 03:52:55.131 0 0 I init : Sending signal 9 to service 'logd-reinit' (pid 59) process group... | |
04-04 03:52:55.131 0 0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 59 in 0ms | |
04-04 03:52:55.135 0 0 I init : Service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' (pid 60) exited with status 0 waiting took 0.007000 seconds | |
04-04 03:52:55.135 0 0 I init : Sending signal 9 to service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' (pid 60) process group... | |
04-04 03:52:55.135 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 60 in 0ms | |
04-04 03:52:55.135 0 0 I init : processing action (load_persist_props_action) from (/system/etc/init/logcatd.rc:29) | |
04-04 03:52:55.135 0 0 I init : processing action (load_bpf_programs) from (/system/etc/init/bpfloader.rc:20) | |
04-04 03:52:55.136 0 0 I init : starting service 'bpfloader'... | |
04-04 03:52:55.136 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.136 0 0 E init : createProcessGroup(0, 61) failed for service 'bpfloader': Read-only file system | |
04-04 03:52:55.137 0 0 I init : processing action (persist.sys.fuse=true && zygote-start) from (/system/etc/init/hw/init.rc:802) | |
04-04 03:52:55.137 0 0 I init : processing action (ro.crypto.state=unencrypted && zygote-start) from (/system/etc/init/hw/init.rc:817) | |
04-04 03:52:55.137 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 03:52:55.137 0 0 I init : starting service 'statsd'... | |
04-04 03:52:55.137 0 0 I init : Created socket '/dev/socket/statsdw', mode 222, user 1066, group 1066 | |
04-04 03:52:55.138 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1066: Read-only file system | |
04-04 03:52:55.138 0 0 E init : createProcessGroup(1066, 62) failed for service 'statsd': Read-only file system | |
04-04 03:52:55.138 0 0 I init : starting service 'netd'... | |
04-04 03:52:55.138 0 0 I init : Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003 | |
04-04 03:52:55.138 0 0 I init : Created socket '/dev/socket/mdns', mode 660, user 0, group 1000 | |
04-04 03:52:55.138 0 0 I init : Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003 | |
04-04 03:52:55.138 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.138 0 0 E init : createProcessGroup(0, 63) failed for service 'netd': Read-only file system | |
04-04 03:52:55.139 0 0 I init : starting service 'zygote'... | |
04-04 03:52:55.139 0 0 I init : Created socket '/dev/socket/zygote', mode 660, user 0, group 1000 | |
04-04 03:52:55.139 0 0 I init : Created socket '/dev/socket/usap_pool_primary', mode 660, user 0, group 1000 | |
04-04 03:52:55.139 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.139 0 0 E init : createProcessGroup(0, 64) failed for service 'zygote': Read-only file system | |
04-04 03:52:55.139 0 0 I init : starting service 'zygote_secondary'... | |
04-04 03:52:55.139 0 0 I init : Created socket '/dev/socket/zygote_secondary', mode 660, user 0, group 1000 | |
04-04 03:52:55.139 0 0 I init : Created socket '/dev/socket/usap_pool_secondary', mode 660, user 0, group 1000 | |
04-04 03:52:55.140 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:55.140 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:52:55.140 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.140 0 0 E init : createProcessGroup(0, 65) failed for service 'zygote_secondary': Read-only file system | |
04-04 03:52:55.140 0 0 I init : processing action (firmware_mounts_complete) from (/system/etc/init/hw/init.rc:411) | |
04-04 03:52:55.140 0 0 I init : processing action (early-boot) from (/system/etc/init/installd.rc:5) | |
04-04 03:52:55.140 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:55.140 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:52:55.142 0 0 I init : processing action (boot) from (/system/etc/init/hw/init.rc:841) | |
04-04 03:52:55.142 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 03:52:55.142 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 03:52:55.142 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 03:52:55.142 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 03:52:55.142 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 03:52:55.142 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 03:52:55.142 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 03:52:55.142 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 03:52:55.142 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 03:52:55.143 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 03:52:55.143 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 03:52:55.143 0 0 I init : starting service 'hidl_memory'... | |
04-04 03:52:55.144 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.144 0 0 E init : createProcessGroup(1000, 66) failed for service 'hidl_memory': Read-only file system | |
04-04 03:52:55.144 0 0 E init : Could not start service 'vendor.audio-hal-2-0' as part of class 'hal': Cannot find '/vendor/bin/hw/[email protected]': No such file or directory | |
04-04 03:52:55.144 0 0 I init : starting service 'vendor.audio-hal'... | |
04-04 03:52:55.144 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.145 0 0 E init : createProcessGroup(1000, 67) failed for service 'vendor.audio-hal': Read-only file system | |
04-04 03:52:55.145 0 0 I init : starting service 'vendor.hwcomposer-2-1'... | |
04-04 03:52:55.145 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:52:55.145 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:52:55.145 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.145 0 0 E init : createProcessGroup(1000, 68) failed for service 'vendor.hwcomposer-2-1': Read-only file system | |
04-04 03:52:55.145 0 0 I init : starting service 'vendor.camera-provider-2-4'... | |
04-04 03:52:55.146 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system | |
04-04 03:52:55.146 0 0 E init : createProcessGroup(1047, 72) failed for service 'vendor.camera-provider-2-4': Read-only file system | |
04-04 03:52:55.146 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 03:52:55.146 0 0 I init : starting service 'task-hal-1-0'... | |
04-04 03:52:55.147 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.147 0 0 E init : createProcessGroup(1000, 73) failed for service 'task-hal-1-0': Read-only file system | |
04-04 03:52:55.147 0 0 I init : starting service 'vendor.cas-hal-1-2'... | |
04-04 03:52:55.148 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:52:55.148 0 0 E init : createProcessGroup(1013, 74) failed for service 'vendor.cas-hal-1-2': Read-only file system | |
04-04 03:52:55.148 0 0 I init : starting service 'vendor.configstore-hal'... | |
04-04 03:52:55.149 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.149 0 0 E init : createProcessGroup(1000, 75) failed for service 'vendor.configstore-hal': Read-only file system | |
04-04 03:52:55.149 0 0 I init : starting service 'vendor.drm-hal-1-0'... | |
04-04 03:52:55.150 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:52:55.150 0 0 E init : createProcessGroup(1013, 76) failed for service 'vendor.drm-hal-1-0': Read-only file system | |
04-04 03:52:55.150 0 0 I init : starting service 'vendor.drm-clearkey-hal-1-3'... | |
04-04 03:52:55.151 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:52:55.151 0 0 E init : createProcessGroup(1013, 77) failed for service 'vendor.drm-clearkey-hal-1-3': Read-only file system | |
04-04 03:52:55.151 0 0 I init : starting service 'vendor.gatekeeper-1-0'... | |
04-04 03:52:55.151 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.151 0 0 E init : createProcessGroup(1000, 78) failed for service 'vendor.gatekeeper-1-0': Read-only file system | |
04-04 03:52:55.152 0 0 I init : starting service 'vendor.gralloc-2-0'... | |
04-04 03:52:55.153 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.153 0 0 E init : createProcessGroup(1000, 79) failed for service 'vendor.gralloc-2-0': Read-only file system | |
04-04 03:52:55.153 0 0 I init : starting service 'vendor.health-hal-2-0'... | |
04-04 03:52:55.154 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.154 0 0 E init : createProcessGroup(1000, 80) failed for service 'vendor.health-hal-2-0': Read-only file system | |
04-04 03:52:55.154 0 0 I init : starting service 'vendor.light-hal-2-0'... | |
04-04 03:52:55.155 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.155 0 0 E init : createProcessGroup(1000, 82) failed for service 'vendor.light-hal-2-0': Read-only file system | |
04-04 03:52:55.155 0 0 I init : starting service 'vendor.memtrack-hal-1-0'... | |
04-04 03:52:55.156 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.156 0 0 E init : createProcessGroup(1000, 86) failed for service 'vendor.memtrack-hal-1-0': Read-only file system | |
04-04 03:52:55.156 0 0 I init : starting service 'vendor.power-hal-1-0'... | |
04-04 03:52:55.157 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.157 0 0 E init : createProcessGroup(1000, 91) failed for service 'vendor.power-hal-1-0': Read-only file system | |
04-04 03:52:55.158 0 0 I init : starting service 'vendor.sensors-hal-1-0'... | |
04-04 03:52:55.159 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.159 0 0 E init : createProcessGroup(1000, 94) failed for service 'vendor.sensors-hal-1-0': Read-only file system | |
04-04 03:52:55.159 0 0 I init : starting service 'vendor.vibrator-1-0'... | |
04-04 03:52:55.160 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.160 0 0 E init : createProcessGroup(1000, 95) failed for service 'vendor.vibrator-1-0': Read-only file system | |
04-04 03:52:55.161 0 0 I init : starting service 'audioserver'... | |
04-04 03:52:55.161 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1041: Read-only file system | |
04-04 03:52:55.161 0 0 E init : createProcessGroup(1041, 98) failed for service 'audioserver': Read-only file system | |
04-04 03:52:55.162 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:52:55.162 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:52:55.163 0 0 I init : starting service 'credstore'... | |
04-04 03:52:55.164 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1076: Read-only file system | |
04-04 03:52:55.164 0 0 E init : createProcessGroup(1076, 99) failed for service 'credstore': Read-only file system | |
04-04 03:52:55.164 0 0 I init : starting service 'gpu'... | |
04-04 03:52:55.165 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1072: Read-only file system | |
04-04 03:52:55.165 0 0 E init : createProcessGroup(1072, 100) failed for service 'gpu': Read-only file system | |
04-04 03:52:55.166 0 0 I init : starting service 'surfaceflinger'... | |
04-04 03:52:55.166 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 03:52:55.166 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 03:52:55.166 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 03:52:55.167 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.167 0 0 E init : createProcessGroup(1000, 103) failed for service 'surfaceflinger': Read-only file system | |
04-04 03:52:55.167 0 0 I init : starting service 'exec 10 (/system/bin/fsverity_init)'... | |
04-04 03:52:55.168 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:52:55.168 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:52:55.169 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.169 0 0 E init : createProcessGroup(0, 104) failed for service 'exec 10 (/system/bin/fsverity_init)': Read-only file system | |
04-04 03:52:55.169 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 03:52:55.180 0 0 I init : Service 'bpfloader' (pid 61) exited with status 0 oneshot service took 0.043000 seconds in background | |
04-04 03:52:55.180 0 0 I init : Sending signal 9 to service 'bpfloader' (pid 61) process group... | |
04-04 03:52:55.180 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 61 in 0ms | |
04-04 03:52:55.189 0 0 I init : Service 'exec 10 (/system/bin/fsverity_init)' (pid 104) exited with status 0 waiting took 0.020000 seconds | |
04-04 03:52:55.189 0 0 I init : Sending signal 9 to service 'exec 10 (/system/bin/fsverity_init)' (pid 104) process group... | |
04-04 03:52:55.189 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 104 in 0ms | |
04-04 03:52:55.190 0 0 I init : processing action (persist.sys.usb.config=* && boot) from (/system/etc/init/hw/init.usb.rc:105) | |
04-04 03:52:55.190 0 0 I init : processing action (boot) from (/system/etc/init/dumpstate.rc:1) | |
04-04 03:52:55.190 0 0 I init : processing action (boot) from (/system/etc/init/gsid.rc:20) | |
04-04 03:52:55.190 0 0 I init : starting service 'exec 11 (/system/bin/gsid run-startup-tasks)'... | |
04-04 03:52:55.190 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.190 0 0 E init : createProcessGroup(0, 115) failed for service 'exec 11 (/system/bin/gsid run-startup-tasks)': Read-only file system | |
04-04 03:52:55.191 0 0 I init : processing action (boot) from (/system/etc/init/init.waydroid.rc:1) | |
04-04 03:52:55.191 0 0 I init : processing action (boot) from (/system/etc/init/lineage-iosched.rc:16) | |
04-04 03:52:55.191 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 03:52:55.191 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 03:52:55.191 0 0 I init : processing action (enable_property_trigger) from (<Builtin Action>:0) | |
04-04 03:52:55.191 0 0 I init : processing action (apexd.status=ready && ro.product.cpu.abilist32=*) from (/system/etc/init/hw/init.rc:89) | |
04-04 03:52:55.191 0 0 I init : starting service 'boringssl_self_test_apex32'... | |
04-04 03:52:55.191 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.191 0 0 E init : createProcessGroup(0, 116) failed for service 'boringssl_self_test_apex32': Read-only file system | |
04-04 03:52:55.192 0 0 I init : SVC_EXEC service 'boringssl_self_test_apex32' pid 116 (uid 0 gid 0+0 context default) started; waiting... | |
04-04 03:52:55.198 0 0 I init : Service 'boringssl_self_test_apex32' (pid 116) exited with status 0 waiting took 0.006000 seconds | |
04-04 03:52:55.198 0 0 I init : Sending signal 9 to service 'boringssl_self_test_apex32' (pid 116) process group... | |
04-04 03:52:55.198 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 116 in 0ms | |
04-04 03:52:55.198 0 0 I init : processing action (apexd.status=ready && ro.product.cpu.abilist64=*) from (/system/etc/init/hw/init.rc:91) | |
04-04 03:52:55.198 0 0 I init : starting service 'boringssl_self_test_apex64'... | |
04-04 03:52:55.199 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.199 0 0 E init : createProcessGroup(0, 119) failed for service 'boringssl_self_test_apex64': Read-only file system | |
04-04 03:52:55.199 0 0 I init : SVC_EXEC service 'boringssl_self_test_apex64' pid 119 (uid 0 gid 0+0 context default) started; waiting... | |
04-04 03:52:55.199 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 03:52:55.199 0 0 I init : Sending signal 9 to service 'exec 11 (/system/bin/gsid run-startup-tasks)' (pid 115) process group... | |
04-04 03:52:55.199 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 115 in 0ms | |
04-04 03:52:55.205 0 0 I init : Service 'boringssl_self_test_apex64' (pid 119) exited with status 0 waiting took 0.006000 seconds | |
04-04 03:52:55.205 0 0 I init : Sending signal 9 to service 'boringssl_self_test_apex64' (pid 119) process group... | |
04-04 03:52:55.205 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 119 in 0ms | |
04-04 03:52:55.205 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 03:52:55.205 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 03:52:55.205 0 0 I init : processing action (security.perf_harden=1) from (/system/etc/init/hw/init.rc:1024) | |
04-04 03:52:55.206 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 03:52:55.206 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 03:52:55.206 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 03:52:55.206 0 0 I init : processing action (ro.debuggable=1) from (/system/etc/init/hw/init.rc:1051) | |
04-04 03:52:55.206 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 03:52:55.206 0 0 I init : starting service 'adbd'... | |
04-04 03:52:55.206 0 0 I init : Created socket '/dev/socket/adbd', mode 660, user 1000, group 1000 | |
04-04 03:52:55.207 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.207 0 0 E init : createProcessGroup(0, 129) failed for service 'adbd': Read-only file system | |
04-04 03:52:55.207 0 0 I init : processing action (init.svc.audioserver=running) from (/system/etc/init/audioserver.rc:35) | |
04-04 03:52:55.207 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 03:52:55.207 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 03:52:55.207 0 0 I init : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:67) | |
04-04 03:52:55.207 0 0 I init : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:71) | |
04-04 03:52:55.208 0 0 I init : starting service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)'... | |
04-04 03:52:55.208 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.208 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 03:52:55.208 0 0 I init : processing action (persist.heapprofd.enable= && traced.lazy.heapprofd=) from (/system/etc/init/heapprofd.rc:34) | |
04-04 03:52:55.208 0 0 I init : processing action (ro.iorapd.enable=false) from (/system/etc/init/iorapd.rc:25) | |
04-04 03:52:55.209 0 0 I init : processing action (debug.atrace.user_initiated= && persist.traced.enable=1) from (/system/etc/init/perfetto.rc:47) | |
04-04 03:52:55.209 0 0 I init : starting service 'traced_probes'... | |
04-04 03:52:55.209 0 0 I init : Opened file '/dev/kmsg', flags 1 | |
04-04 03:52:55.209 0 0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system | |
04-04 03:52:55.209 0 0 E init : createProcessGroup(9999, 131) failed for service 'traced_probes': Read-only file system | |
04-04 03:52:55.210 0 0 I init : processing action (persist.traced.enable=1) from (/system/etc/init/perfetto.rc:50) | |
04-04 03:52:55.210 0 0 I init : starting service 'traced'... | |
04-04 03:52:55.210 0 0 I init : Created socket '/dev/socket/traced_consumer', mode 666, user 0, group 0 | |
04-04 03:52:55.210 0 0 I init : Created socket '/dev/socket/traced_producer', mode 666, user 0, group 0 | |
04-04 03:52:55.210 0 0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system | |
04-04 03:52:55.210 0 0 E init : createProcessGroup(9999, 132) failed for service 'traced': Read-only file system | |
04-04 03:52:55.211 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 03:52:55.211 0 0 I init : processing action (nonencrypted) from (/system/etc/init/hw/init.rc:946) | |
04-04 03:52:55.211 0 0 I init : starting service 'adb_root'... | |
04-04 03:52:55.212 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.212 0 0 E init : createProcessGroup(0, 135) failed for service 'adb_root': Read-only file system | |
04-04 03:52:55.212 0 0 I init : starting service 'cameraserver'... | |
04-04 03:52:55.213 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system | |
04-04 03:52:55.213 0 0 E init : createProcessGroup(1047, 137) failed for service 'cameraserver': Read-only file system | |
04-04 03:52:55.213 0 0 I init : starting service 'drm'... | |
04-04 03:52:55.213 0 0 W libprocessgroup: Failed to open /dev/cpuset/camera-daemon/tasks: No such file or directory: No such file or directory | |
04-04 03:52:55.213 0 0 W libprocessgroup: Failed to apply CameraServiceCapacity task profile: No such file or directory | |
04-04 03:52:55.213 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:55.213 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:52:55.214 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1019: Read-only file system | |
04-04 03:52:55.214 0 0 E init : createProcessGroup(1019, 138) failed for service 'drm': Read-only file system | |
04-04 03:52:55.214 0 0 I init : starting service 'idmap2d'... | |
04-04 03:52:55.215 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.215 0 0 E init : createProcessGroup(1000, 139) failed for service 'idmap2d': Read-only file system | |
04-04 03:52:55.219 0 0 I init : starting service 'incidentd'... | |
04-04 03:52:55.219 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1067: Read-only file system | |
04-04 03:52:55.220 0 0 E init : createProcessGroup(1067, 143) failed for service 'incidentd': Read-only file system | |
04-04 03:52:55.231 0 0 I init : starting service 'installd'... | |
04-04 03:52:55.232 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.232 0 0 E init : createProcessGroup(0, 154) failed for service 'installd': Read-only file system | |
04-04 03:52:55.232 0 0 I init : starting service 'keystore'... | |
04-04 03:52:55.233 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1017: Read-only file system | |
04-04 03:52:55.233 0 0 E init : createProcessGroup(1017, 156) failed for service 'keystore': Read-only file system | |
04-04 03:52:55.233 0 0 I init : starting service 'mediaextractor'... | |
04-04 03:52:55.234 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1040: Read-only file system | |
04-04 03:52:55.234 0 0 E init : createProcessGroup(1040, 157) failed for service 'mediaextractor': Read-only file system | |
04-04 03:52:55.234 0 0 I init : starting service 'mediametrics'... | |
04-04 03:52:55.235 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:52:55.235 0 0 E init : createProcessGroup(1013, 158) failed for service 'mediametrics': Read-only file system | |
04-04 03:52:55.235 0 0 I init : starting service 'media'... | |
04-04 03:52:55.236 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:52:55.236 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:52:55.236 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:52:55.236 0 0 E init : createProcessGroup(1013, 159) failed for service 'media': Read-only file system | |
04-04 03:52:55.236 0 0 I init : starting service 'storaged'... | |
04-04 03:52:55.236 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 03:52:55.237 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:52:55.237 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:52:55.237 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.237 0 0 E init : createProcessGroup(0, 160) failed for service 'storaged': Read-only file system | |
04-04 03:52:55.237 0 0 I init : starting service 'wificond'... | |
04-04 03:52:55.238 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1010: Read-only file system | |
04-04 03:52:55.238 0 0 E init : createProcessGroup(1010, 161) failed for service 'wificond': Read-only file system | |
04-04 03:52:55.238 0 0 I init : starting service 'vendor.media.omx'... | |
04-04 03:52:55.239 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system | |
04-04 03:52:55.239 0 0 E init : createProcessGroup(1046, 162) failed for service 'vendor.media.omx': Read-only file system | |
04-04 03:52:55.239 0 0 I init : starting service 'media.swcodec'... | |
04-04 03:52:55.240 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system | |
04-04 03:52:55.240 0 0 E init : createProcessGroup(1046, 163) failed for service 'media.swcodec': Read-only file system | |
04-04 03:52:55.241 0 0 I init : Service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 130) exited with status 0 oneshot service took 0.032000 seconds in background | |
04-04 03:52:55.241 0 0 I init : Sending signal 9 to service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 130) process group... | |
04-04 03:52:55.241 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 130 in 0ms | |
04-04 03:52:55.241 0 0 I init : starting service 'mdnsd'... | |
04-04 03:52:55.241 0 0 I init : Created socket '/dev/socket/mdnsd', mode 660, user 1020, group 3003 | |
04-04 03:52:55.242 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1020: Read-only file system | |
04-04 03:52:55.242 0 0 E init : createProcessGroup(1020, 164) failed for service 'mdnsd': Read-only file system | |
04-04 03:52:55.242 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 03:52:55.242 0 0 I init : starting service 'gatekeeperd'... | |
04-04 03:52:55.243 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:52:55.243 0 0 E init : createProcessGroup(1000, 165) failed for service 'gatekeeperd': Read-only file system | |
04-04 03:52:55.243 0 0 I init : starting service 'usbd'... | |
04-04 03:52:55.244 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:52:55.244 0 0 E init : createProcessGroup(0, 169) failed for service 'usbd': Read-only file system | |
04-04 03:52:55.245 0 0 I init : processing action (init.svc.media=*) from (/system/etc/init/mediaserver.rc:1) | |
04-04 03:52:55.253 0 0 I init : Service 'usbd' (pid 169) exited with status 0 oneshot service took 0.008000 seconds in background | |
04-04 03:52:55.253 0 0 I init : Sending signal 9 to service 'usbd' (pid 169) process group... | |
04-04 03:52:55.253 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 169 in 0ms | |
04-04 03:52:55.385 0 0 I init : starting service 'bootanim'... | |
04-04 03:52:55.386 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1003: Read-only file system | |
04-04 03:52:55.387 0 0 E init : createProcessGroup(1003, 258) failed for service 'bootanim': Read-only file system | |
04-04 03:52:55.387 0 0 I init : Control message: Processed ctl.start for 'bootanim' from pid: 103 (/system/bin/surfaceflinger) | |
04-04 03:52:55.387 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:55.387 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:52:55.982 0 0 I init : Control message: Processed ctl.start for 'idmap2d' from pid: 288 (system_server) | |
04-04 03:52:56.100 0 0 I init : processing action (sys.sysctl.extra_free_kbytes=*) from (/system/etc/init/hw/init.rc:995) | |
04-04 03:52:56.489 0 0 I binder_linux: undelivered TRANSACTION_COMPLETE | |
04-04 03:52:56.489 0 0 I binder_linux: undelivered transaction 714956, process died. | |
04-04 03:52:56.804 0 0 I init : processing action (sys.sysctl.tcp_def_init_rwnd=*) from (/system/etc/init/hw/init.rc:999) | |
04-04 03:53:03.634 0 0 I init : Service 'bootanim' (pid 258) exited with status 0 oneshot service took 8.247000 seconds in background | |
04-04 03:53:03.634 0 0 I init : Sending signal 9 to service 'bootanim' (pid 258) process group... | |
04-04 03:53:03.634 0 0 I libprocessgroup: Successfully killed process cgroup uid 1003 pid 258 in 0ms | |
04-04 03:53:03.691 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/hw/init.rc:986) | |
04-04 03:53:03.691 0 0 I init : starting service 'exec 13 (/bin/rm -rf /data/per_boot)'... | |
04-04 03:53:03.692 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:53:03.692 0 0 E init : createProcessGroup(1000, 969) failed for service 'exec 13 (/bin/rm -rf /data/per_boot)': Read-only file system | |
04-04 03:53:03.692 0 0 I init : SVC_EXEC service 'exec 13 (/bin/rm -rf /data/per_boot)' pid 969 (uid 1000 gid 1000+0 context default) started; waiting... | |
04-04 03:53:03.700 0 0 I init : Service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 969) exited with status 0 waiting took 0.007000 seconds | |
04-04 03:53:03.700 0 0 I init : Sending signal 9 to service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 969) process group... | |
04-04 03:53:03.700 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 969 in 0ms | |
04-04 03:53:03.700 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:53:03.700 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:53:03.701 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:53:03.701 0 0 E init : createProcessGroup(1000, 983) 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:53:03.701 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/flags_health_check.rc:7) | |
04-04 03:53:03.706 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/init.waydroid.rc:6) | |
04-04 03:53:03.706 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/logd.rc:33) | |
04-04 03:53:03.706 0 0 I init : starting service 'logd-auditctl'... | |
04-04 03:53:03.706 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system | |
04-04 03:53:03.706 0 0 E init : createProcessGroup(1036, 1000) failed for service 'logd-auditctl': Read-only file system | |
04-04 03:53:03.707 0 0 I init : processing action (sys.boot_completed=1 && sys.wifitracing.started=0) from (/system/etc/init/wifi.rc:28) | |
04-04 03:53:03.746 0 0 I init : Service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 983) exited with status 0 oneshot service took 0.045000 seconds in background | |
04-04 03:53:03.746 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 983) process group... | |
04-04 03:53:03.746 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 983 in 0ms | |
04-04 03:53:03.746 0 0 I init : Service 'logd-auditctl' (pid 1000) exited with status 0 oneshot service took 0.039000 seconds in background | |
04-04 03:53:03.746 0 0 I init : Sending signal 9 to service 'logd-auditctl' (pid 1000) process group... | |
04-04 03:53:03.746 0 0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 1000 in 0ms | |
04-04 03:53:03.790 0 0 I binder_linux: 241142 RLIMIT_NICE not set | |
04-04 03:53:03.790 0 0 I binder_linux: 241142 RLIMIT_NICE not set | |
04-04 03:53:03.842 0 0 I init : Command 'write /sys/kernel/debug/tracing/instances/wifi/events/net/filter name==${wifi.interface:-wlan0}' action=sys.boot_completed=1 && sys.wifitracing.started=0 (/system/etc/init/wifi.rc:69) took 51ms and succeeded | |
04-04 03:53:03.876 0 0 I init : processing action (sys.user.0.ce_available=true) from (/system/etc/init/wifi.rc:21) | |
04-04 03:53:04.308 0 0 I binder_linux: 241142 RLIMIT_NICE not set | |
04-04 03:53:04.309 0 0 I binder_linux: 241142 RLIMIT_NICE not set | |
04-04 03:53:06.779 0 0 I init : Sending signal 9 to service 'idmap2d' (pid 139) process group... | |
04-04 03:53:06.779 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 139 in 0ms | |
04-04 03:53:06.779 0 0 I init : Control message: Processed ctl.stop for 'idmap2d' from pid: 288 (system_server) | |
04-04 03:55:06.712 0 0 I binder_linux: 241142 RLIMIT_NICE not set | |
04-04 03:55:06.844 0 0 I binder_linux: 241142 RLIMIT_NICE not set | |
04-04 03:55:06.850 0 0 I waydroid0: port 1(vethDD6b3u) entered disabled state | |
04-04 03:55:06.850 0 0 I vethDD6b3u (unregistering): left allmulticast mode | |
04-04 03:55:06.850 0 0 I vethDD6b3u (unregistering): left promiscuous mode | |
04-04 03:55:06.851 0 0 I waydroid0: port 1(vethDD6b3u) entered disabled state | |
04-04 03:55:07.223 0 0 I EXT4-fs (loop1): unmounting filesystem a329d574-e58d-4068-86c1-29b07f274ec6. | |
04-04 03:55:07.298 0 0 I EXT4-fs (loop0): unmounting filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3. | |
04-04 03:58:44.460 0 0 I loop0 : detected capacity change from 0 to 3410512 | |
04-04 03:58:44.462 0 0 I EXT4-fs (loop0): mounted filesystem 41cd8cc6-a26d-488c-8c5d-690150e674d3 ro without journal. Quota mode: none. | |
04-04 03:58:44.465 0 0 I loop1 : detected capacity change from 0 to 1033112 | |
04-04 03:58:44.468 0 0 I EXT4-fs (loop1): mounted filesystem a329d574-e58d-4068-86c1-29b07f274ec6 ro without journal. Quota mode: none. | |
04-04 03:58:44.483 0 0 I waydroid0: port 1(vethN3gmvc) entered blocking state | |
04-04 03:58:44.483 0 0 I waydroid0: port 1(vethN3gmvc) entered disabled state | |
04-04 03:58:44.483 0 0 I vethN3gmvc: entered allmulticast mode | |
04-04 03:58:44.483 0 0 I vethN3gmvc: entered promiscuous mode | |
04-04 03:58:44.483 0 0 I waydroid0: port 1(vethN3gmvc) entered blocking state | |
04-04 03:58:44.483 0 0 I waydroid0: port 1(vethN3gmvc) entered forwarding state | |
04-04 03:58:44.483 0 0 I waydroid0: port 1(vethN3gmvc) entered disabled state | |
04-04 03:58:44.483 0 0 I eth0 : renamed from vethrz4sfe | |
04-04 03:58:44.530 0 0 I waydroid0: port 1(vethN3gmvc) entered blocking state | |
04-04 03:58:44.530 0 0 I waydroid0: port 1(vethN3gmvc) entered forwarding state | |
04-04 03:58:44.549 0 0 I init : init first stage started! | |
04-04 03:58:44.549 0 0 I init : Unable to open /lib/modules, skipping module loading. | |
04-04 03:58:44.549 0 0 I init : Skipped setting INIT_AVB_VERSION (not in recovery mode) | |
04-04 03:58:44.556 0 0 I init : init second stage started! | |
04-04 03:58:44.561 0 0 I init : Using Android DT directory /proc/device-tree/firmware/android/ | |
04-04 03:58:44.561 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:58:44.561 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:58:44.561 0 0 I init : Setting product property ro.product.brand to 'waydroid' (from ro.product.product.brand) | |
04-04 03:58:44.561 0 0 I init : Setting product property ro.product.device to 'waydroid_x86_64' (from ro.product.product.device) | |
04-04 03:58:44.562 0 0 I init : Setting product property ro.product.manufacturer to 'Waydroid' (from ro.product.product.manufacturer) | |
04-04 03:58:44.562 0 0 I init : Setting product property ro.product.model to 'WayDroid x86_64 Device' (from ro.product.product.model) | |
04-04 03:58:44.562 0 0 I init : Setting product property ro.product.name to 'lineage_waydroid_x86_64' (from ro.product.product.name) | |
04-04 03:58:44.562 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:58:44.562 0 0 I selinux : SELinux: Loaded file_contexts | |
04-04 03:58:44.562 0 0 I selinux : | |
04-04 03:58:44.562 0 0 I init : Running restorecon... | |
04-04 03:58:44.562 0 0 I init : Created socket '/dev/socket/property_service', mode 666, user 0, group 0 | |
04-04 03:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.564 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:58:44.565 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:58:44.565 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:58:44.565 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:58:44.565 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:58:44.565 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:58:44.565 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:58:44.565 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:58:44.565 0 0 I init : SetupMountNamespaces done | |
04-04 03:58:44.565 0 0 I init : Forked subcontext for 'u:r:vendor_init:s0' with pid 3 | |
04-04 03:58:44.566 0 0 I init : Parsing file /system/etc/init/hw/init.rc... | |
04-04 03:58:44.566 0 0 I init : Added '/init.environ.rc' to import list | |
04-04 03:58:44.566 0 0 I init : Added '/system/etc/init/hw/init.usb.rc' to import list | |
04-04 03:58:44.566 0 0 I init : Added '/init.unknown.rc' to import list | |
04-04 03:58:44.566 0 0 I init : Added '/vendor/etc/init/hw/init.unknown.rc' to import list | |
04-04 03:58:44.566 0 0 I init : Added '/system/etc/init/hw/init.usb.configfs.rc' to import list | |
04-04 03:58:44.566 0 0 I init : Added '/system/etc/init/hw/init.zygote64_32.rc' to import list | |
04-04 03:58:44.566 0 0 I init : Parsing file /init.environ.rc... | |
04-04 03:58:44.566 0 0 I init : Parsing file /system/etc/init/hw/init.usb.rc... | |
04-04 03:58:44.566 0 0 I init : Parsing file /init.unknown.rc... | |
04-04 03:58:44.566 0 0 I init : Unable to read config file '/init.unknown.rc': open() failed: No such file or directory | |
04-04 03:58:44.566 0 0 I init : Parsing file /vendor/etc/init/hw/init.unknown.rc... | |
04-04 03:58:44.566 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:58:44.566 0 0 I init : Parsing file /system/etc/init/hw/init.usb.configfs.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/hw/init.zygote64_32.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing directory /system/etc/init... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/adb_root.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/[email protected]... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/[email protected]... | |
04-04 03:58:44.567 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/apexd.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/atrace.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/atrace_userdebug.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/audioserver.rc... | |
04-04 03:58:44.567 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/blank_screen.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/bootanim.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/bootstat-debug.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/bootstat.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/bpfloader.rc... | |
04-04 03:58:44.567 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/cameraserver.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/clean_scratch_files.rc... | |
04-04 03:58:44.567 0 0 I init : Parsing file /system/etc/init/credstore.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/drmserver.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/dumpstate.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/flags_health_check.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/gatekeeperd.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/gpuservice.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/gsid.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/heapprofd.rc... | |
04-04 03:58:44.568 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/hwservicemanager.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/idmap2d.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/incidentd.rc... | |
04-04 03:58:44.568 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/init-debug.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/init.waydroid.rc... | |
04-04 03:58:44.568 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.568 0 0 I chatty : uid=0(root) logd identical 2 lines | |
04-04 03:58:44.568 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/installd.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/iorapd.rc... | |
04-04 03:58:44.568 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/keystore.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/lineage-iosched.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/lineage-ssh.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/lineage-system.rc... | |
04-04 03:58:44.568 0 0 I init : Parsing file /system/etc/init/lineage-updates.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/lmkd.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/logcatd.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/logd.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/logtagd.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/lpdumpd.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/mdnsd.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/mediaextractor.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/mediametrics.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/mediaserver.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/mtpd.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/netd.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/perfetto.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/racoon.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/recovery-persist.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/recovery-refresh.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/rss_hwm_reset.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/servicemanager.rc... | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/storaged.rc... | |
04-04 03:58:44.569 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.569 0 0 I init : Parsing file /system/etc/init/surfaceflinger.rc... | |
04-04 03:58:44.570 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/tombstoned.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/traced_perf.rc... | |
04-04 03:58:44.570 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/traceur.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/uncrypt.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/usbd.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/vdc.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/[email protected]... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/vold.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/wait_for_keymaster.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/wifi.rc... | |
04-04 03:58:44.570 0 0 I init : Parsing file /system/etc/init/wificond.rc... | |
04-04 03:58:44.570 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.570 0 0 I init : Parsing file /system_ext/etc/init... | |
04-04 03:58:44.570 0 0 I init : Unable to read config file '/system_ext/etc/init': open() failed: No such file or directory | |
04-04 03:58:44.570 0 0 I init : Parsing file /product/etc/init... | |
04-04 03:58:44.570 0 0 I init : Unable to read config file '/product/etc/init': open() failed: No such file or directory | |
04-04 03:58:44.570 0 0 I init : Parsing file /odm/etc/init... | |
04-04 03:58:44.570 0 0 I init : Unable to read config file '/odm/etc/init': open() failed: No such file or directory | |
04-04 03:58:44.570 0 0 I init : Parsing directory /vendor/etc/init... | |
04-04 03:58:44.570 0 0 I init : Parsing file /vendor/etc/init/android.hardware.audio.service.rc... | |
04-04 03:58:44.570 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.570 0 0 E init : /vendor/etc/init/android.hardware.audio.service.rc: 1: ignored duplicate definition of service 'vendor.audio-hal' | |
04-04 03:58:44.570 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.570 0 0 E init : /vendor/etc/init/[email protected]: 2: Interface '[email protected]::ICameraProvider/legacy/0' redefined in vendor.camera-provider-2-4 but is already defined by vendor.camera-provider-2-4 | |
04-04 03:58:44.570 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.570 0 0 E init : /vendor/etc/init/[email protected]: 1: ignored duplicate definition of service 'vendor.camera-provider-2-4' | |
04-04 03:58:44.570 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.570 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.570 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 W init : last valid run-time capability is larger than CAP_LAST_CAP | |
04-04 03:58:44.571 0 0 E init : /vendor/etc/init/[email protected]: 1: ignored duplicate definition of service 'vendor.hwcomposer-2-1' | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/[email protected]... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/boringssl_self_test.rc... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/vendor_flash_recovery.rc... | |
04-04 03:58:44.571 0 0 I init : Parsing file /vendor/etc/init/vndservicemanager.rc... | |
04-04 03:58:44.571 0 0 I init : processing action (SetupCgroups) from (<Builtin Action>:0) | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to mount blkio cgroup: Operation not permitted | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup blkio cgroup | |
04-04 03:58:44.572 0 0 E libprocessgroup: lchown() failed for /sys/fs/cgroup/.: Read-only file system | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to create directory for cgroup2 cgroup | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to mount cgroup2 cgroup: Read-only file system | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup cgroup2 cgroup | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to mount cpu cgroup: Operation not permitted | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup cpu cgroup | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to mount cpuacct cgroup: Operation not permitted | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup cpuacct cgroup | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to mount cpuset cgroup: Operation not permitted | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup cpuset cgroup | |
04-04 03:58:44.572 0 0 E libprocessgroup: mkdir() failed for /sys/fs/cgroup/freezer: Read-only file system | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to create directory for freezer cgroup | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup freezer cgroup | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to mount memory cgroup: Operation not permitted | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup memory cgroup | |
04-04 03:58:44.572 0 0 E cgroup : Unknown subsys name 'schedtune' | |
04-04 03:58:44.572 0 0 E libprocessgroup: Failed to mount schedtune cgroup: Invalid argument | |
04-04 03:58:44.572 0 0 W libprocessgroup: Failed to setup schedtune cgroup | |
04-04 03:58:44.572 0 0 I init : processing action (TestPerfEventSelinux) from (<Builtin Action>:0) | |
04-04 03:58:44.572 0 0 I init : processing action (early-init) from (/system/etc/init/hw/init.rc:15) | |
04-04 03:58:44.573 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:58:44.573 0 0 I init : Command 'write /proc/sys/kernel/modprobe | |
04-04 03:58:44.573 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:58:44.573 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:58:44.573 0 0 I init : starting service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)'... | |
04-04 03:58:44.573 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.573 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:58:44.573 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:58:44.579 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:58:44.579 0 0 I init : Sending signal 9 to service 'exec 1 (/system/bin/linkerconfig --target /linkerconfig/bootstrap)' (pid 4) process group... | |
04-04 03:58:44.579 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 4 in 0ms | |
04-04 03:58:44.580 0 0 I init : starting service 'ueventd'... | |
04-04 03:58:44.580 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.580 0 0 E init : createProcessGroup(0, 5) failed for service 'ueventd': Read-only file system | |
04-04 03:58:44.580 0 0 I init : starting service 'apexd-bootstrap'... | |
04-04 03:58:44.581 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.581 0 0 E init : createProcessGroup(0, 6) failed for service 'apexd-bootstrap': Read-only file system | |
04-04 03:58:44.581 0 0 I init : SVC_EXEC service 'apexd-bootstrap' pid 6 (uid 0 gid 1000+0 context default) started; waiting... | |
04-04 03:58:44.588 0 0 I ueventd : ueventd started! | |
04-04 03:58:44.589 0 0 I selinux : SELinux: Loaded file_contexts | |
04-04 03:58:44.589 0 0 I selinux : | |
04-04 03:58:44.589 0 0 I ueventd : Parsing file /system/etc/ueventd.rc... | |
04-04 03:58:44.589 0 0 I ueventd : Parsing file /vendor/ueventd.rc... | |
04-04 03:58:44.589 0 0 I ueventd : Unable to read config file '/vendor/ueventd.rc': open() failed: No such file or directory | |
04-04 03:58:44.589 0 0 I ueventd : Parsing file /odm/ueventd.rc... | |
04-04 03:58:44.589 0 0 I ueventd : Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory | |
04-04 03:58:44.589 0 0 I ueventd : Parsing file /ueventd.unknown.rc... | |
04-04 03:58:44.589 0 0 I ueventd : Unable to read config file '/ueventd.unknown.rc': open() failed: No such file or directory | |
04-04 03:58:44.589 0 0 I ueventd : [libfs_mgr]ReadDefaultFstab(): failed to find device default fstab | |
04-04 03:58:44.591 0 0 I apexd : This device does not support updatable APEX. Exiting | |
04-04 03:58:44.591 0 0 I init : Service 'apexd-bootstrap' (pid 6) exited with status 0 waiting took 0.010000 seconds | |
04-04 03:58:44.591 0 0 I init : Sending signal 9 to service 'apexd-bootstrap' (pid 6) process group... | |
04-04 03:58:44.591 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 6 in 0ms | |
04-04 03:58:44.593 0 0 I init : processing action (ro.product.cpu.abilist32=* && early-init) from (/system/etc/init/hw/init.rc:85) | |
04-04 03:58:44.593 0 0 I init : starting service 'boringssl_self_test32'... | |
04-04 03:58:44.593 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.593 0 0 E init : createProcessGroup(0, 7) failed for service 'boringssl_self_test32': Read-only file system | |
04-04 03:58:44.593 0 0 I init : SVC_EXEC service 'boringssl_self_test32' pid 7 (uid 0 gid 0+0 context default) started; waiting... | |
04-04 03:58:44.603 0 0 I init : Service 'boringssl_self_test32' (pid 7) exited with status 0 waiting took 0.010000 seconds | |
04-04 03:58:44.603 0 0 I init : Sending signal 9 to service 'boringssl_self_test32' (pid 7) process group... | |
04-04 03:58:44.603 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 7 in 0ms | |
04-04 03:58:44.604 0 0 I init : processing action (ro.product.cpu.abilist64=* && early-init) from (/system/etc/init/hw/init.rc:87) | |
04-04 03:58:44.604 0 0 I init : starting service 'boringssl_self_test64'... | |
04-04 03:58:44.604 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.604 0 0 E init : createProcessGroup(0, 8) failed for service 'boringssl_self_test64': Read-only file system | |
04-04 03:58:44.605 0 0 I init : SVC_EXEC service 'boringssl_self_test64' pid 8 (uid 0 gid 0+0 context default) started; waiting... | |
04-04 03:58:44.611 0 0 I init : Service 'boringssl_self_test64' (pid 8) exited with status 0 waiting took 0.007000 seconds | |
04-04 03:58:44.611 0 0 I init : Sending signal 9 to service 'boringssl_self_test64' (pid 8) process group... | |
04-04 03:58:44.611 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 8 in 0ms | |
04-04 03:58:44.612 0 0 I init : processing action (early-init) from (/init.environ.rc:2) | |
04-04 03:58:44.612 0 0 I init : processing action (ro.product.cpu.abilist32=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:2) | |
04-04 03:58:44.612 0 0 I init : starting service 'boringssl_self_test32_vendor'... | |
04-04 03:58:44.613 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.613 0 0 E init : createProcessGroup(0, 9) failed for service 'boringssl_self_test32_vendor': Read-only file system | |
04-04 03:58:44.613 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:58:44.617 0 0 I init : Service 'boringssl_self_test32_vendor' (pid 9) exited with status 0 waiting took 0.004000 seconds | |
04-04 03:58:44.617 0 0 I init : Sending signal 9 to service 'boringssl_self_test32_vendor' (pid 9) process group... | |
04-04 03:58:44.617 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 9 in 0ms | |
04-04 03:58:44.617 0 0 I init : processing action (ro.product.cpu.abilist64=* && early-init) from (/vendor/etc/init/boringssl_self_test.rc:4) | |
04-04 03:58:44.617 0 0 I init : starting service 'boringssl_self_test64_vendor'... | |
04-04 03:58:44.618 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.618 0 0 E init : createProcessGroup(0, 10) failed for service 'boringssl_self_test64_vendor': Read-only file system | |
04-04 03:58:44.618 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:58:44.622 0 0 I init : Service 'boringssl_self_test64_vendor' (pid 10) exited with status 0 waiting took 0.004000 seconds | |
04-04 03:58:44.622 0 0 I init : Sending signal 9 to service 'boringssl_self_test64_vendor' (pid 10) process group... | |
04-04 03:58:44.622 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 10 in 0ms | |
04-04 03:58:44.622 0 0 I init : processing action (wait_for_coldboot_done) from (<Builtin Action>:0) | |
04-04 03:58:44.634 0 0 I init : Wait for property 'ro.cold_boot_done=true' took 11ms | |
04-04 03:58:44.634 0 0 I init : processing action (KeychordInit) from (<Builtin Action>:0) | |
04-04 03:58:44.634 0 0 I ueventd : Coldboot took 0.044 seconds | |
04-04 03:58:44.634 0 0 W init : Could not add watch for /dev/input: No such file or directory | |
04-04 03:58:44.634 0 0 I init : processing action (init) from (/system/etc/init/hw/init.rc:114) | |
04-04 03:58:44.634 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:58:44.635 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:58:44.635 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:58:44.636 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:58:44.636 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:58:44.636 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:58:44.637 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:58:44.637 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:58:44.637 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:58:44.637 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:58:44.637 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:58:44.637 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.638 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:58:44.641 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:58:44.641 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:58:44.641 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:58:44.641 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:58:44.641 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:58:44.641 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:58:44.641 0 0 I init : starting service 'logd'... | |
04-04 03:58:44.641 0 0 I init : Created socket '/dev/socket/logd', mode 666, user 1036, group 1036 | |
04-04 03:58:44.641 0 0 I init : Created socket '/dev/socket/logdr', mode 666, user 1036, group 1036 | |
04-04 03:58:44.641 0 0 I init : Created socket '/dev/socket/logdw', mode 222, user 1036, group 1036 | |
04-04 03:58:44.641 0 0 I init : Opened file '/proc/kmsg', flags 0 | |
04-04 03:58:44.641 0 0 I init : Opened file '/dev/kmsg', flags 1 | |
04-04 03:58:44.641 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system | |
04-04 03:58:44.641 0 0 E init : createProcessGroup(1036, 28) failed for service 'logd': Read-only file system | |
04-04 03:58:44.642 0 0 I init : starting service 'lmkd'... | |
04-04 03:58:44.642 0 0 I init : Created socket '/dev/socket/lmkd', mode 660, user 1000, group 1000 | |
04-04 03:58:44.642 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1069: Read-only file system | |
04-04 03:58:44.642 0 0 E init : createProcessGroup(1069, 29) failed for service 'lmkd': Read-only file system | |
04-04 03:58:44.642 0 0 I init : starting service 'servicemanager'... | |
04-04 03:58:44.643 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.643 0 0 E init : createProcessGroup(1000, 30) failed for service 'servicemanager': Read-only file system | |
04-04 03:58:44.643 0 0 I init : starting service 'hwservicemanager'... | |
04-04 03:58:44.643 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.643 0 0 E init : createProcessGroup(1000, 31) failed for service 'hwservicemanager': Read-only file system | |
04-04 03:58:44.643 0 0 I init : starting service 'vndservicemanager'... | |
04-04 03:58:44.644 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.644 0 0 E init : createProcessGroup(1000, 32) failed for service 'vndservicemanager': Read-only file system | |
04-04 03:58:44.644 0 0 I init : processing action (ro.debuggable=1 && init) from (/system/etc/init/hw/init.rc:1058) | |
04-04 03:58:44.644 0 0 I init : processing action (init) from (/system/etc/init/hw/init.usb.rc:24) | |
04-04 03:58:44.644 0 0 I init : processing action (init) from (/system/etc/init/audioserver.rc:56) | |
04-04 03:58:44.644 0 0 I init : processing action (init) from (/system/etc/init/lineage-iosched.rc:1) | |
04-04 03:58:44.644 0 0 E cgroup : Unknown subsys name 'bfqio' | |
04-04 03:58:44.644 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:58:44.644 0 0 I init : processing action (init) from (/system/etc/init/lineage-system.rc:2) | |
04-04 03:58:44.644 0 0 I init : processing action (late-init) from (/system/etc/init/hw/init.rc:415) | |
04-04 03:58:44.645 0 0 I init : processing action (late-init) from (/system/etc/init/atrace.rc:3) | |
04-04 03:58:44.645 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:58:44.648 0 0 I init : processing action (queue_property_triggers) from (<Builtin Action>:0) | |
04-04 03:58:44.648 0 0 I init : processing action (early-fs) from (/system/etc/init/hw/init.rc:455) | |
04-04 03:58:44.648 0 0 I init : starting service 'vold'... | |
--------- beginning of main | |
04-04 03:58:44.648 29 29 I lowmemorykiller: Using psi monitors for memory pressure detection | |
04-04 03:58:44.648 0 0 I logd.auditd: start | |
04-04 03:58:44.649 29 29 I lowmemorykiller: Process polling is supported | |
04-04 03:58:44.649 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.649 0 0 E init : createProcessGroup(0, 37) failed for service 'vold': Read-only file system | |
04-04 03:58:44.649 0 0 I init : processing action (fs) from (/system/etc/init/hw/init.rc:451) | |
04-04 03:58:44.649 0 0 I init : Userdata mounted using /dev/null result : 1 | |
04-04 03:58:44.649 0 0 I init : processing action (fs) from (/system/etc/init/logd.rc:28) | |
04-04 03:58:44.650 0 0 I init : processing action (fs) from (/system/etc/init/wifi.rc:25) | |
04-04 03:58:44.650 0 0 I init : processing action (post-fs) from (/system/etc/init/hw/init.rc:459) | |
04-04 03:58:44.650 0 0 I init : starting service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)'... | |
04-04 03:58:44.651 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.651 0 0 E init : createProcessGroup(1000, 38) failed for service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)': Read-only file system | |
04-04 03:58:44.651 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 03:58:44.654 31 31 I hwservicemanager: hwservicemanager is ready now. | |
--------- beginning of system | |
04-04 03:58:44.662 37 37 I vold : Vold 3.0 (the awakening) firing up | |
04-04 03:58:44.662 37 37 D vold : Detected support for: ext4 ntfs vfat | |
04-04 03:58:44.663 37 37 E vold : Failed to open device-mapper: No such file or directory | |
04-04 03:58:44.663 37 37 E vold : DM_LIST_DEVICES failed: Bad file descriptor | |
04-04 03:58:44.663 37 37 E vold : Failed to get dm devices | |
04-04 03:58:44.663 37 37 E vold : Failed to opendir: No such file or directory | |
04-04 03:58:44.663 37 37 D vold : VoldNativeService::start() completed OK | |
04-04 03:58:44.667 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 03:58:44.667 0 0 I init : Sending signal 9 to service 'exec 2 (/system/bin/vdc checkpoint markBootAttempt)' (pid 38) process group... | |
04-04 03:58:44.667 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 38 in 0ms | |
04-04 03:58:44.668 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 03:58:44.668 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 03:58:44.668 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 03:58:44.668 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 03:58:44.668 0 0 I init : processing action (post-fs) from (/system/etc/init/atrace_userdebug.rc:7) | |
04-04 03:58:44.668 0 0 I init : processing action (post-fs) from (/system/etc/init/gsid.rc:8) | |
04-04 03:58:44.668 0 0 I init : processing action (post-fs) from (/system/etc/init/recovery-refresh.rc:1) | |
04-04 03:58:44.668 0 0 I init : starting service 'exec 3 (/system/bin/recovery-refresh)'... | |
04-04 03:58:44.669 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.669 0 0 E init : createProcessGroup(1000, 44) failed for service 'exec 3 (/system/bin/recovery-refresh)': Read-only file system | |
04-04 03:58:44.669 0 0 I init : processing action (late-fs) from (/system/etc/init/hw/init.rc:523) | |
04-04 03:58:44.669 0 0 I init : starting service 'system_suspend'... | |
04-04 03:58:44.670 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.670 0 0 E init : createProcessGroup(1000, 45) failed for service 'system_suspend': Read-only file system | |
04-04 03:58:44.670 0 0 I init : starting service 'vendor.keymaster-4-0'... | |
04-04 03:58:44.670 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.670 0 0 E init : createProcessGroup(1000, 46) failed for service 'vendor.keymaster-4-0': Read-only file system | |
04-04 03:58:44.671 0 0 I init : processing action (post-fs-data) from (/system/etc/init/hw/init.rc:532) | |
04-04 03:58:44.671 0 0 I init : starting service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)'... | |
04-04 03:58:44.671 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.671 0 0 E init : createProcessGroup(1000, 47) failed for service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)': Read-only file system | |
04-04 03:58:44.671 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 03:58:44.674 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 03:58:44.674 0 0 I init : Sending signal 9 to service 'exec 3 (/system/bin/recovery-refresh)' (pid 44) process group... | |
04-04 03:58:44.674 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 44 in 0ms | |
04-04 03:58:44.677 45 45 E [email protected]: error opening /sys/power/wakeup_count: Read-only file system | |
04-04 03:58:44.677 45 45 E [email protected]: error opening /sys/power/state: Read-only file system | |
04-04 03:58:44.677 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 03:58:44.677 0 0 I init : Sending signal 9 to service 'exec 4 (/system/bin/vdc checkpoint prepareCheckpoint)' (pid 47) process group... | |
04-04 03:58:44.677 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 47 in 0ms | |
04-04 03:58:44.677 0 0 I init : Switched to default mount namespace | |
04-04 03:58:44.677 0 0 I init : Not setting encryption policy on: /data/apex | |
04-04 03:58:44.677 37 37 I Checkpoint: cp_prepareCheckpoint called | |
04-04 03:58:44.677 0 0 I init : Not setting encryption policy on: /data/app-staging | |
04-04 03:58:44.677 0 0 I init : starting service 'apexd'... | |
04-04 03:58:44.677 31 31 I hwservicemanager: getFrameworkHalManifest: Reading VINTF information. | |
04-04 03:58:44.678 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.678 0 0 E init : createProcessGroup(0, 50) failed for service 'apexd': Read-only file system | |
04-04 03:58:44.678 31 31 I hwservicemanager: getFrameworkHalManifest: Successfully processed VINTF information | |
04-04 03:58:44.679 45 45 I HidlServiceManagement: Registered [email protected]::ISystemSuspend/default | |
04-04 03:58:44.679 45 45 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.679 0 0 I init : Not setting encryption policy on: /data/preloads | |
04-04 03:58:44.679 0 0 I init : Not setting encryption policy on: /data/vendor_ce | |
04-04 03:58:44.679 0 0 I init : Not setting encryption policy on: /data/vendor_de | |
04-04 03:58:44.679 0 0 I init : Not setting encryption policy on: /data/data | |
04-04 03:58:44.679 0 0 I init : Not setting encryption policy on: /data/lost+found | |
04-04 03:58:44.679 0 0 I init : Not setting encryption policy on: /data/system_de | |
04-04 03:58:44.680 0 0 I init : Not setting encryption policy on: /data/system_ce | |
04-04 03:58:44.680 0 0 I init : Not setting encryption policy on: /data/misc_de | |
04-04 03:58:44.680 0 0 I init : Not setting encryption policy on: /data/misc_ce | |
04-04 03:58:44.680 0 0 I init : Not setting encryption policy on: /data/user | |
04-04 03:58:44.680 0 0 I init : Not setting encryption policy on: /data/user_de | |
04-04 03:58:44.680 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 03:58:44.680 31 31 I hwservicemanager: getDeviceHalManifest: Reading VINTF information. | |
04-04 03:58:44.681 31 31 I hwservicemanager: getDeviceHalManifest: Successfully processed VINTF information | |
04-04 03:58:44.681 46 46 I HidlServiceManagement: Registered [email protected]::IKeymasterDevice/default | |
04-04 03:58:44.681 46 46 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.686 0 0 I apexd : This device does not support updatable APEX. Exiting | |
04-04 03:58:44.686 0 0 I apexd : Marking APEXd as activated | |
04-04 03:58:44.686 0 0 I init : Wait for property 'apexd.status=activated' took 4ms | |
04-04 03:58:44.687 0 0 I init : Parsing file /apex/com.android.adbd/etc/init.rc... | |
04-04 03:58:44.687 0 0 I init : Parsing file /apex/com.android.media.swcodec/etc/init.rc... | |
04-04 03:58:44.687 0 0 I init : Parsing file /apex/com.android.os.statsd/etc/init.rc... | |
04-04 03:58:44.687 0 0 I init : Parsing file /apex/com.android.sdkext/etc/derive_sdk.rc... | |
04-04 03:58:44.688 0 0 I init : Service 'apexd' (pid 50) exited with status 0 oneshot service took 0.009000 seconds in background | |
04-04 03:58:44.688 0 0 I init : Sending signal 9 to service 'apexd' (pid 50) process group... | |
04-04 03:58:44.688 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 50 in 0ms | |
04-04 03:58:44.688 0 0 I init : Not setting encryption policy on: /data/media | |
04-04 03:58:44.688 0 0 I init : starting service 'exec 5 (/system/bin/chattr +F /data/media)'... | |
04-04 03:58:44.688 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1023: Read-only file system | |
04-04 03:58:44.688 0 0 E init : createProcessGroup(1023, 51) failed for service 'exec 5 (/system/bin/chattr +F /data/media)': Read-only file system | |
04-04 03:58:44.688 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 03:58:44.695 0 0 I init : Service 'exec 5 (/system/bin/chattr +F /data/media)' (pid 51) exited with status 1 waiting took 0.006000 seconds | |
04-04 03:58:44.695 0 0 I init : Sending signal 9 to service 'exec 5 (/system/bin/chattr +F /data/media)' (pid 51) process group... | |
04-04 03:58:44.695 0 0 I libprocessgroup: Successfully killed process cgroup uid 1023 pid 51 in 0ms | |
04-04 03:58:44.696 0 0 I init : starting service 'derive_sdk'... | |
04-04 03:58:44.696 0 0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system | |
04-04 03:58:44.696 0 0 E init : createProcessGroup(9999, 52) failed for service 'derive_sdk': Read-only file system | |
04-04 03:58:44.696 0 0 I init : SVC_EXEC service 'derive_sdk' pid 52 (uid 9999 gid 9999+0 context default) started; waiting... | |
04-04 03:58:44.700 0 0 I init : Service 'derive_sdk' (pid 52) exited with status 0 waiting took 0.003000 seconds | |
04-04 03:58:44.700 0 0 I init : Sending signal 9 to service 'derive_sdk' (pid 52) process group... | |
04-04 03:58:44.700 0 0 I libprocessgroup: Successfully killed process cgroup uid 9999 pid 52 in 0ms | |
04-04 03:58:44.700 0 0 I init : starting service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)'... | |
04-04 03:58:44.700 52 52 I derive_sdk: Read version 0 from /apex/com.android.sdkext/etc/sdkinfo.binarypb | |
04-04 03:58:44.701 52 52 I derive_sdk: R extension version is 0 | |
04-04 03:58:44.701 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.701 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 03:58:44.701 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 03:58:44.706 0 0 D vdc : Waited 0ms for vold | |
04-04 03:58:44.707 37 37 D vold : fscrypt_init_user0 | |
04-04 03:58:44.707 37 37 D vold : fscrypt_prepare_user_storage for volume null, user 0, serial 0, flags 1 | |
04-04 03:58:44.707 37 37 D vold : Preparing: /data/system/users/0 | |
04-04 03:58:44.707 37 37 D vold : Preparing: /data/misc/profiles/cur/0 | |
04-04 03:58:44.707 37 37 D vold : Preparing: /data/system_de/0 | |
04-04 03:58:44.707 37 37 D vold : Preparing: /data/misc_de/0 | |
04-04 03:58:44.707 37 37 D vold : Preparing: /data/vendor_de/0 | |
04-04 03:58:44.707 37 37 D vold : Preparing: /data/user_de/0 | |
04-04 03:58:44.707 37 37 D vold : /system/bin/vold_prepare_subdirs | |
04-04 03:58:44.707 37 37 D vold : prepare | |
04-04 03:58:44.707 37 37 D vold : | |
04-04 03:58:44.707 37 37 D vold : 0 | |
04-04 03:58:44.707 37 37 D vold : 1 | |
04-04 03:58:44.713 37 37 D vold : fscrypt_unlock_user_key 0 serial=0 token_present=0 | |
04-04 03:58:44.713 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 03:58:44.713 0 0 I init : Sending signal 9 to service 'exec 6 (/system/bin/vdc --wait cryptfs init_user0)' (pid 53) process group... | |
04-04 03:58:44.713 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 53 in 0ms | |
04-04 03:58:44.713 0 0 I init : starting service 'apexd-snapshotde'... | |
04-04 03:58:44.714 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.714 0 0 E init : createProcessGroup(0, 56) failed for service 'apexd-snapshotde': Read-only file system | |
04-04 03:58:44.714 0 0 I init : SVC_EXEC service 'apexd-snapshotde' pid 56 (uid 0 gid 1000+0 context default) started; waiting... | |
04-04 03:58:44.722 0 0 I apexd : This device does not support updatable APEX. Exiting | |
04-04 03:58:44.722 0 0 I apexd : Marking APEXd as ready | |
04-04 03:58:44.723 0 0 I init : Service 'apexd-snapshotde' (pid 56) exited with status 0 waiting took 0.009000 seconds | |
04-04 03:58:44.723 0 0 I init : Sending signal 9 to service 'apexd-snapshotde' (pid 56) process group... | |
04-04 03:58:44.723 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 56 in 0ms | |
04-04 03:58:44.723 0 0 I init : starting service 'exec 7 (/system/bin/tzdatacheck /apex/com.android.tzdata/etc/tz /data/misc/zoneinfo)'... | |
04-04 03:58:44.724 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.724 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 03:58:44.724 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 03:58:44.728 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 03:58:44.728 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 03:58:44.728 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 57 in 0ms | |
04-04 03:58:44.728 0 0 I init : processing action (sys.use_memfd= && post-fs-data) from (/system/etc/init/hw/init.rc:796) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/hw/init.usb.rc:6) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/adb_root.rc:6) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/bootstat.rc:9) | |
04-04 03:58:44.728 57 57 I tzdatacheck: timezone distro dir /data/misc/zoneinfo/current does not exist. No action required. | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/gsid.rc:14) | |
04-04 03:58:44.728 0 0 I init : Not setting encryption policy on: /data/gsi | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/incidentd.rc:21) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/init.waydroid.rc:9) | |
04-04 03:58:44.728 0 0 W init : Top-level directory needs encryption action, eg mkdir /data/icons <mode> <uid> <gid> encryption=Require | |
04-04 03:58:44.728 0 0 W init : Top-level directory needs encryption action, eg mkdir /data/waydroid_tmp <mode> <uid> <gid> encryption=Require | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/iorapd.rc:28) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/lineage-ssh.rc:1) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/lineage-system.rc:5) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/lineage-updates.rc:1) | |
04-04 03:58:44.728 0 0 I init : processing action (post-fs-data) from (/system/etc/init/logtagd.rc:4) | |
04-04 03:58:44.729 0 0 I init : processing action (post-fs-data) from (/system/etc/init/perfetto.rc:67) | |
04-04 03:58:44.729 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 03:58:44.729 0 0 I init : processing action (post-fs-data) from (/system/etc/init/recovery-persist.rc:1) | |
04-04 03:58:44.729 0 0 I init : starting service 'exec 8 (/system/bin/recovery-persist)'... | |
04-04 03:58:44.729 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.729 0 0 E init : createProcessGroup(1000, 58) failed for service 'exec 8 (/system/bin/recovery-persist)': Read-only file system | |
04-04 03:58:44.729 0 0 I init : processing action (post-fs-data) from (/system/etc/init/tombstoned.rc:10) | |
04-04 03:58:44.729 0 0 I init : starting service 'tombstoned'... | |
04-04 03:58:44.729 0 0 I init : Created socket '/dev/socket/tombstoned_crash', mode 666, user 1000, group 1000 | |
04-04 03:58:44.729 0 0 I init : Created socket '/dev/socket/tombstoned_intercept', mode 666, user 1000, group 1000 | |
04-04 03:58:44.729 0 0 I init : Created socket '/dev/socket/tombstoned_java_trace', mode 666, user 1000, group 1000 | |
04-04 03:58:44.730 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1058: Read-only file system | |
04-04 03:58:44.730 0 0 E init : createProcessGroup(1058, 59) failed for service 'tombstoned': Read-only file system | |
04-04 03:58:44.730 0 0 I init : processing action (post-fs-data) from (/system/etc/init/wifi.rc:18) | |
04-04 03:58:44.730 0 0 I init : processing action (load_persist_props_action) from (/system/etc/init/hw/init.rc:405) | |
04-04 03:58:44.730 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 03:58:44.730 0 0 I init : Wait for property 'ro.persistent_properties.ready=true' took 0ms | |
04-04 03:58:44.730 0 0 I init : starting service 'logd-reinit'... | |
04-04 03:58:44.730 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system | |
04-04 03:58:44.730 0 0 E init : createProcessGroup(1036, 60) failed for service 'logd-reinit': Read-only file system | |
04-04 03:58:44.731 0 0 I init : processing action (load_persist_props_action) from (/system/etc/init/flags_health_check.rc:1) | |
04-04 03:58:44.731 0 0 W init : Top-level directory needs encryption action, eg mkdir /data/server_configurable_flags <mode> <uid> <gid> encryption=Require | |
04-04 03:58:44.731 0 0 I init : starting service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)'... | |
04-04 03:58:44.731 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.731 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 03:58:44.731 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 03:58:44.733 0 0 I init : Service 'exec 8 (/system/bin/recovery-persist)' (pid 58) exited with status 0 oneshot service took 0.003000 seconds in background | |
04-04 03:58:44.733 0 0 I init : Sending signal 9 to service 'exec 8 (/system/bin/recovery-persist)' (pid 58) process group... | |
04-04 03:58:44.733 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 58 in 0ms | |
04-04 03:58:44.734 59 59 I tombstoned: tombstoned successfully initialized | |
04-04 03:58:44.735 0 0 I logd.daemon: reinit | |
04-04 03:58:44.735 0 0 I init : Service 'logd-reinit' (pid 60) exited with status 0 oneshot service took 0.004000 seconds in background | |
04-04 03:58:44.735 0 0 I init : Sending signal 9 to service 'logd-reinit' (pid 60) process group... | |
04-04 03:58:44.735 0 0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 60 in 0ms | |
04-04 03:58:44.736 61 61 I flags_health_check: ServerConfigurableFlagsReset reset_mode value: 0 | |
04-04 03:58:44.736 61 61 I flags_health_check: ServerConfigurableFlagsReset attempted boot count is under threshold, skipping reset. | |
04-04 03:58:44.739 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 03:58:44.739 0 0 I init : Sending signal 9 to service 'exec 9 (/system/bin/flags_health_check BOOT_FAILURE)' (pid 61) process group... | |
04-04 03:58:44.739 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 61 in 0ms | |
04-04 03:58:44.739 0 0 I init : processing action (load_persist_props_action) from (/system/etc/init/logcatd.rc:29) | |
04-04 03:58:44.739 0 0 I init : processing action (load_bpf_programs) from (/system/etc/init/bpfloader.rc:20) | |
04-04 03:58:44.739 0 0 I init : starting service 'bpfloader'... | |
04-04 03:58:44.740 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.740 0 0 E init : createProcessGroup(0, 62) failed for service 'bpfloader': Read-only file system | |
04-04 03:58:44.740 0 0 I init : processing action (persist.sys.fuse=true && zygote-start) from (/system/etc/init/hw/init.rc:802) | |
04-04 03:58:44.741 0 0 I init : processing action (ro.crypto.state=unencrypted && zygote-start) from (/system/etc/init/hw/init.rc:817) | |
04-04 03:58:44.741 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 03:58:44.741 0 0 I init : starting service 'statsd'... | |
04-04 03:58:44.741 0 0 I init : Created socket '/dev/socket/statsdw', mode 222, user 1066, group 1066 | |
04-04 03:58:44.741 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1066: Read-only file system | |
04-04 03:58:44.741 0 0 E init : createProcessGroup(1066, 63) failed for service 'statsd': Read-only file system | |
04-04 03:58:44.742 0 0 I init : starting service 'netd'... | |
04-04 03:58:44.742 0 0 I init : Created socket '/dev/socket/dnsproxyd', mode 660, user 0, group 3003 | |
04-04 03:58:44.742 0 0 I init : Created socket '/dev/socket/mdns', mode 660, user 0, group 1000 | |
04-04 03:58:44.742 0 0 I init : Created socket '/dev/socket/fwmarkd', mode 660, user 0, group 3003 | |
04-04 03:58:44.742 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.742 0 0 E init : createProcessGroup(0, 64) failed for service 'netd': Read-only file system | |
04-04 03:58:44.742 0 0 I init : starting service 'zygote'... | |
04-04 03:58:44.742 0 0 I init : Created socket '/dev/socket/zygote', mode 660, user 0, group 1000 | |
04-04 03:58:44.742 0 0 I init : Created socket '/dev/socket/usap_pool_primary', mode 660, user 0, group 1000 | |
04-04 03:58:44.743 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.743 0 0 E init : createProcessGroup(0, 65) failed for service 'zygote': Read-only file system | |
04-04 03:58:44.743 0 0 I init : starting service 'zygote_secondary'... | |
04-04 03:58:44.743 0 0 I init : Created socket '/dev/socket/zygote_secondary', mode 660, user 0, group 1000 | |
04-04 03:58:44.743 0 0 I init : Created socket '/dev/socket/usap_pool_secondary', mode 660, user 0, group 1000 | |
04-04 03:58:44.743 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.743 0 0 E init : createProcessGroup(0, 66) failed for service 'zygote_secondary': Read-only file system | |
04-04 03:58:44.743 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:58:44.743 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:58:44.743 0 0 I init : processing action (firmware_mounts_complete) from (/system/etc/init/hw/init.rc:411) | |
04-04 03:58:44.743 0 0 I init : processing action (early-boot) from (/system/etc/init/installd.rc:5) | |
04-04 03:58:44.744 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:58:44.744 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:58:44.745 0 0 I init : processing action (boot) from (/system/etc/init/hw/init.rc:841) | |
04-04 03:58:44.745 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 03:58:44.745 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 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 03:58:44.746 62 62 D LibBpfLoader: Loading optional ELF object /system/etc/bpf/time_in_state.o with license GPL | |
04-04 03:58:44.746 0 0 I init : starting service 'hidl_memory'... | |
04-04 03:58:44.746 62 62 D LibBpfLoader: Loaded code section 3 (tracepoint_sched_sched_switch) | |
04-04 03:58:44.747 62 62 D LibBpfLoader: Loaded relo section 3 (.reltracepoint/sched/sched_switch) | |
04-04 03:58:44.747 62 62 D LibBpfLoader: Adding section 3 to cs list | |
04-04 03:58:44.747 62 62 D LibBpfLoader: Loaded code section 5 (tracepoint_power_cpu_frequency) | |
04-04 03:58:44.747 62 62 D LibBpfLoader: Loaded relo section 5 (.reltracepoint/power/cpu_frequency) | |
04-04 03:58:44.747 62 62 D LibBpfLoader: Adding section 5 to cs list | |
04-04 03:58:44.747 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.747 0 0 E init : createProcessGroup(1000, 67) failed for service 'hidl_memory': Read-only file system | |
04-04 03:58:44.747 0 0 E init : Could not start service 'vendor.audio-hal-2-0' as part of class 'hal': Cannot find '/vendor/bin/hw/[email protected]': No such file or directory | |
04-04 03:58:44.748 0 0 I init : starting service 'vendor.audio-hal'... | |
04-04 03:58:44.748 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.748 0 0 E init : createProcessGroup(1000, 68) failed for service 'vendor.audio-hal': Read-only file system | |
04-04 03:58:44.748 0 0 I init : starting service 'vendor.hwcomposer-2-1'... | |
04-04 03:58:44.748 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:58:44.748 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:58:44.749 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.749 0 0 E init : createProcessGroup(1000, 69) failed for service 'vendor.hwcomposer-2-1': Read-only file system | |
04-04 03:58:44.749 0 0 I init : starting service 'vendor.camera-provider-2-4'... | |
04-04 03:58:44.749 62 62 D LibBpfLoader: bpf_create_map name uid_time_in_state_map, ret: 6 | |
04-04 03:58:44.750 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system | |
04-04 03:58:44.750 0 0 E init : createProcessGroup(1047, 73) failed for service 'vendor.camera-provider-2-4': Read-only file system | |
04-04 03:58:44.750 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 03:58:44.750 0 0 I init : starting service 'task-hal-1-0'... | |
04-04 03:58:44.750 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:44.751 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.751 0 0 E init : createProcessGroup(1000, 74) failed for service 'task-hal-1-0': Read-only file system | |
04-04 03:58:44.751 0 0 I init : starting service 'vendor.cas-hal-1-2'... | |
04-04 03:58:44.751 62 62 D LibBpfLoader: bpf_create_map name uid_concurrent_times_map, ret: 7 | |
04-04 03:58:44.751 62 62 D LibBpfLoader: bpf_create_map name uid_last_update_map, ret: 8 | |
04-04 03:58:44.751 62 62 D LibBpfLoader: bpf_create_map name cpu_last_update_map, ret: 9 | |
04-04 03:58:44.751 62 62 D LibBpfLoader: bpf_create_map name cpu_policy_map, ret: 10 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: bpf_create_map name policy_freq_idx_map, ret: 11 | |
04-04 03:58:44.752 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:58:44.752 62 62 D LibBpfLoader: bpf_create_map name freq_to_idx_map, ret: 12 | |
04-04 03:58:44.752 0 0 E init : createProcessGroup(1013, 75) failed for service 'vendor.cas-hal-1-2': Read-only file system | |
04-04 03:58:44.752 62 62 D LibBpfLoader: bpf_create_map name nr_active_map, ret: 13 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: bpf_create_map name policy_nr_active_map, ret: 14 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 2 is 8 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 3 is 9 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 4 is 10 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 5 is 11 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 6 is 12 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 7 is 13 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 62 62 D LibBpfLoader: map_fd found at 8 is 14 in /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.752 0 0 I init : starting service 'vendor.configstore-hal'... | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 40, insn offset 5 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 128, insn offset 16 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 200, insn offset 25 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 264, insn offset 33 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 520, insn offset 65 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 656, insn offset 82 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1008, insn offset 126 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1048, insn offset 131 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1240, insn offset 155 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1440, insn offset 180 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1480, insn offset 185 , insn 118 | |
04-04 03:58:44.752 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1656, insn offset 207 , insn 118 | |
04-04 03:58:44.753 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.753 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1864, insn offset 233 , insn 118 | |
04-04 03:58:44.753 0 0 E init : createProcessGroup(1000, 76) failed for service 'vendor.configstore-hal': Read-only file system | |
04-04 03:58:44.753 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1904, insn offset 238 , insn 118 | |
04-04 03:58:44.753 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2024, insn offset 253 , insn 118 | |
04-04 03:58:44.753 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2112, insn offset 264 , insn 118 | |
04-04 03:58:44.753 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 40, insn offset 5 , insn 118 | |
04-04 03:58:44.753 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 120, insn offset 15 , insn 118 | |
04-04 03:58:44.753 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 200, insn offset 25 , insn 118 | |
04-04 03:58:44.753 62 62 D LibBpfLoader: cs[0].name:tracepoint_sched_sched_switch min_kver:0 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.753 0 0 I init : starting service 'vendor.drm-hal-1-0'... | |
04-04 03:58:44.753 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 03:58:44.753 62 62 D LibBpfLoader: cs[1].name:tracepoint_power_cpu_frequency min_kver:0 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.753 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 03:58:44.753 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:58:44.753 0 0 E init : createProcessGroup(1013, 77) failed for service 'vendor.drm-hal-1-0': Read-only file system | |
04-04 03:58:44.754 62 62 I bpfloader: Loaded object: /system/etc/bpf/time_in_state.o | |
04-04 03:58:44.754 0 0 I init : starting service 'vendor.drm-clearkey-hal-1-3'... | |
04-04 03:58:44.754 62 62 D LibBpfLoader: Loading critical for netd ELF object /system/etc/bpf/clatd.o with license Apache 2.0 | |
04-04 03:58:44.754 62 62 E LibBpfLoader: No progs section could be found in elf object | |
04-04 03:58:44.754 62 62 D LibBpfLoader: Loaded code section 3 (schedcls_ingress_clat_ether) | |
04-04 03:58:44.754 62 62 D LibBpfLoader: Loaded relo section 3 (.relschedcls/ingress/clat_ether) | |
04-04 03:58:44.754 67 67 I HidlServiceManagement: Registered [email protected]::IAllocator/ashmem | |
04-04 03:58:44.754 62 62 D LibBpfLoader: Adding section 3 to cs list | |
04-04 03:58:44.754 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:58:44.754 0 0 E init : createProcessGroup(1013, 78) failed for service 'vendor.drm-clearkey-hal-1-3': Read-only file system | |
04-04 03:58:44.754 62 62 D LibBpfLoader: Loaded code section 5 (schedcls_ingress_clat_rawip) | |
04-04 03:58:44.754 67 67 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.754 64 64 I netdClient: Skipping libnetd_client init since *we* are netd | |
04-04 03:58:44.755 0 0 I init : starting service 'vendor.gatekeeper-1-0'... | |
04-04 03:58:44.755 62 62 D LibBpfLoader: Loaded relo section 5 (.relschedcls/ingress/clat_rawip) | |
04-04 03:58:44.755 62 62 D LibBpfLoader: Adding section 5 to cs list | |
04-04 03:58:44.755 62 62 D LibBpfLoader: Loaded code section 7 (schedcls_egress_clat_ether) | |
04-04 03:58:44.755 62 62 D LibBpfLoader: Adding section 7 to cs list | |
04-04 03:58:44.755 62 62 D LibBpfLoader: Loaded code section 8 (schedcls_egress_clat_rawip) | |
04-04 03:58:44.755 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.755 0 0 E init : createProcessGroup(1000, 79) failed for service 'vendor.gatekeeper-1-0': Read-only file system | |
04-04 03:58:44.755 62 62 D LibBpfLoader: Loaded relo section 8 (.relschedcls/egress/clat_rawip) | |
04-04 03:58:44.755 62 62 D LibBpfLoader: Adding section 8 to cs list | |
04-04 03:58:44.755 0 0 I init : starting service 'vendor.gralloc-2-0'... | |
04-04 03:58:44.756 62 62 D LibBpfLoader: bpf_create_map name clat_ingress_map, ret: 6 | |
04-04 03:58:44.756 62 62 D LibBpfLoader: bpf_create_map name clat_egress_map, ret: 7 | |
04-04 03:58:44.756 62 62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/clatd.o | |
04-04 03:58:44.756 62 62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/clatd.o | |
04-04 03:58:44.756 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.756 0 0 E init : createProcessGroup(1000, 80) failed for service 'vendor.gralloc-2-0': Read-only file system | |
04-04 03:58:44.756 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 392, insn offset 49 , insn 118 | |
04-04 03:58:44.756 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 352, insn offset 44 , insn 118 | |
04-04 03:58:44.756 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 520, insn offset 65 , insn 118 | |
04-04 03:58:44.756 0 0 I init : starting service 'vendor.health-hal-2-0'... | |
04-04 03:58:44.757 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 03:58:44.757 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.757 0 0 E init : createProcessGroup(1000, 81) failed for service 'vendor.health-hal-2-0': Read-only file system | |
04-04 03:58:44.757 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 03:58:44.757 0 0 I init : starting service 'vendor.light-hal-2-0'... | |
04-04 03:58:44.757 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 03:58:44.758 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 03:58:44.758 62 62 I bpfloader: Loaded object: /system/etc/bpf/clatd.o | |
04-04 03:58:44.758 64 64 I netd : netd 1.0 starting | |
04-04 03:58:44.758 62 62 D LibBpfLoader: Loading critical for netd ELF object /system/etc/bpf/offload.o with license Apache 2.0 | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Loaded code section 3 (schedcls_ingress_tether_ether) | |
04-04 03:58:44.759 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.759 0 0 E init : createProcessGroup(1000, 84) failed for service 'vendor.light-hal-2-0': Read-only file system | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Loaded relo section 3 (.relschedcls/ingress/tether_ether) | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Adding section 3 to cs list | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Loaded code section 5 (schedcls_ingress_tether_rawip$5_4) | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Loaded relo section 5 (.relschedcls/ingress/tether_rawip$5_4) | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Adding section 5 to cs list | |
04-04 03:58:44.759 0 0 I init : starting service 'vendor.memtrack-hal-1-0'... | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Loaded code section 7 (schedcls_ingress_tether_rawip$4_14) | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Loaded relo section 7 (.relschedcls/ingress/tether_rawip$4_14) | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Adding section 7 to cs list | |
04-04 03:58:44.759 62 62 D LibBpfLoader: Loaded code section 9 (schedcls_ingress_tether_rawip$stub) | |
04-04 03:58:44.760 62 62 D LibBpfLoader: Adding section 9 to cs list | |
04-04 03:58:44.760 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.760 0 0 E init : createProcessGroup(1000, 85) failed for service 'vendor.memtrack-hal-1-0': Read-only file system | |
04-04 03:58:44.760 62 62 D LibBpfLoader: bpf_create_map name tether_ingress_map, ret: 6 | |
04-04 03:58:44.760 62 62 D LibBpfLoader: bpf_create_map name tether_stats_map, ret: 7 | |
04-04 03:58:44.760 62 62 D LibBpfLoader: bpf_create_map name tether_limit_map, ret: 8 | |
04-04 03:58:44.760 62 62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/offload.o | |
04-04 03:58:44.760 62 62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/offload.o | |
04-04 03:58:44.760 62 62 D LibBpfLoader: map_fd found at 2 is 8 in /system/etc/bpf/offload.o | |
04-04 03:58:44.760 0 0 I init : starting service 'vendor.power-hal-1-0'... | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 304, insn offset 38 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 384, insn offset 48 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 448, insn offset 56 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 264, insn offset 33 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 344, insn offset 43 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 408, insn offset 51 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 264, insn offset 33 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 344, insn offset 43 , insn 118 | |
04-04 03:58:44.761 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 408, insn offset 51 , insn 118 | |
04-04 03:58:44.761 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDevicesFactory/default in either framework or device manifest. | |
04-04 03:58:44.761 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.761 0 0 E init : createProcessGroup(1000, 91) failed for service 'vendor.power-hal-1-0': Read-only file system | |
04-04 03:58:44.761 74 74 I HidlServiceManagement: Registered [email protected]::IWaydroidTask/default | |
04-04 03:58:44.761 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 03:58:44.761 0 0 I init : starting service 'vendor.sensors-hal-1-0'... | |
04-04 03:58:44.761 62 62 D LibBpfLoader: cs[1].name:schedcls_ingress_tether_rawip$5_4 min_kver:50400 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.761 74 74 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.762 74 74 I [email protected]: Waydroid Task HAL service ready. | |
04-04 03:58:44.762 69 69 D vndksupport: Loading /vendor/lib64/hw/hwcomposer.waydroid.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.762 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 03:58:44.762 62 62 D LibBpfLoader: cs[2].name:schedcls_ingress_tether_rawip$4_14 min_kver:40e00 .max_kver:50400 (kvers:60802) | |
04-04 03:58:44.762 62 62 D LibBpfLoader: cs[3].name:schedcls_ingress_tether_rawip$stub min_kver:0 .max_kver:50400 (kvers:60802) | |
04-04 03:58:44.762 62 62 I bpfloader: Loaded object: /system/etc/bpf/offload.o | |
04-04 03:58:44.762 76 76 W [email protected]: Could not find seccomp policy file at: /vendor/etc/seccomp_policy/[email protected] | |
04-04 03:58:44.762 62 62 D LibBpfLoader: Loading critical for netd ELF object /system/etc/bpf/netd.o with license Apache 2.0 | |
04-04 03:58:44.762 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::IDevicesFactory/default. | |
04-04 03:58:44.762 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.762 0 0 E init : createProcessGroup(1000, 95) failed for service 'vendor.sensors-hal-1-0': Read-only file system | |
04-04 03:58:44.762 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDevicesFactory/default in either framework or device manifest. | |
04-04 03:58:44.763 76 76 I HidlServiceManagement: Registered [email protected]::ISurfaceFlingerConfigs/default | |
04-04 03:58:44.763 76 76 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.763 62 62 D LibBpfLoader: Loaded code section 3 (cgroupskb_ingress_stats) | |
04-04 03:58:44.763 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::IDevicesFactory/default. | |
04-04 03:58:44.763 0 0 I init : starting service 'vendor.vibrator-1-0'... | |
04-04 03:58:44.763 68 68 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.764 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.764 0 0 E init : createProcessGroup(1000, 96) failed for service 'vendor.vibrator-1-0': Read-only file system | |
04-04 03:58:44.764 62 62 D LibBpfLoader: Loaded relo section 3 (.relcgroupskb/ingress/stats) | |
04-04 03:58:44.764 62 62 D LibBpfLoader: Adding section 3 to cs list | |
04-04 03:58:44.764 62 62 D LibBpfLoader: Loaded code section 5 (cgroupskb_egress_stats) | |
04-04 03:58:44.764 0 0 I init : starting service 'audioserver'... | |
04-04 03:58:44.764 79 79 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.764 77 77 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.765 79 79 D vndksupport: Loading /vendor/lib64/hw/gatekeeper.waydroid.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.765 75 75 I HidlServiceManagement: Registered [email protected]::IMediaCasService/default | |
04-04 03:58:44.765 62 62 D LibBpfLoader: Loaded relo section 5 (.relcgroupskb/egress/stats) | |
04-04 03:58:44.765 62 62 D LibBpfLoader: Adding section 5 to cs list | |
04-04 03:58:44.765 62 62 D LibBpfLoader: Loaded code section 7 (skfilter_egress_xtbpf) | |
04-04 03:58:44.765 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1041: Read-only file system | |
04-04 03:58:44.765 0 0 E init : createProcessGroup(1041, 99) failed for service 'audioserver': Read-only file system | |
04-04 03:58:44.765 75 75 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.765 80 80 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.765 62 62 D LibBpfLoader: Loaded relo section 7 (.relskfilter/egress/xtbpf) | |
04-04 03:58:44.765 62 62 D LibBpfLoader: Adding section 7 to cs list | |
04-04 03:58:44.765 62 62 D LibBpfLoader: Loaded code section 9 (skfilter_ingress_xtbpf) | |
04-04 03:58:44.766 0 0 I init : starting service 'credstore'... | |
04-04 03:58:44.766 62 62 D LibBpfLoader: Loaded relo section 9 (.relskfilter/ingress/xtbpf) | |
04-04 03:58:44.766 62 62 D LibBpfLoader: Adding section 9 to cs list | |
04-04 03:58:44.766 80 80 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.766 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:58:44.766 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:58:44.766 62 62 D LibBpfLoader: Loaded code section 11 (skfilter_whitelist_xtbpf) | |
04-04 03:58:44.766 62 62 D LibBpfLoader: Loaded relo section 11 (.relskfilter/whitelist/xtbpf) | |
04-04 03:58:44.766 62 62 D LibBpfLoader: Adding section 11 to cs list | |
04-04 03:58:44.766 62 62 D LibBpfLoader: Loaded code section 13 (skfilter_blacklist_xtbpf) | |
04-04 03:58:44.767 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1076: Read-only file system | |
04-04 03:58:44.767 0 0 E init : createProcessGroup(1076, 100) failed for service 'credstore': Read-only file system | |
04-04 03:58:44.767 62 62 D LibBpfLoader: Loaded relo section 13 (.relskfilter/blacklist/xtbpf) | |
04-04 03:58:44.767 62 62 D LibBpfLoader: Adding section 13 to cs list | |
04-04 03:58:44.767 62 62 D LibBpfLoader: Loaded code section 15 (cgroupsock_inet_create) | |
04-04 03:58:44.767 0 0 I init : starting service 'gpu'... | |
04-04 03:58:44.767 73 73 I [email protected]: [email protected] legacy service is starting. | |
04-04 03:58:44.767 62 62 D LibBpfLoader: Loaded relo section 15 (.relcgroupsock/inet/create) | |
04-04 03:58:44.767 62 62 D LibBpfLoader: Adding section 15 to cs list | |
04-04 03:58:44.767 81 81 I [email protected]/: [email protected]/default: Hal starting main loop... | |
04-04 03:58:44.767 81 81 I [email protected]/: [email protected]/default Hal is starting up... | |
04-04 03:58:44.768 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1072: Read-only file system | |
04-04 03:58:44.768 0 0 E init : createProcessGroup(1072, 101) failed for service 'gpu': Read-only file system | |
04-04 03:58:44.768 81 81 I HidlServiceManagement: Registered [email protected]::IHealth/default | |
04-04 03:58:44.768 0 0 I init : starting service 'surfaceflinger'... | |
04-04 03:58:44.768 73 73 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.768 81 81 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.768 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 03:58:44.768 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 03:58:44.768 81 81 I [email protected]/: [email protected]/default: Hal init done | |
04-04 03:58:44.768 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 03:58:44.768 79 79 E WaydroidGatekeeper: called waydroid_gatekeeper_open with gate keeper 0x711e92a08020 device 0x711e127a7c08 | |
04-04 03:58:44.769 84 84 I HidlServiceManagement: Registered [email protected]::ILight/default | |
04-04 03:58:44.769 62 62 D LibBpfLoader: bpf_create_map name cookie_tag_map, ret: 6 | |
04-04 03:58:44.769 79 79 I HidlServiceManagement: Registered [email protected]::IGatekeeper/default | |
04-04 03:58:44.769 84 84 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.769 79 79 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.769 62 62 D LibBpfLoader: bpf_create_map name uid_counterset_map, ret: 7 | |
04-04 03:58:44.769 84 84 I [email protected]: Waydroid light HAL service ready. | |
04-04 03:58:44.769 79 79 I LegacySupport: Registration complete for [email protected]::IGatekeeper/default. | |
04-04 03:58:44.769 62 62 D LibBpfLoader: bpf_create_map name app_uid_stats_map, ret: 8 | |
04-04 03:58:44.769 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.769 0 0 E init : createProcessGroup(1000, 102) failed for service 'surfaceflinger': Read-only file system | |
04-04 03:58:44.770 62 62 D LibBpfLoader: bpf_create_map name stats_map_A, ret: 9 | |
04-04 03:58:44.770 85 85 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.770 0 0 I init : starting service 'exec 10 (/system/bin/fsverity_init)'... | |
04-04 03:58:44.770 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:58:44.770 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:58:44.771 85 85 D vndksupport: Loading /vendor/lib64/hw/memtrack.waydroid.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.771 77 77 I HidlServiceManagement: Registered [email protected]::IDrmFactory/default | |
04-04 03:58:44.771 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.771 0 0 E init : createProcessGroup(0, 105) failed for service 'exec 10 (/system/bin/fsverity_init)': Read-only file system | |
04-04 03:58:44.771 77 77 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.771 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 03:58:44.771 62 62 D LibBpfLoader: bpf_create_map name stats_map_B, ret: 10 | |
04-04 03:58:44.771 77 77 I LegacySupport: Registration complete for [email protected]::IDrmFactory/default. | |
04-04 03:58:44.771 62 62 D LibBpfLoader: bpf_create_map name iface_stats_map, ret: 11 | |
04-04 03:58:44.771 91 91 I [email protected]: Power HAL Service 1.0 for Waydroid is starting. | |
04-04 03:58:44.771 62 62 D LibBpfLoader: bpf_create_map name configuration_map, ret: 12 | |
04-04 03:58:44.771 62 62 D LibBpfLoader: bpf_create_map name uid_owner_map, ret: 13 | |
04-04 03:58:44.771 62 62 D LibBpfLoader: bpf_create_map name iface_index_name_map, ret: 14 | |
04-04 03:58:44.771 77 77 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.772 62 62 D LibBpfLoader: bpf_create_map name uid_permission_map, ret: 15 | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 0 is 6 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 1 is 7 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 2 is 8 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 3 is 9 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 4 is 10 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 5 is 11 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 6 is 12 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 7 is 13 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 8 is 14 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 62 62 D LibBpfLoader: map_fd found at 9 is 15 in /system/etc/bpf/netd.o | |
04-04 03:58:44.772 91 91 I HidlServiceManagement: Registered [email protected]::IPower/default | |
04-04 03:58:44.772 91 91 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.772 91 91 I [email protected]: Power Service is ready | |
04-04 03:58:44.772 85 85 I HidlServiceManagement: Registered [email protected]::IMemtrack/default | |
04-04 03:58:44.772 77 77 I HidlServiceManagement: Registered [email protected]::ICryptoFactory/default | |
04-04 03:58:44.772 85 85 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.772 77 77 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.772 85 85 I LegacySupport: Registration complete for [email protected]::IMemtrack/default. | |
04-04 03:58:44.772 95 95 I HidlServiceManagement: Registered [email protected]::ISensors/default | |
04-04 03:58:44.772 95 95 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.772 77 77 I LegacySupport: Registration complete for [email protected]::ICryptoFactory/default. | |
04-04 03:58:44.772 95 95 I [email protected]: Waydroid Sensors HAL service ready. | |
04-04 03:58:44.772 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 664, insn offset 83 , insn 118 | |
04-04 03:58:44.772 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 728, insn offset 91 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1504, insn offset 188 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1800, insn offset 225 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1880, insn offset 235 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1992, insn offset 249 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2104, insn offset 263 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2144, insn offset 268 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2296, insn offset 287 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2408, insn offset 301 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2448, insn offset 306 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2728, insn offset 341 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2832, insn offset 354 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2872, insn offset 359 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3016, insn offset 377 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3120, insn offset 390 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3160, insn offset 395 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3392, insn offset 424 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3496, insn offset 437 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3536, insn offset 442 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 648, insn offset 81 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 712, insn offset 89 , insn 118 | |
04-04 03:58:44.773 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1272, insn offset 159 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1528, insn offset 191 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1608, insn offset 201 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1712, insn offset 214 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1816, insn offset 227 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 1856, insn offset 232 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2000, insn offset 250 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2104, insn offset 263 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2144, insn offset 268 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2416, insn offset 302 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2520, insn offset 315 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2560, insn offset 320 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2704, insn offset 338 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2808, insn offset 351 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 2848, insn offset 356 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3080, insn offset 385 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3184, insn offset 398 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 3224, insn offset 403 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 88, insn offset 11 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 192, insn offset 24 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 232, insn offset 29 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 40, insn offset 5 , insn 118 | |
04-04 03:58:44.774 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 144, insn offset 18 , insn 118 | |
04-04 03:58:44.775 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 184, insn offset 23 , insn 118 | |
04-04 03:58:44.775 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 136, insn offset 17 , insn 118 | |
04-04 03:58:44.775 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 32, insn offset 4 , insn 118 | |
04-04 03:58:44.775 62 62 D LibBpfLoader: applying relo to instruction at byte offset: 80, insn offset 10 , insn 118 | |
04-04 03:58:44.775 96 96 I [email protected]: Vibrator HAL service is starting. | |
04-04 03:58:44.775 96 96 I HidlServiceManagement: Registered [email protected]::IVibrator/default | |
04-04 03:58:44.775 96 96 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.775 96 96 I [email protected]: Vibrator HAL service is Ready. | |
04-04 03:58:44.776 78 78 I HidlServiceManagement: Registered [email protected]::IDrmFactory/clearkey | |
04-04 03:58:44.776 78 78 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.776 78 78 I HidlServiceManagement: Registered [email protected]::ICryptoFactory/clearkey | |
04-04 03:58:44.776 78 78 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.777 68 68 I HidlServiceManagement: Registered [email protected]::IDevicesFactory/default | |
04-04 03:58:44.777 68 68 I HidlServiceManagement: Removing namespace from process name android.hardware.audio.service to audio.service. | |
04-04 03:58:44.777 68 68 I LegacySupport: Registration complete for [email protected]::IDevicesFactory/default. | |
04-04 03:58:44.777 69 69 I hwcomposer: WAYLAND_DISPLAY: wayland-1 | |
04-04 03:58:44.777 69 69 I hwcomposer: XDG_RUNTIME_DIR: /run/user/1000 | |
04-04 03:58:44.777 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. | |
04-04 03:58:44.777 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 03:58:44.778 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::IEffectsFactory/default. | |
04-04 03:58:44.778 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. | |
04-04 03:58:44.778 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::IEffectsFactory/default. | |
04-04 03:58:44.779 68 68 D vndksupport: Loading /vendor/lib/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.779 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 03:58:44.779 62 62 D LibBpfLoader: cs[2].name:skfilter_egress_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.779 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 03:58:44.779 62 62 D LibBpfLoader: cs[3].name:skfilter_ingress_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.779 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 03:58:44.779 62 62 D LibBpfLoader: cs[4].name:skfilter_whitelist_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.779 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 03:58:44.780 62 62 D LibBpfLoader: cs[5].name:skfilter_blacklist_xtbpf min_kver:0 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.780 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 03:58:44.780 62 62 D LibBpfLoader: cs[6].name:cgroupsock_inet_create min_kver:40e00 .max_kver:ffffffff (kvers:60802) | |
04-04 03:58:44.780 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 03:58:44.780 62 62 I bpfloader: Loaded object: /system/etc/bpf/netd.o | |
04-04 03:58:44.780 0 0 I init : Service 'bpfloader' (pid 62) exited with status 0 oneshot service took 0.039000 seconds in background | |
04-04 03:58:44.780 0 0 I init : Sending signal 9 to service 'bpfloader' (pid 62) process group... | |
04-04 03:58:44.780 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 62 in 0ms | |
04-04 03:58:44.780 64 64 D TetherController: Setting IP forward enable = 0 | |
04-04 03:58:44.782 68 68 I HidlServiceManagement: Registered [email protected]::IEffectsFactory/default | |
04-04 03:58:44.782 68 68 I LegacySupport: Registration complete for [email protected]::IEffectsFactory/default. | |
04-04 03:58:44.782 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISoundTriggerHw/default in either framework or device manifest. | |
04-04 03:58:44.782 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::ISoundTriggerHw/default. | |
04-04 03:58:44.782 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISoundTriggerHw/default in either framework or device manifest. | |
04-04 03:58:44.783 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::ISoundTriggerHw/default. | |
04-04 03:58:44.783 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISoundTriggerHw/default in either framework or device manifest. | |
04-04 03:58:44.783 64 64 I netd : Creating child chains: 66us | |
04-04 03:58:44.783 64 64 I netd : Setting up OEM hooks: 72us | |
04-04 03:58:44.783 64 64 I netd : Setting up FirewallController hooks: 22us | |
04-04 03:58:44.783 64 64 I netd : Setting up TetherController hooks: 27us | |
04-04 03:58:44.783 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::ISoundTriggerHw/default. | |
04-04 03:58:44.783 64 64 I netd : Setting up BandwidthController hooks: 39us | |
04-04 03:58:44.783 64 64 I netd : Setting up IdletimerController hooks: 27us | |
04-04 03:58:44.783 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISoundTriggerHw/default in either framework or device manifest. | |
04-04 03:58:44.783 64 64 I netd : Setting up StrictController hooks: 101us | |
04-04 03:58:44.783 64 64 I ClatdController: 4.9+ kernel and device shipped with P - clat ebpf might work. | |
04-04 03:58:44.783 64 64 I netd : Initializing ClatdController: 71us | |
04-04 03:58:44.784 64 64 I netd : Initializing traffic control: 317us | |
04-04 03:58:44.784 64 64 I netd : Enabling bandwidth control: 73us | |
04-04 03:58:44.784 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::ISoundTriggerHw/default. | |
04-04 03:58:44.784 68 68 W audiohalservice: Could not register Soundtrigger API | |
04-04 03:58:44.784 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IBluetoothAudioProvidersFactory/default in either framework or device manifest. | |
04-04 03:58:44.784 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::IBluetoothAudioProvidersFactory/default. | |
04-04 03:58:44.784 68 68 W audiohalservice: Could not register Bluetooth Audio API | |
04-04 03:58:44.784 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IBluetoothAudioOffload/default in either framework or device manifest. | |
04-04 03:58:44.785 68 68 E LegacySupport: Could not get passthrough implementation for [email protected]::IBluetoothAudioOffload/default. | |
04-04 03:58:44.785 68 68 W audiohalservice: Could not register Bluetooth Audio Offload API | |
04-04 03:58:44.787 64 64 E Netd : cannot find interface dummy0: No such device | |
04-04 03:58:44.787 64 64 I netd : Initializing RouteController: 3201us | |
04-04 03:58:44.787 64 64 D XfrmController: XfrmController::ipSecAddXfrmInterface, line=1377 | |
04-04 03:58:44.787 64 64 D XfrmController: XfrmController::ipSecRemoveTunnelInterface, line=1590 | |
04-04 03:58:44.787 64 64 D XfrmController: deviceName=ipsec_test | |
04-04 03:58:44.789 0 0 I init : Service 'exec 10 (/system/bin/fsverity_init)' (pid 105) exited with status 0 waiting took 0.018000 seconds | |
04-04 03:58:44.789 0 0 I init : Sending signal 9 to service 'exec 10 (/system/bin/fsverity_init)' (pid 105) process group... | |
04-04 03:58:44.789 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 105 in 0ms | |
04-04 03:58:44.789 0 0 I init : processing action (persist.sys.usb.config=* && boot) from (/system/etc/init/hw/init.usb.rc:105) | |
04-04 03:58:44.789 0 0 I init : processing action (boot) from (/system/etc/init/dumpstate.rc:1) | |
04-04 03:58:44.789 105 105 E fsverity_init: Failed to enforce fs-verity signature: Read-only file system | |
04-04 03:58:44.789 0 0 I init : processing action (boot) from (/system/etc/init/gsid.rc:20) | |
04-04 03:58:44.789 0 0 I init : starting service 'exec 11 (/system/bin/gsid run-startup-tasks)'... | |
04-04 03:58:44.790 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.790 0 0 E init : createProcessGroup(0, 116) failed for service 'exec 11 (/system/bin/gsid run-startup-tasks)': Read-only file system | |
04-04 03:58:44.790 0 0 I init : processing action (boot) from (/system/etc/init/init.waydroid.rc:1) | |
04-04 03:58:44.790 0 0 I init : processing action (boot) from (/system/etc/init/lineage-iosched.rc:16) | |
04-04 03:58:44.790 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 03:58:44.790 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 03:58:44.791 0 0 I init : processing action (enable_property_trigger) from (<Builtin Action>:0) | |
04-04 03:58:44.791 0 0 I init : processing action (apexd.status=ready && ro.product.cpu.abilist32=*) from (/system/etc/init/hw/init.rc:89) | |
04-04 03:58:44.791 0 0 I init : starting service 'boringssl_self_test_apex32'... | |
04-04 03:58:44.791 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.791 0 0 E init : createProcessGroup(0, 117) failed for service 'boringssl_self_test_apex32': Read-only file system | |
04-04 03:58:44.791 0 0 I init : SVC_EXEC service 'boringssl_self_test_apex32' pid 117 (uid 0 gid 0+0 context default) started; waiting... | |
04-04 03:58:44.795 69 69 E hwcomposer: *** presentation_clock_id: clk_id 1 CLOCK_MONOTONIC 1 | |
04-04 03:58:44.796 69 69 E hwcomposer: wayland display 0x78da5b234000 | |
04-04 03:58:44.796 0 0 I init : Service 'boringssl_self_test_apex32' (pid 117) exited with status 0 waiting took 0.005000 seconds | |
04-04 03:58:44.796 0 0 I init : Sending signal 9 to service 'boringssl_self_test_apex32' (pid 117) process group... | |
04-04 03:58:44.796 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 117 in 0ms | |
04-04 03:58:44.797 0 0 I init : processing action (apexd.status=ready && ro.product.cpu.abilist64=*) from (/system/etc/init/hw/init.rc:91) | |
04-04 03:58:44.797 0 0 I init : starting service 'boringssl_self_test_apex64'... | |
04-04 03:58:44.798 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.798 0 0 E init : createProcessGroup(0, 118) failed for service 'boringssl_self_test_apex64': Read-only file system | |
04-04 03:58:44.798 0 0 I init : SVC_EXEC service 'boringssl_self_test_apex64' pid 118 (uid 0 gid 0+0 context default) started; waiting... | |
04-04 03:58:44.799 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 03:58:44.799 0 0 I init : Sending signal 9 to service 'exec 11 (/system/bin/gsid run-startup-tasks)' (pid 116) process group... | |
04-04 03:58:44.799 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 116 in 0ms | |
04-04 03:58:44.799 116 116 I gsid : no DSU: No such file or directory | |
04-04 03:58:44.801 69 69 E hwcomposer: hwc_query badness unsupported query what=0 | |
04-04 03:58:44.801 69 123 D vndksupport: Loading /vendor/lib64/egl/libEGL_mesa.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.801 69 121 I HidlServiceManagement: Registered [email protected]::IWaydroidDisplay/default | |
04-04 03:58:44.801 69 122 I HidlServiceManagement: Registered [email protected]::IWaydroidWindow/default | |
04-04 03:58:44.801 69 122 I hwcomposer: Waydroid Window HAL thread is ready. | |
04-04 03:58:44.801 69 121 I hwcomposer: Waydroid Display HAL thread is ready. | |
04-04 03:58:44.801 69 69 I HidlServiceManagement: Registered [email protected]::IComposer/default | |
04-04 03:58:44.801 69 69 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.802 73 73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094867. | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:293: Control 9963800 (Power Line Frequency) is of unsupported type 3 | |
04-04 03:58:44.802 73 73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094871. | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:293: Control 10094849 (Auto Exposure) is of unsupported type 3 | |
04-04 03:58:44.802 73 73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094868. | |
04-04 03:58:44.802 73 73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094874. | |
04-04 03:58:44.802 73 73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 9963807. | |
04-04 03:58:44.802 73 73 E V4L2Wrapper: QueryControl:190: QUERY_EXT_CTRL fails: Invalid argument | |
04-04 03:58:44.802 73 73 E V4L2MetadataFactory: V4L2Control:196: Failed to query control 10094870. | |
04-04 03:58:44.802 73 73 W FormatMetadataFactory: AddFormatComponents:82: YCbCr_420_888 (0x23) not directly supported by device. | |
04-04 03:58:44.802 73 73 W FormatMetadataFactory: AddFormatComponents:88: JPEG (0x21) not directly supported by device. | |
04-04 03:58:44.802 73 73 I FormatMetadataFactory: AddFormatComponents:111: Supports 1 qualified formats. | |
04-04 03:58:44.802 73 73 W FormatMetadataFactory: AddFormatComponents:167: Hal format 0x21 will be converted from V4L2 pixel format 0x56595559 | |
04-04 03:58:44.802 69 123 D libEGL : loaded /vendor/lib64/egl/libEGL_mesa.so | |
04-04 03:58:44.802 73 73 W FormatMetadataFactory: AddFormatComponents:148: Implementation-defined format is set to V4L2 pixel format 0x56595559 | |
04-04 03:58:44.802 73 73 W FormatMetadataFactory: AddFormatComponents:167: Hal format 0x23 will be converted from V4L2 pixel format 0x56595559 | |
04-04 03:58:44.802 73 73 I [email protected]: Loaded "V4L2 Camera HAL v3" camera module | |
04-04 03:58:44.802 73 73 E [email protected]: setUpVendorTags: Vendor tag operations not fully defined. Ignoring definitions. | |
04-04 03:58:44.802 73 73 E [email protected]: initialize: Vendor tag setup failed, will not be available. | |
04-04 03:58:44.802 69 123 D vndksupport: Loading /vendor/lib64/egl/libGLESv1_CM_mesa.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.803 69 123 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so | |
04-04 03:58:44.803 73 73 I HidlServiceManagement: Registered [email protected]::ICameraProvider/legacy/0 | |
04-04 03:58:44.803 73 73 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.803 69 123 D vndksupport: Loading /vendor/lib64/egl/libGLESv2_mesa.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.803 73 73 I LegacySupport: Registration complete for [email protected]::ICameraProvider/legacy/0. | |
04-04 03:58:44.803 69 123 D libEGL : loaded /vendor/lib64/egl/libGLESv2_mesa.so | |
04-04 03:58:44.804 0 0 I init : Service 'boringssl_self_test_apex64' (pid 118) exited with status 0 waiting took 0.006000 seconds | |
04-04 03:58:44.804 0 0 I init : Sending signal 9 to service 'boringssl_self_test_apex64' (pid 118) process group... | |
04-04 03:58:44.804 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 118 in 0ms | |
04-04 03:58:44.804 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 03:58:44.804 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 03:58:44.804 0 0 I init : processing action (security.perf_harden=1) from (/system/etc/init/hw/init.rc:1024) | |
04-04 03:58:44.804 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 03:58:44.804 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 03:58:44.804 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 03:58:44.804 0 0 I init : processing action (ro.debuggable=1) from (/system/etc/init/hw/init.rc:1051) | |
04-04 03:58:44.804 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 03:58:44.805 0 0 I init : starting service 'adbd'... | |
04-04 03:58:44.805 0 0 I init : Created socket '/dev/socket/adbd', mode 660, user 1000, group 1000 | |
04-04 03:58:44.806 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.806 0 0 E init : createProcessGroup(0, 126) failed for service 'adbd': Read-only file system | |
04-04 03:58:44.806 0 0 I init : processing action (init.svc.audioserver=running) from (/system/etc/init/audioserver.rc:35) | |
04-04 03:58:44.806 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 03:58:44.806 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 03:58:44.806 0 0 I init : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:67) | |
04-04 03:58:44.806 0 0 I init : processing action (ro.persistent_properties.ready=true) from (/system/etc/init/bootstat.rc:71) | |
04-04 03:58:44.806 0 0 I init : starting service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)'... | |
04-04 03:58:44.806 69 123 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.807 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.807 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 03:58:44.807 0 0 I init : processing action (persist.heapprofd.enable= && traced.lazy.heapprofd=) from (/system/etc/init/heapprofd.rc:34) | |
04-04 03:58:44.807 0 0 I init : processing action (ro.iorapd.enable=false) from (/system/etc/init/iorapd.rc:25) | |
04-04 03:58:44.807 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:44.807 69 123 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.807 0 0 I init : processing action (debug.atrace.user_initiated= && persist.traced.enable=1) from (/system/etc/init/perfetto.rc:47) | |
04-04 03:58:44.807 0 0 I init : starting service 'traced_probes'... | |
04-04 03:58:44.807 0 0 I init : Opened file '/dev/kmsg', flags 1 | |
04-04 03:58:44.808 99 99 I FastMixerState: sMaxFastTracks = 8 | |
04-04 03:58:44.808 69 123 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 03:58:44.808 69 123 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.808 69 123 I MESA : Using fallback gralloc implementation | |
04-04 03:58:44.808 0 0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system | |
04-04 03:58:44.808 0 0 E init : createProcessGroup(9999, 131) failed for service 'traced_probes': Read-only file system | |
04-04 03:58:44.808 0 0 I init : processing action (persist.traced.enable=1) from (/system/etc/init/perfetto.rc:50) | |
04-04 03:58:44.808 0 0 I init : starting service 'traced'... | |
04-04 03:58:44.808 102 102 I SurfaceFlinger: Using HWComposer service: 'default' | |
04-04 03:58:44.809 0 0 I init : Created socket '/dev/socket/traced_consumer', mode 666, user 0, group 0 | |
04-04 03:58:44.809 0 0 I init : Created socket '/dev/socket/traced_producer', mode 666, user 0, group 0 | |
04-04 03:58:44.809 102 102 I SurfaceFlinger: SurfaceFlinger is starting | |
04-04 03:58:44.809 102 102 I SurfaceFlinger: Disabling backpressure propagation | |
04-04 03:58:44.809 102 102 I SurfaceFlinger: Disabling blur effects, they are not supported. | |
04-04 03:58:44.809 102 102 I SurfaceFlinger: Treble testing override: 'false' | |
04-04 03:58:44.809 0 0 E libprocessgroup: Failed to make and chown /acct/uid_9999: Read-only file system | |
04-04 03:58:44.809 0 0 E init : createProcessGroup(9999, 132) failed for service 'traced': Read-only file system | |
04-04 03:58:44.810 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 03:58:44.810 0 0 I init : processing action (nonencrypted) from (/system/etc/init/hw/init.rc:946) | |
04-04 03:58:44.810 102 102 I SurfaceFlinger: SurfaceFlinger's main thread ready to run. Initializing graphics H/W... | |
04-04 03:58:44.810 0 0 I init : starting service 'adb_root'... | |
04-04 03:58:44.810 102 102 D RenderEngine: RenderEngine GLES Backend | |
04-04 03:58:44.810 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.811 0 0 E init : createProcessGroup(0, 133) failed for service 'adb_root': Read-only file system | |
04-04 03:58:44.811 0 0 I init : starting service 'cameraserver'... | |
04-04 03:58:44.812 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1047: Read-only file system | |
04-04 03:58:44.812 0 0 E init : createProcessGroup(1047, 134) failed for service 'cameraserver': Read-only file system | |
04-04 03:58:44.812 0 0 I init : starting service 'drm'... | |
04-04 03:58:44.812 0 0 W libprocessgroup: Failed to open /dev/cpuset/camera-daemon/tasks: No such file or directory: No such file or directory | |
04-04 03:58:44.812 0 0 W libprocessgroup: Failed to apply CameraServiceCapacity task profile: No such file or directory | |
04-04 03:58:44.812 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:58:44.812 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:58:44.812 99 99 V MediaUtils: physMem: 15466844160 | |
04-04 03:58:44.812 99 99 V MediaUtils: requested limit: 536870912 | |
04-04 03:58:44.812 99 99 I libc : malloc_limit: Allocation limit enabled, max size 536870912 bytes | |
04-04 03:58:44.813 99 99 I audioserver: ServiceManager: 0x7e37c9c13680 | |
04-04 03:58:44.813 99 99 W BatteryNotifier: batterystats service unavailable! | |
04-04 03:58:44.813 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1019: Read-only file system | |
04-04 03:58:44.813 0 0 E init : createProcessGroup(1019, 136) failed for service 'drm': Read-only file system | |
04-04 03:58:44.813 127 127 I bootstat: Service started: /system/bin/bootstat --set_system_boot_reason | |
04-04 03:58:44.813 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDevicesFactory/default in either framework or device manifest. | |
04-04 03:58:44.813 127 127 I bootstat: Canonical boot reason: reboot | |
04-04 03:58:44.813 127 127 I bootstat: Canonical boot reason: reboot | |
04-04 03:58:44.814 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDevicesFactory/default in either framework or device manifest. | |
04-04 03:58:44.815 131 131 I perfetto: probes.cc:77 Starting /system/bin/traced_probes service | |
04-04 03:58:44.815 131 131 I perfetto: probes_producer.cc:117 Disconnected from tracing service | |
04-04 03:58:44.816 132 132 W perfetto: service.cc:97 Started traced, listening on /dev/socket/traced_producer /dev/socket/traced_consumer | |
04-04 03:58:44.817 0 0 I init : starting service 'idmap2d'... | |
04-04 03:58:44.818 127 127 E bootstat: Failed to read /metadata/bootstat/persist.sys.boot.reason: No such file or directory | |
04-04 03:58:44.818 127 127 I bootstat: Value of persist.sys.boot.reason : | |
04-04 03:58:44.818 127 127 I bootstat: Normalized last reboot reason : reboot | |
04-04 03:58:44.818 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.818 0 0 E init : createProcessGroup(1000, 139) failed for service 'idmap2d': Read-only file system | |
04-04 03:58:44.820 126 126 I adbd : Setup mdns on port= 5555 | |
04-04 03:58:44.820 126 141 I adbd : Waiting for persist.adb.tls_server.enable=1 | |
04-04 03:58:44.820 126 126 I adbd : adbd listening on tcp:5555 | |
04-04 03:58:44.820 126 126 I adbd : adbd listening on vsock:5555 | |
04-04 03:58:44.820 102 102 D libEGL : loaded /vendor/lib64/egl/libEGL_mesa.so | |
04-04 03:58:44.821 102 102 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so | |
04-04 03:58:44.821 0 0 I init : starting service 'incidentd'... | |
04-04 03:58:44.821 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. | |
04-04 03:58:44.821 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. | |
04-04 03:58:44.822 102 102 D libEGL : loaded /vendor/lib64/egl/libGLESv2_mesa.so | |
04-04 03:58:44.822 127 127 E bootstat: Failed to unlink /metadata/bootstat/persist.sys.boot.reason: No such file or directory | |
04-04 03:58:44.822 99 99 I ServiceManager: Waiting for service 'media.metrics' on '/dev/binder'... | |
04-04 03:58:44.822 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1067: Read-only file system | |
04-04 03:58:44.822 0 0 E init : createProcessGroup(1067, 150) failed for service 'incidentd': Read-only file system | |
04-04 03:58:44.822 0 0 I init : starting service 'installd'... | |
04-04 03:58:44.823 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.823 0 0 E init : createProcessGroup(0, 151) failed for service 'installd': Read-only file system | |
04-04 03:58:44.823 0 0 I init : starting service 'keystore'... | |
04-04 03:58:44.824 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1017: Read-only file system | |
04-04 03:58:44.824 0 0 E init : createProcessGroup(1017, 152) failed for service 'keystore': Read-only file system | |
04-04 03:58:44.824 0 0 I init : starting service 'mediaextractor'... | |
04-04 03:58:44.825 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1040: Read-only file system | |
04-04 03:58:44.825 0 0 E init : createProcessGroup(1040, 154) failed for service 'mediaextractor': Read-only file system | |
04-04 03:58:44.825 0 0 I init : starting service 'mediametrics'... | |
04-04 03:58:44.825 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:44.826 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 03:58:44.826 102 102 I MESA : Using fallback gralloc implementation | |
04-04 03:58:44.826 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:58:44.826 0 0 E init : createProcessGroup(1013, 155) failed for service 'mediametrics': Read-only file system | |
04-04 03:58:44.826 0 0 I init : starting service 'media'... | |
04-04 03:58:44.827 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:58:44.827 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:58:44.827 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1013: Read-only file system | |
04-04 03:58:44.827 0 0 E init : createProcessGroup(1013, 156) failed for service 'media': Read-only file system | |
04-04 03:58:44.827 0 0 I init : starting service 'storaged'... | |
04-04 03:58:44.827 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 03:58:44.828 0 0 W libprocessgroup: Failed to open /dev/stune/foreground/tasks: No such file or directory: No such file or directory | |
04-04 03:58:44.828 0 0 W libprocessgroup: Failed to apply HighPerformance task profile: No such file or directory | |
04-04 03:58:44.828 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.828 0 0 E init : createProcessGroup(0, 157) failed for service 'storaged': Read-only file system | |
04-04 03:58:44.828 0 0 I init : starting service 'wificond'... | |
04-04 03:58:44.829 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1010: Read-only file system | |
04-04 03:58:44.829 0 0 E init : createProcessGroup(1010, 159) failed for service 'wificond': Read-only file system | |
04-04 03:58:44.830 0 0 I init : starting service 'vendor.media.omx'... | |
04-04 03:58:44.831 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system | |
04-04 03:58:44.831 0 0 E init : createProcessGroup(1046, 160) failed for service 'vendor.media.omx': Read-only file system | |
04-04 03:58:44.833 0 0 I init : starting service 'media.swcodec'... | |
04-04 03:58:44.834 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1046: Read-only file system | |
04-04 03:58:44.834 0 0 E init : createProcessGroup(1046, 162) failed for service 'media.swcodec': Read-only file system | |
04-04 03:58:44.834 0 0 I init : Service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 127) exited with status 0 oneshot service took 0.027000 seconds in background | |
04-04 03:58:44.834 0 0 I init : Sending signal 9 to service 'exec 12 (/system/bin/bootstat --set_system_boot_reason)' (pid 127) process group... | |
04-04 03:58:44.834 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 127 in 0ms | |
04-04 03:58:44.834 0 0 I init : starting service 'mdnsd'... | |
04-04 03:58:44.834 0 0 I init : Created socket '/dev/socket/mdnsd', mode 660, user 1020, group 3003 | |
04-04 03:58:44.835 151 151 I installd: installd firing up | |
04-04 03:58:44.835 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1020: Read-only file system | |
04-04 03:58:44.835 0 0 E init : createProcessGroup(1020, 166) failed for service 'mdnsd': Read-only file system | |
04-04 03:58:44.837 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:58:44.837 0 0 I init : starting service 'gatekeeperd'... | |
04-04 03:58:44.838 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:44.838 0 0 E init : createProcessGroup(1000, 168) failed for service 'gatekeeperd': Read-only file system | |
04-04 03:58:44.838 0 0 I init : starting service 'usbd'... | |
04-04 03:58:44.838 157 167 I storaged: storaged: Start | |
04-04 03:58:44.839 0 0 E libprocessgroup: Failed to make and chown /acct/uid_0: Read-only file system | |
04-04 03:58:44.839 0 0 E init : createProcessGroup(0, 171) failed for service 'usbd': Read-only file system | |
04-04 03:58:44.839 155 155 V MediaUtils: physMem: 15466844160 | |
04-04 03:58:44.839 155 155 V MediaUtils: requested limit: 134217728 | |
04-04 03:58:44.839 155 155 I libc : malloc_limit: Allocation limit enabled, max size 134217728 bytes | |
04-04 03:58:44.840 155 155 D AudioPowerUsage: AudioPowerUsage | |
04-04 03:58:44.840 155 155 D AudioAnalytics: AudioAnalytics | |
04-04 03:58:44.840 155 155 D MediaMetricsService: MediaMetricsService | |
04-04 03:58:44.840 0 0 I init : processing action (init.svc.media=*) from (/system/etc/init/mediaserver.rc:1) | |
04-04 03:58:44.843 64 64 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHSA | |
04-04 03:58:44.843 64 64 D XfrmController: Sending Netlink XFRM Message: XFRM_MSG_FLUSHPOLICY | |
04-04 03:58:44.843 64 64 I netd : Initializing XfrmController: 56540us | |
04-04 03:58:44.844 152 152 I keystore: found [email protected]::IKeymasterDevice with interface name default and seclevel SOFTWARE | |
04-04 03:58:44.844 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IKeymasterDevice/default in either framework or device manifest. | |
04-04 03:58:44.844 152 152 W keystore: No secure Keymaster implementation found, but device offers insecure Keymaster HAL. Using as default. | |
04-04 03:58:44.844 152 152 E keystore: SELinux: Could not acquire target context. Aborting keystore. | |
04-04 03:58:44.846 64 64 E Netd : Unable to create netlink socket for family 5: Protocol not supported | |
04-04 03:58:44.846 64 64 W Netd : Unable to open qlog quota socket, check if xt_quota2 can send via UeventHandler | |
04-04 03:58:44.847 64 64 I libnetd_resolv: resolv_init: Initializing resolver | |
04-04 03:58:44.849 69 123 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:44.849 69 123 W EGL-MAIN: MESA-LOADER: failed to retrieve device information | |
04-04 03:58:44.849 69 123 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:44.850 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IUsbGadget/default in either framework or device manifest. | |
04-04 03:58:44.850 171 171 I usbd : Usb HAL not found | |
04-04 03:58:44.851 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:44.851 0 0 I init : Service 'usbd' (pid 171) exited with status 0 oneshot service took 0.011000 seconds in background | |
04-04 03:58:44.851 0 0 I init : Sending signal 9 to service 'usbd' (pid 171) process group... | |
04-04 03:58:44.851 0 0 I libprocessgroup: Successfully killed process cgroup uid 0 pid 171 in 0ms | |
04-04 03:58:44.851 159 159 I wificond: wificond is starting up... | |
04-04 03:58:44.852 159 159 I HidlServiceManagement: Registered [email protected]::IKeystore/default | |
04-04 03:58:44.857 65 65 D AndroidRuntime: >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<< | |
04-04 03:58:44.860 168 168 I gatekeeperd: Starting gatekeeperd... | |
04-04 03:58:44.860 160 160 I [email protected]: mediacodecservice starting | |
04-04 03:58:44.861 160 160 W [email protected]: Could not read additional policy file '/vendor_extra/etc/seccomp_policy/mediacodec.policy' | |
04-04 03:58:44.861 160 160 W [email protected]: libminijail[160]: failed to get path of fd 4: No such file or directory | |
04-04 03:58:44.861 160 160 W [email protected]: libminijail[160]: allowing syscall: socketcall | |
04-04 03:58:44.861 160 160 W [email protected]: libminijail[160]: allowing syscall: writev | |
04-04 03:58:44.861 160 160 W [email protected]: libminijail[160]: allowing syscall: fcntl64 | |
04-04 03:58:44.861 160 160 W [email protected]: libminijail[160]: allowing syscall: clock_gettime | |
04-04 03:58:44.861 160 160 W [email protected]: libminijail[160]: compile_file: <fd>(34): nonexistent syscall 'newfstatat' | |
04-04 03:58:44.861 160 160 W [email protected]: libminijail[160]: logging seccomp filter failures | |
04-04 03:58:44.862 160 160 D vndksupport: Loading libstagefrighthw.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.862 160 160 D vndksupport: Loading libstagefright_softomx_plugin.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.863 160 160 I SoftOMXPlugin: createOMXPlugin | |
04-04 03:58:44.863 160 160 D vndksupport: Loading libffmpeg_omx.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.864 65 65 I AndroidRuntime: Using default boot image | |
04-04 03:58:44.864 65 65 I AndroidRuntime: Leaving lock profiling enabled | |
04-04 03:58:44.864 80 80 I HidlServiceManagement: Registered [email protected]::IAllocator/default | |
04-04 03:58:44.864 80 80 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.864 80 80 I LegacySupport: Registration complete for [email protected]::IAllocator/default. | |
04-04 03:58:44.865 65 65 I zygote64: option[0]=-Xzygote | |
04-04 03:58:44.865 65 65 I zygote64: option[1]=exit | |
04-04 03:58:44.865 65 65 I zygote64: option[2]=vfprintf | |
04-04 03:58:44.865 65 65 I zygote64: option[3]=sensitiveThread | |
04-04 03:58:44.865 65 65 I zygote64: option[4]=-verbose:gc | |
04-04 03:58:44.865 65 65 I zygote64: option[5]=-XX:PerfettoHprof=true | |
04-04 03:58:44.865 65 65 I zygote64: option[6]=-Xprimaryzygote | |
04-04 03:58:44.865 65 65 I zygote64: option[7]=-Xms8m | |
04-04 03:58:44.865 65 65 I zygote64: option[8]=-Xmx512m | |
04-04 03:58:44.865 65 65 I zygote64: option[9]=-XX:HeapGrowthLimit=192m | |
04-04 03:58:44.865 65 65 I zygote64: option[10]=-XX:HeapMinFree=8m | |
04-04 03:58:44.865 65 65 I zygote64: option[11]=-XX:HeapMaxFree=16m | |
04-04 03:58:44.865 65 65 I zygote64: option[12]=-XX:HeapTargetUtilization=0.6 | |
04-04 03:58:44.865 65 65 I zygote64: option[13]=-Xusejit:true | |
04-04 03:58:44.865 65 65 I zygote64: option[14]=-Xjitsaveprofilinginfo | |
04-04 03:58:44.865 65 65 I zygote64: option[15]=-XjdwpOptions:suspend=n,server=y | |
04-04 03:58:44.865 65 65 I zygote64: option[16]=-XjdwpProvider:default | |
04-04 03:58:44.865 65 65 I zygote64: option[17]=-Xopaque-jni-ids:swapable | |
04-04 03:58:44.865 65 65 I zygote64: option[18]=-Xlockprofthreshold:500 | |
04-04 03:58:44.865 65 65 I zygote64: option[19]=-Xcompiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[20]=--instruction-set-variant=x86_64 | |
04-04 03:58:44.865 65 65 I zygote64: option[21]=-Xcompiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[22]=--instruction-set-features=default | |
04-04 03:58:44.865 65 65 I zygote64: option[23]=-Xcompiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[24]=--generate-mini-debug-info | |
04-04 03:58:44.865 65 65 I zygote64: option[25]=-Ximage-compiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[26]=--runtime-arg | |
04-04 03:58:44.865 65 65 I zygote64: option[27]=-Ximage-compiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[28]=-Xms64m | |
04-04 03:58:44.865 65 65 I zygote64: option[29]=-Ximage-compiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[30]=--runtime-arg | |
04-04 03:58:44.865 65 65 I zygote64: option[31]=-Ximage-compiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[32]=-Xmx64m | |
04-04 03:58:44.865 65 65 I zygote64: option[33]=-Ximage-compiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[34]=--dirty-image-objects=/system/etc/dirty-image-objects | |
04-04 03:58:44.865 65 65 I zygote64: option[35]=-Ximage-compiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[36]=--instruction-set-variant=x86_64 | |
04-04 03:58:44.865 65 65 I zygote64: option[37]=-Ximage-compiler-option | |
04-04 03:58:44.865 65 65 I zygote64: option[38]=--instruction-set-features=default | |
04-04 03:58:44.866 65 65 I zygote64: option[39]=-Ximage-compiler-option | |
04-04 03:58:44.866 65 65 I zygote64: option[40]=--generate-mini-debug-info | |
04-04 03:58:44.866 65 65 I zygote64: option[41]=-Duser.locale=en-US | |
04-04 03:58:44.866 65 65 I zygote64: option[42]=--cpu-abilist=x86_64 | |
04-04 03:58:44.866 65 65 I zygote64: option[43]=-Xcore-platform-api-policy:just-warn | |
04-04 03:58:44.866 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 03:58:44.866 102 102 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:44.866 69 123 I hwcomposer: eglInitialize: EGL_SUCCESS | |
04-04 03:58:44.866 102 102 W EGL-MAIN: MESA-LOADER: failed to retrieve device information | |
04-04 03:58:44.866 102 102 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:44.866 69 123 I hwcomposer: eglChooseConfig: EGL_SUCCESS | |
04-04 03:58:44.868 65 65 I zygote64: Core platform API reporting enabled, enforcing=false | |
04-04 03:58:44.869 69 123 I hwcomposer: eglCreateContext: EGL_SUCCESS | |
04-04 03:58:44.869 69 123 I hwcomposer: eglCreatePbufferSurface: EGL_SUCCESS | |
04-04 03:58:44.869 66 66 D AndroidRuntime: >>>>>> START com.android.internal.os.ZygoteInit uid 0 <<<<<< | |
04-04 03:58:44.870 134 134 I cameraserver: ServiceManager: 0xeb4ef410 | |
04-04 03:58:44.870 134 134 I CameraService: CameraService started (pid=134) | |
04-04 03:58:44.870 134 134 I CameraService: CameraService process starting | |
04-04 03:58:44.870 134 134 W BatteryNotifier: batterystats service unavailable! | |
04-04 03:58:44.870 134 134 W BatteryNotifier: batterystats service unavailable! | |
04-04 03:58:44.871 134 134 I CameraProviderManager: Connecting to new camera provider: legacy/0, isRemote? 1 | |
04-04 03:58:44.871 134 134 I CameraProviderManager: Enumerating new camera device: [email protected]/legacy/0 | |
04-04 03:58:44.872 134 134 E CameraProviderManager: DeviceInfo3: Converted ICameraDevice instance to nullptr | |
04-04 03:58:44.872 134 134 I CameraProviderManager: Camera provider legacy/0 ready with 1 camera devices | |
04-04 03:58:44.872 134 204 W CameraProviderManager: addProviderLocked: Camera provider HAL with name 'legacy/0' already registered | |
04-04 03:58:44.872 134 134 I CameraService: onDeviceStatusChanged: Status changed for cameraId=0, newStatus=1 | |
04-04 03:58:44.872 134 204 I CameraService: onDeviceStatusChanged: Status changed for cameraId=0, newStatus=1 | |
04-04 03:58:44.872 134 134 I CameraService: onDeviceStatusChanged: Unknown camera ID 0, a new camera is added | |
04-04 03:58:44.872 134 204 I CameraService: onDeviceStatusChanged: Unknown camera ID 0, a new camera is added | |
04-04 03:58:44.872 134 134 I cameraserver: Waiting for activity service | |
04-04 03:58:44.872 154 154 V MediaUtils: physMem: 15466844160 | |
04-04 03:58:44.873 154 154 V MediaUtils: requested limit: 3093368820 | |
04-04 03:58:44.873 154 154 I libc : malloc_limit: Allocation limit enabled, max size 3093368820 bytes | |
04-04 03:58:44.874 154 154 W mediaextractor: Could not read additional policy file '/vendor/etc/seccomp_policy/mediaextractor.policy' | |
04-04 03:58:44.874 154 154 W mediaextractor: libminijail[154]: failed to get path of fd 4: No such file or directory | |
04-04 03:58:44.874 154 154 W mediaextractor: libminijail[154]: allowing syscall: socket | |
04-04 03:58:44.874 154 154 W mediaextractor: libminijail[154]: allowing syscall: connect | |
04-04 03:58:44.874 154 154 W mediaextractor: libminijail[154]: allowing syscall: fcntl | |
04-04 03:58:44.874 154 154 W mediaextractor: libminijail[154]: allowing syscall: writev | |
04-04 03:58:44.875 66 66 I AndroidRuntime: Using default boot image | |
04-04 03:58:44.875 154 154 W mediaextractor: libminijail[154]: logging seccomp filter failures | |
04-04 03:58:44.875 66 66 I AndroidRuntime: Leaving lock profiling enabled | |
04-04 03:58:44.876 66 66 I zygote : option[0]=-Xzygote | |
04-04 03:58:44.876 66 66 I zygote : option[1]=exit | |
04-04 03:58:44.876 66 66 I zygote : option[2]=vfprintf | |
04-04 03:58:44.876 66 66 I zygote : option[3]=sensitiveThread | |
04-04 03:58:44.876 66 66 I zygote : option[4]=-verbose:gc | |
04-04 03:58:44.876 66 66 I zygote : option[5]=-XX:PerfettoHprof=true | |
04-04 03:58:44.876 66 66 I zygote : option[6]=-Xms8m | |
04-04 03:58:44.876 66 66 I zygote : option[7]=-Xmx512m | |
04-04 03:58:44.876 66 66 I zygote : option[8]=-XX:HeapGrowthLimit=192m | |
04-04 03:58:44.876 66 66 I zygote : option[9]=-XX:HeapMinFree=8m | |
04-04 03:58:44.876 66 66 I zygote : option[10]=-XX:HeapMaxFree=16m | |
04-04 03:58:44.876 66 66 I zygote : option[11]=-XX:HeapTargetUtilization=0.6 | |
04-04 03:58:44.876 66 66 I zygote : option[12]=-Xusejit:true | |
04-04 03:58:44.876 156 156 I mediaserver: ServiceManager: 0xea8fa400 | |
04-04 03:58:44.876 66 66 I zygote : option[13]=-Xjitsaveprofilinginfo | |
04-04 03:58:44.876 66 66 I zygote : option[14]=-XjdwpOptions:suspend=n,server=y | |
04-04 03:58:44.876 66 66 I zygote : option[15]=-XjdwpProvider:default | |
04-04 03:58:44.876 66 66 I zygote : option[16]=-Xopaque-jni-ids:swapable | |
04-04 03:58:44.876 66 66 I zygote : option[17]=-Xlockprofthreshold:500 | |
04-04 03:58:44.877 66 66 I zygote : option[18]=-Xcompiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[19]=--instruction-set-variant=x86_64 | |
04-04 03:58:44.877 66 66 I zygote : option[20]=-Xcompiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[21]=--instruction-set-features=default | |
04-04 03:58:44.877 66 66 I zygote : option[22]=-Xcompiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[23]=--generate-mini-debug-info | |
04-04 03:58:44.877 156 156 D mediaserver: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat | |
04-04 03:58:44.877 66 66 I zygote : option[24]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[25]=--runtime-arg | |
04-04 03:58:44.877 66 66 I zygote : option[26]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[27]=-Xms64m | |
04-04 03:58:44.877 66 66 I zygote : option[28]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[29]=--runtime-arg | |
04-04 03:58:44.877 66 66 I zygote : option[30]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[31]=-Xmx64m | |
04-04 03:58:44.877 66 66 I zygote : option[32]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[33]=--dirty-image-objects=/system/etc/dirty-image-objects | |
04-04 03:58:44.877 66 66 I zygote : option[34]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[35]=--instruction-set-variant=x86_64 | |
04-04 03:58:44.877 66 66 I zygote : option[36]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[37]=--instruction-set-features=default | |
04-04 03:58:44.877 66 66 I zygote : option[38]=-Ximage-compiler-option | |
04-04 03:58:44.877 66 66 I zygote : option[39]=--generate-mini-debug-info | |
04-04 03:58:44.877 66 66 I zygote : option[40]=-Duser.locale=en-US | |
04-04 03:58:44.877 66 66 I zygote : option[41]=--cpu-abilist=x86 | |
04-04 03:58:44.877 66 66 I zygote : option[42]=-Xcore-platform-api-policy:just-warn | |
04-04 03:58:44.877 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 03:58:44.877 156 156 D mediaserver: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat | |
04-04 03:58:44.878 156 156 W BatteryNotifier: batterystats service unavailable! | |
04-04 03:58:44.878 156 156 W BatteryNotifier: batterystats service unavailable! | |
04-04 03:58:44.880 66 66 I zygote : Core platform API reporting enabled, enforcing=false | |
04-04 03:58:44.882 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:44.882 102 102 I Gralloc4: mapper 4.x is not supported | |
04-04 03:58:44.882 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:44.882 102 102 W Gralloc3: mapper 3.x is not supported | |
04-04 03:58:44.884 162 162 I mediaswcodec: media swcodec service starting | |
04-04 03:58:44.884 162 162 W mediaswcodec: Could not read additional policy file '/vendor/etc/seccomp_policy/mediaswcodec.policy' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: failed to get path of fd 4: No such file or directory | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: allowing syscall: socket | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: allowing syscall: connect | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: allowing syscall: fcntl | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: allowing syscall: writev | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(20): nonexistent syscall 'getuid32' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(26): nonexistent syscall 'mmap2' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(28): nonexistent syscall 'fstat64' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(30): nonexistent syscall 'stat64' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(31): nonexistent syscall 'statfs64' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(33): nonexistent syscall 'fstatat64' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(38): nonexistent syscall '_llseek' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(47): nonexistent syscall 'ugetrlimit' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(50): nonexistent syscall '_llseek' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(51): nonexistent syscall 'fstatfs64' | |
04-04 03:58:44.884 162 162 W mediaswcodec: libminijail[162]: compile_file: <fd>(63): nonexistent syscall 'ftruncate64' | |
04-04 03:58:44.884 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device manifest. | |
04-04 03:58:44.884 102 102 W Gralloc4: allocator 3.x is not supported | |
04-04 03:58:44.885 162 162 W mediaswcodec: libminijail[162]: logging seccomp filter failures | |
04-04 03:58:44.885 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device manifest. | |
04-04 03:58:44.885 102 102 W Gralloc3: allocator 3.x is not supported | |
04-04 03:58:44.885 162 162 I CodecServiceRegistrant: Creating software Codec2 service... | |
04-04 03:58:44.885 102 102 I Gralloc2: Adding additional valid usage bits: 0x0 | |
04-04 03:58:44.885 162 162 D C2Store : Default ION heapmask = -1 | |
04-04 03:58:44.885 162 162 D C2Store : Default ION flags = 0 | |
04-04 03:58:44.885 162 162 D C2Store : Default ION align = 0 | |
04-04 03:58:44.886 162 162 I HidlServiceManagement: Registered [email protected]::IComponentStore/software | |
04-04 03:58:44.886 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IComponentStore/default in either framework or device manifest. | |
04-04 03:58:44.886 162 162 I CodecServiceRegistrant: Preferred Codec2 store is defaulted to "software". | |
04-04 03:58:44.886 162 162 I CodecServiceRegistrant: Software Codec2 service created and registered. | |
04-04 03:58:44.886 154 154 E MediaExtractorFactory: couldn't opendir(/system/lib64/extractors) | |
04-04 03:58:44.886 154 154 E MediaExtractorFactory: couldn't opendir(/system_ext/lib64/extractors) | |
04-04 03:58:44.886 154 154 E MediaExtractorFactory: couldn't opendir(/vendor/lib64/extractors) | |
04-04 03:58:44.889 102 102 I RenderEngine: OpenGL ES informations: format=0x1 | |
04-04 03:58:44.889 102 102 I RenderEngine: vendor : AMD | |
04-04 03:58:44.889 102 102 I RenderEngine: renderer : AMD Radeon Graphics (radeonsi, rembrandt, LLVM 17.0.0, DRM 3.57, 6.8.2-arch2-1) | |
04-04 03:58:44.889 102 102 I RenderEngine: version : OpenGL ES 3.2 Mesa 24.0.3 | |
04-04 03:58:44.889 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 03:58:44.889 102 102 I RenderEngine: GL_MAX_TEXTURE_SIZE = 16384 | |
04-04 03:58:44.889 102 102 I RenderEngine: GL_MAX_VIEWPORT_DIMS = 16384 | |
04-04 03:58:44.889 69 123 I hwcomposer: eglMakeCurrent: EGL_SUCCESS | |
04-04 03:58:44.889 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:44.889 69 69 I ComposerResources: failed to get mapper 4.0 service, falling back to mapper 3.0 | |
04-04 03:58:44.889 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:44.889 69 69 I ComposerResources: failed to get mapper 3.0 service, falling back to mapper 2.0 | |
04-04 03:58:44.890 69 69 D vndksupport: Loading /vendor/lib64/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:44.890 69 69 D vndksupport: Loading /vendor/lib64/hw/gralloc.gbm.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.890 102 102 E HWComposer: loadLayerMetadataSupport: getLayerGenericMetadataKeys failed: UNSUPPORTED (8) | |
04-04 03:58:44.890 102 102 I HWComposer: Switching to legacy multi-display mode | |
04-04 03:58:44.890 102 102 E HWComposer: isConnected failed for display 0: Invalid display | |
04-04 03:58:44.891 102 228 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected | |
04-04 03:58:44.891 102 228 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected | |
04-04 03:58:44.891 102 229 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected | |
04-04 03:58:44.891 102 229 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected | |
04-04 03:58:44.891 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs.xml... | |
04-04 03:58:44.891 102 102 E HWComposer: getDisplayConnectionType: getDisplayConnectionType failed for display 0: Unsupported (8) | |
04-04 03:58:44.891 102 228 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected | |
04-04 03:58:44.891 102 228 W SurfaceFlinger: Ignoring VSYNC request while display is disconnected | |
04-04 03:58:44.891 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_audio.xml... | |
04-04 03:58:44.891 102 102 I FramebufferSurface: framebuffer size has been limited to [1152x3996] from [1152x3996] | |
04-04 03:58:44.891 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_telephony.xml... | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_video.xml... | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_ffmpeg.xml... | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 44 of /vendor/etc/media_codecs_ffmpeg.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 45 of /vendor/etc/media_codecs_ffmpeg.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_performance.xml... | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 78 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 88 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 94 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 106 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 110 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 120 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.892 160 160 D MediaCodecsXmlParser: Cannot find /data/misc/media/media_codecs_profiling_results.xml | |
04-04 03:58:44.893 160 160 I HidlServiceManagement: Registered [email protected]::IOmx/default | |
04-04 03:58:44.893 160 160 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.893 160 160 I [email protected]: IOmx HAL service created. | |
04-04 03:58:44.893 160 160 I OmxStore: omx common prefix: 'OMX.' | |
04-04 03:58:44.893 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs.xml... | |
04-04 03:58:44.893 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_audio.xml... | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_telephony.xml... | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_video.xml... | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_ffmpeg.xml... | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 44 of /vendor/etc/media_codecs_ffmpeg.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 45 of /vendor/etc/media_codecs_ffmpeg.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_performance.xml... | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 78 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 88 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 94 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 106 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 110 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: MediaCodec: cannot update non-existing codec at line 120 of /vendor/etc/media_codecs_performance.xml | |
04-04 03:58:44.894 160 160 D MediaCodecsXmlParser: Cannot find /data/misc/media/media_codecs_profiling_results.xml | |
04-04 03:58:44.894 160 160 E MediaCodecsXmlParser: Cannot find the role for a decoder of type audio/alac | |
04-04 03:58:44.894 160 160 E MediaCodecsXmlParser: Cannot find the role for a decoder of type audio/vnd.dts | |
04-04 03:58:44.895 160 160 I HidlServiceManagement: Registered [email protected]::IOmxStore/default | |
04-04 03:58:44.895 160 160 I HidlServiceManagement: Removing namespace from process name [email protected] to [email protected]. | |
04-04 03:58:44.922 99 99 I AudioFlinger: Using default 3000 mSec as standby time. | |
04-04 03:58:44.922 155 172 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... | |
04-04 03:58:44.923 99 99 E APM::Serializer: deserialize: Could not parse /odm/etc/audio_policy_configuration.xml document. | |
04-04 03:58:44.926 99 99 D APM_EngineLoader: Loaded engine from libaudiopolicyenginedefault.so | |
04-04 03:58:44.926 99 99 E APM::AudioPolicyEngine/Config: parse: Could not parse document /vendor/etc/audio_policy_engine_configuration.xml | |
04-04 03:58:44.926 99 99 E libxml2 : I/O warning : failed to load external entity "/vendor/etc/audio_policy_engine_configuration.xml" | |
04-04 03:58:44.926 99 99 W APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration found, using default matching phone experience. | |
04-04 03:58:44.926 99 99 E APM::AudioPolicyEngine/Config: parseLegacyVolumeFile: Could not parse document /odm/etc/audio_policy_configuration.xml | |
04-04 03:58:44.926 99 99 E libxml2 : I/O warning : failed to load external entity "/odm/etc/audio_policy_configuration.xml" | |
04-04 03:58:44.929 99 99 W APM::AudioPolicyEngine/Base: loadAudioPolicyEngineConfig: No configuration of AUDIO_STREAM_CALL_ASSISTANT found, using default volume configuration | |
04-04 03:58:44.929 68 68 D vndksupport: Loading /vendor/lib/hw/audio.primary.waydroid.so from current namespace instead of sphal namespace. | |
04-04 03:58:44.931 99 99 I AudioFlinger: loadHwModule() Loaded primary audio interface, handle 10 | |
04-04 03:58:44.931 99 99 I AudioFlinger: openOutput() this 0x7e37c9c43000, module 10 Device type:0x2,@:, SamplingRate 48000, Format 0x000001, Channels 0x3, flags 0x2 | |
04-04 03:58:44.931 68 68 I audio_hw_primary: adev_open_output_stream selects channels=2 rate=48000 format=2 | |
04-04 03:58:44.931 99 99 I AudioFlinger: HAL output buffer size 2048 frames, normal sink buffer size 2048 frames | |
04-04 03:58:44.931 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. | |
04-04 03:58:44.932 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IEffectsFactory/default in either framework or device manifest. | |
04-04 03:58:44.934 99 99 I BufferProvider: found effect "Multichannel Downmix To Stereo" from The Android Open Source Project | |
04-04 03:58:44.934 99 99 E AudioFlinger: Failed to add event callback | |
04-04 03:58:44.934 99 245 I AudioFlinger: AudioFlinger's thread 0x7e37c9cb4000 tid=245 ready to run | |
04-04 03:58:44.934 99 245 W AudioFlinger: no wake lock to update, system not ready yet | |
04-04 03:58:44.934 99 245 D AudioFlinger: ro.audio.silent is ignored since no output device is set | |
04-04 03:58:44.935 99 245 W AudioFlinger: no wake lock to update, system not ready yet | |
04-04 03:58:44.935 99 245 D AudioFlinger: ro.audio.silent is ignored since no output device is set | |
04-04 03:58:44.935 99 99 V APM_AudioPolicyManager: checkAndSetVolume cannot set volume group 4 volume with force use = 0 for comm | |
04-04 03:58:44.935 68 109 W DeviceHAL: Error from HAL Device in function set_voice_volume: Function not implemented | |
04-04 03:58:44.936 99 99 W AudioFlinger: moveEffects() bad srcOutput 0 | |
04-04 03:58:44.936 99 99 V APM_AudioPolicyManager: selectOutputForMusicEffects selected output 13 | |
04-04 03:58:44.936 99 99 V APM_AudioPolicyManager: setOutputDevices device {type:0x2,@:} delayMs 0 | |
04-04 03:58:44.936 99 99 V APM_AudioPolicyManager: setOutputDevices() prevDevice {type:0x2,@:} | |
04-04 03:58:44.936 99 99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:44.936 99 99 V APM_AudioPolicyManager: setOutputDevices changing device to {type:0x2,@:} | |
04-04 03:58:44.943 65 65 D zygote64: Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat | |
04-04 03:58:44.943 65 65 D zygote64: I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat | |
04-04 03:58:44.945 66 66 D zygote : Time zone APEX ICU file found: /apex/com.android.tzdata/etc/icu/icu_tzdata.dat | |
04-04 03:58:44.945 66 66 D zygote : I18n APEX ICU file found: /apex/com.android.i18n/etc/icu/icudt66l.dat | |
04-04 03:58:44.951 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:44.952 66 66 I zygote : Using memfd for future sealing | |
04-04 03:58:44.952 65 65 I zygote64: Using memfd for future sealing | |
04-04 03:58:44.953 66 66 W zygote : Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:44.953 65 65 W zygote64: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:44.972 66 66 W zygote : JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes | |
04-04 03:58:44.972 65 65 W zygote64: JNI RegisterNativeMethods: attempt to register 0 native methods for android.media.AudioAttributes | |
04-04 03:58:44.976 65 65 D Zygote : begin preload | |
04-04 03:58:44.976 65 65 I Zygote : Calling ZygoteHooks.beginPreload() | |
04-04 03:58:44.978 66 66 I zygote : Explicit concurrent copying GC freed 935(97KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 168KB/24MB, paused 15us total 2.306ms | |
04-04 03:58:44.980 66 66 I zygote : Explicit concurrent copying GC freed 167(60KB) AllocSpace objects, 0(0B) LOS objects, 99% free, 155KB/24MB, paused 21us total 1.877ms | |
04-04 03:58:44.980 66 66 D Zygote32Timing: PostZygoteInitGC took to complete: 4ms | |
04-04 03:58:44.980 66 66 D Zygote32Timing: ZygoteInit took to complete: 6ms | |
04-04 03:58:44.981 66 66 I Zygote : Accepting command socket connections | |
04-04 03:58:44.984 65 65 D Zygote64Timing: BeginPreload took to complete: 8ms | |
04-04 03:58:44.984 65 65 I Zygote : Preloading classes... | |
04-04 03:58:44.985 65 65 W Zygote : Class not found for preloading: android.app.-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM | |
04-04 03:58:44.995 0 0 I init : starting service 'bootanim'... | |
04-04 03:58:44.996 102 102 D RenderEngine: shader cache generated - 48 shaders in 103.376640 ms | |
04-04 03:58:44.996 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1003: Read-only file system | |
04-04 03:58:44.996 0 0 E init : createProcessGroup(1003, 257) failed for service 'bootanim': Read-only file system | |
04-04 03:58:44.997 102 102 I HidlServiceManagement: Registered [email protected]::IDisplayService/default | |
04-04 03:58:44.997 102 102 D SurfaceFlinger: Setting power mode 2 on display 0 | |
04-04 03:58:44.997 0 0 I init : Control message: Processed ctl.start for 'bootanim' from pid: 102 (/system/bin/surfaceflinger) | |
04-04 03:58:44.997 102 102 D SurfaceFlinger: Finished setting power mode 2 on display 0 | |
04-04 03:58:44.997 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:58:44.997 0 0 W libprocessgroup: Failed to apply MaxPerformance task profile: No such file or directory | |
04-04 03:58:45.016 131 131 I perfetto: probes_producer.cc:100 Connected to the service | |
04-04 03:58:45.021 99 99 V APM_AudioPolicyManager: setOutputDevices() AF::createAudioPatch returned -61 patchHandle 0 num_sources 1 num_sinks 1 | |
04-04 03:58:45.022 99 99 V APM_AudioPolicyManager: checkAndSetVolume cannot set volume group 4 volume with force use = 0 for comm | |
04-04 03:58:45.022 68 109 I audio_hw_primary: adev_open_input_stream selects channels=2 rate=16000 format=10 | |
04-04 03:58:45.023 68 109 I audio_hw_primary: adev_open_input_stream selects channels=2 rate=16000 format=10 | |
04-04 03:58:45.023 155 172 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... | |
04-04 03:58:45.023 99 258 I AudioFlinger: AudioFlinger's thread 0x7e37c9d247c0 tid=258 ready to run | |
04-04 03:58:45.023 99 258 W AudioFlinger: no wake lock to update, system not ready yet | |
04-04 03:58:45.023 99 258 W AudioFlinger: no wake lock to update, system not ready yet | |
04-04 03:58:45.025 99 99 I bt_a2dp_hw: adev_open: adev_open in A2dp_hw module | |
04-04 03:58:45.025 99 99 I AudioFlinger: loadHwModule() Loaded a2dp audio interface, handle 18 | |
04-04 03:58:45.025 99 99 E APM_AudioPolicyManager: onNewAudioModulesAvailableInt: Input device list is empty! | |
04-04 03:58:45.026 68 109 D vndksupport: Loading /vendor/lib/hw/audio.usb.default.so from current namespace instead of sphal namespace. | |
04-04 03:58:45.027 99 99 I AudioFlinger: loadHwModule() Loaded usb audio interface, handle 26 | |
04-04 03:58:45.027 99 99 E APM_AudioPolicyManager: onNewAudioModulesAvailableInt: Input device list is empty! | |
04-04 03:58:45.027 68 109 D vndksupport: Loading /vendor/lib/hw/audio.r_submix.default.so from current namespace instead of sphal namespace. | |
04-04 03:58:45.027 68 109 I r_submix: adev_open(name=audio_hw_if) | |
04-04 03:58:45.027 68 109 I r_submix: adev_init_check() | |
04-04 03:58:45.027 99 99 I AudioFlinger: loadHwModule() Loaded r_submix audio interface, handle 34 | |
04-04 03:58:45.027 68 109 D r_submix: adev_open_input_stream(addr=0) | |
04-04 03:58:45.027 68 109 D r_submix: submix_audio_device_create_pipe_l(addr=0, idx=9) | |
04-04 03:58:45.027 68 109 D r_submix: now using address 0 for route 9 | |
04-04 03:58:45.027 99 260 I AudioFlinger: AudioFlinger's thread 0x7e37c9d24540 tid=260 ready to run | |
04-04 03:58:45.028 68 109 I r_submix: in_standby() | |
04-04 03:58:45.028 99 260 W AudioFlinger: no wake lock to update, system not ready yet | |
04-04 03:58:45.028 68 109 I r_submix: in_standby() | |
04-04 03:58:45.028 99 260 W AudioFlinger: no wake lock to update, system not ready yet | |
04-04 03:58:45.028 68 109 D r_submix: adev_close_input_stream() | |
04-04 03:58:45.028 68 109 D r_submix: submix_audio_device_release_pipe_l(idx=9) addr=0 | |
04-04 03:58:45.028 68 109 D r_submix: submix_audio_device_destroy_pipe_l(): pipe destroyed | |
04-04 03:58:45.028 99 99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:45.028 99 99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:45.028 99 99 I audioserver: Waiting for activity service | |
04-04 03:58:45.030 65 247 I zygote64: Verified 1376 classes from mainline modules in 74.792ms | |
04-04 03:58:45.039 66 246 I zygote : Verified 1376 classes from mainline modules in 83.949ms | |
04-04 03:58:45.046 257 257 D BootAnimation: BootAnimationStartTiming start time: 8125685ms | |
04-04 03:58:45.046 257 257 D BootAnimation: BootAnimationPreloadTiming start time: 8125685ms | |
04-04 03:58:45.051 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.052 257 257 D BootAnimation: BootAnimationPreloadStopTiming start time: 8125691ms | |
04-04 03:58:45.061 257 265 D libEGL : loaded /vendor/lib64/egl/libEGL_mesa.so | |
04-04 03:58:45.061 257 265 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so | |
04-04 03:58:45.062 257 265 D libEGL : loaded /vendor/lib64/egl/libGLESv2_mesa.so | |
04-04 03:58:45.065 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:45.065 257 265 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 03:58:45.065 257 265 I MESA : Using fallback gralloc implementation | |
04-04 03:58:45.076 65 65 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. class_init is effectively a no-op | |
04-04 03:58:45.086 257 265 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:45.086 257 265 W EGL-MAIN: MESA-LOADER: failed to retrieve device information | |
04-04 03:58:45.086 257 265 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:45.096 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:45.096 257 265 I Gralloc4: mapper 4.x is not supported | |
04-04 03:58:45.096 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:45.096 257 265 W Gralloc3: mapper 3.x is not supported | |
04-04 03:58:45.100 257 265 D BootAnimation: BootAnimationShownTiming start time: 8125739ms | |
04-04 03:58:45.123 155 172 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... | |
04-04 03:58:45.133 65 65 W Zygote : Class not found for preloading: android.inputmethodservice.-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I | |
04-04 03:58:45.139 65 65 I zygote64: Thread[1,tid=65,Native,Thread*=0x721946c69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.139 65 65 I zygote64: Thread[1,tid=65,Native,Thread*=0x721946c69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.139 65 65 D MtpDeviceJNI: register_android_mtp_MtpDevice | |
04-04 03:58:45.139 65 65 I zygote64: Thread[1,tid=65,Native,Thread*=0x721946c69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.139 65 65 I zygote64: Thread[1,tid=65,Native,Thread*=0x721946c69c00,peer=0x13200078,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.140 65 65 W MediaProfiles: Could not find a validated xml file. Using the default instance instead. | |
04-04 03:58:45.140 102 102 I SurfaceFlinger: Enter boot animation | |
04-04 03:58:45.141 102 102 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:45.141 69 69 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:45.142 65 65 W Zygote : Class not found for preloading: android.media.MediaRouter$Static$Client$1 | |
04-04 03:58:45.142 65 65 W Zygote : Class not found for preloading: android.media.MediaRouter$Static$Client$2 | |
04-04 03:58:45.144 69 69 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:45.144 102 102 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:45.148 65 65 W Zygote : Class not found for preloading: android.net.shared.Inet4AddressUtils | |
04-04 03:58:45.148 65 65 W Zygote : Class not found for preloading: android.net.shared.InetAddressUtils | |
04-04 03:58:45.151 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.162 65 65 W Zygote : Class not found for preloading: android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$wwtkoeOtGwMjG5I0-ZTfjNpGU-s | |
04-04 03:58:45.169 65 65 W Zygote : Class not found for preloading: android.view.-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0 | |
04-04 03:58:45.174 65 65 W Zygote : Class not found for preloading: android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc | |
04-04 03:58:45.174 65 65 W Zygote : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$JPRO-nNGZpgXrKr4QC_iQiTbQx0 | |
04-04 03:58:45.174 65 65 W Zygote : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$Xhq3WJibbalS1G_W3PRC2m7muhM | |
04-04 03:58:45.174 65 65 W Zygote : Class not found for preloading: android.view.contentcapture.MainContentCaptureSession$1 | |
04-04 03:58:45.182 65 65 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s | |
04-04 03:58:45.182 65 65 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw | |
04-04 03:58:45.182 65 65 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA | |
04-04 03:58:45.182 65 65 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs | |
04-04 03:58:45.186 65 65 W Zygote : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc | |
04-04 03:58:45.186 65 65 W Zygote : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc | |
04-04 03:58:45.223 155 172 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... | |
04-04 03:58:45.231 65 65 W Zygote : Class not found for preloading: com.android.internal.telephony.IccSmsInterfaceManager$2 | |
04-04 03:58:45.233 65 65 W Zygote : Class not found for preloading: com.android.internal.telephony.dataconnection.DcTracker$5 | |
04-04 03:58:45.236 65 65 W Zygote : Class not found for preloading: com.android.internal.widget.-$$Lambda$gPQuiuEDuOmrh2MixBcV6a5gu5s | |
04-04 03:58:45.236 65 65 W Zygote : Class not found for preloading: com.android.internal.widget.LockPatternUtils$2 | |
04-04 03:58:45.249 65 65 I Zygote : ...preloaded 12103 classes in 265ms. | |
04-04 03:58:45.249 65 65 I zygote64: VMRuntime.preloadDexCaches starting | |
04-04 03:58:45.251 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.255 65 65 I zygote64: VMRuntime.preloadDexCaches strings total=363832 before=11020 after=11020 | |
04-04 03:58:45.255 65 65 I zygote64: VMRuntime.preloadDexCaches types total=41060 before=11251 after=11425 | |
04-04 03:58:45.255 65 65 I zygote64: VMRuntime.preloadDexCaches fields total=174546 before=14273 after=15177 | |
04-04 03:58:45.255 65 65 I zygote64: VMRuntime.preloadDexCaches methods total=317291 before=18080 after=18080 | |
04-04 03:58:45.255 65 65 I zygote64: VMRuntime.preloadDexCaches finished | |
04-04 03:58:45.255 65 65 D Zygote64Timing: PreloadClasses took to complete: 271ms | |
04-04 03:58:45.256 65 65 I zygote64: The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.256 65 65 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:45.257 65 65 I zygote64: The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.257 65 65 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar | |
04-04 03:58:45.258 65 65 I zygote64: The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.258 65 65 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:45.258 65 65 D Zygote64Timing: CacheNonBootClasspathClassLoaders took to complete: 3ms | |
04-04 03:58:45.258 65 65 I Zygote : Preloading resources... | |
04-04 03:58:45.262 65 65 W Resources: Preloaded drawable resource #0x1080293 (android:drawable/dialog_background_material) that varies with configuration!! | |
04-04 03:58:45.267 65 65 I Zygote : ...preloaded 64 resources in 9ms. | |
04-04 03:58:45.269 65 65 I Zygote : ...preloaded 41 resources in 2ms. | |
04-04 03:58:45.270 65 65 I Zygote : ...preloaded 8 resource in 1ms. | |
04-04 03:58:45.270 65 65 D Zygote64Timing: PreloadResources took to complete: 12ms | |
04-04 03:58:45.275 65 65 D libEGL : loaded /vendor/lib64/egl/libEGL_mesa.so | |
04-04 03:58:45.275 65 65 D libEGL : loaded /vendor/lib64/egl/libGLESv1_CM_mesa.so | |
04-04 03:58:45.276 65 65 D libEGL : loaded /vendor/lib64/egl/libGLESv2_mesa.so | |
04-04 03:58:45.278 65 65 I Zygote : Preloading shared libraries... | |
04-04 03:58:45.280 65 65 I Zygote : Called ZygoteHooks.endPreload() | |
04-04 03:58:45.281 65 65 I Zygote : Installed AndroidKeyStoreProvider in 0ms. | |
04-04 03:58:45.282 65 65 I Zygote : Warmed up JCA providers in 2ms. | |
04-04 03:58:45.282 65 65 D Zygote : end preload | |
04-04 03:58:45.282 65 65 D Zygote64Timing: ZygotePreload took to complete: 306ms | |
04-04 03:58:45.291 65 65 I zygote64: Explicit concurrent copying GC freed 128929(5631KB) AllocSpace objects, 5(128KB) LOS objects, 82% free, 5050KB/28MB, paused 11us total 9.434ms | |
04-04 03:58:45.298 65 65 I zygote64: Explicit concurrent copying GC freed 6232(257KB) AllocSpace objects, 0(0B) LOS objects, 83% free, 4825KB/28MB, paused 6us total 5.333ms | |
04-04 03:58:45.298 65 65 D Zygote64Timing: PostZygoteInitGC took to complete: 16ms | |
04-04 03:58:45.298 65 65 D Zygote64Timing: ZygoteInit took to complete: 324ms | |
04-04 03:58:45.318 65 65 D Zygote : Forked child process 287 | |
04-04 03:58:45.318 65 65 I Zygote : System server process 287 has been created | |
04-04 03:58:45.320 65 65 I Zygote : Accepting command socket connections | |
04-04 03:58:45.320 287 287 I chatty : uid=1000 system_server expire 122 lines | |
04-04 03:58:45.322 126 146 I adbd : jdwp connection from 287 | |
04-04 03:58:45.323 155 172 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... | |
04-04 03:58:45.350 287 287 I chatty : uid=1000 system_server expire 161 lines | |
04-04 03:58:45.352 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.419 287 311 I chatty : uid=1000 system_server expire 79 lines | |
04-04 03:58:45.423 155 172 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... | |
04-04 03:58:45.438 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IPowerStats/default in either framework or device manifest. | |
04-04 03:58:45.438 287 318 I chatty : uid=1000(system) batterystats-wo expire 4 lines | |
04-04 03:58:45.439 287 318 I chatty : uid=1000(system) batterystats-wo expire 12 lines | |
04-04 03:58:45.446 30 30 I servicemanager: getDeviceHalManifest: Reading VINTF information. | |
04-04 03:58:45.447 30 30 I servicemanager: getDeviceHalManifest: Successfully processed VINTF information | |
04-04 03:58:45.447 30 30 I servicemanager: getFrameworkHalManifest: Reading VINTF information. | |
04-04 03:58:45.447 30 30 I servicemanager: getFrameworkHalManifest: Successfully processed VINTF information | |
04-04 03:58:45.447 30 30 E servicemanager: Could not find android.hardware.power.IPower/default in the VINTF manifest. | |
04-04 03:58:45.452 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.474 30 30 E servicemanager: Could not find android.hardware.light.ILights/default in the VINTF manifest. | |
04-04 03:58:45.476 102 129 E HWComposer: getSupportedContentTypes: getSupportedContentTypes failed for display 0: Unsupported (8) | |
04-04 03:58:45.477 287 312 I chatty : uid=1000(system) android.bg expire 1 line | |
04-04 03:58:45.477 287 307 I chatty : uid=1000(system) android.display expire 2 lines | |
04-04 03:58:45.477 102 102 D SurfaceFlinger: Setting power mode 2 on display 0 | |
04-04 03:58:45.479 287 287 I chatty : uid=1000 system_server expire 237 lines | |
04-04 03:58:45.524 155 172 I ServiceManager: Waiting for service 'package_native' on '/dev/binder'... | |
04-04 03:58:45.552 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.573 287 330 I chatty : uid=1000 system_server expire 7 lines | |
04-04 03:58:45.574 151 163 W installd: Ignoring /data/data/com.android.webview/lib with unexpected GID 0 instead of 10114 | |
04-04 03:58:45.600 287 315 I chatty : uid=1000(system) ActivityManager expire 1 line | |
04-04 03:58:45.600 29 29 I lowmemorykiller: lmkd data connection established | |
04-04 03:58:45.602 0 0 I init : Control message: Processed ctl.start for 'idmap2d' from pid: 287 (system_server) | |
04-04 03:58:45.603 287 302 I chatty : uid=1000(system) Binder:287_2 expire 2 lines | |
04-04 03:58:45.603 134 134 I cameraserver: Waiting for sensor privacy service | |
04-04 03:58:45.607 99 99 I audioserver: Waiting for sensor privacy service | |
04-04 03:58:45.618 287 332 I chatty : uid=1000 system_server expire 6 lines | |
04-04 03:58:45.619 287 332 I chatty : uid=1000 system_server expire 1 line | |
04-04 03:58:45.619 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISensors/default in either framework or device manifest. | |
04-04 03:58:45.619 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMotHealth/default in either framework or device manifest. | |
04-04 03:58:45.619 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISensors/default in either framework or device manifest. | |
04-04 03:58:45.621 287 318 I chatty : uid=1000(system) batterystats-wo expire 4 lines | |
04-04 03:58:45.621 287 334 I chatty : uid=1000(system) HealthServiceHw expire 1 line | |
04-04 03:58:45.622 287 287 I chatty : uid=1000 system_server expire 227 lines | |
04-04 03:58:45.624 155 172 W AudioAnalytics: (key=audio.flinger) Audioflinger constructor event detected | |
04-04 03:58:45.624 287 312 I chatty : uid=1000(system) android.bg expire 1 line | |
04-04 03:58:45.625 287 338 I chatty : uid=1000 system_server expire 4 lines | |
04-04 03:58:45.625 287 339 I chatty : uid=1000 system_server expire 4 lines | |
04-04 03:58:45.626 287 339 I chatty : uid=1000 system_server expire 1 line | |
04-04 03:58:45.627 66 66 I Zygote : Lazily preloading resources. | |
04-04 03:58:45.627 66 66 D Zygote : begin preload | |
04-04 03:58:45.627 66 66 I Zygote : Calling ZygoteHooks.beginPreload() | |
04-04 03:58:45.629 134 134 I HidlServiceManagement: Registered [email protected]::ICameraService/default | |
04-04 03:58:45.629 134 134 I CameraService: CameraService pinged cameraservice proxy | |
04-04 03:58:45.629 134 134 I cameraserver: ServiceManager: 0xeb4ef410 done instantiate | |
04-04 03:58:45.631 66 66 D ZygoteInitTiming_lazy: BeginPreload took to complete: 4ms | |
04-04 03:58:45.631 66 66 I Zygote : Preloading classes... | |
04-04 03:58:45.632 66 66 W Zygote : Class not found for preloading: android.app.-$$Lambda$ResourcesManager$QJ7UiVk_XS90KuXAsIjIEym1DnM | |
04-04 03:58:45.646 30 30 E servicemanager: Could not find android.hardware.vibrator.IVibrator/default in the VINTF manifest. | |
04-04 03:58:45.646 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IVibrator/default in either framework or device manifest. | |
04-04 03:58:45.647 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IConsumerIr/default in either framework or device manifest. | |
04-04 03:58:45.649 287 307 I chatty : uid=1000(system) android.display expire 1 line | |
04-04 03:58:45.650 287 307 I chatty : uid=1000(system) android.display expire 4 lines | |
04-04 03:58:45.652 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.658 287 305 I chatty : uid=1000(system) android.ui expire 2 lines | |
04-04 03:58:45.663 287 346 I chatty : uid=1000 system_server expire 6 lines | |
04-04 03:58:45.664 287 346 I chatty : uid=1000 system_server expire 3 lines | |
04-04 03:58:45.701 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IInputClassifier/default in either framework or device manifest. | |
04-04 03:58:45.701 287 348 I chatty : uid=1000(system) InputReader expire 35 lines | |
04-04 03:58:45.701 287 349 I chatty : uid=1000 system_server expire 1 line | |
04-04 03:58:45.705 287 350 I chatty : uid=1000(system) NetworkWatchlis expire 2 lines | |
04-04 03:58:45.710 0 0 I init : processing action (sys.sysctl.extra_free_kbytes=*) from (/system/etc/init/hw/init.rc:995) | |
04-04 03:58:45.712 287 352 I chatty : uid=1000(system) StorageManagerS expire 4 lines | |
04-04 03:58:45.712 66 66 E ActivityRecognitionHardware: activity_recognition HAL is deprecated. class_init is effectively a no-op | |
04-04 03:58:45.714 287 353 I chatty : uid=1000 system_server expire 4 lines | |
04-04 03:58:45.717 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IOemLock/default in either framework or device manifest. | |
04-04 03:58:45.752 63 63 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.768 66 66 W Zygote : Class not found for preloading: android.inputmethodservice.-$$Lambda$InputMethodService$TvVfWDKZ3ljQdrU87qYykg6uD-I | |
04-04 03:58:45.777 66 66 I zygote : Thread[1,tid=66,Native,Thread*=0xf2ed3e00,peer=0x12d00680,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.777 66 66 I zygote : Thread[1,tid=66,Native,Thread*=0xf2ed3e00,peer=0x12d00680,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.777 66 66 D MtpDeviceJNI: register_android_mtp_MtpDevice | |
04-04 03:58:45.777 66 66 I zygote : Thread[1,tid=66,Native,Thread*=0xf2ed3e00,peer=0x12d00680,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.777 66 66 I zygote : Thread[1,tid=66,Native,Thread*=0xf2ed3e00,peer=0x12d00680,"main"] recursive attempt to load library "libmedia_jni.so" | |
04-04 03:58:45.777 66 66 W MediaProfiles: Could not find a validated xml file. Using the default instance instead. | |
04-04 03:58:45.781 66 66 W Zygote : Class not found for preloading: android.media.MediaRouter$Static$Client$1 | |
04-04 03:58:45.781 66 66 W Zygote : Class not found for preloading: android.media.MediaRouter$Static$Client$2 | |
04-04 03:58:45.788 66 66 W Zygote : Class not found for preloading: android.net.shared.Inet4AddressUtils | |
04-04 03:58:45.788 66 66 W Zygote : Class not found for preloading: android.net.shared.InetAddressUtils | |
04-04 03:58:45.806 66 66 W Zygote : Class not found for preloading: android.telephony.ims.stub.-$$Lambda$ImsRegistrationImplBase$wwtkoeOtGwMjG5I0-ZTfjNpGU-s | |
04-04 03:58:45.807 287 287 I chatty : uid=1000 system_server expire 242 lines | |
04-04 03:58:45.813 66 66 W Zygote : Class not found for preloading: android.view.-$$Lambda$cZhmLzK8aetUdx4VlP9w5jR7En0 | |
04-04 03:58:45.814 99 99 D PermissionCache: checking android.permission.MODIFY_AUDIO_ROUTING for uid=1000 => granted (89 us) | |
04-04 03:58:45.815 99 99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:45.815 99 99 I chatty : uid=1041(audioserver) /system/bin/audioserver identical 2 lines | |
04-04 03:58:45.815 99 99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:45.816 99 244 D PermissionCache: checking android.permission.MODIFY_AUDIO_SETTINGS for uid=1000 => granted (31 us) | |
04-04 03:58:45.816 66 66 W Zygote : Class not found for preloading: android.view.autofill.-$$Lambda$AutofillManager$AutofillManagerClient$vxNm6RuuD-r5pkiSxNSBBd1w_Qc | |
04-04 03:58:45.816 66 66 W Zygote : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$JPRO-nNGZpgXrKr4QC_iQiTbQx0 | |
04-04 03:58:45.816 66 66 W Zygote : Class not found for preloading: android.view.contentcapture.-$$Lambda$MainContentCaptureSession$1$Xhq3WJibbalS1G_W3PRC2m7muhM | |
04-04 03:58:45.816 66 66 W Zygote : Class not found for preloading: android.view.contentcapture.MainContentCaptureSession$1 | |
04-04 03:58:45.821 99 244 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:45.822 99 244 D AudioFlinger: isLowRamDevice:false totalMemory:15466844160 mClientSharedHeapSize:33554432 | |
04-04 03:58:45.823 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISoundTriggerHw/default in either framework or device manifest. | |
04-04 03:58:45.824 99 244 I CaptureStateNotifier: Registering a listener | |
04-04 03:58:45.824 287 377 I chatty : uid=1000(system) Thread-4 expire 1 line | |
04-04 03:58:45.824 66 66 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$T7zIZMFnvwrmtbuTMXLaZHHp-9s | |
04-04 03:58:45.824 66 66 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$XuWfs8-IsKaNygi8YjlVGjedkIw | |
04-04 03:58:45.824 66 66 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$qN_gooelzsUiBhYWznXKzb-8_wA | |
04-04 03:58:45.824 66 66 W Zygote : Class not found for preloading: com.android.internal.infra.-$$Lambda$rAXGjry3wPGKviARzTYfDiY7xrs | |
04-04 03:58:45.825 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IThermal/default in either framework or device manifest. | |
04-04 03:58:45.825 287 379 I chatty : uid=1000 system_server expire 4 lines | |
04-04 03:58:45.828 287 364 I chatty : uid=1000(system) ConnectivitySer expire 1 line | |
04-04 03:58:45.830 66 66 W Zygote : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$VCQsMNqRHpN3RyoXYzh2YUwA2yc | |
04-04 03:58:45.830 66 66 W Zygote : Class not found for preloading: com.android.internal.telephony.-$$Lambda$SubscriptionController$u5xE-urXR6ElZ50305_6guo20Fc | |
04-04 03:58:45.832 287 383 I chatty : uid=1000 system_server expire 7 lines | |
04-04 03:58:45.832 63 72 I ServiceManager: Waiting for service 'statscompanion' on '/dev/binder'... | |
04-04 03:58:45.839 126 143 I adbd : adbd mDNS service _adb._tcp registered: 1 | |
04-04 03:58:45.843 287 305 I chatty : uid=1000(system) android.ui expire 1 line | |
04-04 03:58:45.851 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IWeaver/default in either framework or device manifest. | |
04-04 03:58:45.851 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAuthSecret/default in either framework or device manifest. | |
04-04 03:58:45.852 287 287 I chatty : uid=1000 system_server expire 250 lines | |
04-04 03:58:45.853 66 66 W Zygote : Class not found for preloading: com.android.internal.telephony.IccSmsInterfaceManager$2 | |
04-04 03:58:45.853 63 63 I statsd : Statsd starts to listen to socket. | |
04-04 03:58:45.853 287 345 I chatty : uid=1000(system) Binder:287_3 expire 5 lines | |
04-04 03:58:45.853 287 396 I chatty : uid=1000 system_server expire 4 lines | |
04-04 03:58:45.854 287 345 I chatty : uid=1000(system) Binder:287_3 expire 1 line | |
04-04 03:58:45.856 66 66 W Zygote : Class not found for preloading: com.android.internal.telephony.dataconnection.DcTracker$5 | |
04-04 03:58:45.860 66 66 W Zygote : Class not found for preloading: com.android.internal.widget.-$$Lambda$gPQuiuEDuOmrh2MixBcV6a5gu5s | |
04-04 03:58:45.860 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:45.860 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:45.860 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.860 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:45.860 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.860 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:45.860 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.860 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:45.860 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.860 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.UiModeManagerService | |
04-04 03:58:45.860 66 66 W Zygote : Class not found for preloading: com.android.internal.widget.LockPatternUtils$2 | |
04-04 03:58:45.861 287 287 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 03:58:45.861 287 287 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 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.UiModeManagerService took to complete: 1ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:45.862 287 287 D TestHarnessModeService: Setting up test harness mode | |
04-04 03:58:45.862 287 287 D TestHarnessModeService: Getting PersistentDataBlockManagerInternal from LocalServices | |
04-04 03:58:45.862 287 287 E TestHarnessModeService: Failed to start Test Harness Mode; no implementation of PersistentDataBlockManagerInternal was bound! | |
04-04 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.DeviceIdleController | |
04-04 03:58:45.862 287 287 E HistoricalRegistry: Interaction before persistence initialized | |
04-04 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:45.862 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.862 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.wifi.WifiService | |
04-04 03:58:45.863 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.wifi.WifiService took to complete: 1ms | |
04-04 03:58:45.863 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:45.863 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:45.863 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.ethernet.EthernetService | |
04-04 03:58:45.864 287 360 I chatty : uid=1000(system) WifiHandlerThre expire 33 lines | |
04-04 03:58:45.864 287 364 D ConnectivityService: Got NetworkProvider Messenger for Ethernet | |
04-04 03:58:45.864 287 400 I chatty : uid=1000(system) EthernetService expire 7 lines | |
04-04 03:58:45.864 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.ethernet.EthernetService took to complete: 1ms | |
04-04 03:58:45.864 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.notification.NotificationManagerService | |
04-04 03:58:45.865 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.notification.NotificationManagerService took to complete: 1ms | |
04-04 03:58:45.865 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:45.865 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:45.865 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:45.865 287 287 E HistoricalRegistry: Interaction before persistence initialized | |
04-04 03:58:45.865 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.865 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:45.865 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.865 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:45.865 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.865 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:45.865 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.865 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:45.865 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.DockObserver | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.DockObserver took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.twilight.TwilightService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.job.JobSchedulerService | |
04-04 03:58:45.866 287 287 E HistoricalRegistry: Interaction before persistence initialized | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.job.JobSchedulerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:45.866 287 287 D SoundTriggerService: onBootPhase: 500 : false | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.trust.TrustManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.role.RoleManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.role.RoleManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.GestureLauncherService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.SensorNotificationService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.SensorNotificationService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.dreams.DreamManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.print.PrintManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaSessionService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaSessionService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.BiometricService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.AuthService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.blob.BlobStoreManagerService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.pm.LauncherAppsService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:45.866 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:45.866 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.people.PeopleService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.MmsServiceBroker | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.autofill.AutofillManagerService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.clipboard.ClipboardService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:45.867 30 30 E servicemanager: Could not find vendor.lineage.power.IPower/default in the VINTF manifest. | |
04-04 03:58:45.867 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ILineagePower/default in either framework or device manifest. | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500_org.lineageos.platform.internal.WayDroidService took to complete: 0ms | |
04-04 03:58:45.867 287 287 D SystemServerTiming: OnBootPhase_500 took to complete: 13ms | |
04-04 03:58:45.867 287 287 D SystemServerTiming: StartBootPhaseSystemServicesReady took to complete: 13ms | |
04-04 03:58:45.867 287 287 I SystemServerTiming: MakeWindowManagerServiceReady | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: Failed to initialize KernelCpuThreadReader | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: java.nio.file.NoSuchFileException: /proc/self/time_in_state | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:214) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at java.nio.file.Files.newByteChannel(Files.java:361) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at java.nio.file.Files.newByteChannel(Files.java:407) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at java.nio.file.Files.readAllBytes(Files.java:3152) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.internal.os.ProcTimeInStateReader.initializeTimeInStateFormat(ProcTimeInStateReader.java:163) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.internal.os.ProcTimeInStateReader.<init>(ProcTimeInStateReader.java:110) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.internal.os.KernelCpuThreadReader.<init>(KernelCpuThreadReader.java:138) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.internal.os.KernelCpuThreadReader.create(KernelCpuThreadReader.java:151) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.internal.os.KernelCpuThreadReaderSettingsObserver.<init>(KernelCpuThreadReaderSettingsObserver.java:95) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.internal.os.KernelCpuThreadReaderSettingsObserver.getSettingsModifiedReader(KernelCpuThreadReaderSettingsObserver.java:80) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.server.stats.pull.StatsPullAtomService.initializePullersState(StatsPullAtomService.java:729) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$0$StatsPullAtomService(StatsPullAtomService.java:676) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$DD__7RQZDPvJeL9pnb_7J1voUNE.run(Unknown Source:2) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at android.os.Handler.handleCallback(Handler.java:938) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at android.os.Handler.dispatchMessage(Handler.java:99) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:45.867 287 312 E KernelCpuThreadReader: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:45.868 287 312 I chatty : uid=1000(system) android.bg expire 3 lines | |
04-04 03:58:45.868 287 312 I HealthServiceWrapper: health: HealthServiceWrapper listening to instance default | |
04-04 03:58:45.868 287 312 D StatsPullAtomService: Registering pullers with statsd | |
04-04 03:58:45.868 287 405 I chatty : uid=1000(system) HealthServiceHw expire 1 line | |
04-04 03:58:45.869 287 312 I StatsPullAtomService: register thermal listener successfully | |
04-04 03:58:45.869 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:45.869 159 159 E wificond: Failed to get wiphy index | |
04-04 03:58:45.870 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IKeyDisabler/default in either framework or device manifest. | |
04-04 03:58:45.870 287 363 I chatty : uid=1000(system) WifiScanningSer expire 2 lines | |
04-04 03:58:45.872 287 287 D SystemServerTiming: MakeWindowManagerServiceReady took to complete: 5ms | |
04-04 03:58:45.872 287 287 I SystemServerTiming: MakePowerManagerServiceReady | |
04-04 03:58:45.873 287 287 E DisplayPowerController: failed to set up display white-balance: java.lang.IllegalStateException: cannot find light sensor | |
04-04 03:58:45.875 287 318 E KernelCpuUidFreqTimeReader: Failed to read /proc/uid_time_in_state: java.nio.file.NoSuchFileException: /proc/uid_time_in_state | |
04-04 03:58:45.875 287 318 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 03:58:45.875 287 321 W KeyguardServiceDelegate: onScreenTurningOn(): no keyguard service! | |
04-04 03:58:45.876 287 287 D SystemServerTiming: MakePowerManagerServiceReady took to complete: 4ms | |
04-04 03:58:45.876 287 287 I SystemServerTiming: StartPermissionPolicyService | |
04-04 03:58:45.876 287 287 I SystemServiceManager: Starting com.android.server.policy.PermissionPolicyService | |
04-04 03:58:45.877 287 287 D SystemServerTiming: StartPermissionPolicyService took to complete: 1ms | |
04-04 03:58:45.877 287 287 I SystemServerTiming: MakePackageManagerServiceReady | |
04-04 03:58:45.879 287 287 I PackageManager: Permission ownership changed. Updating all permissions. | |
04-04 03:58:45.882 287 321 V DisplayPowerController: Brightness [0.39763778] reason changing to: 'override', previous reason: '0'. | |
04-04 03:58:45.884 66 66 I Zygote : ...preloaded 12103 classes in 252ms. | |
04-04 03:58:45.884 66 66 I zygote : VMRuntime.preloadDexCaches starting | |
04-04 03:58:45.884 287 287 V UserDataPreparer: Found /data/user_de/0 with serial number 0 | |
04-04 03:58:45.884 287 287 V UserDataPreparer: Found /data/user/0 with serial number 0 | |
04-04 03:58:45.884 287 287 V UserDataPreparer: Found /data/system_de/0 with serial number 0 | |
04-04 03:58:45.884 287 287 V UserDataPreparer: Found /data/system_ce/0 with serial number 0 | |
04-04 03:58:45.884 287 287 V UserDataPreparer: Found /data/misc_ce/0 with serial number 0 | |
04-04 03:58:45.885 287 287 D SystemServerTiming: MakePackageManagerServiceReady took to complete: 8ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: MakeDisplayManagerServiceReady | |
04-04 03:58:45.885 287 307 E DisplayModeDirector: Asked about unknown display, returning empty display mode specs!(id=0) | |
04-04 03:58:45.885 287 307 E DisplayModeDirector: Asked about unknown display, returning empty display mode specs!(id=0) | |
04-04 03:58:45.885 287 287 D SystemServerTiming: MakeDisplayManagerServiceReady took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: StartDeviceSpecificServices | |
04-04 03:58:45.885 287 287 D SystemServerTiming: StartDeviceSpecificServices took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: StartBootPhaseDeviceSpecificServicesReady | |
04-04 03:58:45.885 287 287 I SystemServiceManager: Starting phase 520 | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520 | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.security.FileIntegrityService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.security.FileIntegrityService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.Installer | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.Installer took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.DataLoaderManagerService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.DataLoaderManagerService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.power.PowerManagerService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.power.PowerManagerService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.power.ThermalManagerService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.power.ThermalManagerService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.lights.LightsService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.lights.LightsService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.display.DisplayManagerService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.display.DisplayManagerService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.om.OverlayManagerService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.om.OverlayManagerService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.SensorPrivacyService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.SensorPrivacyService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.SystemConfigService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.SystemConfigService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.BatteryService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.BatteryService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.usage.UsageStatsService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.usage.UsageStatsService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.webkit.WebViewUpdateService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.webkit.WebViewUpdateService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.CachedDeviceStateService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.CachedDeviceStateService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.rollback.RollbackManagerService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.rollback.RollbackManagerService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.os.BugreportManagerService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.os.BugreportManagerService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.gpu.GpuService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.gpu.GpuService took to complete: 0ms | |
04-04 03:58:45.885 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.security.KeyChainSystemService | |
04-04 03:58:45.885 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.security.KeyChainSystemService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.telecom.TelecomLoaderService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.telecom.TelecomLoaderService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.content.ContentService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.content.ContentService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.DropBoxManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.DropBoxManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.AlarmManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.AlarmManagerService took to complete: 1ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.BluetoothService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.BluetoothService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.PinnerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.PinnerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.google.android.startop.iorap.IorapForwardingService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.UiModeManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.UiModeManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.DeviceIdleController | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.wifi.WifiService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.wifi.WifiService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.ethernet.EthernetService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.ethernet.EthernetService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.notification.NotificationManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.notification.NotificationManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.DockObserver | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.DockObserver took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.twilight.TwilightService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.job.JobSchedulerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.job.JobSchedulerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:45.886 287 287 D SoundTriggerService: onBootPhase: 520 : false | |
04-04 03:58:45.886 287 287 W SoundTriggerHelper: listModules status=0, # of modules=0 | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.trust.TrustManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.role.RoleManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.role.RoleManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.GestureLauncherService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.SensorNotificationService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.SensorNotificationService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.dreams.DreamManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.print.PrintManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaSessionService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaSessionService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:45.886 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:45.886 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.BiometricService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.AuthService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.blob.BlobStoreManagerService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.LauncherAppsService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.people.PeopleService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.MmsServiceBroker | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.autofill.AutofillManagerService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.clipboard.ClipboardService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_org.lineageos.platform.internal.WayDroidService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.policy.PermissionPolicyService | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.policy.PermissionPolicyService took to complete: 0ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: OnBootPhase_520_com.android.server.pm.StagingManager$Lifecycle | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms | |
04-04 03:58:45.887 287 287 D SystemServerTiming: OnBootPhase_520 took to complete: 2ms | |
04-04 03:58:45.887 287 287 D SystemServerTiming: StartBootPhaseDeviceSpecificServicesReady took to complete: 2ms | |
04-04 03:58:45.887 287 287 I SystemServerTiming: PhaseActivityManagerReady | |
04-04 03:58:45.887 287 287 I SystemServerTiming: controllersReady | |
04-04 03:58:45.888 287 410 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.media.module changed | |
04-04 03:58:45.888 287 410 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.providers.media.module changed | |
04-04 03:58:45.888 287 411 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.systemui changed | |
04-04 03:58:45.888 287 411 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.systemui changed | |
04-04 03:58:45.888 287 412 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.deskclock changed | |
04-04 03:58:45.888 287 412 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.deskclock changed | |
04-04 03:58:45.888 287 413 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.calendar changed | |
04-04 03:58:45.888 287 413 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.providers.calendar changed | |
04-04 03:58:45.888 287 414 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.userdictionary changed | |
04-04 03:58:45.888 287 414 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.providers.userdictionary changed | |
04-04 03:58:45.888 287 410 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.providers.media.module changed | |
04-04 03:58:45.888 287 411 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.systemui changed | |
04-04 03:58:45.888 287 412 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.deskclock changed | |
04-04 03:58:45.888 287 414 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.providers.userdictionary changed | |
04-04 03:58:45.888 287 339 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package org.lineageos.lineageparts changed | |
04-04 03:58:45.888 287 411 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.systemui changed took to complete: 0ms | |
04-04 03:58:45.888 287 330 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.server.telecom changed | |
04-04 03:58:45.888 287 311 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package android changed | |
04-04 03:58:45.888 287 332 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.settings changed | |
04-04 03:58:45.888 287 332 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.settings changed | |
04-04 03:58:45.888 287 412 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.deskclock changed took to complete: 0ms | |
04-04 03:58:45.888 287 415 I SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.phone changed | |
04-04 03:58:45.888 287 415 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.phone changed | |
04-04 03:58:45.888 287 413 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.providers.calendar changed | |
04-04 03:58:45.888 287 415 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.phone changed | |
04-04 03:58:45.888 287 415 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.phone changed took to complete: 0ms | |
04-04 03:58:45.888 287 330 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package com.android.server.telecom changed | |
04-04 03:58:45.888 287 311 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package android changed | |
04-04 03:58:45.888 287 410 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.media.module changed took to complete: 0ms | |
04-04 03:58:45.888 287 332 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.settings changed | |
04-04 03:58:45.888 287 414 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.userdictionary changed took to complete: 0ms | |
04-04 03:58:45.888 287 287 D SystemServerTiming: controllersReady took to complete: 1ms | |
04-04 03:58:45.888 287 413 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.providers.calendar changed took to complete: 0ms | |
04-04 03:58:45.888 287 339 D SystemServerInitThreadPool: Started executing Update app-ops uidState in case package org.lineageos.lineageparts changed | |
04-04 03:58:45.888 287 330 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package com.android.server.telecom changed | |
04-04 03:58:45.888 287 311 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package android changed | |
04-04 03:58:45.888 287 311 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package android changed took to complete: 0ms | |
04-04 03:58:45.888 287 339 D SystemServerInitThreadPool: Finished executing Update app-ops uidState in case package org.lineageos.lineageparts changed | |
04-04 03:58:45.888 287 339 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package org.lineageos.lineageparts changed took to complete: 0ms | |
04-04 03:58:45.888 287 332 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.settings changed took to complete: 0ms | |
04-04 03:58:45.888 287 330 D SystemServerTimingAsync: InitThreadPoolExec:Update app-ops uidState in case package com.android.server.telecom changed took to complete: 0ms | |
04-04 03:58:45.888 287 287 I SystemServerTiming: killProcesses | |
04-04 03:58:45.888 287 287 D SystemServerTiming: killProcesses took to complete: 0ms | |
04-04 03:58:45.888 287 287 I ActivityManager: System now ready | |
04-04 03:58:45.888 287 287 I SystemServerTiming: updateTopComponentForFactoryTest | |
04-04 03:58:45.888 287 287 D SystemServerTiming: updateTopComponentForFactoryTest took to complete: 0ms | |
04-04 03:58:45.888 287 287 I SystemServerTiming: registerActivityLaunchObserver | |
04-04 03:58:45.888 287 287 D SystemServerTiming: registerActivityLaunchObserver took to complete: 0ms | |
04-04 03:58:45.888 287 287 I SystemServerTiming: watchDeviceProvisioning | |
04-04 03:58:45.890 66 66 I zygote : VMRuntime.preloadDexCaches strings total=363832 before=11020 after=11020 | |
04-04 03:58:45.890 66 66 I zygote : VMRuntime.preloadDexCaches types total=41060 before=11251 after=11426 | |
04-04 03:58:45.890 66 66 I zygote : VMRuntime.preloadDexCaches fields total=174546 before=14273 after=15177 | |
04-04 03:58:45.890 66 66 I zygote : VMRuntime.preloadDexCaches methods total=317291 before=18080 after=18080 | |
04-04 03:58:45.890 66 66 I zygote : VMRuntime.preloadDexCaches finished | |
04-04 03:58:45.890 66 66 D ZygoteInitTiming_lazy: PreloadClasses took to complete: 259ms | |
04-04 03:58:45.891 66 66 I zygote : The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.891 66 66 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:45.892 66 66 I zygote : The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.892 66 66 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar | |
04-04 03:58:45.892 66 66 I zygote : The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.893 66 66 D ApplicationLoaders: Created zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:45.893 66 66 D ZygoteInitTiming_lazy: CacheNonBootClasspathClassLoaders took to complete: 3ms | |
04-04 03:58:45.893 66 66 I Zygote : Preloading resources... | |
04-04 03:58:45.894 287 287 D SystemServerTiming: watchDeviceProvisioning took to complete: 6ms | |
04-04 03:58:45.894 287 287 I SystemServerTiming: retrieveSettings | |
04-04 03:58:45.894 287 287 D SystemServerTiming: retrieveSettings took to complete: 0ms | |
04-04 03:58:45.894 287 287 I SystemServerTiming: Ugm.onSystemReady | |
04-04 03:58:45.894 287 287 D SystemServerTiming: Ugm.onSystemReady took to complete: 0ms | |
04-04 03:58:45.894 287 287 I SystemServerTiming: updateForceBackgroundCheck | |
04-04 03:58:45.894 287 287 D SystemServerTiming: updateForceBackgroundCheck took to complete: 0ms | |
04-04 03:58:45.894 287 287 I SystemServer: Making services ready | |
04-04 03:58:45.894 287 287 I SystemServerTiming: StartActivityManagerReadyPhase | |
04-04 03:58:45.894 287 287 I SystemServiceManager: Starting phase 550 | |
04-04 03:58:45.894 287 287 I SystemServerTiming: OnBootPhase_550 | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.security.FileIntegrityService | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.security.FileIntegrityService took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.Installer | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.Installer took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.os.DeviceIdentifiersPolicyService | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.uri.UriGrantsManagerService$Lifecycle | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.wm.ActivityTaskManagerService$Lifecycle | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.am.ActivityManagerService$Lifecycle | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.DataLoaderManagerService | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.DataLoaderManagerService took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.power.PowerManagerService | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.power.PowerManagerService took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.power.ThermalManagerService | |
04-04 03:58:45.895 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IThermal/default in either framework or device manifest. | |
04-04 03:58:45.895 287 287 E ThermalHalWrapper: Thermal HAL 2.0 service not connected. | |
04-04 03:58:45.895 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IThermal/default in either framework or device manifest. | |
04-04 03:58:45.895 287 287 E ThermalHalWrapper: Thermal HAL 1.1 service not connected. | |
04-04 03:58:45.895 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IThermal/default in either framework or device manifest. | |
04-04 03:58:45.895 287 287 E ThermalHalWrapper: Thermal HAL 1.0 service not connected. | |
04-04 03:58:45.895 287 287 W ThermalManagerService: No Thermal HAL service on this device | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.power.ThermalManagerService took to complete: 0ms | |
04-04 03:58:45.895 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.recoverysystem.RecoverySystemService$Lifecycle | |
04-04 03:58:45.895 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.lights.LightsService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.lights.LightsService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.display.DisplayManagerService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.display.DisplayManagerService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.UserManagerService$LifeCycle | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.om.OverlayManagerService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.om.OverlayManagerService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.SensorPrivacyService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.SensorPrivacyService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.SystemConfigService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.SystemConfigService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.BatteryService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.BatteryService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.usage.UsageStatsService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.usage.UsageStatsService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.webkit.WebViewUpdateService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.webkit.WebViewUpdateService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.CachedDeviceStateService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.CachedDeviceStateService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.BinderCallsStatsService$LifeCycle | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.LooperStatsService$Lifecycle | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.rollback.RollbackManagerService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.rollback.RollbackManagerService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.os.BugreportManagerService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.os.BugreportManagerService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.gpu.GpuService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.gpu.GpuService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.security.KeyChainSystemService | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.security.KeyChainSystemService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.telecom.TelecomLoaderService | |
04-04 03:58:45.896 287 287 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 03:58:45.896 287 287 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 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.telecom.TelecomLoaderService took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.accounts.AccountManagerService$Lifecycle | |
04-04 03:58:45.896 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.896 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.content.ContentService$Lifecycle | |
04-04 03:58:45.897 66 66 W Resources: Preloaded drawable resource #0x1080293 (android:drawable/dialog_background_material) that varies with configuration!! | |
04-04 03:58:45.897 287 287 I SyncManager: No initial accounts | |
04-04 03:58:45.897 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.content.ContentService$Lifecycle took to complete: 1ms | |
04-04 03:58:45.897 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.DropBoxManagerService | |
04-04 03:58:45.897 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.DropBoxManagerService took to complete: 0ms | |
04-04 03:58:45.897 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.AlarmManagerService | |
04-04 03:58:45.897 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.AlarmManagerService took to complete: 0ms | |
04-04 03:58:45.897 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.BluetoothService | |
04-04 03:58:45.897 287 287 D BluetoothManagerService: Bluetooth boot completed | |
04-04 03:58:45.897 287 287 D BluetoothManagerService: Auto-enabling Bluetooth. | |
04-04 03:58:45.897 287 306 D BluetoothManagerService: MESSAGE_ENABLE(0): mBluetooth = null | |
04-04 03:58:45.897 287 306 D BluetoothManagerService: binding Bluetooth service | |
04-04 03:58:45.897 287 306 E BluetoothManagerService: Fail to bind to: Intent { act=android.bluetooth.IBluetooth } | |
04-04 03:58:45.898 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.BluetoothService took to complete: 0ms | |
04-04 03:58:45.898 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.connectivity.IpConnectivityMetrics | |
04-04 03:58:45.898 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms | |
04-04 03:58:45.898 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle | |
04-04 03:58:45.898 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 1ms | |
04-04 03:58:45.898 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.PinnerService | |
04-04 03:58:45.898 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.PinnerService took to complete: 0ms | |
04-04 03:58:45.898 287 287 I SystemServerTiming: OnBootPhase_550_com.google.android.startop.iorap.IorapForwardingService | |
04-04 03:58:45.898 287 287 D SystemServerTiming: OnBootPhase_550_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms | |
04-04 03:58:45.898 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.integrity.AppIntegrityManagerService | |
04-04 03:58:45.898 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:45.898 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:45.899 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IStylusMode/default in either framework or device manifest. | |
04-04 03:58:45.899 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IGloveMode/default in either framework or device manifest. | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 7ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.UiModeManagerService | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.UiModeManagerService took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:45.905 66 66 I Zygote : ...preloaded 64 resources in 12ms. | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.DeviceIdleController | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.wifi.WifiService | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.wifi.WifiService took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:45.905 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.ethernet.EthernetService | |
04-04 03:58:45.905 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.ethernet.EthernetService took to complete: 0ms | |
04-04 03:58:45.906 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.notification.NotificationManagerService | |
04-04 03:58:45.906 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.notification.NotificationManagerService took to complete: 0ms | |
04-04 03:58:45.906 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:45.906 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:45.906 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:45.906 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.906 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:45.906 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.906 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:45.906 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.906 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:45.906 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.906 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:45.906 287 352 D StorageManagerService: Isolated storage local flag 0 and remote flag 0 resolved to true | |
04-04 03:58:45.906 287 287 I WallpaperManagerService: No static wallpaper imagery; defaults will be shown | |
04-04 03:58:45.906 287 287 V WallpaperManagerService: bindWallpaperComponentLocked: componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper} | |
04-04 03:58:45.907 287 287 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10132; state: DISABLED | |
04-04 03:58:45.907 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10132; state: ENABLED | |
04-04 03:58:45.907 287 287 W WallpaperManagerService: Invalid wallpaper data | |
04-04 03:58:45.907 287 287 E WallpaperManagerService: Unable to apply new wallpaper | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 1ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.DockObserver | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.DockObserver took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.twilight.TwilightService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:45.907 287 346 I SystemServerTimingAsync: InitThreadPoolExec:UsbService$Lifecycle#onBootPhase | |
04-04 03:58:45.907 287 346 D SystemServerInitThreadPool: Started executing UsbService$Lifecycle#onBootPhase | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.job.JobSchedulerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.job.JobSchedulerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:45.907 287 287 D SoundTriggerService: onBootPhase: 550 : false | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.trust.TrustManagerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:45.907 287 346 D SystemServerInitThreadPool: Finished executing UsbService$Lifecycle#onBootPhase | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:45.907 287 346 D SystemServerTimingAsync: InitThreadPoolExec:UsbService$Lifecycle#onBootPhase took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.role.RoleManagerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.role.RoleManagerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.GestureLauncherService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.SensorNotificationService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.SensorNotificationService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.dreams.DreamManagerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.print.PrintManagerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaSessionService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaSessionService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.BiometricService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.AuthService | |
04-04 03:58:45.907 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:45.907 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:45.907 287 373 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled | |
04-04 03:58:45.908 287 373 I chatty : uid=1000(system) AudioService expire 2 lines | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.blob.BlobStoreManagerService took to complete: 1ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.LauncherAppsService | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.people.PeopleService | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:45.908 99 243 I AudioFlinger: systemReady | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.MmsServiceBroker | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.autofill.AutofillManagerService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.clipboard.ClipboardService | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:45.908 287 287 I AppBindingService: Updating constants with: null | |
04-04 03:58:45.908 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:45.908 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:45.908 66 66 I Zygote : ...preloaded 41 resources in 3ms. | |
04-04 03:58:45.910 66 66 I Zygote : ...preloaded 8 resource in 2ms. | |
04-04 03:58:45.910 66 66 D ZygoteInitTiming_lazy: PreloadResources took to complete: 17ms | |
04-04 03:58:45.910 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.ProfileManagerService took to complete: 2ms | |
04-04 03:58:45.910 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:45.911 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:45.911 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:45.911 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:45.911 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:45.911 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms | |
04-04 03:58:45.911 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:45.911 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:45.911 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:45.911 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:45.911 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:45.911 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:45.911 287 287 I SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:45.911 287 287 D SystemServerTiming: OnBootPhase_550_org.lineageos.platform.internal.WayDroidService took to complete: 0ms | |
04-04 03:58:45.911 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.policy.PermissionPolicyService | |
04-04 03:58:45.911 154 219 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:45.911 154 154 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:45.912 156 211 D MediaCodecList: Allowing all OMX codecs | |
04-04 03:58:45.913 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.913 160 160 I OMXMaster: makeComponentInstance(OMX.google.aac.decoder) in android.hardwar process | |
04-04 03:58:45.915 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.915 160 233 I OMXMaster: makeComponentInstance(OMX.ffmpeg.aac.decoder) in android.hardwar process | |
04-04 03:58:45.915 160 233 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.aac.decoder' | |
04-04 03:58:45.915 160 233 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.aac.decoder mCodingType: 21 | |
04-04 03:58:45.915 160 233 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.916 160 233 E OMXNodeInstance: getParameter(0xed2e6480:ffmpeg.aac.decoder, ParamAudioProfileQuerySupported(0x6f400005)) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.916 156 211 W ACodec : component OMX.ffmpeg.aac.decoder doesn't support profile query. | |
04-04 03:58:45.916 160 233 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.916 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.916 160 233 I OMXMaster: makeComponentInstance(OMX.ffmpeg.ac3.decoder) in android.hardwar process | |
04-04 03:58:45.916 160 233 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.ac3.decoder' | |
04-04 03:58:45.916 160 233 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.ac3.decoder mCodingType: 2130706434 | |
04-04 03:58:45.916 160 233 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.916 160 233 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.916 287 287 I PackageManager: Permission ownership changed. Updating all permissions. | |
04-04 03:58:45.916 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.916 160 233 I OMXMaster: makeComponentInstance(OMX.google.amrnb.decoder) in android.hardwar process | |
04-04 03:58:45.917 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.917 160 233 I OMXMaster: makeComponentInstance(OMX.google.amrwb.decoder) in android.hardwar process | |
04-04 03:58:45.917 66 66 D libEGL : loaded /vendor/lib/egl/libEGL_mesa.so | |
04-04 03:58:45.918 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.918 160 233 I OMXMaster: makeComponentInstance(OMX.ffmpeg.ape.decoder) in android.hardwar process | |
04-04 03:58:45.918 160 233 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.ape.decoder' | |
04-04 03:58:45.918 160 233 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.ape.decoder mCodingType: 2130706435 | |
04-04 03:58:45.918 160 233 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.918 160 233 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.918 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.918 160 233 I OMXMaster: makeComponentInstance(OMX.ffmpeg.dts.decoder) in android.hardwar process | |
04-04 03:58:45.918 160 233 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.dts.decoder' | |
04-04 03:58:45.918 160 233 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.dts.decoder mCodingType: 2130706436 | |
04-04 03:58:45.918 160 233 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.918 66 66 D libEGL : loaded /vendor/lib/egl/libGLESv1_CM_mesa.so | |
04-04 03:58:45.918 160 233 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.918 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.policy.PermissionPolicyService took to complete: 7ms | |
04-04 03:58:45.918 287 287 I SystemServerTiming: OnBootPhase_550_com.android.server.pm.StagingManager$Lifecycle | |
04-04 03:58:45.918 287 287 D SystemServerTiming: OnBootPhase_550_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms | |
04-04 03:58:45.918 287 287 D SystemServerTiming: OnBootPhase_550 took to complete: 24ms | |
04-04 03:58:45.918 287 287 D SystemServerTiming: StartActivityManagerReadyPhase took to complete: 24ms | |
04-04 03:58:45.918 287 287 I SystemServerTiming: StartObservingNativeCrashes | |
04-04 03:58:45.919 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.919 287 287 D SystemServerTiming: StartObservingNativeCrashes took to complete: 0ms | |
04-04 03:58:45.919 160 233 I OMXMaster: makeComponentInstance(OMX.google.flac.decoder) in android.hardwar process | |
04-04 03:58:45.919 287 287 I SystemServerTiming: StartSystemUI | |
04-04 03:58:45.919 287 353 I SystemServerTimingAsync: InitThreadPoolExec:WebViewFactoryPreparation | |
04-04 03:58:45.919 287 353 D SystemServerInitThreadPool: Started executing WebViewFactoryPreparation | |
04-04 03:58:45.919 287 353 I SystemServer: WebViewFactoryPreparation | |
04-04 03:58:45.919 287 353 I SystemServerTimingAsync: WebViewFactoryPreparation | |
04-04 03:58:45.919 287 287 D SystemServerTiming: StartSystemUI took to complete: 0ms | |
04-04 03:58:45.919 287 287 I SystemServerTiming: MakeNetworkManagementServiceReady | |
04-04 03:58:45.919 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:45.919 66 66 D libEGL : loaded /vendor/lib/egl/libGLESv2_mesa.so | |
04-04 03:58:45.919 287 287 D SystemServerTiming: MakeNetworkManagementServiceReady took to complete: 0ms | |
04-04 03:58:45.919 287 287 I SystemServerTiming: MakeIpSecServiceReady | |
04-04 03:58:45.920 287 287 D IpSecService: IpSecService is ready | |
04-04 03:58:45.920 287 287 D SystemServerTiming: MakeIpSecServiceReady took to complete: 1ms | |
04-04 03:58:45.920 287 287 I SystemServerTiming: MakeNetworkStatsServiceReady | |
04-04 03:58:45.920 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.920 160 233 I OMXMaster: makeComponentInstance(OMX.ffmpeg.flac.decoder) in android.hardwar process | |
04-04 03:58:45.920 160 233 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.flac.decoder' | |
04-04 03:58:45.920 160 233 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.flac.decoder mCodingType: 28 | |
04-04 03:58:45.920 160 233 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.920 160 233 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.920 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.920 160 233 I OMXMaster: makeComponentInstance(OMX.google.g711.alaw.decoder) in android.hardwar process | |
04-04 03:58:45.921 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.921 160 448 I OMXMaster: makeComponentInstance(OMX.google.g711.mlaw.decoder) in android.hardwar process | |
04-04 03:58:45.921 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.921 160 448 I OMXMaster: makeComponentInstance(OMX.google.gsm.decoder) in android.hardwar process | |
04-04 03:58:45.922 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.922 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mp2.decoder) in android.hardwar process | |
04-04 03:58:45.922 287 357 W NetworkPolicy: setRestrictBackgroundUL: already false | |
04-04 03:58:45.922 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mp2.decoder' | |
04-04 03:58:45.922 160 160 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.mp2.decoder mCodingType: 2130706433 | |
04-04 03:58:45.922 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.923 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.923 66 66 I Zygote : Preloading shared libraries... | |
04-04 03:58:45.923 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.923 160 160 I OMXMaster: makeComponentInstance(OMX.google.mp3.decoder) in android.hardwar process | |
04-04 03:58:45.924 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.924 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mp3.decoder) in android.hardwar process | |
04-04 03:58:45.924 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mp3.decoder' | |
04-04 03:58:45.924 160 160 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.mp3.decoder mCodingType: 22 | |
04-04 03:58:45.924 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.924 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.924 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.924 160 160 I OMXMaster: makeComponentInstance(OMX.google.opus.decoder) in android.hardwar process | |
04-04 03:58:45.925 66 66 I Zygote : Called ZygoteHooks.endPreload() | |
04-04 03:58:45.925 66 66 I Zygote : Installed AndroidKeyStoreProvider in 0ms. | |
04-04 03:58:45.926 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.926 160 448 I OMXMaster: makeComponentInstance(OMX.ffmpeg.ra.decoder) in android.hardwar process | |
04-04 03:58:45.926 160 448 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.ra.decoder' | |
04-04 03:58:45.926 160 448 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.ra.decoder mCodingType: 26 | |
04-04 03:58:45.926 160 448 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.926 160 448 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.927 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.927 160 448 I OMXMaster: makeComponentInstance(OMX.google.raw.decoder) in android.hardwar process | |
04-04 03:58:45.927 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.927 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.atrial.decoder) in android.hardwar process | |
04-04 03:58:45.927 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.atrial.decoder' | |
04-04 03:58:45.927 160 160 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.atrial.decoder mCodingType: 1 | |
04-04 03:58:45.927 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.928 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.928 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.928 160 160 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:45.928 66 66 I Zygote : Warmed up JCA providers in 3ms. | |
04-04 03:58:45.928 66 66 D Zygote : end preload | |
04-04 03:58:45.928 287 338 D SystemServerTimingAsync: SecondaryZygotePreload took to complete: 303ms | |
04-04 03:58:45.928 287 338 D SystemServerInitThreadPool: Finished executing SecondaryZygotePreload | |
04-04 03:58:45.928 287 338 D SystemServerTimingAsync: InitThreadPoolExec:SecondaryZygotePreload took to complete: 303ms | |
04-04 03:58:45.929 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.929 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vorbis.decoder) in android.hardwar process | |
04-04 03:58:45.929 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vorbis.decoder' | |
04-04 03:58:45.929 160 160 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.vorbis.decoder mCodingType: 24 | |
04-04 03:58:45.929 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.929 287 353 D SystemServerTimingAsync: WebViewFactoryPreparation took to complete: 10ms | |
04-04 03:58:45.929 287 353 D SystemServerInitThreadPool: Finished executing WebViewFactoryPreparation | |
04-04 03:58:45.929 287 353 D SystemServerTimingAsync: InitThreadPoolExec:WebViewFactoryPreparation took to complete: 10ms | |
04-04 03:58:45.929 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.929 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.929 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.wma.decoder) in android.hardwar process | |
04-04 03:58:45.930 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.wma.decoder' | |
04-04 03:58:45.930 160 160 D SoftFFmpegAudio: SoftFFmpegAudio component: OMX.ffmpeg.wma.decoder mCodingType: 25 | |
04-04 03:58:45.930 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.930 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.930 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.930 160 160 I OMXMaster: makeComponentInstance(OMX.google.aac.encoder) in android.hardwar process | |
04-04 03:58:45.932 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.932 160 448 I OMXMaster: makeComponentInstance(OMX.google.amrnb.encoder) in android.hardwar process | |
04-04 03:58:45.933 65 65 D Zygote : Forked child process 478 | |
04-04 03:58:45.933 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.933 160 160 I OMXMaster: makeComponentInstance(OMX.google.amrwb.encoder) in android.hardwar process | |
04-04 03:58:45.933 287 314 I ActivityManager: Start proc 478:com.android.systemui/u0a132 for service {com.android.systemui/com.android.systemui.ImageWallpaper} | |
04-04 03:58:45.933 478 478 E libprocessgroup: Failed to make and chown /acct/uid_10132: Read-only file system | |
04-04 03:58:45.934 478 478 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:45.934 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.934 160 448 I OMXMaster: makeComponentInstance(OMX.google.flac.encoder) in android.hardwar process | |
04-04 03:58:45.934 478 478 W ndroid.systemu: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:45.935 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.935 160 160 I OMXMaster: makeComponentInstance(OMX.google.h264.decoder) in android.hardwar process | |
04-04 03:58:45.936 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.h264.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.936 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.936 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.h264.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.936 126 146 I adbd : jdwp connection from 478 | |
04-04 03:58:45.936 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.936 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.divx.decoder) in android.hardwar process | |
04-04 03:58:45.936 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.divx.decoder' | |
04-04 03:58:45.936 160 160 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.divx.decoder codingType=2130706435 appData: 0xed0f4640 | |
04-04 03:58:45.936 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.936 160 160 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.936 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.divx.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.936 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.936 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.divx.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.936 160 160 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.936 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.937 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.937 160 448 I OMXMaster: makeComponentInstance(OMX.ffmpeg.flv1.decoder) in android.hardwar process | |
04-04 03:58:45.937 160 448 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.flv1.decoder' | |
04-04 03:58:45.937 160 448 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.flv1.decoder codingType=2130706434 appData: 0xed0f4640 | |
04-04 03:58:45.937 160 448 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.937 160 448 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.937 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.flv1.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.937 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.937 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.flv1.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.937 160 448 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.937 160 448 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.937 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.937 160 448 I OMXMaster: makeComponentInstance(OMX.google.h263.decoder) in android.hardwar process | |
04-04 03:58:45.938 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.938 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.938 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.h263.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.938 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.938 160 448 I OMXMaster: makeComponentInstance(OMX.ffmpeg.h263.decoder) in android.hardwar process | |
04-04 03:58:45.938 160 448 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.h263.decoder' | |
04-04 03:58:45.938 160 448 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.h263.decoder codingType=3 appData: 0xed0f4640 | |
04-04 03:58:45.938 160 448 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.938 160 448 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.939 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.h263.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.939 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.939 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.h263.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.939 160 448 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.939 160 448 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.939 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.939 160 448 I OMXMaster: makeComponentInstance(OMX.google.hevc.decoder) in android.hardwar process | |
04-04 03:58:45.940 99 243 I AudioPolicyService: Capy check package com.android.systemui, sdk 30 | |
04-04 03:58:45.942 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.hevc.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.942 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.942 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.hevc.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.943 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.943 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mpeg2.decoder) in android.hardwar process | |
04-04 03:58:45.943 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mpeg2.decoder' | |
04-04 03:58:45.943 160 160 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.mpeg2.decoder codingType=2 appData: 0xed0f4640 | |
04-04 03:58:45.943 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.943 160 160 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.943 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.mpeg2.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.943 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.943 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.mpeg2.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.943 160 160 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.943 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.943 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.943 160 160 I OMXMaster: makeComponentInstance(OMX.google.mpeg4.decoder) in android.hardwar process | |
04-04 03:58:45.944 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.944 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.944 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.mpeg4.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.944 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.944 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.mpeg4.decoder) in android.hardwar process | |
04-04 03:58:45.944 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.mpeg4.decoder' | |
04-04 03:58:45.944 160 160 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.mpeg4.decoder codingType=4 appData: 0xed0f4640 | |
04-04 03:58:45.944 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.944 160 160 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.944 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.mpeg4.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.944 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.944 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.mpeg4.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.944 160 160 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.944 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.945 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.945 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.rv.decoder) in android.hardwar process | |
04-04 03:58:45.945 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.rv.decoder' | |
04-04 03:58:45.945 160 160 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.rv.decoder codingType=6 appData: 0xed0f4640 | |
04-04 03:58:45.945 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.945 160 160 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.945 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.rv.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.945 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.945 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.rv.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.945 160 160 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.945 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.945 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.945 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vtrial.decoder) in android.hardwar process | |
04-04 03:58:45.945 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vtrial.decoder' | |
04-04 03:58:45.945 160 160 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vtrial.decoder codingType=1 appData: 0xed0f4640 | |
04-04 03:58:45.945 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.945 160 160 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.945 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vtrial.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.945 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.945 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vtrial.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.945 160 160 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.945 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.946 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.946 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vc1.decoder) in android.hardwar process | |
04-04 03:58:45.946 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vc1.decoder' | |
04-04 03:58:45.946 160 160 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vc1.decoder codingType=2130706433 appData: 0xed0f4640 | |
04-04 03:58:45.946 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.946 160 160 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.946 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vc1.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.946 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.946 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vc1.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.946 160 160 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.946 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.946 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.946 160 160 I OMXMaster: makeComponentInstance(OMX.google.vp8.decoder) in android.hardwar process | |
04-04 03:58:45.947 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.947 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.947 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.vp8.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.947 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.948 160 160 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vp8.decoder) in android.hardwar process | |
04-04 03:58:45.948 160 160 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vp8.decoder' | |
04-04 03:58:45.948 160 160 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vp8.decoder codingType=9 appData: 0xed0f4640 | |
04-04 03:58:45.948 160 160 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.948 160 160 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.948 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vp8.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.948 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.948 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vp8.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.948 160 160 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.948 160 160 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.948 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.948 160 160 I OMXMaster: makeComponentInstance(OMX.google.vp9.decoder) in android.hardwar process | |
04-04 03:58:45.948 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.vp9.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.949 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.949 160 160 E OMXNodeInstance: getExtensionIndex(0xed2e6480:google.vp9.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.949 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.949 160 448 I OMXMaster: makeComponentInstance(OMX.ffmpeg.vp9.decoder) in android.hardwar process | |
04-04 03:58:45.949 160 448 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.vp9.decoder' | |
04-04 03:58:45.949 160 448 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.vp9.decoder codingType=10 appData: 0xed0f4640 | |
04-04 03:58:45.949 160 448 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.949 160 448 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.949 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vp9.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.949 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.949 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.vp9.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.949 160 448 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.949 160 448 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.950 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.950 160 448 I OMXMaster: makeComponentInstance(OMX.ffmpeg.wmv.decoder) in android.hardwar process | |
04-04 03:58:45.950 160 448 V FFmpegOMXPlugin: makeComponentInstance 'OMX.ffmpeg.wmv.decoder' | |
04-04 03:58:45.950 160 448 D SoftFFmpegVideo: SoftFFmpegVideo component: OMX.ffmpeg.wmv.decoder codingType=5 appData: 0xed0f4640 | |
04-04 03:58:45.950 160 448 I FFMPEG : FFMPEG initialized: 5.1.2 (Android-x86) | |
04-04 03:58:45.950 160 448 D SoftFFmpegVideo: 0xed0f4780 initDecoder: 0xecee6000 | |
04-04 03:58:45.950 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.wmv.decoder, OMX.google.android.index.configureVideoTunnelMode) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.950 156 211 D MediaCodecInfo: detail feature-tunneled-playback wasn't present to remove | |
04-04 03:58:45.950 160 448 E OMXNodeInstance: getExtensionIndex(0xed2e6480:ffmpeg.wmv.decoder, OMX.google.android.index.enableAndroidNativeBuffers) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.950 160 448 D SoftFFmpegVideo: 0xed0f4780 deInitDecoder: 0xecee6000 | |
04-04 03:58:45.950 160 448 D FFMPEG : FFMPEG deinitialized | |
04-04 03:58:45.950 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.950 160 448 I OMXMaster: makeComponentInstance(OMX.google.h264.encoder) in android.hardwar process | |
04-04 03:58:45.951 156 211 W OMXUtils: do not know color format 0x7f000789 = 2130708361 | |
04-04 03:58:45.951 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.951 160 160 I OMXMaster: makeComponentInstance(OMX.google.h263.encoder) in android.hardwar process | |
04-04 03:58:45.952 160 160 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder | |
04-04 03:58:45.952 156 211 W OMXUtils: do not know color format 0x7f000789 = 2130708361 | |
04-04 03:58:45.952 160 160 E OMXNodeInstance: getConfig(0xed2e6480:google.h263.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) | |
04-04 03:58:45.952 160 160 E OMXNodeInstance: getParameter(0xed2e6480:google.h263.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.952 156 211 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove | |
04-04 03:58:45.953 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.953 160 448 I OMXMaster: makeComponentInstance(OMX.google.mpeg4.encoder) in android.hardwar process | |
04-04 03:58:45.953 160 448 I SoftMPEG4Encoder: Construct SoftMPEG4Encoder | |
04-04 03:58:45.953 156 211 W OMXUtils: do not know color format 0x7f000789 = 2130708361 | |
04-04 03:58:45.953 160 448 E OMXNodeInstance: getConfig(0xed2e6480:google.mpeg4.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) | |
04-04 03:58:45.953 160 448 E OMXNodeInstance: getParameter(0xed2e6480:google.mpeg4.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.953 156 211 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove | |
04-04 03:58:45.954 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.954 160 448 I OMXMaster: makeComponentInstance(OMX.google.vp8.encoder) in android.hardwar process | |
04-04 03:58:45.954 156 211 W OMXUtils: do not know color format 0x7f000789 = 2130708361 | |
04-04 03:58:45.954 160 448 E OMXNodeInstance: getConfig(0xed2e6480:google.vp8.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) | |
04-04 03:58:45.954 160 448 E OMXNodeInstance: getParameter(0xed2e6480:google.vp8.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.954 156 211 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove | |
04-04 03:58:45.955 156 211 I OMXClient: IOmx service obtained | |
04-04 03:58:45.955 160 160 I OMXMaster: makeComponentInstance(OMX.google.vp9.encoder) in android.hardwar process | |
04-04 03:58:45.955 156 211 W OMXUtils: do not know color format 0x7f000789 = 2130708361 | |
04-04 03:58:45.955 160 160 E OMXNodeInstance: getConfig(0xed2e6480:google.vp9.encoder, ConfigAndroidIntraRefresh(0x6f60000a)) ERROR: Undefined(0x80001001) | |
04-04 03:58:45.955 160 160 E OMXNodeInstance: getParameter(0xed2e6480:google.vp9.encoder, ParamVideoIntraRefresh(0x6000006)) ERROR: UnsupportedIndex(0x8000101a) | |
04-04 03:58:45.955 156 211 D MediaCodecInfo: detail feature-frame-parsing wasn't present to remove | |
04-04 03:58:45.956 156 211 I Codec2Client: Available Codec2 services: "software" | |
04-04 03:58:45.956 162 162 V C2Store : in init | |
04-04 03:58:45.956 162 162 V C2Store : loading dll | |
04-04 03:58:45.958 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.958 162 162 V C2Store : unloading dll | |
04-04 03:58:45.958 162 162 V C2Store : in init | |
04-04 03:58:45.958 162 162 V C2Store : loading dll | |
04-04 03:58:45.959 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.959 162 162 V C2Store : unloading dll | |
04-04 03:58:45.959 162 162 V C2Store : in init | |
04-04 03:58:45.959 162 162 V C2Store : loading dll | |
04-04 03:58:45.960 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.960 162 162 V C2Store : unloading dll | |
04-04 03:58:45.960 162 162 V C2Store : in init | |
04-04 03:58:45.960 162 162 V C2Store : loading dll | |
04-04 03:58:45.960 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.960 162 162 V C2Store : unloading dll | |
04-04 03:58:45.960 162 162 V C2Store : in init | |
04-04 03:58:45.960 162 162 V C2Store : loading dll | |
04-04 03:58:45.961 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.961 162 162 V C2Store : unloading dll | |
04-04 03:58:45.961 162 162 V C2Store : in init | |
04-04 03:58:45.961 162 162 V C2Store : loading dll | |
04-04 03:58:45.961 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.961 162 162 V C2Store : unloading dll | |
04-04 03:58:45.961 162 162 V C2Store : in init | |
04-04 03:58:45.961 162 162 V C2Store : loading dll | |
04-04 03:58:45.962 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.962 162 162 V C2Store : unloading dll | |
04-04 03:58:45.962 162 162 V C2Store : in init | |
04-04 03:58:45.962 162 162 V C2Store : loading dll | |
04-04 03:58:45.962 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.962 162 162 V C2Store : unloading dll | |
04-04 03:58:45.963 162 162 V C2Store : in init | |
04-04 03:58:45.963 162 162 V C2Store : loading dll | |
04-04 03:58:45.963 162 162 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004) | |
04-04 03:58:45.963 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.963 162 162 V C2Store : unloading dll | |
04-04 03:58:45.963 162 162 V C2Store : in init | |
04-04 03:58:45.963 162 162 V C2Store : loading dll | |
04-04 03:58:45.964 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.964 162 162 V C2Store : unloading dll | |
04-04 03:58:45.964 162 162 V C2Store : in init | |
04-04 03:58:45.964 162 162 V C2Store : loading dll | |
04-04 03:58:45.965 66 66 D Zygote : Forked child process 553 | |
04-04 03:58:45.965 287 313 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 | |
04-04 03:58:45.965 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.965 553 553 E libprocessgroup: Failed to make and chown /acct/uid_1037: Read-only file system | |
04-04 03:58:45.965 162 162 V C2Store : unloading dll | |
04-04 03:58:45.965 553 553 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:45.965 162 162 V C2Store : in init | |
04-04 03:58:45.965 162 162 V C2Store : loading dll | |
04-04 03:58:45.966 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.966 162 162 V C2Store : unloading dll | |
04-04 03:58:45.966 162 162 V C2Store : in init | |
04-04 03:58:45.966 162 162 V C2Store : loading dll | |
04-04 03:58:45.966 553 553 W WebViewLoader-: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:45.966 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.966 162 162 V C2Store : unloading dll | |
04-04 03:58:45.966 162 162 V C2Store : in init | |
04-04 03:58:45.966 162 162 V C2Store : loading dll | |
04-04 03:58:45.966 287 314 I ActivityManager: Start proc 553:WebViewLoader-x86/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for null | |
04-04 03:58:45.966 478 478 I ndroid.systemu: The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.967 287 287 D SystemServerTiming: MakeNetworkStatsServiceReady took to complete: 46ms | |
04-04 03:58:45.967 287 287 I SystemServerTiming: MakeConnectivityServiceReady | |
04-04 03:58:45.967 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.967 162 162 V C2Store : unloading dll | |
04-04 03:58:45.967 162 162 V C2Store : in init | |
04-04 03:58:45.967 162 162 V C2Store : loading dll | |
04-04 03:58:45.967 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.967 162 162 V C2Store : unloading dll | |
04-04 03:58:45.967 162 162 V C2Store : in init | |
04-04 03:58:45.967 162 162 V C2Store : loading dll | |
04-04 03:58:45.968 126 146 I adbd : jdwp connection from 553 | |
04-04 03:58:45.968 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.968 162 162 V C2Store : unloading dll | |
04-04 03:58:45.968 162 162 V C2Store : in init | |
04-04 03:58:45.968 162 162 V C2Store : loading dll | |
04-04 03:58:45.969 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.969 162 162 V C2Store : unloading dll | |
04-04 03:58:45.969 162 162 V C2Store : in init | |
04-04 03:58:45.969 162 162 V C2Store : loading dll | |
04-04 03:58:45.969 162 162 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004) | |
04-04 03:58:45.969 162 162 D C2SoftHevcEnc: Given level 6000 does not cover current configuration: adjusting to 6001 | |
04-04 03:58:45.969 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.969 162 162 V C2Store : unloading dll | |
04-04 03:58:45.969 162 162 V C2Store : in init | |
04-04 03:58:45.969 162 162 V C2Store : loading dll | |
04-04 03:58:45.970 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.970 162 162 V C2Store : unloading dll | |
04-04 03:58:45.970 162 162 V C2Store : in init | |
04-04 03:58:45.970 162 162 V C2Store : loading dll | |
04-04 03:58:45.970 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.970 162 162 V C2Store : unloading dll | |
04-04 03:58:45.970 162 162 V C2Store : in init | |
04-04 03:58:45.970 162 162 V C2Store : loading dll | |
04-04 03:58:45.971 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.971 162 162 V C2Store : unloading dll | |
04-04 03:58:45.971 162 162 V C2Store : in init | |
04-04 03:58:45.971 162 162 V C2Store : loading dll | |
04-04 03:58:45.971 287 356 I chatty : uid=1000(system) NetworkStats expire 3 lines | |
04-04 03:58:45.971 65 65 D Zygote : Forked child process 573 | |
04-04 03:58:45.972 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.972 162 162 V C2Store : unloading dll | |
04-04 03:58:45.972 162 162 V C2Store : in init | |
04-04 03:58:45.972 162 162 V C2Store : loading dll | |
04-04 03:58:45.972 553 553 V WebViewLibraryLoader: RelroFileCreator (64bit = false), package: com.android.webview library: libwebviewchromium.so | |
04-04 03:58:45.972 287 287 D SystemServerTiming: MakeConnectivityServiceReady took to complete: 6ms | |
04-04 03:58:45.972 287 287 I SystemServerTiming: MakeNetworkPolicyServiceReady | |
04-04 03:58:45.972 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:45.972 573 573 E libprocessgroup: Failed to make and chown /acct/uid_1037: Read-only file system | |
04-04 03:58:45.972 573 573 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:45.972 287 314 I ActivityManager: Start proc 573:WebViewLoader-x86_64/1037 [android.webkit.WebViewLibraryLoader$RelroFileCreator] for null | |
04-04 03:58:45.972 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:45.972 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.973 162 162 V C2Store : unloading dll | |
04-04 03:58:45.973 162 162 V C2Store : in init | |
04-04 03:58:45.973 162 162 V C2Store : loading dll | |
04-04 03:58:45.973 573 573 W WebViewLoader-: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:45.973 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.973 162 162 V C2Store : unloading dll | |
04-04 03:58:45.973 162 162 V C2Store : in init | |
04-04 03:58:45.973 162 162 V C2Store : loading dll | |
04-04 03:58:45.974 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.974 162 162 V C2Store : unloading dll | |
04-04 03:58:45.974 162 162 V C2Store : in init | |
04-04 03:58:45.974 162 162 V C2Store : loading dll | |
04-04 03:58:45.974 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.974 162 162 V C2Store : unloading dll | |
04-04 03:58:45.974 553 553 I WebViewLoader-: The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.974 162 162 V C2Store : in init | |
04-04 03:58:45.974 162 162 V C2Store : loading dll | |
04-04 03:58:45.974 287 357 I chatty : uid=1000(system) NetworkPolicy expire 3 lines | |
04-04 03:58:45.975 126 146 I adbd : jdwp connection from 573 | |
04-04 03:58:45.975 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.975 162 162 V C2Store : unloading dll | |
04-04 03:58:45.975 162 162 V C2Store : in init | |
04-04 03:58:45.975 162 162 V C2Store : loading dll | |
04-04 03:58:45.976 162 162 I C2SoftVp8Enc: setting temporal layering 0 + 0 | |
04-04 03:58:45.976 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.976 162 162 V C2Store : unloading dll | |
04-04 03:58:45.976 162 162 V C2Store : in init | |
04-04 03:58:45.976 162 162 V C2Store : loading dll | |
04-04 03:58:45.977 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.977 162 162 V C2Store : unloading dll | |
04-04 03:58:45.977 162 162 V C2Store : in init | |
04-04 03:58:45.977 162 162 V C2Store : loading dll | |
04-04 03:58:45.977 162 162 I C2SoftVp9Enc: setting temporal layering 0 + 0 | |
04-04 03:58:45.977 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.977 162 162 V C2Store : unloading dll | |
04-04 03:58:45.978 478 478 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:45.978 156 211 D MediaCodecsXmlParser: parsing /apex/com.android.media.swcodec/etc/media_codecs.xml... | |
04-04 03:58:45.978 478 478 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:45.978 156 211 D MediaCodecsXmlParser: disabling c2.android.gsm.decoder | |
04-04 03:58:45.978 156 211 D MediaCodecsXmlParser: disabling c2.android.mpeg2.decoder | |
04-04 03:58:45.978 573 573 V WebViewLibraryLoader: RelroFileCreator (64bit = true), package: com.android.webview library: libwebviewchromium.so | |
04-04 03:58:45.978 156 211 D MediaCodecsXmlParser: Cannot find | |
04-04 03:58:45.978 156 211 I chatty : uid=1013(media) Binder:156_1 identical 1 line | |
04-04 03:58:45.978 156 211 D MediaCodecsXmlParser: Cannot find | |
04-04 03:58:45.978 156 211 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs.xml... | |
04-04 03:58:45.979 156 211 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_audio.xml... | |
04-04 03:58:45.979 156 211 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_telephony.xml... | |
04-04 03:58:45.979 478 478 V SystemUIService: SystemUIApplication constructed. | |
04-04 03:58:45.979 156 211 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_google_video.xml... | |
04-04 03:58:45.979 156 211 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_ffmpeg.xml... | |
04-04 03:58:45.979 156 211 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 44 of /vendor/etc/media_codecs_ffmpeg.xml | |
04-04 03:58:45.979 156 211 D MediaCodecsXmlParser: ignoring Limit specified outside of a Type at line 45 of /vendor/etc/media_codecs_ffmpeg.xml | |
04-04 03:58:45.979 156 211 D MediaCodecsXmlParser: parsing /vendor/etc/media_codecs_performance.xml... | |
04-04 03:58:45.979 162 162 V C2Store : in init | |
04-04 03:58:45.979 162 162 V C2Store : loading dll | |
04-04 03:58:45.980 573 573 I WebViewLoader-: The ClassLoaderContext is a special shared library. | |
04-04 03:58:45.981 162 217 V C2Store : in init | |
04-04 03:58:45.981 162 217 V C2Store : loading dll | |
04-04 03:58:45.981 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.981 162 162 V C2Store : unloading dll | |
04-04 03:58:45.981 287 345 W StorageManagerService: No primary storage defined yet; hacking together a stub | |
04-04 03:58:45.981 162 594 V C2Store : in init | |
04-04 03:58:45.981 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.981 162 594 V C2Store : loading dll | |
04-04 03:58:45.981 162 217 V C2Store : unloading dll | |
04-04 03:58:45.982 162 162 V C2Store : in init | |
04-04 03:58:45.982 162 162 V C2Store : loading dll | |
04-04 03:58:45.982 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.982 162 594 V C2Store : unloading dll | |
04-04 03:58:45.982 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.982 162 594 V C2Store : in init | |
04-04 03:58:45.982 162 594 V C2Store : loading dll | |
04-04 03:58:45.982 162 162 V C2Store : unloading dll | |
04-04 03:58:45.982 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.982 162 162 V C2Store : in init | |
04-04 03:58:45.982 162 162 V C2Store : loading dll | |
04-04 03:58:45.982 162 594 V C2Store : unloading dll | |
04-04 03:58:45.983 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.983 162 594 V C2Store : in init | |
04-04 03:58:45.983 162 594 V C2Store : loading dll | |
04-04 03:58:45.983 162 162 V C2Store : unloading dll | |
04-04 03:58:45.983 162 217 V C2Store : in init | |
04-04 03:58:45.983 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.983 162 217 V C2Store : loading dll | |
04-04 03:58:45.983 162 594 V C2Store : unloading dll | |
04-04 03:58:45.984 162 162 V C2Store : in init | |
04-04 03:58:45.984 162 162 V C2Store : loading dll | |
04-04 03:58:45.984 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.984 162 217 V C2Store : unloading dll | |
04-04 03:58:45.984 162 162 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004) | |
04-04 03:58:45.984 162 162 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004) | |
04-04 03:58:45.985 162 594 V C2Store : in init | |
04-04 03:58:45.985 162 594 V C2Store : loading dll | |
04-04 03:58:45.985 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.985 162 162 V C2Store : unloading dll | |
04-04 03:58:45.985 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.985 162 594 V C2Store : unloading dll | |
04-04 03:58:45.985 162 162 V C2Store : in init | |
04-04 03:58:45.985 162 162 V C2Store : loading dll | |
04-04 03:58:45.985 162 594 V C2Store : in init | |
04-04 03:58:45.985 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.985 162 594 V C2Store : loading dll | |
04-04 03:58:45.985 162 162 V C2Store : unloading dll | |
04-04 03:58:45.986 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.986 162 217 V C2Store : in init | |
04-04 03:58:45.986 162 594 V C2Store : unloading dll | |
04-04 03:58:45.986 162 217 V C2Store : loading dll | |
04-04 03:58:45.986 162 594 V C2Store : in init | |
04-04 03:58:45.986 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.986 162 594 V C2Store : loading dll | |
04-04 03:58:45.986 162 217 V C2Store : unloading dll | |
04-04 03:58:45.987 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.987 162 217 V C2Store : in init | |
04-04 03:58:45.987 162 217 V C2Store : loading dll | |
04-04 03:58:45.987 162 594 V C2Store : unloading dll | |
04-04 03:58:45.987 162 594 V C2Store : in init | |
04-04 03:58:45.987 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.987 162 594 V C2Store : loading dll | |
04-04 03:58:45.987 162 217 V C2Store : unloading dll | |
04-04 03:58:45.988 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.988 162 162 V C2Store : in init | |
04-04 03:58:45.988 553 553 I WebViewLoader-: System.exit called, status: 0 | |
04-04 03:58:45.988 162 594 V C2Store : unloading dll | |
04-04 03:58:45.988 162 162 V C2Store : loading dll | |
04-04 03:58:45.988 553 553 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. | |
04-04 03:58:45.988 162 594 V C2Store : in init | |
04-04 03:58:45.988 162 162 V C2Store : in ~ComponentModule | |
04-04 03:58:45.988 162 594 V C2Store : loading dll | |
04-04 03:58:45.988 162 162 V C2Store : unloading dll | |
04-04 03:58:45.988 162 594 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004) | |
04-04 03:58:45.989 162 594 D C2SoftHevcEnc: Given level 6000 does not cover current configuration: adjusting to 6001 | |
04-04 03:58:45.989 162 594 I mediaswcodec: missing struct descriptor #Param::CoreIndex(--004) for field values of struct #Param::CoreIndex(F-12004) | |
04-04 03:58:45.989 162 594 D C2SoftHevcEnc: Given level 6000 does not cover current configuration: adjusting to 6001 | |
04-04 03:58:45.989 162 217 V C2Store : in init | |
04-04 03:58:45.989 162 217 V C2Store : loading dll | |
04-04 03:58:45.989 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.989 162 594 V C2Store : unloading dll | |
04-04 03:58:45.989 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.989 162 162 V C2Store : in init | |
04-04 03:58:45.989 162 217 V C2Store : unloading dll | |
04-04 03:58:45.989 162 162 V C2Store : loading dll | |
04-04 03:58:45.990 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.990 162 594 V C2Store : in init | |
04-04 03:58:45.990 162 217 V C2Store : unloading dll | |
04-04 03:58:45.990 162 594 V C2Store : loading dll | |
04-04 03:58:45.991 162 217 V C2Store : in init | |
04-04 03:58:45.991 162 217 V C2Store : loading dll | |
04-04 03:58:45.991 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.991 162 594 V C2Store : unloading dll | |
04-04 03:58:45.991 162 597 V C2Store : in init | |
04-04 03:58:45.991 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.991 162 597 V C2Store : loading dll | |
04-04 03:58:45.991 162 217 V C2Store : unloading dll | |
04-04 03:58:45.992 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.992 162 597 V C2Store : in init | |
04-04 03:58:45.992 162 217 V C2Store : unloading dll | |
04-04 03:58:45.992 162 597 V C2Store : loading dll | |
04-04 03:58:45.992 162 217 V C2Store : in init | |
04-04 03:58:45.992 162 597 V C2Store : in ~ComponentModule | |
04-04 03:58:45.992 162 217 V C2Store : loading dll | |
04-04 03:58:45.992 162 597 V C2Store : unloading dll | |
04-04 03:58:45.992 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.992 162 594 V C2Store : in init | |
04-04 03:58:45.992 162 217 V C2Store : unloading dll | |
04-04 03:58:45.992 162 594 V C2Store : loading dll | |
04-04 03:58:45.993 162 597 V C2Store : in init | |
04-04 03:58:45.993 162 597 V C2Store : loading dll | |
04-04 03:58:45.993 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.993 162 594 V C2Store : unloading dll | |
04-04 03:58:45.993 162 594 V C2Store : in init | |
04-04 03:58:45.993 162 594 V C2Store : loading dll | |
04-04 03:58:45.993 162 597 V C2Store : in ~ComponentModule | |
04-04 03:58:45.993 162 597 V C2Store : unloading dll | |
04-04 03:58:45.994 162 594 I C2SoftVp8Enc: setting temporal layering 0 + 0 | |
04-04 03:58:45.994 162 594 I C2SoftVp8Enc: setting temporal layering 0 + 0 | |
04-04 03:58:45.994 162 217 V C2Store : in init | |
04-04 03:58:45.994 162 217 V C2Store : loading dll | |
04-04 03:58:45.994 162 594 V C2Store : in ~ComponentModule | |
04-04 03:58:45.994 162 594 V C2Store : unloading dll | |
04-04 03:58:45.995 162 597 V C2Store : in init | |
04-04 03:58:45.995 162 597 V C2Store : loading dll | |
04-04 03:58:45.995 162 217 V C2Store : in ~ComponentModule | |
04-04 03:58:45.995 162 217 V C2Store : unloading dll | |
04-04 03:58:45.995 162 597 I C2SoftVp9Enc: setting temporal layering 0 + 0 | |
04-04 03:58:45.995 162 597 I C2SoftVp9Enc: setting temporal layering 0 + 0 | |
04-04 03:58:45.995 162 597 V C2Store : in ~ComponentModule | |
04-04 03:58:45.995 162 597 V C2Store : unloading dll | |
04-04 03:58:45.996 287 345 I ActivityManager: Process WebViewLoader-x86 (pid 553) has died: psvc PER | |
04-04 03:58:45.996 66 66 I Zygote : Process 553 exited cleanly (0) | |
04-04 03:58:45.996 287 315 I chatty : uid=1000(system) ActivityManager expire 4 lines | |
04-04 03:58:45.996 287 318 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 03:58:45.997 287 422 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:45.997 287 421 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:45.997 160 448 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:45.997 160 160 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:45.998 573 573 I WebViewLoader-: System.exit called, status: 0 | |
04-04 03:58:45.998 573 573 I AndroidRuntime: VM exiting with result code 0, cleanup skipped. | |
04-04 03:58:46.000 160 160 D vndksupport: Loading /apex/com.android.vndk.v30/lib/hw/[email protected] from current namespace instead of sphal namespace. | |
04-04 03:58:46.002 66 66 D Zygote : Forked child process 607 | |
04-04 03:58:46.002 607 607 E libprocessgroup: Failed to make and chown /acct/uid_1053: Read-only file system | |
04-04 03:58:46.002 607 607 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:46.004 607 607 I WebViewZygoteInit: Starting WebViewZygoteInit | |
04-04 03:58:46.005 65 65 I Zygote : Process 573 exited cleanly (0) | |
04-04 03:58:46.005 287 345 I ActivityManager: Process WebViewLoader-x86_64 (pid 573) has died: psvc PER | |
04-04 03:58:46.040 287 600 I chatty : uid=1000 system_server expire 1 line | |
04-04 03:58:46.041 287 313 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 | |
04-04 03:58:46.041 64 180 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 03:58:46.041 607 607 I WebViewZygoteInit: Beginning application preload for com.android.webview | |
04-04 03:58:46.041 287 356 W NetworkStats: problem registering for global alert: java.lang.IllegalStateException: android.os.ServiceSpecificException: No such file or directory (code 2) | |
04-04 03:58:46.041 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.044 607 607 I webview_zygote: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.046 287 417 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:46.046 287 418 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:46.047 287 287 D SystemServerTiming: MakeNetworkPolicyServiceReady took to complete: 75ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: PhaseThirdPartyAppsCanStart | |
04-04 03:58:46.047 287 287 I SystemServiceManager: Starting phase 600 | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600 | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.security.FileIntegrityService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.security.FileIntegrityService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.Installer | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.Installer took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.os.DeviceIdentifiersPolicyService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.uri.UriGrantsManagerService$Lifecycle | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.wm.ActivityTaskManagerService$Lifecycle | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.am.ActivityManagerService$Lifecycle | |
04-04 03:58:46.047 154 419 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:46.047 154 420 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:46.047 287 287 I ExplicitHealthCheckController: Explicit health checks enabled. | |
04-04 03:58:46.047 287 287 I PackageWatchdog: Syncing state, reason: health check state enabled | |
04-04 03:58:46.047 287 287 I PackageWatchdog: Not pruning observers, elapsed time: 0ms | |
04-04 03:58:46.047 287 287 I PackageWatchdog: Cancelling state sync, nothing to sync | |
04-04 03:58:46.047 287 312 I PackageWatchdog: Saving observer state to file | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.DataLoaderManagerService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.DataLoaderManagerService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.power.PowerManagerService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.power.PowerManagerService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.power.ThermalManagerService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.power.ThermalManagerService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.recoverysystem.RecoverySystemService$Lifecycle | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.lights.LightsService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.lights.LightsService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.display.DisplayManagerService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.display.DisplayManagerService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.UserManagerService$LifeCycle | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.om.OverlayManagerService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.om.OverlayManagerService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.SensorPrivacyService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.SensorPrivacyService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.SystemConfigService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.SystemConfigService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.BatteryService | |
04-04 03:58:46.047 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.BatteryService took to complete: 0ms | |
04-04 03:58:46.047 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.usage.UsageStatsService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.usage.UsageStatsService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.webkit.WebViewUpdateService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.webkit.WebViewUpdateService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.CachedDeviceStateService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.CachedDeviceStateService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.BinderCallsStatsService$LifeCycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.LooperStatsService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.rollback.RollbackManagerService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.rollback.RollbackManagerService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.os.BugreportManagerService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.os.BugreportManagerService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.gpu.GpuService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.gpu.GpuService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.security.KeyChainSystemService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.security.KeyChainSystemService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.telecom.TelecomLoaderService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.telecom.TelecomLoaderService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.accounts.AccountManagerService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.content.ContentService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.content.ContentService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.DropBoxManagerService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.DropBoxManagerService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.AlarmManagerService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.AlarmManagerService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.BluetoothService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.BluetoothService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.connectivity.IpConnectivityMetrics | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.PinnerService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.PinnerService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.google.android.startop.iorap.IorapForwardingService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.integrity.AppIntegrityManagerService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.UiModeManagerService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.UiModeManagerService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:46.048 287 622 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.DeviceIdleController | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:46.048 287 621 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:46.048 160 160 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.wifi.WifiService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.wifi.WifiService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.ethernet.EthernetService | |
04-04 03:58:46.048 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.ethernet.EthernetService took to complete: 0ms | |
04-04 03:58:46.048 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.notification.NotificationManagerService | |
04-04 03:58:46.048 160 448 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:46.049 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.notification.NotificationManagerService took to complete: 1ms | |
04-04 03:58:46.049 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:46.049 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:46.049 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:46.049 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IGnss/default in either framework or device manifest. | |
04-04 03:58:46.049 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IGnss/default in either framework or device manifest. | |
04-04 03:58:46.050 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IGnss/default in either framework or device manifest. | |
04-04 03:58:46.050 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IGnss/default in either framework or device manifest. | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.location.LocationManagerService$Lifecycle took to complete: 1ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:46.050 287 287 I WallpaperManagerService: switch-user-0 | |
04-04 03:58:46.050 287 287 V WallpaperManagerService: bindWallpaperComponentLocked: componentName=ComponentInfo{com.android.systemui/com.android.systemui.ImageWallpaper} | |
04-04 03:58:46.050 287 287 D WallpaperManagerService: switch-user-0 took to complete: 0ms | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.DockObserver | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.DockObserver took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.twilight.TwilightService | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:46.050 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:46.050 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.job.JobSchedulerService | |
04-04 03:58:46.051 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.job.JobSchedulerService took to complete: 1ms | |
04-04 03:58:46.051 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:46.051 287 287 D SoundTriggerService: onBootPhase: 600 : false | |
04-04 03:58:46.051 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:46.051 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.trust.TrustManagerService | |
04-04 03:58:46.051 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:46.051 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:46.051 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.051 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:46.051 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:46.051 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.role.RoleManagerService | |
04-04 03:58:46.051 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.role.RoleManagerService took to complete: 0ms | |
04-04 03:58:46.051 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:46.051 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:46.051 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.GestureLauncherService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.SensorNotificationService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.SensorNotificationService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.dreams.DreamManagerService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.print.PrintManagerService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaSessionService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaSessionService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.BiometricService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.AuthService | |
04-04 03:58:46.052 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:46.052 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.blob.BlobStoreManagerService took to complete: 2ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.LauncherAppsService | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.people.PeopleService | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:46.054 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:46.054 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 1ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.MmsServiceBroker | |
04-04 03:58:46.055 287 312 D StatsPullAtomService: Registering NetworkStats pullers with statsd | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.autofill.AutofillManagerService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.clipboard.ClipboardService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:46.055 478 478 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 10132; state: ENABLED | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_org.lineageos.platform.internal.WayDroidService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.policy.PermissionPolicyService | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.policy.PermissionPolicyService took to complete: 0ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: OnBootPhase_600_com.android.server.pm.StagingManager$Lifecycle | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms | |
04-04 03:58:46.055 287 287 D SystemServerTiming: OnBootPhase_600 took to complete: 8ms | |
04-04 03:58:46.055 287 287 D SystemServerTiming: PhaseThirdPartyAppsCanStart took to complete: 8ms | |
04-04 03:58:46.055 287 287 I SystemServerTiming: StartNetworkStack | |
04-04 03:58:46.055 287 287 D ConnectivityModuleConnector: Starting networking module android.net.INetworkStackConnector | |
04-04 03:58:46.056 287 287 D ConnectivityModuleConnector: Starting networking module in network_stack process | |
04-04 03:58:46.056 607 607 I WebViewZygoteInit: Application preload done | |
04-04 03:58:46.056 287 287 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1073; state: DISABLED | |
04-04 03:58:46.056 287 287 D ConnectivityModuleConnector: Networking module service start requested | |
04-04 03:58:46.056 287 287 D SystemServerTiming: StartNetworkStack took to complete: 1ms | |
04-04 03:58:46.056 287 287 I SystemServerTiming: StartTethering | |
04-04 03:58:46.056 154 419 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:46.056 287 287 D ConnectivityModuleConnector: Starting networking module android.net.ITetheringConnector | |
04-04 03:58:46.056 287 287 D ConnectivityModuleConnector: Starting networking module in network_stack process | |
04-04 03:58:46.056 287 287 D ConnectivityModuleConnector: Networking module service start requested | |
04-04 03:58:46.056 287 287 D SystemServerTiming: StartTethering took to complete: 0ms | |
04-04 03:58:46.056 287 287 I SystemServerTiming: MakeCountryDetectionServiceReady | |
04-04 03:58:46.056 287 287 D SystemServerTiming: MakeCountryDetectionServiceReady took to complete: 0ms | |
04-04 03:58:46.056 287 287 I SystemServerTiming: MakeNetworkTimeUpdateReady | |
04-04 03:58:46.056 154 420 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:46.056 287 287 D ConnectivityService: requestNetwork for uid/pid:1000/287 NetworkRequest [ TRACK_DEFAULT id=9, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1000 AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ] | |
04-04 03:58:46.057 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.057 287 287 D SystemServerTiming: MakeNetworkTimeUpdateReady took to complete: 1ms | |
04-04 03:58:46.057 287 287 I SystemServerTiming: MakeInputManagerServiceReady | |
04-04 03:58:46.057 287 630 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:46.057 287 631 I chatty : uid=1000 system_server expire 2 lines | |
04-04 03:58:46.057 160 448 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:46.057 160 233 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:46.059 287 287 D SystemServerTiming: MakeInputManagerServiceReady took to complete: 2ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: MakeTelephonyRegistryReady | |
04-04 03:58:46.059 287 307 I InputManager: Removing uninstalled keyboard layout com.android.inputdevices/com.android.inputdevices.InputDeviceReceiver/keyboard_layout_english | |
04-04 03:58:46.059 287 287 D SystemServerTiming: MakeTelephonyRegistryReady took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: MakeMediaRouterServiceReady | |
04-04 03:58:46.059 287 287 D SystemServerTiming: MakeMediaRouterServiceReady took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: MakeMmsServiceReady | |
04-04 03:58:46.059 287 287 I MmsServiceBroker: Delay connecting to MmsService until an API is called | |
04-04 03:58:46.059 287 287 D SystemServerTiming: MakeMmsServiceReady took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: IncidentDaemonReady | |
04-04 03:58:46.059 287 287 D SystemServerTiming: IncidentDaemonReady took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: getCurrentUser | |
04-04 03:58:46.059 287 287 I ActivityManager: Current user:0 | |
04-04 03:58:46.059 287 287 D SystemServerTiming: getCurrentUser took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ActivityManagerStartApps | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.StartUser-0 | |
04-04 03:58:46.059 287 287 I SystemServiceManager: Calling onStartUser 0 | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.security.FileIntegrityService | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.security.FileIntegrityService took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.Installer | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.Installer took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.os.DeviceIdentifiersPolicyService | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.am.ActivityManagerService$Lifecycle | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.DataLoaderManagerService | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.DataLoaderManagerService took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.power.PowerManagerService | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.power.PowerManagerService took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.power.ThermalManagerService | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.power.ThermalManagerService took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.lights.LightsService | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.lights.LightsService took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.display.DisplayManagerService | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.display.DisplayManagerService took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.UserManagerService$LifeCycle | |
04-04 03:58:46.059 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms | |
04-04 03:58:46.059 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.om.OverlayManagerService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.om.OverlayManagerService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorPrivacyService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorPrivacyService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.SystemConfigService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.SystemConfigService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.BatteryService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.BatteryService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.UsageStatsService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.UsageStatsService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.webkit.WebViewUpdateService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.webkit.WebViewUpdateService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.CachedDeviceStateService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.CachedDeviceStateService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.BinderCallsStatsService$LifeCycle | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.LooperStatsService$Lifecycle | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.rollback.RollbackManagerService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.rollback.RollbackManagerService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.os.BugreportManagerService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.os.BugreportManagerService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.gpu.GpuService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.gpu.GpuService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.security.KeyChainSystemService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.security.KeyChainSystemService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.telecom.TelecomLoaderService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.telecom.TelecomLoaderService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.accounts.AccountManagerService$Lifecycle | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.content.ContentService$Lifecycle | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.content.ContentService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.DropBoxManagerService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.DropBoxManagerService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.AlarmManagerService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.AlarmManagerService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.BluetoothService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.BluetoothService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.connectivity.IpConnectivityMetrics | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.PinnerService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.PinnerService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.google.android.startop.iorap.IorapForwardingService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.integrity.AppIntegrityManagerService | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:46.060 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.060 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:46.061 65 65 D Zygote : Forked child process 638 | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.black does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.cts.priv.ctsshim does not have legacy storage | |
04-04 03:58:46.062 287 314 I ActivityManager: Start proc 638:com.android.networkstack.process/1073 for service {com.android.networkstack/com.android.server.NetworkStackService} | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.brown does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.green does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.internal.display.cutout.emulation.corner does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package org.lineageos.overlay.customization.blacktheme does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.internal.display.cutout.emulation.double does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.providers.telephony does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.dynsystem does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.theme.color.amethyst does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.theme.icon.pebble does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.providers.calendar does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.providers.media has legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.stevesoltys.seedvault does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.theme.icon.square does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural_wide_back does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.theme.color.sand does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.wallpapercropper does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.theme.icon.vessel does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.theme.color.cinnamon does not have legacy storage | |
04-04 03:58:46.062 287 287 V StorageManagerService: Package com.android.theme.icon_pack.victor.settings does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.rounded.systemui does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon.taperedrect does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.documentsui does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.externalstorage has legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.htmlviewer does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.companiondevicemanager does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.mms.service does not have legacy storage | |
04-04 03:58:46.063 478 478 D MediaResumeListener: loaded resume components for 0: [] | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.providers.downloads has legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.rounded.android does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.victor.systemui does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.circular.themepicker does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.color.tangerine does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.systemui.plugin.globalactions.wallet does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.providers.downloads.ui has legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.pacprocessor does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.simappdialog does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.networkstack does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.profiles does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.color.aquamarine does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.internal.display.cutout.emulation.hole does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.internal.display.cutout.emulation.tall does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.modulemetadata does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.certinstaller does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.color.green does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.color.ocean does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.color.space does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.internal.systemui.navbar.threebutton does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package android does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.contacts does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.camera2 has legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.recorder does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.rounded.launcher does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.kai.settings does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.egg does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.mtp has legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.nfc does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.launcher3 does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.backupconfirm does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.protonaosp.deviceconfig does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.internal.systemui.navbar.twobutton does not have legacy storage | |
04-04 03:58:46.063 638 638 E libprocessgroup: Failed to make and chown /acct/uid_1073: Read-only file system | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.provision does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.statementservice does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.calyxos.backup.contacts does not have legacy storage | |
04-04 03:58:46.063 638 638 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.sam.settings does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.settings.intelligence does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural_extra_wide_back does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.kai.themepicker does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.providers.settings does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.sharedstoragebackup has legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.victor.launcher does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.printspooler does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.filled.settings does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.dreams.basic does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.kai.systemui does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.webview does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.se does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.inputdevices does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.orange does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.bips does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.purple does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.circular.settings does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.sam.systemui does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.overlay.font.rubik does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon.teardrop does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package android.ext.shared does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.onetimeinitializer does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.yellow does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.server.telecom does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.blue does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.cyan does not have legacy storage | |
04-04 03:58:46.063 478 478 W System.err: java.lang.ClassNotFoundException: com.android.settingslib.bluetooth.BroadcastSourceInfoHandler | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.pink does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.theme.icon_pack.rounded.themepicker does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.keychain does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.printservice.recommendation does not have legacy storage | |
04-04 03:58:46.063 287 287 V StorageManagerService: Package com.android.gallery3d has legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.filled.systemui does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package android.ext.services does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.wifi.resources does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.boringdroid.systemui does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.localtransport does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.packageinstaller does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.jelly does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.sam.android does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.font.notoserifsource does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.filled.android does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.proxyhandler does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.internal.display.cutout.emulation.waterfall does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.circular.systemui does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.inputmethod.latin has legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.eleven has legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.etar does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.kai.android does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.managedprovisioning does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.overlay.customization.navbar.nohint does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.networkstack.tethering does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at java.lang.Class.classForName(Native Method) | |
04-04 03:58:46.064 638 638 W rkstack.proces: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:46.064 478 478 W System.err: at java.lang.Class.forName(Class.java:454) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.soundpicker has legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at java.lang.Class.forName(Class.java:379) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.settingslib.bluetooth.BluetoothEventManager.<init>(BluetoothEventManager.java:138) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.dreams.phototable has legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.settingslib.bluetooth.LocalBluetoothManager.<init>(LocalBluetoothManager.java:114) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.settingslib.bluetooth.LocalBluetoothManager.create(LocalBluetoothManager.java:105) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.overlay.accent.red does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.dagger.SystemServicesModule.provideLocalBluetoothController(SystemServicesModule.java:214) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.proxyProvideLocalBluetoothController(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:47) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.kai.launcher does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.provideInstance(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:35) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.get(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:29) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.smspush does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.dagger.SystemServicesModule_ProvideLocalBluetoothControllerFactory.get(SystemServicesModule_ProvideLocalBluetoothControllerFactory.java:11) | |
04-04 03:58:46.064 478 478 W System.err: at dagger.internal.DoubleCheck.get(DoubleCheck.java:47) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.overlay.font.lato does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.LocalMediaManagerFactory_Factory.provideInstance(LocalMediaManagerFactory_Factory.java:32) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.LocalMediaManagerFactory_Factory.get(LocalMediaManagerFactory_Factory.java:26) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.LocalMediaManagerFactory_Factory.get(LocalMediaManagerFactory_Factory.java:9) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.wallpaper.livepicker does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.MediaDeviceManager_Factory.provideInstance(MediaDeviceManager_Factory.java:61) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.sam.launcher does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.MediaDeviceManager_Factory.get(MediaDeviceManager_Factory.java:43) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon.squircle does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.MediaDeviceManager_Factory.get(MediaDeviceManager_Factory.java:10) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.MediaDataManager_Factory.provideInstance(MediaDataManager_Factory.java:107) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.victor.android does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.MediaDataManager_Factory.get(MediaDataManager_Factory.java:69) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.storagemanager does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.media.MediaDataManager_Factory.get(MediaDataManager_Factory.java:12) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.color.palette does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at dagger.internal.DoubleCheck.get(DoubleCheck.java:47) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.statusbar.dagger.StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.provideInstance(StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.java:98) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.bookmarkprovider does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.statusbar.dagger.StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.get(StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.java:67) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.settings does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.statusbar.dagger.StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.get(StatusBarDependenciesModule_ProvideNotificationMediaManagerFactory.java:20) | |
04-04 03:58:46.064 478 478 W System.err: at dagger.internal.DoubleCheck.get(DoubleCheck.java:47) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.filled.launcher does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.dagger.DaggerSystemUIRootComponent.injectKeyguardSliceProvider(DaggerSystemUIRootComponent.java:4352) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.networkstack.permissionconfig does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.dagger.DaggerSystemUIRootComponent.inject(DaggerSystemUIRootComponent.java:4315) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.keyguard.KeyguardSliceProvider.inject(KeyguardSliceProvider.java:323) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.calculator2 does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.systemui.keyguard.KeyguardSliceProvider.onCreateSliceProvider(KeyguardSliceProvider.java:301) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.cts.ctsshim does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at androidx.slice.SliceProvider.onCreate(SliceProvider.java:211) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.color.carbon does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.content.ContentProvider.attachInfo(ContentProvider.java:2388) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.lineageparts does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.content.ContentProvider.attachInfo(ContentProvider.java:2358) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.circular.launcher does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at androidx.slice.SliceProvider.attachInfo(SliceProvider.java:250) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.wallpaper does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at androidx.slice.compat.SliceProviderWrapperContainer$SliceProviderWrapper.attachInfo(SliceProviderWrapperContainer.java:74) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.lineagesettings does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.app.ActivityThread.installProvider(ActivityThread.java:7247) | |
04-04 03:58:46.064 478 478 W System.err: at android.app.ActivityThread.installContentProviders(ActivityThread.java:6788) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.vpndialogs does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6705) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package lineageos.platform does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.app.ActivityThread.access$1300(ActivityThread.java:237) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.phone does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1913) | |
04-04 03:58:46.064 478 478 W System.err: at android.os.Handler.dispatchMessage(Handler.java:106) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.shell has legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.filled.themepicker does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7665) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.wallpaperbackup does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at java.lang.reflect.Method.invoke(Native Method) | |
04-04 03:58:46.064 478 478 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.providers.blockednumber does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:948) | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.providers.userdictionary does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.providers.media.module has legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.hotspot2.osulogin does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural does not have legacy storage | |
04-04 03:58:46.064 478 478 W System.err: Caused by: java.lang.ClassNotFoundException: com.android.settingslib.bluetooth.BroadcastSourceInfoHandler | |
04-04 03:58:46.064 478 478 W System.err: ... 46 more | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.waydroidupdater does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.location.fused does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.victor.themepicker does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.color.orchid does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.deskclock does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.systemui has legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.customization does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.color.purple does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.permissioncontroller does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package org.lineageos.backgrounds does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.traceur does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.sam.themepicker does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.providers.contacts does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.captiveportallogin does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon.roundedrect does not have legacy storage | |
04-04 03:58:46.064 287 417 D MediaCodec: flushMediametrics | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.internal.systemui.navbar.gestural_narrow_back does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.rounded.settings does not have legacy storage | |
04-04 03:58:46.064 287 287 V StorageManagerService: Package com.android.theme.icon_pack.circular.android does not have legacy storage | |
04-04 03:58:46.064 478 478 D LocalBluetoothProfileManager: LocalBluetoothProfileManager construction complete | |
04-04 03:58:46.064 287 418 D MediaCodec: flushMediametrics | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.StorageManagerService$Lifecycle took to complete: 4ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:46.065 478 478 D LocalBluetoothProfileManager: supportedList is null | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.UiModeManagerService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.UiModeManagerService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 1ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.DeviceIdleController | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.WifiService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.WifiService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.ethernet.EthernetService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.ethernet.EthernetService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.notification.NotificationManagerService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.notification.NotificationManagerService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.DockObserver | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.DockObserver took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.twilight.TwilightService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.job.JobSchedulerService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.job.JobSchedulerService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.trust.TrustManagerService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:46.065 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:46.065 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.role.RoleManagerService | |
04-04 03:58:46.065 126 146 I adbd : jdwp connection from 638 | |
04-04 03:58:46.066 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.role.RoleManagerService took to complete: 1ms | |
04-04 03:58:46.066 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:46.066 287 287 W VoiceInteractionManager: no available voice recognition services found for user 0 | |
04-04 03:58:46.066 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:46.066 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.GestureLauncherService | |
04-04 03:58:46.066 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:46.066 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorNotificationService | |
04-04 03:58:46.066 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.SensorNotificationService took to complete: 0ms | |
04-04 03:58:46.066 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.dreams.DreamManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.print.PrintManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaSessionService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaSessionService took to complete: 1ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.BiometricService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.AuthService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.blob.BlobStoreManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.LauncherAppsService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.people.PeopleService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.MmsServiceBroker | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.autofill.AutofillManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.clipboard.ClipboardService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:46.067 287 287 W AppBindingService: [Default SMS app] u0 Target package not found | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_org.lineageos.platform.internal.WayDroidService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.policy.PermissionPolicyService | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.policy.PermissionPolicyService took to complete: 0ms | |
04-04 03:58:46.067 287 287 I SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.StagingManager$Lifecycle | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.onStartUser-0_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms | |
04-04 03:58:46.067 287 287 D SystemServerTiming: ssm.StartUser-0 took to complete: 8ms | |
04-04 03:58:46.068 287 287 I SystemServerTiming: startPersistentApps | |
04-04 03:58:46.068 287 287 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1068; state: DISABLED | |
04-04 03:58:46.068 287 287 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1001; state: DISABLED | |
04-04 03:58:46.068 287 287 D SystemServerTiming: startPersistentApps took to complete: 0ms | |
04-04 03:58:46.068 287 287 I SystemServerTiming: startHomeOnAllDisplays | |
04-04 03:58:46.069 287 287 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 03:58:46.073 65 65 D Zygote : Forked child process 661 | |
04-04 03:58:46.073 638 638 I rkstack.proces: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.074 661 661 E libprocessgroup: Failed to make and chown /acct/uid_1068: Read-only file system | |
04-04 03:58:46.074 661 661 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:46.074 661 661 W com.android.se: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:46.076 638 638 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.077 638 638 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.077 126 146 I adbd : jdwp connection from 661 | |
04-04 03:58:46.083 287 287 E BoringdroidConfig: Calling savePackageWindowingMode with package com.android.settings, and mode 1, before file is ready | |
04-04 03:58:46.084 287 287 D SystemServerTiming: startHomeOnAllDisplays took to complete: 16ms | |
04-04 03:58:46.084 287 287 I SystemServerTiming: showSystemReadyErrorDialogs | |
04-04 03:58:46.084 287 287 D SystemServerTiming: showSystemReadyErrorDialogs took to complete: 0ms | |
04-04 03:58:46.084 287 287 I SystemServerTiming: sendUserStartBroadcast | |
04-04 03:58:46.084 287 287 D SystemServerTiming: sendUserStartBroadcast took to complete: 0ms | |
04-04 03:58:46.084 287 287 I SystemServerTiming: resumeTopActivities | |
04-04 03:58:46.084 287 287 D SystemServerTiming: resumeTopActivities took to complete: 0ms | |
04-04 03:58:46.084 287 287 I SystemServerTiming: sendUserSwitchBroadcasts | |
04-04 03:58:46.084 287 287 D SystemServerTiming: sendUserSwitchBroadcasts took to complete: 0ms | |
04-04 03:58:46.084 287 287 I SystemServerTiming: setBinderProxies | |
04-04 03:58:46.084 287 287 D SystemServerTiming: setBinderProxies took to complete: 0ms | |
04-04 03:58:46.084 287 287 D SystemServerTiming: ActivityManagerStartApps took to complete: 25ms | |
04-04 03:58:46.084 287 287 D SystemServerTiming: PhaseActivityManagerReady took to complete: 197ms | |
04-04 03:58:46.084 287 287 D SystemServerTiming: startOtherServices took to complete: 459ms | |
04-04 03:58:46.084 287 287 D SystemServerTiming: StartServices took to complete: 668ms | |
04-04 03:58:46.085 287 287 E SystemServerTiming: SystemServer init took too long. uptimeMillis=8126723 | |
04-04 03:58:46.085 287 301 I ActivityManager: Start proc 661:com.android.se/1068 for added application com.android.se | |
04-04 03:58:46.086 287 307 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED | |
04-04 03:58:46.086 287 313 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 | |
04-04 03:58:46.086 99 244 I AudioPolicyService: Capy check package com.android.networkstack.tethering, sdk 29 | |
04-04 03:58:46.087 99 243 I AudioPolicyService: Capy check package com.android.se, sdk 30 | |
04-04 03:58:46.087 478 478 W AlarmManager: Unrecognized alarm listener com.android.systemui.keyguard.-$$Lambda$KeyguardSliceProvider$IhzByd8TsqFuOrSyuGurVskyPLo@36a065e | |
04-04 03:58:46.088 287 287 W Looper : Slow delivery took 467ms main h=android.app.ActivityThread$H c=null m=156 | |
04-04 03:58:46.089 287 287 D ConditionProviders.SCP: onConnected | |
04-04 03:58:46.089 287 287 D ConditionProviders: Subscribing to condition://android/event?userId=-10000&calendar=&reply=1 with ComponentInfo{android/com.android.server.notification.EventConditionProvider} | |
04-04 03:58:46.089 287 287 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 03:58:46.089 638 638 I TetheringManager: registerTetheringEventCallback:com.android.networkstack | |
04-04 03:58:46.089 287 345 D ConnectivityService: requestNetwork for uid/pid:1073/638 NetworkRequest [ TRACK_DEFAULT id=10, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 1073 AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] | |
04-04 03:58:46.089 661 661 I com.android.se: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.089 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.089 287 287 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10135; state: DISABLED | |
04-04 03:58:46.090 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.090 287 304 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 1000; state: ENABLED | |
04-04 03:58:46.090 478 478 V SystemUIService: SystemUIApplication created. | |
04-04 03:58:46.090 478 478 D SystemUIBootTiming: DependencyInjection took to complete: 0ms | |
04-04 03:58:46.090 287 312 E NetworkStats: problem reading network stats | |
04-04 03:58:46.090 287 312 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1007) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:850) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.Handler.handleCallback(Handler.java:938) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:99) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.090 287 312 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.090 287 312 E NetworkStats: (code 121) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.090 287 312 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.090 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.090 287 312 E NetworkStats: ... 19 more | |
04-04 03:58:46.091 638 638 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:46.091 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.092 661 661 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.092 661 661 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.092 65 65 D Zygote : Forked child process 690 | |
04-04 03:58:46.094 287 314 I Watchdog: Interesting Java process com.android.phone started. Pid 690 | |
04-04 03:58:46.094 287 314 I ActivityManager: Start proc 690:com.android.phone/1001 for added application com.android.phone | |
04-04 03:58:46.094 690 690 E libprocessgroup: Failed to make and chown /acct/uid_1001: Read-only file system | |
04-04 03:58:46.094 690 690 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:46.094 638 638 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.094 638 638 W nsconfig: com.android.networkstack.process: New config does not match the previously set config. | |
04-04 03:58:46.094 661 661 I SecureElementService: main onCreate | |
04-04 03:58:46.094 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.094 287 313 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 | |
04-04 03:58:46.094 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.095 690 690 W m.android.phon: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:46.095 661 661 I SecureElementService: Check if terminal eSE1 is available. | |
04-04 03:58:46.095 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/eSE1 in either framework or device manifest. | |
04-04 03:58:46.095 661 661 D SecureElement-Terminal-eSE1: SE Hal V1.2 is not supported | |
04-04 03:58:46.095 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/eSE1 in either framework or device manifest. | |
04-04 03:58:46.095 661 661 D SecureElement-Terminal-eSE1: SE Hal V1.1 is not supported | |
04-04 03:58:46.095 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/eSE1 in either framework or device manifest. | |
04-04 03:58:46.095 661 661 I SecureElementService: No HAL implementation for eSE1 | |
04-04 03:58:46.095 661 661 I SecureElementService: Check if terminal SIM1 is available. | |
04-04 03:58:46.095 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/SIM1 in either framework or device manifest. | |
04-04 03:58:46.095 661 661 D SecureElement-Terminal-SIM1: SE Hal V1.2 is not supported | |
04-04 03:58:46.095 478 478 I FalsingManager: xdpi, ydpi: 360.0, 360.0 | |
04-04 03:58:46.096 478 478 I FalsingManager: width, height: 1152, 3888 | |
04-04 03:58:46.096 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/SIM1 in either framework or device manifest. | |
04-04 03:58:46.096 661 661 D SecureElement-Terminal-SIM1: SE Hal V1.1 is not supported | |
04-04 03:58:46.096 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISecureElement/SIM1 in either framework or device manifest. | |
04-04 03:58:46.096 661 661 I SecureElementService: No HAL implementation for SIM1 | |
04-04 03:58:46.096 126 146 I adbd : jdwp connection from 690 | |
04-04 03:58:46.098 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.099 287 287 I system_server: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.099 65 65 D Zygote : Forked child process 711 | |
04-04 03:58:46.099 99 243 I AudioPolicyService: Capy check package com.android.providers.telephony, sdk 30 | |
04-04 03:58:46.100 478 478 D NavigationModeController: getCurrentUserContext: contextUser=0 currentUser=0 | |
04-04 03:58:46.100 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.100 711 711 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:46.100 287 314 I ActivityManager: Start proc 711:com.android.settings/1000 for top-activity {com.android.settings/com.android.settings.FallbackHome} | |
04-04 03:58:46.100 711 711 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:46.100 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10135; state: ENABLED | |
04-04 03:58:46.100 711 711 W ndroid.setting: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:46.101 478 478 E NavigationModeController: updateCurrentInteractionMode: mode=0 | |
04-04 03:58:46.101 478 478 D NavigationModeController: contextUser=0 | |
04-04 03:58:46.101 478 478 D NavigationModeController: assetPaths= | |
04-04 03:58:46.101 478 478 D NavigationModeController: /system/framework/framework-res.apk | |
04-04 03:58:46.101 478 478 D NavigationModeController: /system/framework/org.lineageos.platform-res.apk | |
04-04 03:58:46.101 478 478 D NavigationModeController: /system/system_ext/priv-app/SystemUI/SystemUI.apk | |
04-04 03:58:46.101 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.102 478 478 V SystemUIService: Starting SystemUI services for user 0. | |
04-04 03:58:46.102 126 146 I adbd : jdwp connection from 711 | |
04-04 03:58:46.103 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.util.NotificationChannels took to complete: 1ms | |
04-04 03:58:46.103 287 345 D NetworkStats: registerNetworkStatsProvider from OffloadController uid/pid=1073/638 | |
04-04 03:58:46.104 690 690 I m.android.phon: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.105 287 345 W OomAdjuster: Fallback pre-set sched group to default: not expected top priority | |
04-04 03:58:46.105 287 287 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.105 287 287 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.106 65 65 D Zygote : Forked child process 733 | |
04-04 03:58:46.106 287 620 D NetworkStats: registerNetworkStatsProvider from BpfCoordinator uid/pid=1073/638 | |
04-04 03:58:46.108 733 733 E libprocessgroup: Failed to make and chown /acct/uid_10135: Read-only file system | |
04-04 03:58:46.108 733 733 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:46.108 733 733 W id.ext.service: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:46.110 690 690 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.110 690 690 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.110 287 307 I InputManager: Enabling motion classifier because user switched: feature enabled, long press timeout = 400 | |
04-04 03:58:46.110 287 307 I InputClassifier: Enabling motion classifier | |
04-04 03:58:46.111 126 146 I adbd : jdwp connection from 733 | |
04-04 03:58:46.111 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IInputClassifier/default in either framework or device manifest. | |
04-04 03:58:46.111 287 747 I InputClassifier: Could not obtain InputClassifier HAL | |
04-04 03:58:46.112 287 314 I ActivityManager: Start proc 733:android.ext.services/u0a135 for service {android.ext.services/android.ext.services.autofill.InlineSuggestionRenderServiceImpl} | |
04-04 03:58:46.112 638 638 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 1073; state: ENABLED | |
04-04 03:58:46.112 287 287 D PackageWatchdog: Getting all observed packages pending health checks | |
04-04 03:58:46.112 287 287 I PackageWatchdog: Syncing health check requests for packages: {} | |
04-04 03:58:46.112 478 478 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 03:58:46.112 287 287 I ExplicitHealthCheckController: Service not ready to get health check supported packages. Binding... | |
04-04 03:58:46.113 287 287 I ExplicitHealthCheckController: Explicit health check service is bound | |
04-04 03:58:46.113 478 478 D KeyguardViewMediator: isKeyguardDisabled: keyguard is disabled by setting | |
04-04 03:58:46.113 690 690 I m.android.phon: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.113 638 638 V WifiManager: registerSoftApCallback: callback=com.android.networkstack.tethering.Tethering$TetheringSoftApCallback@df9a922, executor=com.android.networkstack.tethering.Tethering$TetheringThreadExecutor@7218fb3 | |
04-04 03:58:46.114 287 360 D ApConfigUtil: Update Softap capability, add client control feature support | |
04-04 03:58:46.114 287 302 D ConnectivityService: requestNetwork for uid/pid:1073/638 NetworkRequest [ REQUEST id=12, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1073 RequestorPackageName: com.android.networkstack] ] | |
04-04 03:58:46.114 287 360 D ApConfigUtil: Update Softap capability, max client = 16 | |
04-04 03:58:46.114 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.114 287 287 W system_server: ClassLoaderContext classpath size mismatch. expected=1, found=0 (PCL[/system/framework/org.lineageos.platform.jar*2370978991] | PCL[]) | |
04-04 03:58:46.115 690 690 D CarrierProvider: onCreate | |
04-04 03:58:46.115 99 243 I AudioPolicyService: Capy check package android.ext.services, sdk 30 | |
04-04 03:58:46.116 154 419 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:46.116 287 600 E system_server: Can't open file: /sys/kernel/ion/total_heaps_kb | |
04-04 03:58:46.116 287 600 I ActivityManager: Low on memory: | |
04-04 03:58:46.116 690 690 D CarrierIdProvider: onCreate | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 81505: zygote (pid 66) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 76984: surfaceflinger (pid 102) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 68365: zygote64 (pid 65) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 60500: bootanimation (pid 257) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 33376: [email protected] (pid 69) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 19777: [email protected] (pid 80) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 17494: media.swcodec (pid 162) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 13782: audioserver (pid 99) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 13456: media.codec (pid 160) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 12793: media.extractor (pid 154) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 8545: mediaserver (pid 156) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 8461: cameraserver (pid 134) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 7725: netd (pid 64) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 7004: init (pid 1) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 6354: vold (pid 37) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 6287: [email protected] (pid 73) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 6254: ueventd (pid 5) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 6214: keystore (pid 152) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 6066: adbd (pid 126) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 6005: init (pid 3) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5989: wificond (pid 159) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5867: [email protected] (pid 78) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5799: credstore (pid 100) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5742: media.metrics (pid 155) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5680: gpuservice (pid 101) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5666: statsd (pid 63) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5556: gatekeeperd (pid 168) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5372: [email protected] (pid 46) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5361: incidentd (pid 150) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5360: storaged (pid 157) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5327: installd (pid 151) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5237: hwservicemanager (pid 31) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5184: mdnsd (pid 166) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5103: [email protected] (pid 74) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5091: servicemanager (pid 30) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 5034: [email protected] (pid 79) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4998: traced_probes (pid 131) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4997: traced (pid 132) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4957: [email protected] (pid 45) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4951: [email protected] (pid 81) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4933: logd (pid 28) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4923: idmap2d (pid 139) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4891: [email protected] (pid 76) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4880: iptables-restore (pid 110) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4871: android.hardware.audio.service (pid 68) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4861: ip6tables-restore (pid 111) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4836: adb_root (pid 133) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4827: vndservicemanager (pid 32) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4820: [email protected] (pid 95) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4811: [email protected] (pid 67) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4805: [email protected] (pid 96) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4799: [email protected] (pid 84) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4782: [email protected] (pid 91) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4756: lmkd (pid 29) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4737: [email protected] (pid 85) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 4701: tombstoned (pid 59) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 2149: drmserver (pid 136) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 1655: [email protected] (pid 75) native | |
04-04 03:58:46.116 287 600 I ActivityManager: ntv ?? 1585: [email protected] (pid 77) native | |
04-04 03:58:46.116 287 600 I ActivityManager: sys PER 135243: system (pid 287) fixed | |
04-04 03:58:46.116 287 600 I ActivityManager: pers PER 45865: com.android.systemui (pid 478) fixed | |
04-04 03:58:46.116 287 600 I ActivityManager: psvc PER 0: WebViewLoader-x86_64 (pid 573) fixed | |
04-04 03:58:46.116 287 600 I ActivityManager: 837948: TOTAL | |
04-04 03:58:46.116 287 600 I ActivityManager: MemInfo: 398,800K slab, 107,460K shmem, 112,448K vm alloc, 47,396K page tables 27,040K kernel stack | |
04-04 03:58:46.116 287 600 I ActivityManager: 157,692K buffers, 4,415,260K cached, 1,036,732K mapped, 5,470,612K free | |
04-04 03:58:46.116 287 600 I ActivityManager: Free RAM: 9,215,028K | |
04-04 03:58:46.116 287 600 I ActivityManager: Used RAM: 1,295,856K | |
04-04 03:58:46.116 287 600 I ActivityManager: Lost RAM: 4,593,456K | |
04-04 03:58:46.116 690 690 D CarrierIdDatabaseHelper: CarrierIdDatabaseHelper: 5 | |
04-04 03:58:46.116 287 287 I system_server: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.116 711 711 I ndroid.setting: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.117 287 287 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.118 287 600 I DropBoxManagerService: add tag=system_server_lowmem isTagEnabled=true flags=0x2 | |
04-04 03:58:46.118 711 711 I ndroid.setting: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.119 287 287 E TrustManagerService: EXTRA_USER_HANDLE missing or invalid, value=0 | |
04-04 03:58:46.119 690 690 D CarrierIdProvider: update database from pb file | |
04-04 03:58:46.119 287 313 I DropBoxManagerService: add tag=system_server_wtf isTagEnabled=true flags=0x2 | |
04-04 03:58:46.122 287 287 V NotificationAssistants: enabling notification assistant for 0: ComponentInfo{android.ext.services/android.ext.services.notification.Assistant} | |
04-04 03:58:46.122 287 287 V NotificationAssistants: binding: Intent { act=android.service.notification.NotificationAssistantService cmp=android.ext.services/.notification.Assistant (has extras) } | |
04-04 03:58:46.123 733 733 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.123 733 733 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.124 711 711 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.124 711 711 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.127 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 03:58:46.127 690 690 D CarrierIdProvider: latest version: 33554469 need update: false | |
04-04 03:58:46.127 287 312 E NetworkStats: problem reading network stats | |
04-04 03:58:46.127 287 312 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1015) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:852) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.Handler.handleCallback(Handler.java:938) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:99) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.127 287 312 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.127 287 312 E NetworkStats: (code 121) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.127 287 312 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.127 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.127 287 312 E NetworkStats: ... 19 more | |
04-04 03:58:46.128 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.128 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.128 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.129 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.129 99 99 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:46.130 287 287 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 03:58:46.130 287 287 D ConditionProviders.SCP: setRegistered true | |
04-04 03:58:46.131 287 369 W ActivityThread: Failed to find provider info for com.android.calendar (user not unlocked) | |
04-04 03:58:46.131 287 369 W ActivityThread: Failed to find provider info for com.android.calendar (user not unlocked) | |
04-04 03:58:46.131 287 287 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 03:58:46 GMT 2024 (1712203126130), nextUserAlarmTime=Thu Jan 01 00:00:00 GMT 1970 (0) | |
04-04 03:58:46.131 287 287 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 03:58:46.131 287 287 D ConditionProviders.SCP: Scheduling evaluate for Thu Apr 04 07:00:00 GMT 2024 (1712214000000), in +3h1m13s870ms, now=Thu Apr 04 03:58:46 GMT 2024 (1712203126130) | |
04-04 03:58:46.131 287 287 I ConnectivityModuleConnector: Networking module service connected | |
04-04 03:58:46.131 287 287 I ConnectivityModuleConnector: Networking module service connected | |
04-04 03:58:46.131 287 287 I NetworkStackClient: Network stack service connected | |
04-04 03:58:46.134 287 360 D WifiActiveModeWarden: Starting ClientModeManager | |
04-04 03:58:46.134 287 360 D WifiController: DisabledState.exit() | |
04-04 03:58:46.134 287 360 D WifiController: EnabledState.enter() | |
04-04 03:58:46.134 287 360 D WifiClientModeManager: entering IdleState | |
04-04 03:58:46.134 287 360 I WifiNative: Vendor Hal not supported, ignoring start. | |
04-04 03:58:46.134 287 360 I WifiNative: Vendor Hal not supported, ignoring createStaIface. | |
04-04 03:58:46.134 287 360 D WifiNl80211Manager: Setting up interface for client mode | |
04-04 03:58:46.135 711 711 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: [email protected]::IWaydroidWindow/default | |
04-04 03:58:46.135 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IRadio/slot1 in either framework or device manifest. | |
04-04 03:58:46.135 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IRadio/slot1 in either framework or device manifest. | |
04-04 03:58:46.135 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IRadio/slot1 in either framework or device manifest. | |
04-04 03:58:46.136 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IRadio/slot1 in either framework or device manifest. | |
04-04 03:58:46.136 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IRadio/slot1 in either framework or device manifest. | |
04-04 03:58:46.136 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IRadio/slot1 in either framework or device manifest. | |
04-04 03:58:46.136 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IOemHook/slot1 in either framework or device manifest. | |
04-04 03:58:46.136 159 159 E wificond: Failed to get wiphy index | |
04-04 03:58:46.136 287 360 E WifiNl80211Manager: Could not get IClientInterface instance from wificond | |
04-04 03:58:46.136 287 360 E WifiNative: Failed to setup iface in wificond=wlan0 | |
04-04 03:58:46.136 287 360 I WifiNative: Vendor Hal not supported, ignoring removeStaIface. | |
04-04 03:58:46.136 287 360 E WifiNative: Failed to unregister network observer on Iface:{Name=wlan0,Id=1,Type=STA_SCAN} | |
04-04 03:58:46.136 287 360 E WifiNl80211Manager: No valid wificond client interface handler | |
04-04 03:58:46.136 287 360 E WifiNative: Failed to teardown iface in wificond on Iface:{Name=wlan0,Id=1,Type=STA_SCAN} | |
04-04 03:58:46.136 287 360 D WifiNl80211Manager: tearing down interfaces in wificond | |
04-04 03:58:46.137 287 360 I WifiNative: Vendor Hal not supported, ignoring stop. | |
04-04 03:58:46.137 287 360 I WifiNative: Successfully torn down Iface:{Name=wlan0,Id=1,Type=STA_SCAN} | |
04-04 03:58:46.137 287 360 I WifiNative: Successfully initiated teardown for iface=wlan0 | |
04-04 03:58:46.137 287 360 E WifiClientModeManager: Failed to create ClientInterface. Sit in Idle | |
04-04 03:58:46.137 287 360 D WifiScanRequestProxy: Sending scan available broadcast: false | |
04-04 03:58:46.137 690 690 I TetheringManager: registerTetheringEventCallback:com.android.phone | |
04-04 03:58:46.137 287 363 I WifiScanningService: Received a request to disable scanning, UID = 1000 | |
04-04 03:58:46.137 287 363 I WifiScanningService: wifi driver unloaded | |
04-04 03:58:46.137 287 360 I WifiScanRequestProxy: Scanning is disabled | |
04-04 03:58:46.137 287 360 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 03:58:46.137 287 360 D WifiController: STA disabled, return to DisabledState. | |
04-04 03:58:46.137 287 360 D WifiController: EnabledState.exit() | |
04-04 03:58:46.137 287 360 D WifiController: DisabledState.enter() | |
04-04 03:58:46.138 287 287 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled | |
04-04 03:58:46.139 690 690 D TelephonyProvider: dbh.onOpen: ok, queried table=siminfo | |
04-04 03:58:46.139 690 690 D TelephonyProvider: dbh.onOpen: ok, queried table=carriers | |
04-04 03:58:46.139 287 781 I Telecom : BluetoothRouteManager: getBluetoothAudioConnectedDevice: no service available. | |
04-04 03:58:46.139 287 287 I Telecom : SystemStateHelper: Registering car mode receiver: android.content.IntentFilter@45f9f10: TS.init@AAA | |
04-04 03:58:46.141 287 783 I Telecom : Logging.Events: Non-call EVENT: AUDIO_ROUTE, Entering state QuiescentSpeakerRoute | |
04-04 03:58:46.141 287 783 I Telecom : BluetoothRouteManager: getBluetoothAudioConnectedDevice: no service available. | |
04-04 03:58:46.142 287 785 I Telecom : CallAudioModeStateMachine: Message received: null.: TS.init->CAMSM.pM_1@AAA | |
04-04 03:58:46.143 690 690 D CellBroadcastServiceManager: CellBroadcastServiceManager created for phone 0 | |
04-04 03:58:46.143 690 690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: found 0 CBS packages | |
04-04 03:58:46.143 690 690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: package name not found | |
04-04 03:58:46.143 690 690 E CellBroadcastServiceManager: Unable to bind service; no cell broadcast service found | |
04-04 03:58:46.143 287 287 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 03:58:46.143 287 287 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 03:58:46.143 287 287 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled | |
04-04 03:58:46.144 690 690 D CellBroadcastServiceManager: CellBroadcastServiceManager created for phone 0 | |
04-04 03:58:46.144 690 690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: found 0 CBS packages | |
04-04 03:58:46.144 690 690 E CellBroadcastServiceManager: getCellBroadcastServicePackageName: package name not found | |
04-04 03:58:46.144 690 690 E CellBroadcastServiceManager: Unable to bind service; no cell broadcast service found | |
04-04 03:58:46.144 287 287 I Telecom : Class: TelecomSystem.INSTANCE being set | |
04-04 03:58:46.144 287 287 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 03:58:46.145 287 287 I ConnectivityModuleConnector: Networking module service connected | |
04-04 03:58:46.145 287 287 I ConnectivityModuleConnector: Networking module service connected | |
04-04 03:58:46.145 478 720 D KeyguardViewMediator: updateActivityLockScreenState(false, false) | |
04-04 03:58:46.145 287 287 D AutofillManagerService: Restriction did not change for user 0 | |
04-04 03:58:46.145 287 287 I ExplicitHealthCheckController: Explicit health check service is connected ComponentInfo{android.ext.services/android.ext.services.watchdog.ExplicitHealthCheckServiceImpl} | |
04-04 03:58:46.145 287 287 I ExplicitHealthCheckController: Service initialized, syncing requests | |
04-04 03:58:46.145 287 287 V NotificationAssistants: 0 notification assistant service connected: ComponentInfo{android.ext.services/android.ext.services.notification.Assistant} | |
04-04 03:58:46.146 287 287 I Telecom : WiredHeadsetManager: ACTION_HEADSET_PLUG event, plugged in: false, : WHC.oADA@AAE | |
04-04 03:58:46.146 287 287 W Looper : Drained | |
04-04 03:58:46.147 287 287 D MediaSessionService: Global priority session is changed from null to com.android.server.telecom/HeadsetMediaButton (userId=0) | |
04-04 03:58:46.147 287 287 D PackageWatchdog: Getting all observed packages pending health checks | |
04-04 03:58:46.147 287 287 I PackageWatchdog: Syncing health check requests for packages: {} | |
04-04 03:58:46.147 287 287 D ExplicitHealthCheckController: Getting health check supported packages | |
04-04 03:58:46.147 478 763 I OMXClient: IOmx service obtained | |
04-04 03:58:46.147 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.keyguard.KeyguardViewMediator took to complete: 44ms | |
04-04 03:58:46.147 160 448 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:46.147 287 620 I ExplicitHealthCheckController: Explicit health check supported packages [PackageConfig{com.android.networkstack, 86400000}] | |
04-04 03:58:46.147 287 620 D PackageWatchdog: Received supported packages [PackageConfig{com.android.networkstack, 86400000}] | |
04-04 03:58:46.147 287 620 D ExplicitHealthCheckController: Getting health check requested packages | |
04-04 03:58:46.147 478 763 D MediaCodec: flushMediametrics | |
04-04 03:58:46.148 287 620 I ExplicitHealthCheckController: Explicit health check requested packages [] | |
04-04 03:58:46.148 287 620 I ExplicitHealthCheckController: No more health check requests, unbinding... | |
04-04 03:58:46.148 154 419 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:46.148 287 620 I ExplicitHealthCheckController: Explicit health check service is unbound | |
04-04 03:58:46.149 478 798 I OMXClient: IOmx service obtained | |
04-04 03:58:46.149 160 448 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:46.149 478 798 D MediaCodec: flushMediametrics | |
04-04 03:58:46.152 287 620 D CompatibilityChangeReporter: Compat change id reported: 124107808; UID 1001; state: ENABLED | |
04-04 03:58:46.155 478 758 D MediaCodec: flushMediametrics | |
04-04 03:58:46.155 478 792 D MediaCodec: flushMediametrics | |
04-04 03:58:46.156 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.156 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.156 154 420 E Utils : did not find channel-count and/or sample-rate | |
04-04 03:58:46.157 287 620 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10129; state: DISABLED | |
04-04 03:58:46.157 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:46.157 478 803 I OMXClient: IOmx service obtained | |
04-04 03:58:46.157 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10129; state: ENABLED | |
04-04 03:58:46.157 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.recents.Recents took to complete: 10ms | |
04-04 03:58:46.157 160 160 I OMXMaster: makeComponentInstance(OMX.google.vorbis.decoder) in android.hardwar process | |
04-04 03:58:46.158 478 803 D MediaCodec: flushMediametrics | |
04-04 03:58:46.158 711 770 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 03:58:46.158 711 770 I MESA : Using fallback gralloc implementation | |
04-04 03:58:46.158 478 478 I vol.Events: writeEvent collection_started | |
04-04 03:58:46.164 65 65 D Zygote : Forked child process 808 | |
04-04 03:58:46.164 478 758 D MediaCodec: flushMediametrics | |
04-04 03:58:46.164 287 314 I ActivityManager: Start proc 808:com.android.launcher3/u0a129 for service {com.android.launcher3/com.android.quickstep.TouchInteractionService} | |
04-04 03:58:46.164 808 808 E libprocessgroup: Failed to make and chown /acct/uid_10129: Read-only file system | |
04-04 03:58:46.164 808 808 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:46.165 808 808 W droid.launcher: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:46.167 126 146 I adbd : jdwp connection from 808 | |
04-04 03:58:46.169 99 244 I AudioPolicyService: Capy check package com.android.launcher3, sdk 30 | |
04-04 03:58:46.170 478 806 I vol.Events: writeEvent level_changed STREAM_VOICE_CALL 3 | |
04-04 03:58:46.170 478 806 I vol.Events: writeEvent level_changed STREAM_SYSTEM 5 | |
04-04 03:58:46.171 478 806 I vol.Events: writeEvent level_changed STREAM_RING 5 | |
04-04 03:58:46.171 478 806 I vol.Events: writeEvent level_changed STREAM_MUSIC 5 | |
04-04 03:58:46.171 478 806 I vol.Events: writeEvent level_changed STREAM_ALARM 6 | |
04-04 03:58:46.171 478 806 I vol.Events: writeEvent level_changed STREAM_BLUETOOTH_SCO 7 | |
04-04 03:58:46.172 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.volume.VolumeUI took to complete: 14ms | |
04-04 03:58:46.172 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.stackdivider.Divider took to complete: 1ms | |
04-04 03:58:46.172 478 806 I vol.Events: writeEvent external_ringer_mode_changed unknown | |
04-04 03:58:46.172 478 806 I vol.Events: writeEvent zen_mode_config_changed [disallowAlarms=false disallowMedia=false disallowSystem=true disallowRinger=false] | |
04-04 03:58:46.173 478 478 D InterruptionStateProvider: heads up is enabled | |
04-04 03:58:46.174 808 808 I droid.launcher: The ClassLoaderContext is a special shared library. | |
04-04 03:58:46.179 808 808 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.179 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.179 808 808 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:46.182 478 478 I TetheringManager: registerTetheringEventCallback:com.android.systemui | |
04-04 03:58:46.184 287 312 E NetworkStats: problem reading network stats | |
04-04 03:58:46.184 287 312 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1024) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:854) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.Handler.handleCallback(Handler.java:938) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:99) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.184 287 312 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.184 287 312 E NetworkStats: (code 121) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.184 287 312 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.184 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.184 287 312 E NetworkStats: ... 19 more | |
04-04 03:58:46.184 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.184 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.184 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.184 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.184 287 301 D ConnectivityService: requestNetwork for uid/pid:10132/478 NetworkRequest [ TRACK_DEFAULT id=15, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] | |
04-04 03:58:46.184 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.184 478 478 V WifiManager: registerTrafficStateCallback: callback=com.android.systemui.statusbar.policy.WifiSignalController$WifiTrafficStateCallback@f4df07a, executor=android.os.HandlerExecutor@cc678dd | |
04-04 03:58:46.184 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.185 287 628 D ConnectivityService: requestNetwork for uid/pid:10132/478 NetworkRequest [ TRACK_DEFAULT id=16, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED Uid: 10132 AdministratorUids: [] RequestorUid: 10132 RequestorPackageName: com.android.systemui] ] | |
04-04 03:58:46.185 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.186 711 770 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:46.186 711 770 W EGL-MAIN: MESA-LOADER: failed to retrieve device information | |
04-04 03:58:46.186 711 770 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:46.187 808 808 D TouchInteractionService: Touch service connected | |
04-04 03:58:46.187 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.189 478 478 I TetheringManager: registerTetheringEventCallback caller:com.android.systemui | |
04-04 03:58:46.193 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:46.193 287 301 I StatusBarManagerService: registerStatusBar bar=com.android.internal.statusbar.IStatusBar$Stub$Proxy@db32e91 | |
04-04 03:58:46.198 690 690 D CompatibilityChangeReporter: Compat change id reported: 147600208; UID 1001; state: ENABLED | |
04-04 03:58:46.200 690 690 W SQLiteLog: (28) double-quoted string literal: "emergency" | |
04-04 03:58:46.200 690 690 W SQLiteLog: (28) double-quoted string literal: "emergency" | |
04-04 03:58:46.201 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:46.201 711 770 I Gralloc4: mapper 4.x is not supported | |
04-04 03:58:46.201 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:46.201 711 770 W Gralloc3: mapper 3.x is not supported | |
04-04 03:58:46.204 690 690 D PhoneSwitcherNetworkRequstListener: Registering NetworkFactory | |
04-04 03:58:46.204 287 364 D ConnectivityService: Got NetworkProvider Messenger for PhoneSwitcherNetworkRequstListener | |
04-04 03:58:46.205 287 364 D ConnectivityService: Got NetworkProvider Messenger for TelephonyNetworkFactory[0] | |
04-04 03:58:46.207 690 690 I ImsRcsController: ImsRcsController | |
04-04 03:58:46.207 690 690 D CarrierConfigLoader: CarrierConfigLoader has started | |
04-04 03:58:46.207 287 301 D BluetoothManagerService: Trying to bind to profile: 1, while Bluetooth was disabled | |
04-04 03:58:46.209 690 690 I Telephony: TelecomAccountRegistry: setupOnBoot - register subscription listener | |
04-04 03:58:46.216 478 478 I CameraManagerGlobal: Connecting to camera service | |
04-04 03:58:46.228 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.230 287 620 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 287 620 I chatty : uid=1000(system) Binder:287_4 identical 1 line | |
04-04 03:58:46.230 287 620 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 478 505 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 690 848 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 690 710 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 478 515 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 690 848 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 690 848 I chatty : uid=1001(radio) Binder:690_4 identical 3 lines | |
04-04 03:58:46.230 690 848 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.230 690 690 D MultiSimSettingController: notifySubscriptionInfoChanged | |
04-04 03:58:46.230 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.230 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.235 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.236 287 620 I DefaultPermGrantPolicy: Revoking permissions from disabled data services for user:0 | |
04-04 03:58:46.237 287 628 I DefaultPermGrantPolicy: Granting permissions to enabled data services for user:0 | |
04-04 03:58:46.237 287 312 E NetworkStats: problem reading network stats | |
04-04 03:58:46.237 287 312 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTransport(StatsPullAtomService.java:1201) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1033) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:855) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.Handler.handleCallback(Handler.java:938) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:99) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.237 287 312 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.237 287 312 E NetworkStats: (code 121) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.237 287 312 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.237 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.237 287 312 E NetworkStats: ... 19 more | |
04-04 03:58:46.237 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.238 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.238 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.239 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.241 478 478 D StatusBar: mUserSetupObserver - DeviceProvisionedListener called for user 0 | |
04-04 03:58:46.241 478 478 D StatusBar: updateQsExpansionEnabled - QS Expand enabled: true | |
04-04 03:58:46.241 478 478 D StatusBar: mUserSetupObserver - DeviceProvisionedListener called for user 0 | |
04-04 03:58:46.241 478 857 D OpenGLRenderer: profile bars disabled | |
04-04 03:58:46.241 478 857 D OpenGLRenderer: ambientRatio = 1.50 | |
04-04 03:58:46.243 287 308 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{25cf75e u0 com.android.settings/com.android.settings.FallbackHome}, surfaceController TID:2#com.android.settings/com.android.settings.FallbackHome | |
04-04 03:58:46.246 690 690 D TelephonyProvider: subIdString = -1 subId = -1 | |
04-04 03:58:46.246 690 690 D TelephonyProvider: subIdString = -1 subId = -1 | |
04-04 03:58:46.247 690 690 D TelephonyProvider: getPreferredApnIdFromApn: for subId -1 | |
04-04 03:58:46.247 690 690 D TelephonyProvider: subIdString = -1 subId = -1 | |
04-04 03:58:46.248 287 360 D WifiService: OBSERVED active data subscription change, subId: -1 | |
04-04 03:58:46.248 478 478 W AudioManager: attempt to call registerAudioRecordingCallback() on a previouslyregistered callback | |
04-04 03:58:46.248 478 478 D NotifPipeline: Notif pipeline initialized | |
04-04 03:58:46.248 287 620 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 03:58:46.248 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.248 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 03:58:46.248 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 03:58:46.248 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 03:58:46.248 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 03:58:46.248 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 03:58:46.248 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 03:58:46.248 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 03:58:46.248 690 690 D TelephonyDebugService: TelephonyDebugService() | |
04-04 03:58:46.248 690 690 D CarrierConfigLoader: mHandler: 12 phoneId: 0 | |
04-04 03:58:46.249 478 478 V WifiManager: registerSoftApCallback: callback=com.android.systemui.statusbar.policy.HotspotControllerImpl@266309, executor=android.os.HandlerExecutor@47b190e | |
04-04 03:58:46.249 690 690 I Telephony: TelecomAccountRegistry: onSubscriptionsChanged - update accounts | |
04-04 03:58:46.249 690 690 I Telephony: TelecomAccountRegistry: setupAccounts: Found 1 phones. Attempting to register. | |
04-04 03:58:46.249 690 690 I Telephony: TelecomAccountRegistry: setupAccounts: Phone with subscription id -1 | |
04-04 03:58:46.249 690 690 D Telephony: TelecomAccountRegistry: setupAccounts: skipping invalid subid -1 | |
04-04 03:58:46.249 690 690 I Telephony: setupAccounts: adding default | |
04-04 03:58:46.250 690 690 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC | |
04-04 03:58:46.250 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.250 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.250 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.250 690 690 I Telephony: isRttCurrentlySupported -- emergency acct and no device support | |
04-04 03:58:46.250 478 478 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 | |
04-04 03:58:46.250 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.251 478 478 V FODCircleViewImpl: *** register callback for com.android.systemui.statusbar.phone.StatusBar$5@2198940 | |
04-04 03:58:46.251 478 478 V FODCircleViewImpl: *** unregister callback for null | |
04-04 03:58:46.251 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.statusbar.phone.StatusBar took to complete: 79ms | |
04-04 03:58:46.251 287 301 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@AAY | |
04-04 03:58:46.251 478 831 W ActivityThread: Failed to find provider info for com.android.contacts (user not unlocked) | |
04-04 03:58:46.252 478 478 D StorageNotification: Notifying about private volume: VolumeInfo{private}: | |
04-04 03:58:46.252 478 478 D StorageNotification: type=PRIVATE diskId=null partGuid=null mountFlags=0 mountUserId=-10000 | |
04-04 03:58:46.252 478 478 D StorageNotification: state=MOUNTED | |
04-04 03:58:46.252 478 478 D StorageNotification: fsType=null fsUuid=null fsLabel=null | |
04-04 03:58:46.252 478 478 D StorageNotification: path=/data internalPath=null | |
04-04 03:58:46.252 287 301 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@AAY | |
04-04 03:58:46.252 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 03:58:46.252 690 690 I Telephony: PstnIncomingCallNotifier: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {428d55c} | |
04-04 03:58:46.252 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.usb.StorageNotification took to complete: 1ms | |
04-04 03:58:46.252 690 690 D Telephony: Registering: Handler (com.android.internal.telephony.GsmCdmaPhone) {428d55c} | |
04-04 03:58:46.253 690 690 D MultiSimSettingController: onSubscriptionsChanged | |
04-04 03:58:46.254 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.254 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.254 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.power.PowerUI took to complete: 2ms | |
04-04 03:58:46.254 287 360 D WifiService: OBSERVED active data subscription change, subId: -1 | |
04-04 03:58:46.254 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.media.RingtonePlayer took to complete: 0ms | |
04-04 03:58:46.255 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.keyboard.KeyboardUI took to complete: 0ms | |
04-04 03:58:46.255 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.pip.PipUI took to complete: 0ms | |
04-04 03:58:46.255 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 03:58:46.255 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.shortcut.ShortcutKeyDispatcher took to complete: 0ms | |
04-04 03:58:46.255 287 360 D WifiService: OBSERVED active data subscription change, subId: -1 | |
04-04 03:58:46.255 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.VendorServices took to complete: 0ms | |
04-04 03:58:46.255 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.util.leak.GarbageMonitor$Service took to complete: 0ms | |
04-04 03:58:46.255 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.LatencyTester took to complete: 0ms | |
04-04 03:58:46.256 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.globalactions.GlobalActionsComponent took to complete: 1ms | |
04-04 03:58:46.256 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.ScreenDecorations took to complete: 0ms | |
04-04 03:58:46.256 287 360 I chatty : uid=1000(system) WifiHandlerThre identical 3 lines | |
04-04 03:58:46.256 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.biometrics.AuthController took to complete: 0ms | |
04-04 03:58:46.257 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.biometrics.FODCircleViewImpl took to complete: 0ms | |
04-04 03:58:46.257 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.SliceBroadcastRelayHandler took to complete: 0ms | |
04-04 03:58:46.257 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.SizeCompatModeActivityController took to complete: 1ms | |
04-04 03:58:46.257 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.statusbar.notification.InstantAppNotifier took to complete: 0ms | |
04-04 03:58:46.257 287 360 D WifiService: OBSERVED active data subscription change, subId: -1 | |
04-04 03:58:46.257 690 690 I Telephony: handleVideoCapabilitesChanged. Video capability - false | |
04-04 03:58:46.257 690 690 E PhoneInterfaceManager: [PhoneIntfMgr] getIccId: No UICC | |
04-04 03:58:46.257 287 360 D WifiService: OBSERVED active data subscription change, subId: -1 | |
04-04 03:58:46.257 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.257 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.257 690 690 I Telephony: isRttCurrentlySupported -- emergency acct and no device support | |
04-04 03:58:46.259 287 301 I Telecom : PhoneAccountRegistrar: Modify account: [ComponentInfo{com.android.phone/com.android.services.telephony.TelephonyConnectionService}, ***, UserHandle{0}]: TSI.rPA@AAk | |
04-04 03:58:46.259 287 301 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@AAk | |
04-04 03:58:46.260 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.260 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.260 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.260 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.260 287 360 D WifiService: OBSERVED active data subscription change, subId: -1 | |
04-04 03:58:46.260 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.260 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.260 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:46.261 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:46.263 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.theme.ThemeOverlayController took to complete: 6ms | |
04-04 03:58:46.263 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.accessibility.WindowMagnification took to complete: 0ms | |
04-04 03:58:46.264 287 312 E NetworkStats: problem reading network stats | |
04-04 03:58:46.264 287 312 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1041) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:857) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.Handler.handleCallback(Handler.java:938) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:99) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.264 287 312 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.264 287 312 E NetworkStats: (code 121) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.264 287 312 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.264 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.264 287 312 E NetworkStats: ... 18 more | |
04-04 03:58:46.264 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.264 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.accessibility.SystemActions took to complete: 1ms | |
04-04 03:58:46.264 478 478 D SystemUIBootTiming: StartServicescom.android.systemui.toast.ToastUI took to complete: 0ms | |
04-04 03:58:46.264 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.264 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.265 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.266 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:46.266 478 478 D SystemUIBootTiming: StartServices took to complete: 164ms | |
04-04 03:58:46.267 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IUsbRestrict/default in either framework or device manifest. | |
04-04 03:58:46.267 478 515 D KeyguardViewMediator: notifyScreenOn | |
04-04 03:58:46.267 478 515 D KeyguardViewMediator: notifyScreenTurnedOn | |
04-04 03:58:46.269 478 478 W KeyguardUpdateMonitor: invalid subId in handleServiceStateChange() | |
04-04 03:58:46.269 287 287 D BluetoothA2dp: Binding service... | |
04-04 03:58:46.269 287 287 E BluetoothA2dp: Could not bind to Bluetooth Service with Intent { act=android.bluetooth.IBluetoothA2dp } | |
04-04 03:58:46.270 478 478 W AlarmManager: Unrecognized alarm listener com.android.systemui.keyguard.-$$Lambda$KeyguardSliceProvider$IhzByd8TsqFuOrSyuGurVskyPLo@36a065e | |
04-04 03:58:46.270 478 478 D MediaResumeListener: loaded resume components for 0: [] | |
04-04 03:58:46.270 478 478 D CompatibilityChangeReporter: Compat change id reported: 150939131; UID 10132; state: ENABLED | |
04-04 03:58:46.271 478 478 D Tonal : Tonal Palette - index: 7. Main color: ff59c1c1 | |
04-04 03:58:46.271 478 478 D Tonal : Colors: ff041212, ff092727, ff0e3b39, ff145450, ff1c726a, ff239191, ff2ab0b0, ff59c1c1, ff67d3da, ff80d7e0, ff9ddde7, ffc6eaf1, ffe2f6f8 | |
04-04 03:58:46.271 478 478 D Tonal : Gradients: | |
04-04 03:58:46.271 478 478 D Tonal : Normal GradientColors(ff59c1c1, ff59c1c1) | |
04-04 03:58:46.271 478 478 D Tonal : Dark GradientColors(ff145450, ff145450) | |
04-04 03:58:46.271 478 478 D Tonal : Extra dark: GradientColors(ff0e3b39, ff0e3b39) | |
04-04 03:58:46.271 478 478 D Tonal : Tonal Palette - index: 7. Main color: ff59c1c1 | |
04-04 03:58:46.271 478 478 D Tonal : Colors: ff041212, ff092727, ff0e3b39, ff145450, ff1c726a, ff239191, ff2ab0b0, ff59c1c1, ff67d3da, ff80d7e0, ff9ddde7, ffc6eaf1, ffe2f6f8 | |
04-04 03:58:46.271 478 478 D Tonal : Gradients: | |
04-04 03:58:46.271 478 478 D Tonal : Normal GradientColors(ff59c1c1, ff59c1c1) | |
04-04 03:58:46.271 478 478 D Tonal : Dark GradientColors(ff145450, ff145450) | |
04-04 03:58:46.271 478 478 D Tonal : Extra dark: GradientColors(ff0e3b39, ff0e3b39) | |
04-04 03:58:46.271 287 301 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{25cf75e u0 com.android.settings/com.android.settings.FallbackHome}, surfaceController TID:2#com.android.settings/com.android.settings.FallbackHome | |
04-04 03:58:46.272 478 478 E libEGL : validate_display:89 error 3001 (EGL_NOT_INITIALIZED) | |
04-04 03:58:46.275 287 400 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], score: 0 | |
04-04 03:58:46.275 287 400 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@1caa478,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}} | |
04-04 03:58:46.275 287 400 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@1caa478,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}} | |
04-04 03:58:46.275 287 400 D EthernetNetworkFactory: IpClient already started | |
04-04 03:58:46.275 287 400 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 03:58:46.275 287 400 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 03:58:46.275 287 400 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 03:58:46.275 287 400 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 03:58:46.275 287 400 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 03:58:46.275 287 400 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@1caa478,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}} | |
04-04 03:58:46.275 287 400 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@1caa478,linkProperties: {LinkAddresses: [ ] DnsAddresses: [ ] Domains: null MTU: 0 Routes: [ ]}} | |
04-04 03:58:46.275 287 400 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 03:58:46.275 287 400 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 03:58:46.275 287 400 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 03:58:46.289 287 307 I ActivityManagerTiming: FinishBooting | |
04-04 03:58:46.289 478 505 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 | |
04-04 03:58:46.289 478 505 D KeyguardViewMediator: onStartedWakingUp, seq = 1 | |
04-04 03:58:46.289 478 505 D KeyguardViewMediator: notifyStartedWakingUp | |
04-04 03:58:46.289 478 505 D KeyguardViewMediator: notifyScreenOn | |
04-04 03:58:46.289 478 505 D KeyguardViewMediator: notifyScreenTurnedOn | |
04-04 03:58:46.290 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:46.291 478 688 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 03:58:46.291 478 688 I MESA : Using fallback gralloc implementation | |
04-04 03:58:46.292 102 128 W ServiceManager: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10132 pid=478 | |
04-04 03:58:46.292 102 128 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10132 => denied (134 us) | |
04-04 03:58:46.299 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:46.304 478 478 D ClockController: onTuningChanged key=icon_blacklist value=null | |
04-04 03:58:46.305 478 478 D ClockController: onTuningChanged key=lineagesystem:status_bar_clock value=2 | |
04-04 03:58:46.305 478 478 D ClockController: onTuningChanged key=icon_blacklist value=null | |
04-04 03:58:46.305 478 478 D ClockController: onTuningChanged key=lineagesystem:status_bar_clock value=2 | |
04-04 03:58:46.306 287 762 E WindowManager: Window Session Crash | |
04-04 03:58:46.306 287 762 E WindowManager: java.lang.IllegalArgumentException: Requested window null does not exist | |
04-04 03:58:46.306 287 762 E WindowManager: at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:5458) | |
04-04 03:58:46.306 287 762 E WindowManager: at com.android.server.wm.Session.actionOnWallpaper(Session.java:356) | |
04-04 03:58:46.306 287 762 E WindowManager: at com.android.server.wm.Session.setWallpaperZoomOut(Session.java:382) | |
04-04 03:58:46.306 287 762 E WindowManager: at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:1154) | |
04-04 03:58:46.306 287 762 E WindowManager: at com.android.server.wm.Session.onTransact(Session.java:139) | |
04-04 03:58:46.306 287 762 E WindowManager: at android.os.Binder.execTransactInternal(Binder.java:1159) | |
04-04 03:58:46.306 287 762 E WindowManager: at android.os.Binder.execTransact(Binder.java:1123) | |
04-04 03:58:46.306 287 762 W Binder : Caught a RuntimeException from the binder stub implementation. | |
04-04 03:58:46.306 287 762 W Binder : java.lang.IllegalArgumentException: Requested window null does not exist | |
04-04 03:58:46.306 287 762 W Binder : at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:5458) | |
04-04 03:58:46.306 287 762 W Binder : at com.android.server.wm.Session.actionOnWallpaper(Session.java:356) | |
04-04 03:58:46.306 287 762 W Binder : at com.android.server.wm.Session.setWallpaperZoomOut(Session.java:382) | |
04-04 03:58:46.306 287 762 W Binder : at android.view.IWindowSession$Stub.onTransact(IWindowSession.java:1154) | |
04-04 03:58:46.306 287 762 W Binder : at com.android.server.wm.Session.onTransact(Session.java:139) | |
04-04 03:58:46.306 287 762 W Binder : at android.os.Binder.execTransactInternal(Binder.java:1159) | |
04-04 03:58:46.306 287 762 W Binder : at android.os.Binder.execTransact(Binder.java:1123) | |
04-04 03:58:46.317 478 688 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:46.317 478 688 W EGL-MAIN: MESA-LOADER: failed to retrieve device information | |
04-04 03:58:46.317 478 688 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:46.324 287 312 E NetworkStats: problem reading network stats | |
04-04 03:58:46.324 287 312 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.performPoll(NetworkStatsService.java:1459) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionInternal(NetworkStatsService.java:656) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.net.NetworkStatsService.openSessionForUsageStats(NetworkStatsService.java:627) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getNetworkStatsSession(StatsPullAtomService.java:892) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.getUidNetworkStatsSnapshotForTemplate(StatsPullAtomService.java:1222) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.collectNetworkStatsSnapshotForAtom(StatsPullAtomService.java:1043) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.initAndRegisterNetworkStatsPullers(StatsPullAtomService.java:857) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.stats.pull.StatsPullAtomService.lambda$onBootPhase$1$StatsPullAtomService(StatsPullAtomService.java:682) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.stats.pull.-$$Lambda$StatsPullAtomService$w2J9UcZX1E4P1ogWSvuoTC2auDE.run(Unknown Source:2) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.Handler.handleCallback(Handler.java:938) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:99) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.324 287 312 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.324 287 312 E NetworkStats: (code 121) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.324 287 312 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.324 287 312 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.324 287 312 E NetworkStats: ... 18 more | |
04-04 03:58:46.324 287 312 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.325 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.325 287 312 D TelephonyRegistryManager: onSubscriptionsChangedListener callback received. | |
04-04 03:58:46.325 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.325 287 312 D CountryDetector: Using custom country detector class: com.android.server.location.ComprehensiveCountryDetector | |
04-04 03:58:46.327 478 688 D EglHelper: createEglContext start | |
04-04 03:58:46.329 478 688 D EglHelper: createEglContext done | |
04-04 03:58:46.329 478 688 D EglHelper: createEglSurface start | |
04-04 03:58:46.329 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:46.329 478 688 I Gralloc4: mapper 4.x is not supported | |
04-04 03:58:46.329 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:46.329 478 688 W Gralloc3: mapper 3.x is not supported | |
04-04 03:58:46.332 638 884 E DhcpClient: Error retrieving network attributes: ILLEGAL ARGUMENT | |
04-04 03:58:46.332 638 870 D DhcpClient: Broadcasting DHCPDISCOVER | |
04-04 03:58:46.332 478 688 D EglHelper: createEglSurface done | |
04-04 03:58:46.333 638 870 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 03:58:46.333 638 870 D DhcpClient: Got pending lease: android.net.networkstack.DhcpResults@7c4e3e7 DHCP server /192.168.240.1 Vendor info null lease 3600 seconds Servername | |
04-04 03:58:46.333 638 870 D DhcpClient: Broadcasting DHCPREQUEST ciaddr=0.0.0.0 request=192.168.240.112 serverid=192.168.240.1 | |
04-04 03:58:46.335 638 870 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 03:58:46.336 638 870 D DhcpClient: Confirmed lease: android.net.networkstack.DhcpResults@ae4863d DHCP server /192.168.240.1 Vendor info null lease 3600 seconds Servername | |
04-04 03:58:46.339 638 870 D DhcpClient: Scheduling renewal in 1799s | |
04-04 03:58:46.339 638 870 D DhcpClient: Scheduling rebind in 3149s | |
04-04 03:58:46.339 638 870 D DhcpClient: Scheduling expiry in 3599s | |
04-04 03:58:46.340 287 400 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 03:58:46.344 478 478 D KeyguardClockSwitch: Updating clock: 3:58 | |
04-04 03:58:46.347 287 364 D ConnectivityService: [100 ETHERNET] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to UNKNOWN | |
04-04 03:58:46.347 287 364 D ConnectivityService: [100 ETHERNET] EVENT_NETWORK_INFO_CHANGED, going from UNKNOWN to CONNECTED | |
04-04 03:58:46.348 287 364 W DnsManager: updatePrivateDns(100, PrivateDnsConfig{true:/[]}) | |
04-04 03:58:46.348 287 364 D ConnectivityService: Setting DNS servers for network 100 to [/192.168.240.1] | |
04-04 03:58:46.348 287 364 D DnsManager: sendDnsConfigurationForNetwork(100, [192.168.240.1], [], 1800, 25, 8, 64, 0, 0, , [192.168.240.1]) | |
04-04 03:58:46.348 64 890 W resolv : Validating DnsTlsServer on netId 100 | |
04-04 03:58:46.348 478 660 W ActivityThread: Failed to find provider info for com.android.contacts (user not unlocked) | |
04-04 03:58:46.349 287 364 D ConnectivityService: Adding iface eth0 to network 100 | |
04-04 03:58:46.349 64 890 W resolv : Validation failed | |
04-04 03:58:46.349 478 660 W ActivityThread: Failed to find provider info for com.android.contacts (user not unlocked) | |
04-04 03:58:46.351 287 364 D ConnectivityService: Setting DNS servers for network 100 to [/192.168.240.1] | |
04-04 03:58:46.351 287 364 D DnsManager: sendDnsConfigurationForNetwork(100, [192.168.240.1], [], 1800, 25, 8, 64, 0, 0, , [192.168.240.1]) | |
04-04 03:58:46.352 64 891 W resolv : Validating DnsTlsServer on netId 100 | |
04-04 03:58:46.352 287 364 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.359 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:46.373 287 298 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 03:58:46.373 287 298 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 03:58:46.373 287 298 I BpBinder: onLastStrongRef automatically unlinking death recipients: <uncached descriptor> | |
04-04 03:58:46.373 287 298 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 03:58:46.373 287 298 I BpBinder: onLastStrongRef automatically unlinking death recipients: <uncached descriptor> | |
04-04 03:58:46.374 287 299 W System : A resource failed to call release. | |
04-04 03:58:46.374 287 299 I chatty : uid=1000(system) FinalizerDaemon identical 2 lines | |
04-04 03:58:46.374 287 299 W System : A resource failed to call release. | |
04-04 03:58:46.377 287 308 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{25cf75e u0 com.android.settings/com.android.settings.FallbackHome}, surfaceController TID:2#com.android.settings/com.android.settings.FallbackHome | |
04-04 03:58:46.377 287 308 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{aaa90b7 u0 com.android.systemui.ImageWallpaper}, surfaceController com.android.systemui.ImageWallpaper | |
04-04 03:58:46.378 478 478 D QSTileHost: Recreating tiles | |
04-04 03:58:46.378 478 478 D QSTileHost: Creating tile: wifi | |
04-04 03:58:46.379 478 478 D QSTileHost: Creating tile: bt | |
04-04 03:58:46.379 478 478 D QSTileHost: Creating tile: dnd | |
04-04 03:58:46.379 478 478 D QSTileHost: Creating tile: flashlight | |
04-04 03:58:46.379 478 478 D QSTileHost: Creating tile: rotation | |
04-04 03:58:46.379 478 478 D QSTileHost: Creating tile: battery | |
04-04 03:58:46.379 478 478 D QSTileHost: Creating tile: cell | |
04-04 03:58:46.380 478 478 D QSTileHost: Creating tile: airplane | |
04-04 03:58:46.380 478 478 D QSTileHost: Creating tile: cast | |
04-04 03:58:46.380 478 478 D QSTileHost: Creating tile: screenrecord | |
04-04 03:58:46.400 287 364 E NetworkStats: problem reading network stats | |
04-04 03:58:46.400 287 364 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.updateIfacesLocked(NetworkStatsService.java:1261) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.updateIfaces(NetworkStatsService.java:1237) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.forceUpdateIfaces(NetworkStatsService.java:947) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.ConnectivityService.notifyIfacesChangedForNetworkStats(ConnectivityService.java:7678) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.ConnectivityService.updateLinkProperties(ConnectivityService.java:6241) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.ConnectivityService.updateNetworkInfo(ConnectivityService.java:7427) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.ConnectivityService.access$1700(ConnectivityService.java:259) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.ConnectivityService$NetworkStateTrackerHandler.maybeHandleNetworkAgentMessage(ConnectivityService.java:2907) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.ConnectivityService$NetworkStateTrackerHandler.handleMessage(ConnectivityService.java:3140) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:106) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.400 287 364 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.400 287 364 E NetworkStats: (code 121) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.400 287 364 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.400 287 364 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.400 287 364 E NetworkStats: ... 17 more | |
04-04 03:58:46.401 287 364 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.401 0 0 I init : processing action (sys.sysctl.tcp_def_init_rwnd=*) from (/system/etc/init/hw/init.rc:999) | |
04-04 03:58:46.401 287 364 D ConnectivityService: NetReassign [16 : null → 100, 15 : null → 100, 9 : null → 100, 17 : null → 100, 12 : null → 100, 10 : null → 100, 1 : null → 100] | |
04-04 03:58:46.401 287 364 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 03:58:46.402 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.402 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.403 287 364 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.407 478 478 W AudioManager: attempt to call registerAudioRecordingCallback() on a previouslyregistered callback | |
04-04 03:58:46.407 478 478 V ShadeControllerImpl: NotificationShadeWindow: com.android.systemui.statusbar.phone.NotificationShadeWindowView{45c6d05 I.E...... ......ID 0,0-1152,3996} canPanelBeCollapsed(): false | |
04-04 03:58:46.407 478 478 D KeyguardViewMediator: onSystemReady | |
04-04 03:58:46.407 478 478 D KeyguardViewMediator: isKeyguardDisabled: keyguard is disabled by setting | |
04-04 03:58:46.407 478 478 D KeyguardViewMediator: doKeyguard: not showing because lockscreen is off | |
04-04 03:58:46.407 478 478 D KeyguardViewMediator: hideLocked | |
04-04 03:58:46.407 478 478 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 | |
04-04 03:58:46.407 478 478 D KeyguardViewMediator: isKeyguardDisabled: keyguard is disabled by setting | |
04-04 03:58:46.407 478 478 D KeyguardViewMediator: handleNotifyScreenTurningOn | |
04-04 03:58:46.407 478 478 D KeyguardClockSwitch: Updating clock: 3:58 | |
04-04 03:58:46.409 478 478 D KeyguardViewMediator: handleNotifyScreenTurnedOn | |
04-04 03:58:46.410 478 478 D KeyguardViewMediator: handleNotifyWakingUp | |
04-04 03:58:46.412 478 478 D KeyguardViewMediator: handleNotifyScreenTurningOn | |
04-04 03:58:46.412 478 478 D KeyguardClockSwitch: Updating clock: 3:58 | |
04-04 03:58:46.412 478 478 D KeyguardViewMediator: handleNotifyScreenTurnedOn | |
04-04 03:58:46.413 478 478 V KeyguardUpdateMonitor: onSubscriptionInfoChanged() | |
04-04 03:58:46.417 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:46.418 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.422 478 478 D NavigationModeController: getCurrentUserContext: contextUser=0 currentUser=0 | |
04-04 03:58:46.423 478 478 D NavigationModeController: getCurrentInteractionMode: mode=0 contextUser=0 | |
04-04 03:58:46.427 478 478 D NavigationModeController: getCurrentUserContext: contextUser=0 currentUser=0 | |
04-04 03:58:46.437 478 478 V KeyguardUpdateMonitor: onSubscriptionInfoChanged() | |
04-04 03:58:46.440 478 478 I chatty : uid=10132(com.android.systemui) identical 7 lines | |
04-04 03:58:46.440 478 478 V KeyguardUpdateMonitor: onSubscriptionInfoChanged() | |
04-04 03:58:46.440 478 478 D KeyguardViewMediator: handleHide | |
04-04 03:58:46.441 478 478 D KeyguardViewMediator: handleStartKeyguardExitAnimation startTime=8127079 fadeoutDuration=300 | |
04-04 03:58:46.441 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:46.441 478 478 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 | |
04-04 03:58:46.442 99 244 W AudioFlinger: createTrack_l(): mismatch between requested flags (00000004) and output flags (00000002) | |
04-04 03:58:46.442 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:46.442 99 244 D AF::TrackHandle: OpPlayAudio: track:55 usage:13 not muted | |
04-04 03:58:46.442 478 478 D KeyguardUpdateMonitor: onKeyguardVisibilityChanged(false) | |
04-04 03:58:46.442 478 720 D AudioTrack: createTrack_l(7): AUDIO_OUTPUT_FLAG_FAST denied by server; frameCount 0 -> 8329 | |
04-04 03:58:46.442 478 478 D KeyguardViewMediator: keyguardGone | |
04-04 03:58:46.443 478 478 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 | |
04-04 03:58:46.449 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device manifest. | |
04-04 03:58:46.450 478 478 W Gralloc4: allocator 3.x is not supported | |
04-04 03:58:46.450 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device manifest. | |
04-04 03:58:46.450 478 478 W Gralloc3: allocator 3.x is not supported | |
04-04 03:58:46.450 478 478 I Gralloc2: Adding additional valid usage bits: 0x0 | |
04-04 03:58:46.450 287 364 E NetworkStats: problem reading network stats | |
04-04 03:58:46.450 287 364 E NetworkStats: java.lang.IllegalStateException: problem parsing tethering stats: | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1714) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.NetworkManagementService.getNetworkStatsTethering(NetworkManagementService.java:1754) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsTethering(NetworkStatsService.java:1905) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.getNetworkStatsUidDetail(NetworkStatsService.java:1883) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.recordSnapshotLocked(NetworkStatsService.java:1389) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.performPollLocked(NetworkStatsService.java:1508) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.updateIfacesLocked(NetworkStatsService.java:1261) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.updateIfaces(NetworkStatsService.java:1237) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.net.NetworkStatsService.forceUpdateIfaces(NetworkStatsService.java:947) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService.notifyIfacesChangedForNetworkStats(ConnectivityService.java:7678) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService.makeDefault(ConnectivityService.java:6946) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService.applyNetworkReassignment(ConnectivityService.java:7157) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService.rematchAllNetworksAndRequests(ConnectivityService.java:7121) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService.updateNetworkInfo(ConnectivityService.java:7457) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService.access$1700(ConnectivityService.java:259) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService$NetworkStateTrackerHandler.maybeHandleNetworkAgentMessage(ConnectivityService.java:2907) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.ConnectivityService$NetworkStateTrackerHandler.handleMessage(ConnectivityService.java:3140) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.os.Handler.dispatchMessage(Handler.java:106) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:46.450 287 364 E NetworkStats: Caused by: android.os.ServiceSpecificException: [Remote I/O error] : failed to parse IPv4 tether stats: | |
04-04 03:58:46.450 287 364 E NetworkStats: (code 121) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.os.Parcel.createExceptionOrNull(Parcel.java:2388) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.os.Parcel.createException(Parcel.java:2358) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2341) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.os.Parcel.readException(Parcel.java:2283) | |
04-04 03:58:46.450 287 364 E NetworkStats: at android.net.INetd$Stub$Proxy.tetherGetStats(INetd.java:2015) | |
04-04 03:58:46.450 287 364 E NetworkStats: at com.android.server.NetworkManagementService$NetdTetheringStatsProvider.getTetherStats(NetworkManagementService.java:1712) | |
04-04 03:58:46.450 287 364 E NetworkStats: ... 19 more | |
04-04 03:58:46.451 287 364 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.451 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.451 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.451 287 629 D NetworkTimeUpdateService: New default network 100; checking time. | |
04-04 03:58:46.451 287 400 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 03:58:46.451 287 400 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@582cec5, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@1caa478,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 03:58:46.451 287 400 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], score: 30 | |
04-04 03:58:46.451 287 400 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@582cec5, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@1caa478,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 03:58:46.451 287 364 D ConnectivityService: Sending CONNECTED broadcast for type 9 [100 ETHERNET] isDefaultNetwork=true | |
04-04 03:58:46.451 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.452 287 364 D ConnectivityService: [100 ETHERNET] EVENT_NETWORK_INFO_CHANGED, going from CONNECTED to CONNECTED | |
04-04 03:58:46.452 287 287 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 03:58:46.452 287 357 I chatty : uid=1000(system) NetworkPolicy identical 1 line | |
04-04 03:58:46.452 287 357 W BestClock: java.time.DateTimeException: Missing NTP fix | |
04-04 03:58:46.502 287 308 V WindowManager: Orientation start waiting for draw, mDrawState=DRAW_PENDING in Window{7d6d047 u0 NotificationShade}, surfaceController NotificationShade | |
04-04 03:58:46.529 68 109 W DeviceHAL: Error from HAL Device in function set_voice_volume: Function not implemented | |
04-04 03:58:46.529 99 245 E AudioFlinger: no wake lock to update, but system ready! | |
04-04 03:58:46.529 68 109 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:46.530 68 109 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:46.530 99 245 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:46.530 99 245 E FMQ : grantorIdx must be less than 3 | |
04-04 03:58:46.534 638 896 D NetworkMonitor/100: PROBE_DNS connectivitycheck.gstatic.com 131ms OK 172.217.2.35 | |
04-04 03:58:46.535 638 895 D NetworkMonitor/100: PROBE_DNS www.google.com 131ms OK 142.250.190.68 | |
04-04 03:58:46.536 638 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 03:58:46.572 478 857 W OpenGLRenderer: Incorrectly called buildLayer on View: LinearLayout, destroying layer... | |
04-04 03:58:46.612 287 629 D SntpClient: round trip: 78ms, clock offset: -65ms | |
04-04 03:58:46.835 99 245 E AudioFlinger: no wake lock to update, but system ready! | |
04-04 03:58:46.835 99 242 W APM::AudioPolicyEngine: getDevicesForStrategy() unknown strategy: -1 | |
04-04 03:58:46.897 638 896 D NetworkMonitor/100: PROBE_HTTP http://connectivitycheck.gstatic.com/generate_204 time=360ms 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 03:58:46 GMT], X-Android-Received-Millis=[1712203126896], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1712203126717]} | |
04-04 03:58:47.060 150 150 D incidentd: WorkDirectory::getReports | |
04-04 03:58:47.296 638 895 D NetworkMonitor/100: PROBE_HTTPS https://www.google.com/generate_204 time=760ms 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 03:58:47 GMT], X-Android-Received-Millis=[1712203127295], X-Android-Response-Source=[NETWORK 204], X-Android-Selected-Protocol=[http/1.1], X-Android-Sent-Millis=[1712203126925]} | |
04-04 03:58:47.297 638 894 D NetworkMonitor/100: isCaptivePortal: isSuccessful()=true isPortal()=false RedirectUrl=null isPartialConnectivity()=false Time=894ms | |
04-04 03:58:47.297 287 364 D ConnectivityService: [100 ETHERNET] validation passed | |
04-04 03:58:47.297 287 364 D ConnectivityService: NetReassign [no changes] | |
04-04 03:58:47.298 287 400 D EthernetNetworkFactory: acceptRequest, request: NetworkRequest [ REQUEST id=1, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&NOT_VPN AdministratorUids: [] RequestorUid: 1000 RequestorPackageName: android] ], score: 70 | |
04-04 03:58:47.298 287 400 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@582cec5, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@1caa478,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 03:58:47.298 287 400 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 03:58:47.298 287 364 D ConnectivityService: Setting DNS servers for network 100 to [/192.168.240.1] | |
04-04 03:58:47.298 287 400 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@582cec5, score: 70, ipClient: android.net.ip.IIpClient$Stub$Proxy@1caa478,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 03:58:47.298 287 364 D DnsManager: sendDnsConfigurationForNetwork(100, [192.168.240.1], [], 1800, 25, 8, 64, 0, 0, , [192.168.240.1]) | |
04-04 03:58:47.360 64 891 W resolv : SSL_connect ssl error =5, mark 0xf0064: Connection refused | |
04-04 03:58:47.360 64 891 W resolv : Validation failed | |
04-04 03:58:48.101 690 707 W System : A resource failed to call end. | |
04-04 03:58:48.158 69 69 I hwcomposer: inhibiting sleep from Waydroid#0 | |
04-04 03:58:51.252 287 364 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 03:58:51.254 690 690 D Telephony: isEmergencyPreferredAccount: subId=-1, activeData=-1 | |
04-04 03:58:51.254 690 690 D Telephony: isEmergencyPreferredAccount: Device does not require preference. | |
04-04 03:58:51.254 478 478 V KeyguardUpdateMonitor: onSubscriptionInfoChanged() | |
04-04 03:58:51.766 287 347 I InputDispatcher: Dropped event because input dispatch is disabled. | |
04-04 03:58:51.767 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:51.767 287 307 I Gralloc4: mapper 4.x is not supported | |
04-04 03:58:51.767 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:51.767 287 307 W Gralloc3: mapper 3.x is not supported | |
04-04 03:58:52.319 287 299 W System : A resource failed to call release. | |
04-04 03:58:52.319 287 299 W System : A resource failed to call release. | |
04-04 03:58:53.197 257 257 D BootAnimation: BootAnimationStopTiming start time: 8133836ms | |
04-04 03:58:53.227 0 0 I init : Service 'bootanim' (pid 257) exited with status 0 oneshot service took 8.230000 seconds in background | |
04-04 03:58:53.227 0 0 I init : Sending signal 9 to service 'bootanim' (pid 257) process group... | |
04-04 03:58:53.227 0 0 I libprocessgroup: Successfully killed process cgroup uid 1003 pid 257 in 0ms | |
04-04 03:58:53.266 287 307 I WindowManager: ******* TELLING SURFACE FLINGER WE ARE BOOTED! | |
04-04 03:58:53.267 102 128 I SurfaceFlinger: Boot is finished (8458 ms) | |
04-04 03:58:53.267 287 307 I ActivityManagerTiming: FinishBooting | |
04-04 03:58:53.268 287 307 I ActivityManager: About to commit checkpoint | |
04-04 03:58:53.268 287 307 I SystemServiceManager: Starting phase 1000 | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000 | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.FileIntegrityService | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.FileIntegrityService took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.Installer | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.Installer took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.DeviceIdentifiersPolicyService | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.uri.UriGrantsManagerService$Lifecycle | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wm.ActivityTaskManagerService$Lifecycle | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.am.ActivityManagerService$Lifecycle | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.DataLoaderManagerService | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.DataLoaderManagerService took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.PowerManagerService | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.PowerManagerService took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.ThermalManagerService | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.power.ThermalManagerService took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.recoverysystem.RecoverySystemService$Lifecycle | |
04-04 03:58:53.268 287 321 V DisplayPowerController: Brightness [0.39763778] reason changing to: 'manual', previous reason: 'override'. | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.lights.LightsService | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.lights.LightsService took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.DisplayManagerService | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.DisplayManagerService took to complete: 0ms | |
04-04 03:58:53.268 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.UserManagerService$LifeCycle | |
04-04 03:58:53.268 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms | |
04-04 03:58:53.269 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.om.OverlayManagerService | |
04-04 03:58:53.269 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.om.OverlayManagerService took to complete: 0ms | |
04-04 03:58:53.269 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorPrivacyService | |
04-04 03:58:53.269 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorPrivacyService took to complete: 0ms | |
04-04 03:58:53.269 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.SystemConfigService | |
04-04 03:58:53.269 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.SystemConfigService took to complete: 0ms | |
04-04 03:58:53.269 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.BatteryService | |
04-04 03:58:53.269 30 30 E servicemanager: Could not find android.hardware.power.IPower/default in the VINTF manifest. | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.BatteryService took to complete: 2ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.UsageStatsService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.UsageStatsService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.webkit.WebViewUpdateService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.webkit.WebViewUpdateService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.CachedDeviceStateService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.CachedDeviceStateService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.BinderCallsStatsService$LifeCycle | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.LooperStatsService$Lifecycle | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.rollback.RollbackManagerService | |
04-04 03:58:53.270 102 128 W PowerAdvisor: No Power HAL 1.3 service in system, disabling PowerAdvisor | |
04-04 03:58:53.270 287 620 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10121; state: DISABLED | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.rollback.RollbackManagerService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.BugreportManagerService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.os.BugreportManagerService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.gpu.GpuService | |
04-04 03:58:53.270 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10121; state: DISABLED | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.gpu.GpuService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.KeyChainSystemService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.security.KeyChainSystemService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.telecom.TelecomLoaderService | |
04-04 03:58:53.270 287 312 D AppStandbyController: Loading headless system app cache. appIdleEnabled=true | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.telecom.TelecomLoaderService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.accounts.AccountManagerService$Lifecycle | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.content.ContentService$Lifecycle | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.content.ContentService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.DropBoxManagerService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.DropBoxManagerService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.AlarmManagerService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.AlarmManagerService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.BluetoothService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.BluetoothService took to complete: 0ms | |
04-04 03:58:53.270 287 337 D RollbackManager: mRollbackLifetimeDurationInMillis=1209600000 | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.connectivity.IpConnectivityMetrics | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.PinnerService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.PinnerService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.google.android.startop.iorap.IorapForwardingService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.integrity.AppIntegrityManagerService | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:53.270 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.270 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D StorageManagerService: FUSE flags. Settings: true. Default: true | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.StorageManagerService$Lifecycle took to complete: 1ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.UiModeManagerService | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.UiModeManagerService took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:53.271 287 307 D TestHarnessModeService: Completing Test Harness Mode setup. | |
04-04 03:58:53.271 287 307 D TestHarnessModeService: Getting PersistentDataBlockManagerInternal from LocalServices | |
04-04 03:58:53.271 287 307 E TestHarnessModeService: Failed to start Test Harness Mode; no implementation of PersistentDataBlockManagerInternal was bound! | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.DeviceIdleController | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.WifiService | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.WifiService took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.ethernet.EthernetService | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.ethernet.EthernetService took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.notification.NotificationManagerService | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.notification.NotificationManagerService took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.271 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:53.271 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.DockObserver | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.DockObserver took to complete: 1ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.twilight.TwilightService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.job.JobSchedulerService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.job.JobSchedulerService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:53.272 287 307 D SoundTriggerService: onBootPhase: 1000 : false | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.trust.TrustManagerService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.role.RoleManagerService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.role.RoleManagerService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.GestureLauncherService | |
04-04 03:58:53.272 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:53.272 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorNotificationService | |
04-04 03:58:53.272 287 352 D StorageManagerService: Thinking about init, mBootCompleted=true, mDaemonConnected=true | |
04-04 03:58:53.272 287 352 D StorageManagerService: Setting up emulation state, initlocked=false | |
04-04 03:58:53.272 287 360 D WifiService: Handle boot completed | |
04-04 03:58:53.272 37 37 D vold : fscrypt_unlock_user_key 0 serial=0 token_present=0 | |
04-04 03:58:53.272 287 352 D StorageManagerService: Thinking about reset, mBootCompleted=true, mDaemonConnected=true | |
04-04 03:58:53.272 287 352 I StorageSessionController: Started resetting external storage service... | |
04-04 03:58:53.272 287 352 I StorageSessionController: Finished resetting external storage service | |
04-04 03:58:53.272 287 352 I StorageManagerService: Resetting vold... | |
04-04 03:58:53.273 287 352 I StorageManagerService: Reset vold | |
04-04 03:58:53.273 37 37 I vold : onUserAdded: 0 | |
04-04 03:58:53.273 287 360 I WifiScoreCard: Installing MemoryStore | |
04-04 03:58:53.273 287 360 I WifiHealthMonitor: Installing MemoryStore | |
04-04 03:58:53.274 287 360 D WifiNetworkFactory: Registering NetworkFactory | |
04-04 03:58:53.274 287 360 D UntrustedWifiNetworkFactory: Registering NetworkFactory | |
04-04 03:58:53.274 287 364 D ConnectivityService: Got NetworkProvider Messenger for WifiNetworkFactory | |
04-04 03:58:53.274 287 364 D ConnectivityService: Got NetworkProvider Messenger for UntrustedWifiNetworkFactory | |
04-04 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.274 287 360 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 03:58:53.277 65 65 D Zygote : Forked child process 927 | |
04-04 03:58:53.279 927 927 E libprocessgroup: Failed to make and chown /acct/uid_10121: Read-only file system | |
04-04 03:58:53.279 927 927 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.279 927 927 W putmethod.lati: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.280 287 314 I ActivityManager: Start proc 927:com.android.inputmethod.latin/u0a121 for service {com.android.inputmethod.latin/com.android.inputmethod.latin.LatinIME} | |
04-04 03:58:53.280 126 142 I adbd : adbd_auth: received a new framework connection | |
04-04 03:58:53.280 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.SensorNotificationService took to complete: 8ms | |
04-04 03:58:53.280 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:53.280 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:53.280 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.dreams.DreamManagerService | |
04-04 03:58:53.280 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:53.280 126 142 I adbd : adbd_auth: received new framework fd 27 (current = -1) | |
04-04 03:58:53.280 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.print.PrintManagerService | |
04-04 03:58:53.280 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:53.280 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:53.280 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:53.280 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:53.280 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:53.280 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaSessionService | |
04-04 03:58:53.280 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaSessionService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.BiometricService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.AuthService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.blob.BlobStoreManagerService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.LauncherAppsService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.people.PeopleService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.MmsServiceBroker | |
04-04 03:58:53.281 126 146 I adbd : jdwp connection from 927 | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.autofill.AutofillManagerService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.clipboard.ClipboardService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:53.281 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:53.281 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:53.282 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAdaptiveBacklight/default in either framework or device manifest. | |
04-04 03:58:53.282 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IColorEnhancement/default in either framework or device manifest. | |
04-04 03:58:53.282 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAutoContrast/default in either framework or device manifest. | |
04-04 03:58:53.282 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDisplayColorCalibration/default in either framework or device manifest. | |
04-04 03:58:53.282 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IDisplayModes/default in either framework or device manifest. | |
04-04 03:58:53.282 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IReadingEnhancement/default in either framework or device manifest. | |
04-04 03:58:53.282 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAntiFlicker/default in either framework or device manifest. | |
04-04 03:58:53.283 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IColorBalance/default in either framework or device manifest. | |
04-04 03:58:53.283 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ISunlightEnhancement/default in either framework or device manifest. | |
04-04 03:58:53.283 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IPictureAdjustment/default in either framework or device manifest. | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 3ms | |
04-04 03:58:53.284 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:53.284 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:53.284 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:53.284 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/hw/init.rc:986) | |
04-04 03:58:53.284 0 0 I init : starting service 'exec 13 (/bin/rm -rf /data/per_boot)'... | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:53.284 287 307 I ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000_org.lineageos.platform.internal.WayDroidService took to complete: 0ms | |
04-04 03:58:53.284 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.policy.PermissionPolicyService | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.policy.PermissionPolicyService took to complete: 0ms | |
04-04 03:58:53.284 287 307 I ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.StagingManager$Lifecycle | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: OnBootPhase_1000 took to complete: 16ms | |
04-04 03:58:53.284 287 307 D ActivityManagerTiming: TotalBootTime took to complete: 7934ms | |
04-04 03:58:53.284 287 307 D SystemServerInitThreadPool: Shutdown requested | |
04-04 03:58:53.284 287 307 I SystemServerTiming: WaitInitThreadPoolShutdown | |
04-04 03:58:53.284 99 99 I AudioPolicyService: Capy check package com.android.inputmethod.latin, sdk 28 | |
04-04 03:58:53.284 287 307 D SystemServerInitThreadPool: Shutdown successful | |
04-04 03:58:53.284 287 307 D SystemServerTiming: WaitInitThreadPoolShutdown took to complete: 0ms | |
04-04 03:58:53.285 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:53.285 0 0 E init : createProcessGroup(1000, 951) failed for service 'exec 13 (/bin/rm -rf /data/per_boot)': Read-only file system | |
04-04 03:58:53.285 0 0 I init : SVC_EXEC service 'exec 13 (/bin/rm -rf /data/per_boot)' pid 951 (uid 1000 gid 1000+0 context default) started; waiting... | |
04-04 03:58:53.285 287 307 I ActivityManager: User 0 state changed from BOOTING to RUNNING_LOCKED | |
04-04 03:58:53.285 287 307 W ActivityManager: UserLifecycleEvent 4 received without an active userJourneySession. | |
04-04 03:58:53.286 287 307 E SystemServerTiming: finishUserBoot took too long. elapsedTimeMs=8133924 | |
04-04 03:58:53.286 287 307 D StorageManagerService: unlockUserKey: 0 isFileEncryptedNativeOrEmulated: false hasToken: false hasSecret: false | |
04-04 03:58:53.286 287 307 W ActivityManager: UserLifecycleEvent 5 received without an active userJourneySession. | |
04-04 03:58:53.286 287 307 D ActivityManager: Started unlocking user 0 | |
04-04 03:58:53.286 287 307 D ActivityManager: Unlocking user 0 progress 0 | |
04-04 03:58:53.286 287 307 D ActivityManager: Unlocking user 0 progress 5 | |
04-04 03:58:53.286 287 307 E UserspaceRebootLogger: Userspace reboot is not supported. | |
04-04 03:58:53.286 287 307 D ActivityManagerTiming: FinishBooting took to complete: 19ms | |
04-04 03:58:53.286 37 37 D vold : fscrypt_prepare_user_storage for volume null, user 0, serial 0, flags 2 | |
04-04 03:58:53.286 37 37 D vold : Preparing: /data/system_ce/0 | |
04-04 03:58:53.286 37 37 D vold : Preparing: /data/misc_ce/0 | |
04-04 03:58:53.286 37 37 D vold : Preparing: /data/vendor_ce/0 | |
04-04 03:58:53.286 37 37 D vold : Preparing: /data/media/0 | |
04-04 03:58:53.286 37 37 D vold : Preparing: /data/data | |
04-04 03:58:53.286 37 37 D vold : Starting restorecon of /data/system_ce/0 | |
04-04 03:58:53.287 287 313 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10118; state: DISABLED | |
04-04 03:58:53.287 37 37 D vold : Finished restorecon of /data/system_ce/0 | |
04-04 03:58:53.287 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10118; state: DISABLED | |
04-04 03:58:53.287 37 37 D vold : Starting restorecon of /data/vendor_ce/0 | |
04-04 03:58:53.287 287 307 D WindowManager: Sending cover change broadcast, lidState=-1 | |
04-04 03:58:53.287 927 927 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:53.287 927 927 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:53.287 37 37 D vold : Finished restorecon of /data/vendor_ce/0 | |
04-04 03:58:53.287 927 927 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar | |
04-04 03:58:53.287 37 37 D vold : Starting restorecon of /data/misc_ce/0 | |
04-04 03:58:53.287 927 927 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:53.287 37 37 D vold : Finished restorecon of /data/misc_ce/0 | |
04-04 03:58:53.287 37 37 D vold : /system/bin/vold_prepare_subdirs | |
04-04 03:58:53.287 37 37 D vold : prepare | |
04-04 03:58:53.287 37 37 D vold : | |
04-04 03:58:53.287 37 37 D vold : 0 | |
04-04 03:58:53.287 37 37 D vold : 2 | |
04-04 03:58:53.289 287 307 D ColorDisplayService: setUp: currentUser=0 | |
04-04 03:58:53.289 927 927 I putmethod.lati: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.292 0 0 I init : Service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 951) exited with status 0 waiting took 0.007000 seconds | |
04-04 03:58:53.292 0 0 I init : Sending signal 9 to service 'exec 13 (/bin/rm -rf /data/per_boot)' (pid 951) process group... | |
04-04 03:58:53.292 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 951 in 0ms | |
04-04 03:58:53.292 927 927 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.292 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:58:53.292 927 927 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.292 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:58:53.293 65 65 D Zygote : Forked child process 957 | |
04-04 03:58:53.293 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:53.293 0 0 E init : createProcessGroup(1000, 964) 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:58:53.293 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/flags_health_check.rc:7) | |
04-04 03:58:53.293 287 314 I ActivityManager: Start proc 957:com.android.deskclock/u0a118 for broadcast {com.android.deskclock/com.android.deskclock.AlarmInitReceiver} | |
04-04 03:58:53.294 957 957 E libprocessgroup: Failed to make and chown /acct/uid_10118: Read-only file system | |
04-04 03:58:53.294 957 957 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.294 957 957 W droid.deskcloc: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.294 287 304 V UserDataPreparer: Found /data/user/0 with serial number 0 | |
04-04 03:58:53.294 287 304 V UserDataPreparer: Found /data/system_ce/0 with serial number 0 | |
04-04 03:58:53.295 287 304 D UserDataPreparer: Setting property: sys.user.0.ce_available=true | |
04-04 03:58:53.295 927 927 E JniUtils: Could not load native library jni_latinimegoogle | |
04-04 03:58:53.295 927 927 E JniUtils: java.lang.UnsatisfiedLinkError: dlopen failed: library "libjni_latinimegoogle.so" not found | |
04-04 03:58:53.295 927 927 E JniUtils: at java.lang.Runtime.loadLibrary0(Runtime.java:1087) | |
04-04 03:58:53.295 927 927 E JniUtils: at java.lang.Runtime.loadLibrary0(Runtime.java:1008) | |
04-04 03:58:53.295 927 927 E JniUtils: at java.lang.System.loadLibrary(System.java:1664) | |
04-04 03:58:53.295 927 927 E JniUtils: at com.android.inputmethod.latin.utils.JniUtils.<clinit>(JniUtils.java:29) | |
04-04 03:58:53.295 927 927 E JniUtils: at com.android.inputmethod.latin.utils.JniUtils.loadNativeLibrary(Unknown Source:0) | |
04-04 03:58:53.295 927 927 E JniUtils: at com.android.inputmethod.latin.LatinIME.<clinit>(LatinIME.java:584) | |
04-04 03:58:53.295 927 927 E JniUtils: at java.lang.Class.newInstance(Native Method) | |
04-04 03:58:53.295 927 927 E JniUtils: at android.app.AppComponentFactory.instantiateService(AppComponentFactory.java:129) | |
04-04 03:58:53.295 927 927 E JniUtils: at androidx.core.app.CoreComponentFactory.instantiateService(CoreComponentFactory.java:75) | |
04-04 03:58:53.295 927 927 E JniUtils: at android.app.ActivityThread.handleCreateService(ActivityThread.java:4177) | |
04-04 03:58:53.295 927 927 E JniUtils: at android.app.ActivityThread.access$1500(ActivityThread.java:237) | |
04-04 03:58:53.295 927 927 E JniUtils: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1932) | |
04-04 03:58:53.295 927 927 E JniUtils: at android.os.Handler.dispatchMessage(Handler.java:106) | |
04-04 03:58:53.295 927 927 E JniUtils: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:53.295 927 927 E JniUtils: at android.app.ActivityThread.main(ActivityThread.java:7665) | |
04-04 03:58:53.295 927 927 E JniUtils: at java.lang.reflect.Method.invoke(Native Method) | |
04-04 03:58:53.295 927 927 E JniUtils: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592) | |
04-04 03:58:53.295 927 927 E JniUtils: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:948) | |
04-04 03:58:53.296 126 146 I adbd : jdwp connection from 957 | |
04-04 03:58:53.296 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/init.waydroid.rc:6) | |
04-04 03:58:53.296 0 0 I init : processing action (sys.boot_completed=1) from (/system/etc/init/logd.rc:33) | |
04-04 03:58:53.297 0 0 I init : starting service 'logd-auditctl'... | |
04-04 03:58:53.297 927 927 I LatinIME: Hardware accelerated drawing: true | |
04-04 03:58:53.297 0 0 E libprocessgroup: Failed to make and chown /acct/uid_1036: Read-only file system | |
04-04 03:58:53.297 0 0 E init : createProcessGroup(1036, 980) failed for service 'logd-auditctl': Read-only file system | |
04-04 03:58:53.297 287 304 V PackageManager: reconcileAppsData for null u0 0x2 migrateAppData=false | |
04-04 03:58:53.297 0 0 I init : processing action (sys.boot_completed=1 && sys.wifitracing.started=0) from (/system/etc/init/wifi.rc:28) | |
04-04 03:58:53.298 964 964 I bootstat: Service started: /system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l | |
04-04 03:58:53.298 964 964 E bootstat: Failed to read /data/misc/bootstat/post_decrypt_time_elapsed: No such file or directory | |
04-04 03:58:53.298 964 964 E bootstat: Failed to parse boot time record: /data/misc/bootstat/post_decrypt_time_elapsed | |
04-04 03:58:53.299 964 964 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 03:58:53.299 99 99 I AudioPolicyService: Capy check package com.android.deskclock, sdk 29 | |
04-04 03:58:53.302 957 957 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:53.304 957 957 I droid.deskcloc: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.305 287 304 V PackageManager: reconcileAppsData finished 168 packages | |
04-04 03:58:53.305 287 304 I ActivityManager: User 0 state changed from RUNNING_LOCKED to RUNNING_UNLOCKING | |
04-04 03:58:53.305 287 304 D ActivityManager: Unlocking user 0 progress 20 | |
04-04 03:58:53.305 287 313 I SystemServerTimingAsync: ssm.UnlockingUser-0 | |
04-04 03:58:53.305 287 313 I SystemServiceManager: Calling onUnlockingUser 0 | |
04-04 03:58:53.305 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.FileIntegrityService | |
04-04 03:58:53.305 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.FileIntegrityService took to complete: 0ms | |
04-04 03:58:53.305 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.Installer | |
04-04 03:58:53.305 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.Installer took to complete: 0ms | |
04-04 03:58:53.305 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.DeviceIdentifiersPolicyService | |
04-04 03:58:53.305 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms | |
04-04 03:58:53.305 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle | |
04-04 03:58:53.305 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.305 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 1ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.am.ActivityManagerService$Lifecycle | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.DataLoaderManagerService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.DataLoaderManagerService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.PowerManagerService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.PowerManagerService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.ThermalManagerService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.power.ThermalManagerService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.lights.LightsService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.lights.LightsService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.DisplayManagerService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.DisplayManagerService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.UserManagerService$LifeCycle | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.om.OverlayManagerService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.om.OverlayManagerService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorPrivacyService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorPrivacyService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SystemConfigService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SystemConfigService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BatteryService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BatteryService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.UsageStatsService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.UsageStatsService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.webkit.WebViewUpdateService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.webkit.WebViewUpdateService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.CachedDeviceStateService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.CachedDeviceStateService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BinderCallsStatsService$LifeCycle | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.LooperStatsService$Lifecycle | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.rollback.RollbackManagerService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.rollback.RollbackManagerService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.BugreportManagerService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.os.BugreportManagerService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.gpu.GpuService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.gpu.GpuService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.KeyChainSystemService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.security.KeyChainSystemService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.telecom.TelecomLoaderService | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.telecom.TelecomLoaderService took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accounts.AccountManagerService$Lifecycle | |
04-04 03:58:53.306 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.306 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.content.ContentService$Lifecycle | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.content.ContentService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DropBoxManagerService | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DropBoxManagerService took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.AlarmManagerService | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.AlarmManagerService took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BluetoothService | |
04-04 03:58:53.307 287 313 D BluetoothManagerService: User 0 unlocked | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.BluetoothService took to complete: 1ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.connectivity.IpConnectivityMetrics | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.PinnerService | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.PinnerService took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.google.android.startop.iorap.IorapForwardingService | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.integrity.AppIntegrityManagerService | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:53.307 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.307 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:53.307 287 313 D StorageManagerService: onUnlockUser 0 | |
04-04 03:58:53.307 287 313 I StorageSessionController: On user unlock 0 | |
04-04 03:58:53.307 287 313 I StorageSessionController: Initialialising... | |
04-04 03:58:53.307 287 306 D BluetoothManagerService: MESSAGE_USER_UNLOCKED | |
04-04 03:58:53.307 287 306 D BluetoothManagerService: Enabled but not bound; retrying after unlock | |
04-04 03:58:53.307 287 306 D BluetoothManagerService: binding Bluetooth service | |
04-04 03:58:53.309 287 306 E BluetoothManagerService: Fail to bind to: Intent { act=android.bluetooth.IBluetooth } | |
04-04 03:58:53.309 37 37 I vold : onUserStarted: 0 | |
04-04 03:58:53.309 287 620 V StorageManagerService: Found primary storage at VolumeInfo{emulated;0}: | |
04-04 03:58:53.309 287 620 V StorageManagerService: type=EMULATED diskId=null partGuid= mountFlags=0 mountUserId=0 | |
04-04 03:58:53.309 287 620 V StorageManagerService: state=UNMOUNTED | |
04-04 03:58:53.309 287 620 V StorageManagerService: fsType=null fsUuid=null fsLabel=null | |
04-04 03:58:53.309 287 620 V StorageManagerService: path=null internalPath=null | |
04-04 03:58:53.309 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.StorageManagerService$Lifecycle took to complete: 2ms | |
04-04 03:58:53.309 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:53.309 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.309 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.UiModeManagerService | |
04-04 03:58:53.309 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.UiModeManagerService took to complete: 0ms | |
04-04 03:58:53.309 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:53.309 287 352 I StorageManagerService: Mounting volume VolumeInfo{emulated;0}: | |
04-04 03:58:53.309 287 352 I StorageManagerService: type=EMULATED diskId=null partGuid= mountFlags=PRIMARY|VISIBLE | |
04-04 03:58:53.309 287 352 I StorageManagerService: mountUserId=0 state=UNMOUNTED | |
04-04 03:58:53.309 287 352 I StorageManagerService: fsType=null fsUuid=null fsLabel=null | |
04-04 03:58:53.309 287 352 I StorageManagerService: path=null internalPath=null | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DeviceIdleController | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:53.310 37 37 I vold : Mounting emulated fuse volume | |
04-04 03:58:53.310 957 957 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.310 957 957 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.WifiService | |
04-04 03:58:53.310 287 313 D WifiService: Handle user unlock 0 | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.WifiService took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.ethernet.EthernetService | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.ethernet.EthernetService took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.notification.NotificationManagerService | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.notification.NotificationManagerService took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:53.310 287 313 I WallpaperManagerService: on-unlock-user-0 | |
04-04 03:58:53.310 287 313 D WallpaperManagerService: on-unlock-user-0 took to complete: 0ms | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DockObserver | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.DockObserver took to complete: 0ms | |
04-04 03:58:53.310 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:53.310 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.twilight.TwilightService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.job.JobSchedulerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.job.JobSchedulerService took to complete: 0ms | |
04-04 03:58:53.311 287 287 I NotificationHistory: Attempted to unlock gone/disabled user 0 | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.trust.TrustManagerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.role.RoleManagerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.role.RoleManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:53.311 287 313 W VoiceInteractionManager: no available voice recognition services found for user 0 | |
04-04 03:58:53.311 287 382 I BackupManagerService: Starting service for user: 0 | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.GestureLauncherService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorNotificationService | |
04-04 03:58:53.311 287 382 V BackupManagerService: [UserID:0] Starting with transport com.google.android.gms/.backup.BackupTransportService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.SensorNotificationService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.dreams.DreamManagerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.print.PrintManagerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:53.311 287 360 D WakeupConfigStoreData: WifiWake user data has been read | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.media.MediaSessionService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.media.MediaSessionService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.biometrics.BiometricService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:53.311 287 382 D BackupManagerService: [UserID:0] Started thread backup-0 | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.biometrics.AuthService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.blob.BlobStoreManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.LauncherAppsService | |
04-04 03:58:53.311 287 360 D WifiConfigStore: Reading from user stores completed in 1 ms. | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.people.PeopleService | |
04-04 03:58:53.311 37 37 I vold : Bind mounting /data/media to /mnt/pass_through/0/emulated | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.MmsServiceBroker | |
04-04 03:58:53.311 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:53.311 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:53.311 287 313 D AutofillManagerServiceImpl: Reset component for user 0: | |
04-04 03:58:53.311 287 305 D AutofillUI: destroySaveUiUiThread(): already destroyed | |
04-04 03:58:53.312 287 352 I StorageSessionController: On volume mount VolumeInfo{emulated;0}: | |
04-04 03:58:53.312 287 352 I StorageSessionController: type=EMULATED diskId=null partGuid= mountFlags=PRIMARY|VISIBLE | |
04-04 03:58:53.312 287 352 I StorageSessionController: mountUserId=0 state=CHECKING | |
04-04 03:58:53.312 287 352 I StorageSessionController: fsType=null fsUuid=null fsLabel=null | |
04-04 03:58:53.312 287 352 I StorageSessionController: path=/storage/emulated internalPath=/data/media | |
04-04 03:58:53.312 287 313 D FieldClassificationStrategy: reset(): service is not bound. Do nothing. | |
04-04 03:58:53.312 287 352 I StorageSessionController: Creating connection for user: 0 | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.autofill.AutofillManagerService took to complete: 1ms | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.clipboard.ClipboardService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:53.312 287 382 E BackupPasswordManager: Unable to read backup pw version | |
04-04 03:58:53.312 287 313 W AppBindingService: [Default SMS app] u0 Target package not found | |
04-04 03:58:53.312 287 382 E BackupPasswordManager: Unable to read saved backup pw hash | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.312 287 352 I StorageSessionController: Creating and starting session with id: emulated;0 | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms | |
04-04 03:58:53.312 287 352 I StorageUserConnection: Binding to the ExternalStorageService for user 0 | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:53.312 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:53.312 287 312 I UsageStatsService: User[0] Rollover scheduled @ 2024-04-05 02:52:36(1712285556268) | |
04-04 03:58:53.312 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:53.313 927 927 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: [email protected]::IWaydroidWindow/default | |
04-04 03:58:53.314 287 352 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10136; state: DISABLED | |
04-04 03:58:53.314 287 352 I StorageUserConnection: Bound to the ExternalStorageService for user 0 | |
04-04 03:58:53.314 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10136; state: ENABLED | |
04-04 03:58:53.316 287 360 D WifiConfigStore: Writing to stores completed in 3 ms. | |
04-04 03:58:53.318 287 312 I UsageStatsService: User[0] Flushing usage stats to disk | |
04-04 03:58:53.318 287 382 V BackupManagerService: [UserID:0] No ancestral data | |
04-04 03:58:53.318 927 927 W InputAttributes: No editor info for this field. Bug? | |
04-04 03:58:53.319 65 65 D Zygote : Forked child process 990 | |
04-04 03:58:53.321 287 984 V BackupManagerConstants: getKeyValueBackupIntervalMilliseconds(...) returns 14400000 | |
04-04 03:58:53.321 287 984 V BackupManagerConstants: getKeyValueBackupFuzzMilliseconds(...) returns 600000 | |
04-04 03:58:53.321 287 984 V BackupManagerConstants: getKeyValueBackupRequiredNetworkType(...) returns 1 | |
04-04 03:58:53.321 287 984 V BackupManagerConstants: getKeyValueBackupRequireCharging(...) returns true | |
04-04 03:58:53.322 287 984 V KeyValueBackupJob: Scheduling k/v pass in 247 minutes | |
04-04 03:58:53.322 957 957 I AlarmClock: AlarmInitReceiver android.intent.action.LOCKED_BOOT_COMPLETED | |
04-04 03:58:53.322 927 997 I LatinIME:LogUtils: Dictionary info: dictionary = UserHistoryDictionary.en_US ; version = 1712203133 ; date = ? | |
04-04 03:58:53.324 287 314 I Watchdog: Interesting Java process com.android.providers.media.module started. Pid 990 | |
04-04 03:58:53.324 287 314 I ActivityManager: Start proc 990:com.android.providers.media.module/u0a136 for service {com.android.providers.media.module/com.android.providers.media.fuse.ExternalStorageServiceImpl} | |
04-04 03:58:53.325 927 997 I LatinIME:LogUtils: Dictionary info: dictionary = userunigram.en_US ; version = 1712203133 ; date = ? | |
04-04 03:58:53.326 957 999 I AlarmClock: Fixing alarm instances | |
04-04 03:58:53.327 287 683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10078; state: DISABLED | |
04-04 03:58:53.327 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10078; state: ENABLED | |
04-04 03:58:53.327 287 382 D BackupManagerService: user:0 readBackupEnableState enabled:false | |
04-04 03:58:53.327 287 382 I BackupManagerService: [UserID:0] Backup enabled => false | |
04-04 03:58:53.327 287 382 D BackupManagerService: user:0 writeBackupEnableState enable:false | |
04-04 03:58:53.328 287 620 W ActivityTaskManager: Current config: {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} unchanged for IME proc com.android.inputmethod.latin | |
04-04 03:58:53.328 287 620 W ActivityTaskManager: Current config: {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} unchanged for IME proc com.android.inputmethod.latin | |
04-04 03:58:53.330 957 999 V AlarmClock: AlarmInitReceiver finished | |
04-04 03:58:53.331 287 312 W Searchables: No global search activity found | |
04-04 03:58:53.332 287 984 V BackupManagerConstants: getKeyValueBackupIntervalMilliseconds(...) returns 14400000 | |
04-04 03:58:53.332 287 984 V BackupManagerConstants: getKeyValueBackupFuzzMilliseconds(...) returns 600000 | |
04-04 03:58:53.332 287 984 V BackupManagerConstants: getKeyValueBackupRequiredNetworkType(...) returns 1 | |
04-04 03:58:53.332 287 984 V BackupManagerConstants: getKeyValueBackupRequireCharging(...) returns true | |
04-04 03:58:53.332 287 984 V KeyValueBackupJob: Scheduling k/v pass in 242 minutes | |
04-04 03:58:53.332 65 65 D Zygote : Forked child process 1001 | |
04-04 03:58:53.333 287 312 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10091; state: DISABLED | |
04-04 03:58:53.333 287 314 I ActivityManager: Start proc 1001:android.process.acore/u0a78 for content provider {com.android.providers.userdictionary/com.android.providers.userdictionary.UserDictionaryProvider} | |
04-04 03:58:53.333 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10091; state: ENABLED | |
04-04 03:58:53.333 287 628 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10130; state: DISABLED | |
04-04 03:58:53.334 99 99 I AudioPolicyService: Capy check package com.android.providers.media.module, sdk 30 | |
04-04 03:58:53.334 99 99 I AudioPolicyService: Capy check package org.protonaosp.deviceconfig, sdk 30 | |
04-04 03:58:53.334 99 99 I AudioPolicyService: Capy check package com.android.printspooler, sdk 30 | |
04-04 03:58:53.335 99 99 I AudioPolicyService: Capy check package com.android.providers.contacts, sdk 30 | |
04-04 03:58:53.336 0 0 I init : Service 'exec 14 (/system/bin/bootstat --record_boot_complete --record_boot_reason --record_time_since_factory_reset -l)' (pid 964) exited with status 0 oneshot service took 0.042000 seconds in background | |
04-04 03:58:53.336 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 964) process group... | |
04-04 03:58:53.336 0 0 I libprocessgroup: Successfully killed process cgroup uid 1000 pid 964 in 0ms | |
04-04 03:58:53.336 0 0 I init : Service 'logd-auditctl' (pid 980) exited with status 0 oneshot service took 0.038000 seconds in background | |
04-04 03:58:53.336 0 0 I init : Sending signal 9 to service 'logd-auditctl' (pid 980) process group... | |
04-04 03:58:53.336 0 0 I libprocessgroup: Successfully killed process cgroup uid 1036 pid 980 in 0ms | |
04-04 03:58:53.338 1001 1001 E libprocessgroup: Failed to make and chown /acct/uid_10078: Read-only file system | |
04-04 03:58:53.338 1001 1001 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.339 1001 1001 W d.process.acor: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.339 990 990 E libprocessgroup: Failed to make and chown /acct/uid_10136: Read-only file system | |
04-04 03:58:53.339 990 990 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.339 65 65 D Zygote : Forked child process 1009 | |
04-04 03:58:53.340 990 990 W rs.media.modul: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.340 287 314 I ActivityManager: Start proc 1009:com.android.printspooler/u0a91 for service {com.android.printspooler/com.android.printspooler.model.PrintSpoolerService} | |
04-04 03:58:53.340 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10130; state: ENABLED | |
04-04 03:58:53.341 126 146 I adbd : jdwp connection from 1001 | |
04-04 03:58:53.341 126 146 I adbd : jdwp connection from 990 | |
04-04 03:58:53.345 65 65 D Zygote : Forked child process 1044 | |
04-04 03:58:53.346 287 314 I ActivityManager: Start proc 1044:org.protonaosp.deviceconfig/u0a130 for broadcast {org.protonaosp.deviceconfig/org.protonaosp.deviceconfig.BootReceiver} | |
04-04 03:58:53.347 1001 1001 I d.process.acor: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.349 1001 1001 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.349 1001 1001 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.350 990 990 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.350 990 990 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.351 1001 1001 I d.process.acor: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.353 1001 1001 I d.process.acor: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.354 990 990 V MediaProvider: Attached media from com.android.providers.media.module | |
04-04 03:58:53.354 1001 1001 I ContactsPerf: VoicemailContentProvider.onCreate start | |
04-04 03:58:53.356 1001 1001 I ContactsPerf: VoicemailContentProvider.onCreate finish | |
04-04 03:58:53.358 990 990 V MediaStore: Examining volume emulated;0 with name external_primary and state checking | |
04-04 03:58:53.358 990 990 V MediaProvider: Updated external volumes to: {} | |
04-04 03:58:53.359 287 302 D CountryDetector: The first listener is added | |
04-04 03:58:53.359 1001 1001 I ContactsDatabaseHelper: updateUseStrictPhoneNumberComparison: US | |
04-04 03:58:53.359 990 990 D CompatibilityChangeReporter: Compat change id reported: 148180766; UID 10136; state: ENABLED | |
04-04 03:58:53.359 1001 1001 D ActivityThread: Loading provider contacts;com.android.contacts: com.android.providers.contacts.ContactsProvider2 | |
04-04 03:58:53.361 990 1057 V MediaProvider: onConfigure() for external.db | |
04-04 03:58:53.361 287 987 I StorageUserConnection: Service: [ComponentInfo{com.android.providers.media.module/com.android.providers.media.fuse.ExternalStorageServiceImpl}] connected. User [0] | |
04-04 03:58:53.361 990 1058 I ExternalStorageServiceImpl: Starting session for id: emulated;0 | |
04-04 03:58:53.362 990 1058 V FuseDaemonThread: Waiting 1000ms for FUSE start. Count 4 | |
04-04 03:58:53.362 990 1057 V MediaProvider: onOpen() for external.db | |
04-04 03:58:53.362 990 1057 V MediaProvider: onOpen() finished for external.db | |
04-04 03:58:53.362 990 1061 I FuseDaemonThread: Starting thread for emulated;0 ... | |
04-04 03:58:53.367 1044 1044 E libprocessgroup: Failed to make and chown /acct/uid_10130: Read-only file system | |
04-04 03:58:53.368 1044 1044 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.368 1044 1044 W sp.deviceconfi: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.368 1009 1009 E libprocessgroup: Failed to make and chown /acct/uid_10091: Read-only file system | |
04-04 03:58:53.368 1009 1009 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.369 1009 1009 W id.printspoole: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.370 126 146 I adbd : jdwp connection from 1044 | |
04-04 03:58:53.370 126 146 I adbd : jdwp connection from 1009 | |
04-04 03:58:53.377 1044 1044 I sp.deviceconfi: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.378 1009 1009 I id.printspoole: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.379 1044 1044 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.379 1044 1044 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.380 1009 1009 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.380 1044 1094 I SimpleDeviceConfig: Updating device config at boot | |
04-04 03:58:53.380 1009 1009 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.384 0 0 I binder_linux: 249269 RLIMIT_NICE not set | |
04-04 03:58:53.384 0 0 I binder_linux: 249269 RLIMIT_NICE not set | |
04-04 03:58:53.391 126 1097 I adbd : host-13: read thread spawning | |
04-04 03:58:53.391 126 1097 I adbd : host-13: read failed: Success | |
04-04 03:58:53.391 126 1098 I adbd : host-13: write thread spawning | |
04-04 03:58:53.391 126 1097 I adbd : host-13: connection terminated: read failed | |
04-04 03:58:53.391 126 126 I adbd : host-13: already offline | |
04-04 03:58:53.391 126 126 I adbd : destroying transport host-13 | |
04-04 03:58:53.391 126 126 I adbd : BlockingConnectionAdapter(host-13): stopping | |
04-04 03:58:53.391 126 126 I adbd : BlockingConnectionAdapter(host-13): stopped | |
04-04 03:58:53.391 126 126 I adbd : BlockingConnectionAdapter(host-13): destructing | |
04-04 03:58:53.391 126 126 I adbd : BlockingConnectionAdapter(host-13): already stopped | |
04-04 03:58:53.397 990 1061 I FuseDaemon: Starting fuse... | |
04-04 03:58:53.402 1001 1060 D ContactsDatabaseHelper: WAL enabled for contacts2.db: true | |
04-04 03:58:53.402 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:53.405 927 997 I LatinIME:LogUtils: Dictionary info: dictionary = main:en_us ; version = 54 ; date = 1414726260 | |
04-04 03:58:53.414 1001 1062 I ContactLocale: AddressBook Labels [[en_US]]: […, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, Α, Β, Γ, Δ, Ε, Ζ, Η, Θ, Ι, Κ, Λ, Μ, Ν, Ξ, Ο, Π, Ρ, Σ, Τ, Υ, Φ, Χ, Ψ, Ω, …, А, Б, В, Г, Д, Ђ, Е, Є, Ж, З, И, І, Й, Ј, К, Л, Љ, М, Н, Њ, О, П, Р, С, Т, Ћ, У, Ф, Х, Ц, Ч, Џ, Ш, Щ, Ю, Я, …, א, ב, ג, ד, ה, ו, ז, ח, ט, י, כ, ל, מ, נ, ס, ע, פ, צ, ק, ר, ש, ת, …, ا, ب, ت, ث, ج, ح, خ, د, ذ, ر, ز, س, ش, ص, ض, ط, ظ, ع, غ, ف, ق, ك, ل, م, ن, ه, و, ي, …, ก, ข, ฃ, ค, ฅ, ฆ, ง, จ, ฉ, ช, ซ, ฌ, ญ, ฎ, ฏ, ฐ, ฑ, ฒ, ณ, ด, ต, ถ, ท, ธ, น, บ, ป, ผ, ฝ, พ, ฟ, ภ, ม, ย, ร, ฤ, ล, ฦ, ว, ศ, ษ, ส, ห, ฬ, อ, ฮ, …, ㄱ, ㄴ, ㄷ, ㄹ, ㅁ, ㅂ, ㅅ, ㅇ, ㅈ, ㅊ, ㅋ, ㅌ, ㅍ, ㅎ, …, あ, か, さ, た, な, は, ま, や, ら, わ, #, …] | |
04-04 03:58:53.418 1001 1062 D ContactsDatabaseHelper: WAL enabled for profile.db: false | |
04-04 03:58:53.426 287 302 I AccountManagerService: User 0 is unlocked - opening CE database | |
04-04 03:58:53.433 0 0 I init : processing action (sys.user.0.ce_available=true) from (/system/etc/init/wifi.rc:21) | |
04-04 03:58:53.783 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:53.901 0 0 I binder_linux: 249269 RLIMIT_NICE not set | |
04-04 03:58:53.901 0 0 I binder_linux: 249269 RLIMIT_NICE not set | |
04-04 03:58:53.902 478 478 V ShadeControllerImpl: NotificationShadeWindow: com.android.systemui.statusbar.phone.NotificationShadeWindowView{45c6d05 V.E...... ........ 0,0-1152,3996} canPanelBeCollapsed(): true | |
04-04 03:58:53.902 287 313 W SystemServiceManager: Service org.lineageos.platform.internal.WayDroidService took 590 ms in onUnlockingUser-0 | |
04-04 03:58:53.902 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_org.lineageos.platform.internal.WayDroidService took to complete: 590ms | |
04-04 03:58:53.902 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.policy.PermissionPolicyService | |
04-04 03:58:53.902 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.policy.PermissionPolicyService took to complete: 0ms | |
04-04 03:58:53.902 287 313 I SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.StagingManager$Lifecycle | |
04-04 03:58:53.902 287 313 D SystemServerTimingAsync: ssm.onUnlockingUser-0_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms | |
04-04 03:58:53.902 287 313 D SystemServerTimingAsync: ssm.UnlockingUser-0 took to complete: 597ms | |
04-04 03:58:53.902 287 313 W ActivityManager: UserLifecycleEvent 5 received without an active userJourneySession. | |
04-04 03:58:53.902 287 313 W ActivityManager: UserLifecycleEvent 6 received without an active userJourneySession. | |
04-04 03:58:53.902 287 304 I ActivityTaskManager: Loading recents for user 0 into memory. | |
04-04 03:58:53.902 287 313 I ActivityManager: User 0 state changed from RUNNING_UNLOCKING to RUNNING_UNLOCKED | |
04-04 03:58:53.902 287 313 D SystemServerTiming: SystemUserUnlock took to complete: 616ms | |
04-04 03:58:53.903 287 313 V ActivityManager: Installing ContentProviderInfo{name=com.android.launcher3 className=com.android.quickstep.LauncherSearchIndexablesProvider} | |
04-04 03:58:53.903 287 313 V ActivityManager: Installing ContentProviderInfo{name=com.android.launcher3.overview.fileprovider className=androidx.core.content.FileProvider} | |
04-04 03:58:53.903 287 313 V ActivityManager: Installing ContentProviderInfo{name=com.android.launcher3.settings className=com.android.launcher3.LauncherProvider} | |
04-04 03:58:53.903 287 313 V ActivityManager: Installing ContentProviderInfo{name=com.android.launcher3.grid_control className=com.android.launcher3.graphics.GridCustomizationsProvider} | |
04-04 03:58:53.903 287 313 I ActivityManager: Posting BOOT_COMPLETED user #0 | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.UnlockedUser-0 | |
04-04 03:58:53.904 287 313 I SystemServiceManager: Calling onUnlockedUser 0 | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.security.FileIntegrityService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.security.FileIntegrityService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.Installer | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.Installer took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.os.DeviceIdentifiersPolicyService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.os.DeviceIdentifiersPolicyService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.uri.UriGrantsManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wm.ActivityTaskManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.am.ActivityManagerService$Lifecycle | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.am.ActivityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.DataLoaderManagerService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.DataLoaderManagerService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.power.PowerManagerService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.power.PowerManagerService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.power.ThermalManagerService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.power.ThermalManagerService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.recoverysystem.RecoverySystemService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.lights.LightsService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.lights.LightsService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.display.DisplayManagerService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.display.DisplayManagerService took to complete: 0ms | |
04-04 03:58:53.904 287 287 V NotificationAssistants: disabling notification assistant for user 0: ComponentInfo{android.ext.services/android.ext.services.notification.Assistant} | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.UserManagerService$LifeCycle | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.UserManagerService$LifeCycle took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.om.OverlayManagerService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.om.OverlayManagerService took to complete: 0ms | |
04-04 03:58:53.904 287 287 D NotificationListeners: Removing active service ComponentInfo{android.ext.services/android.ext.services.notification.Assistant} | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.SensorPrivacyService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.SensorPrivacyService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.SystemConfigService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.SystemConfigService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.BatteryService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.BatteryService took to complete: 0ms | |
04-04 03:58:53.904 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.usage.UsageStatsService | |
04-04 03:58:53.904 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.usage.UsageStatsService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.webkit.WebViewUpdateService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.webkit.WebViewUpdateService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.CachedDeviceStateService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.CachedDeviceStateService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.BinderCallsStatsService$LifeCycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.BinderCallsStatsService$LifeCycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.LooperStatsService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.LooperStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.rollback.RollbackManagerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.rollback.RollbackManagerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.os.BugreportManagerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.os.BugreportManagerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.gpu.GpuService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.gpu.GpuService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.security.KeyChainSystemService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.security.KeyChainSystemService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.telecom.TelecomLoaderService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.telecom.TelecomLoaderService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.accounts.AccountManagerService$Lifecycle | |
04-04 03:58:53.905 690 690 D CarrierSvcBindHelper: Received android.intent.action.USER_UNLOCKED | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.accounts.AccountManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.content.ContentService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.content.ContentService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.DropBoxManagerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.DropBoxManagerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.AlarmManagerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.AlarmManagerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.BluetoothService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.BluetoothService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.connectivity.IpConnectivityMetrics | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.connectivity.IpConnectivityMetrics took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.net.watchlist.NetworkWatchlistService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.PinnerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.PinnerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.google.android.startop.iorap.IorapForwardingService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.google.android.startop.iorap.IorapForwardingService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.integrity.AppIntegrityManagerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.integrity.AppIntegrityManagerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.inputmethod.InputMethodManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle | |
04-04 03:58:53.905 690 690 E PhoneInterfaceManager: [PhoneIntfMgr] getCarrierPackageNamesForIntentAndPhone: No UICC | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.accessibility.AccessibilityManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.StorageManagerService$Lifecycle | |
04-04 03:58:53.905 690 690 D CarrierSvcBindHelper: No carrier app for: 0 | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.StorageManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 711 711 D FallbackHome: User unlocked and real home found; let's go! | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.usage.StorageStatsService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.usage.StorageStatsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.UiModeManagerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.UiModeManagerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.locksettings.LockSettingsService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.testharness.TestHarnessModeService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.testharness.TestHarnessModeService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.DeviceIdleController | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.DeviceIdleController took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.devicepolicy.DevicePolicyManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.textservices.TextServicesManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.textclassifier.TextClassificationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.NetworkScoreService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.NetworkScoreService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wifi.WifiService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wifi.WifiService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wifi.scanner.WifiScanningService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wifi.scanner.WifiScanningService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.ethernet.EthernetService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.ethernet.EthernetService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.notification.NotificationManagerService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.notification.NotificationManagerService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.storage.DeviceStorageMonitorService | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.storage.DeviceStorageMonitorService took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.location.LocationManagerService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.location.LocationManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.timedetector.TimeDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 312 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.timezonedetector.TimeZoneDetectorService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.search.SearchManagerService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.search.SearchManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.wallpaper.WallpaperManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.audio.AudioService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.audio.AudioService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.soundtrigger_middleware.SoundTriggerMiddlewareService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.DockObserver | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.DockObserver took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.adb.AdbService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.adb.AdbService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.905 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.usb.UsbService$Lifecycle | |
04-04 03:58:53.905 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.usb.UsbService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.twilight.TwilightService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.twilight.TwilightService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.display.color.ColorDisplayService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.display.color.ColorDisplayService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.job.JobSchedulerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.job.JobSchedulerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.soundtrigger.SoundTriggerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.soundtrigger.SoundTriggerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.trust.TrustManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.trust.TrustManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.backup.BackupManagerService$Lifecycle | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.backup.BackupManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.appwidget.AppWidgetService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.appwidget.AppWidgetService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.role.RoleManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.role.RoleManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.voiceinteraction.VoiceInteractionManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.GestureLauncherService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.GestureLauncherService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.SensorNotificationService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.SensorNotificationService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.emergency.EmergencyAffordanceService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.emergency.EmergencyAffordanceService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.dreams.DreamManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.dreams.DreamManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.print.PrintManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.print.PrintManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.companion.CompanionDeviceManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.companion.CompanionDeviceManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.restrictions.RestrictionsManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.restrictions.RestrictionsManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.media.MediaSessionService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.media.MediaSessionService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.media.MediaResourceMonitorService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.media.MediaResourceMonitorService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.biometrics.BiometricService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.biometrics.BiometricService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.biometrics.AuthService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.biometrics.AuthService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.blob.BlobStoreManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.blob.BlobStoreManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.ShortcutService$Lifecycle | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.ShortcutService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.LauncherAppsService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.LauncherAppsService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.CrossProfileAppsService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.CrossProfileAppsService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.people.PeopleService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.people.PeopleService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.media.projection.MediaProjectionManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.media.projection.MediaProjectionManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.slice.SliceManagerService$Lifecycle | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.slice.SliceManagerService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.camera.CameraServiceProxy | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.camera.CameraServiceProxy took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.stats.StatsCompanion$Lifecycle | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.stats.StatsCompanion$Lifecycle took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.stats.pull.StatsPullAtomService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.stats.pull.StatsPullAtomService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.incident.IncidentCompanionService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.incident.IncidentCompanionService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.MmsServiceBroker | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.MmsServiceBroker took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.autofill.AutofillManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.autofill.AutofillManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.clipboard.ClipboardService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.clipboard.ClipboardService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.appbinding.AppBindingService$Lifecycle | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.appbinding.AppBindingService$Lifecycle took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.ProfileManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.ProfileManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageHardwareService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageHardwareService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.PerformanceManagerService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.PerformanceManagerService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.display.LiveDisplayService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.display.LiveDisplayService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageAudioService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageAudioService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageSettingsService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageSettingsService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageGlobalActionsService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.LineageGlobalActionsService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.WayDroidService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_org.lineageos.platform.internal.WayDroidService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.policy.PermissionPolicyService | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.policy.PermissionPolicyService took to complete: 0ms | |
04-04 03:58:53.906 287 313 I SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.StagingManager$Lifecycle | |
04-04 03:58:53.906 287 313 D SystemServerTimingAsync: ssm.onUnlockedUser-0_com.android.server.pm.StagingManager$Lifecycle took to complete: 0ms | |
04-04 03:58:53.907 287 313 D SystemServerTimingAsync: ssm.UnlockedUser-0 took to complete: 2ms | |
04-04 03:58:53.907 287 313 W ActivityManager: UserLifecycleEvent 6 received without an active userJourneySession. | |
04-04 03:58:53.908 287 913 I ActivityTaskManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.HOME] flg=0x10000100 cmp=com.android.launcher3/.uioverrides.QuickstepLauncher} from uid 0 | |
04-04 03:58:53.909 287 913 E BoringdroidConfig: Don't save package windowing mode when pc mode disabled | |
04-04 03:58:53.911 287 287 V NotificationAssistants: enabling notification assistant for 0: ComponentInfo{android.ext.services/android.ext.services.notification.Assistant} | |
04-04 03:58:53.911 287 287 V NotificationAssistants: binding: Intent { act=android.service.notification.NotificationAssistantService cmp=android.ext.services/.notification.Assistant (has extras) } | |
04-04 03:58:53.911 65 65 D Zygote : Forked child process 1109 | |
04-04 03:58:53.911 287 683 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10134; state: DISABLED | |
04-04 03:58:53.911 287 304 I AppWidgetServiceImpl: Processing of handleUserUnlocked u0 took 8 ms | |
04-04 03:58:53.912 1109 1109 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:53.912 1109 1109 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.912 957 957 I DigitalWidgetProvider: onReceive: Intent { act=android.appwidget.action.APPWIDGET_ENABLED flg=0x10 cmp=com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider } | |
04-04 03:58:53.912 1109 1109 W ndroid.keychai: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.913 287 314 I ActivityManager: Start proc 1109:com.android.keychain/1000 for service {com.android.keychain/com.android.keychain.KeyChainService} | |
04-04 03:58:53.913 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10134; state: ENABLED | |
04-04 03:58:53.914 287 287 V NotificationAssistants: 0 notification assistant service connected: ComponentInfo{android.ext.services/android.ext.services.notification.Assistant} | |
04-04 03:58:53.915 126 146 I adbd : jdwp connection from 1109 | |
04-04 03:58:53.919 65 65 D Zygote : Forked child process 1132 | |
04-04 03:58:53.919 99 99 I AudioPolicyService: Capy check package com.android.smspush, sdk 30 | |
04-04 03:58:53.920 287 314 I ActivityManager: Start proc 1132:com.android.smspush/u0a134 for service {com.android.smspush/com.android.smspush.WapPushManager} | |
04-04 03:58:53.921 1132 1132 E libprocessgroup: Failed to make and chown /acct/uid_10134: Read-only file system | |
04-04 03:58:53.921 1132 1132 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.921 1132 1132 W android.smspus: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.924 126 146 I adbd : jdwp connection from 1132 | |
04-04 03:58:53.925 1109 1109 I ndroid.keychai: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.927 1109 1109 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.927 957 957 I DigitalWidgetProvider: onReceive: Intent { act=android.appwidget.action.APPWIDGET_UPDATE flg=0x10 cmp=com.android.deskclock/com.android.alarmclock.DigitalAppWidgetProvider (has extras) } | |
04-04 03:58:53.927 1109 1109 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.931 1132 1132 I android.smspus: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.932 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:53.933 1132 1132 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.933 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:53.933 1132 1132 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.933 711 770 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 03:58:53.934 711 770 I MESA : Using fallback gralloc implementation | |
04-04 03:58:53.934 957 957 V DigitalWidgetProvider: Target dimensions: 1062px x 1172px | |
04-04 03:58:53.934 957 957 V DigitalWidgetProvider: Last valid widget container measurement: 532px x 299px | |
04-04 03:58:53.934 957 957 V DigitalWidgetProvider: Last text clock measurement: 532px x 264px | |
04-04 03:58:53.934 957 957 V DigitalWidgetProvider: Clock font: 225px | |
04-04 03:58:53.934 711 770 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:53.934 711 770 W EGL-MAIN: MESA-LOADER: failed to retrieve device information | |
04-04 03:58:53.934 711 770 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:53.935 808 808 D Tonal : Tonal Palette - index: 7. Main color: ff59c1c1 | |
04-04 03:58:53.935 808 808 D Tonal : Colors: ff041212, ff092727, ff0e3b39, ff145450, ff1c726a, ff239191, ff2ab0b0, ff59c1c1, ff67d3da, ff80d7e0, ff9ddde7, ffc6eaf1, ffe2f6f8 | |
04-04 03:58:53.935 808 808 D Tonal : Gradients: | |
04-04 03:58:53.935 808 808 D Tonal : Normal GradientColors(ff59c1c1, ff59c1c1) | |
04-04 03:58:53.935 808 808 D Tonal : Dark GradientColors(ff145450, ff145450) | |
04-04 03:58:53.935 808 808 D Tonal : Extra dark: GradientColors(ff0e3b39, ff0e3b39) | |
04-04 03:58:53.935 808 808 V Launcher: LauncherAppState initiated | |
04-04 03:58:53.935 957 957 V DigitalWidgetProvider: Target dimensions: 3595px x 391px | |
04-04 03:58:53.935 957 957 V DigitalWidgetProvider: Last valid widget container measurement: 532px x 299px | |
04-04 03:58:53.935 957 957 V DigitalWidgetProvider: Last text clock measurement: 532px x 264px | |
04-04 03:58:53.935 957 957 V DigitalWidgetProvider: Clock font: 225px | |
04-04 03:58:53.938 287 301 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10109; state: DISABLED | |
04-04 03:58:53.938 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10109; state: ENABLED | |
04-04 03:58:53.939 99 99 I AudioPolicyService: Capy check package org.lineageos.eleven, sdk 30 | |
04-04 03:58:53.942 478 617 W PluginManagerImpl: Cannot get class loader for non-whitelisted plugin. Src:/system/app/BoringdroidSystemUIApk/BoringdroidSystemUIApk.apk, pkg: com.boringdroid.systemui | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: Couldn't load plugin: com.boringdroid.systemui | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: java.lang.ClassNotFoundException: com.boringdroid.systemui.SystemUIOverlay | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at java.lang.Class.classForName(Native Method) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at java.lang.Class.forName(Class.java:454) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at com.android.systemui.shared.plugins.PluginInstanceManager$PluginHandler.handleLoadPlugin(PluginInstanceManager.java:350) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at com.android.systemui.shared.plugins.PluginInstanceManager$PluginHandler.handleQueryPlugins(PluginInstanceManager.java:315) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at com.android.systemui.shared.plugins.PluginInstanceManager$PluginHandler.handleMessage(PluginInstanceManager.java:264) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at android.os.Handler.dispatchMessage(Handler.java:106) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at android.os.Looper.loop(Looper.java:223) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: at android.os.HandlerThread.run(HandlerThread.java:67) | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: Caused by: java.lang.ClassNotFoundException: com.boringdroid.systemui.SystemUIOverlay | |
04-04 03:58:53.943 478 617 W PluginInstanceManager: ... 8 more | |
04-04 03:58:53.943 478 617 W ndroid.systemu: Unsupported class loader | |
04-04 03:58:53.944 65 65 D Zygote : Forked child process 1174 | |
04-04 03:58:53.944 478 617 W ndroid.systemu: Skipping duplicate class check due to unsupported classloader | |
04-04 03:58:53.944 478 617 W ndroid.systemu: Unsupported class loader | |
04-04 03:58:53.944 287 301 E system_server: Invalid class loader spec: =UnsupportedClassLoaderContext= | |
04-04 03:58:53.944 287 301 E PackageDexUsage: Unsupported context? | |
04-04 03:58:53.945 287 314 I ActivityManager: Start proc 1174:org.lineageos.eleven/u0a109 for broadcast {org.lineageos.eleven/org.lineageos.eleven.appwidgets.AppWidgetLarge} | |
04-04 03:58:53.946 1174 1174 E libprocessgroup: Failed to make and chown /acct/uid_10109: Read-only file system | |
04-04 03:58:53.946 1174 1174 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.947 1174 1174 W ineageos.eleve: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.948 126 146 I adbd : jdwp connection from 1174 | |
04-04 03:58:53.956 1174 1174 I ineageos.eleve: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.960 1174 1174 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.960 1174 1174 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.963 287 682 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED | |
04-04 03:58:53.968 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:53.969 808 1157 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 03:58:53.969 808 1157 I MESA : Using fallback gralloc implementation | |
04-04 03:58:53.970 65 65 D Zygote : Forked child process 1195 | |
04-04 03:58:53.970 287 314 I ActivityManager: Start proc 1195:org.lineageos.lineageparts/1000 for broadcast {org.lineageos.lineageparts/org.lineageos.lineageparts.BootReceiver} | |
04-04 03:58:53.970 1195 1195 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:53.970 1195 1195 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:53.971 1195 1195 W os.lineagepart: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:53.973 126 146 I adbd : jdwp connection from 1195 | |
04-04 03:58:53.979 1195 1195 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:53.979 1195 1195 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:53.979 1195 1195 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar | |
04-04 03:58:53.979 1195 1195 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:53.979 1195 1195 I os.lineagepart: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.980 1195 1195 I os.lineagepart: The ClassLoaderContext is a special shared library. | |
04-04 03:58:53.985 1195 1195 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.985 1195 1195 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:53.988 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IKeySwapper/default in either framework or device manifest. | |
04-04 03:58:53.989 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::ITouchscreenGesture/default in either framework or device manifest. | |
04-04 03:58:53.994 808 1157 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:53.994 808 1157 W EGL-MAIN: MESA-LOADER: failed to retrieve device information | |
04-04 03:58:53.994 808 1157 W EGL-MAIN: failed to get driver name for fd -1 | |
04-04 03:58:54.000 478 478 D KeyguardViewMediator: adjustStatusBarLocked: mShowing=false mOccluded=false isSecure=false force=false --> flags=0x0 | |
04-04 03:58:54.001 287 287 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.001 287 287 I Telecom : DefaultDialerCache: Refreshing default dialer for user 0: now null: DDC.oR@ABA | |
04-04 03:58:54.001 287 287 I Telecom : MissedCallNotifierImpl: reloadAfterBootComplete: user=0: TSBCR.oR@ABE | |
04-04 03:58:54.002 287 1222 I RecoverySystem: No recovery log file | |
04-04 03:58:54.002 287 287 I Telecom : MissedCallNotifierImpl: reloadAfterBootComplete: user=0: TSBCR.oR@ABE | |
04-04 03:58:54.002 690 690 D CarrierConfigLoader: mHandler: 13 phoneId: 0 | |
04-04 03:58:54.002 287 1222 I DropBoxManagerService: add tag=SYSTEM_BOOT isTagEnabled=true flags=0x2 | |
04-04 03:58:54.003 287 301 W BroadcastQueue: Permission Denial: receiving Intent { act=android.intent.action.BOOT_COMPLETED flg=0x89000010 (has extras) } to org.lineageos.etar/com.android.calendar.UpgradeReceiver requires android.permission.RECEIVE_BOOT_COMPLETED due to sender null (uid 1000) | |
04-04 03:58:54.003 287 313 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10127; state: DISABLED | |
04-04 03:58:54.003 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10127; state: DISABLED | |
04-04 03:58:54.006 287 1222 I BootReceiver: Copying audit failures to DropBox | |
04-04 03:58:54.006 690 1230 D SIP : [SipPreferences] isReceivingCallsEnabled, option not set; use default value, exception: android.provider.Settings$SettingNotFoundException: sip_receive_calls | |
04-04 03:58:54.006 287 1222 I BootReceiver: Checking for fsck errors | |
04-04 03:58:54.006 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:54.006 808 1157 I Gralloc4: mapper 4.x is not supported | |
04-04 03:58:54.006 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IMapper/default in either framework or device manifest. | |
04-04 03:58:54.006 808 1157 W Gralloc3: mapper 3.x is not supported | |
04-04 03:58:54.007 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device manifest. | |
04-04 03:58:54.007 808 1157 W Gralloc4: allocator 3.x is not supported | |
04-04 03:58:54.007 31 31 I hwservicemanager: getTransport: Cannot find entry [email protected]::IAllocator/default in either framework or device manifest. | |
04-04 03:58:54.007 808 1157 W Gralloc3: allocator 3.x is not supported | |
04-04 03:58:54.007 808 1157 I Gralloc2: Adding additional valid usage bits: 0x0 | |
04-04 03:58:54.008 287 1222 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10077; state: DISABLED | |
04-04 03:58:54.010 65 65 D Zygote : Forked child process 1232 | |
04-04 03:58:54.010 287 314 I ActivityManager: Start proc 1232:com.android.camera2/u0a127 for broadcast {com.android.camera2/com.android.camera.SetActivitiesCameraReceiver} | |
04-04 03:58:54.010 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10077; state: ENABLED | |
04-04 03:58:54.011 1232 1232 E libprocessgroup: Failed to make and chown /acct/uid_10127: Read-only file system | |
04-04 03:58:54.011 1232 1232 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.012 1232 1232 W android.camera: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.014 126 146 I adbd : jdwp connection from 1232 | |
04-04 03:58:54.016 65 65 D Zygote : Forked child process 1255 | |
04-04 03:58:54.017 287 314 I ActivityManager: Start proc 1255:android.process.media/u0a77 for content provider {com.android.providers.downloads/com.android.providers.downloads.DownloadProvider} | |
04-04 03:58:54.018 1255 1255 E libprocessgroup: Failed to make and chown /acct/uid_10077: Read-only file system | |
04-04 03:58:54.018 1255 1255 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.018 99 99 I AudioPolicyService: Capy check package com.android.camera2, sdk 28 | |
04-04 03:58:54.018 1255 1255 W d.process.medi: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.020 126 146 I adbd : jdwp connection from 1255 | |
04-04 03:58:54.021 1232 1232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:54.021 1232 1232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:54.021 1232 1232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.manager-V1.0-java.jar | |
04-04 03:58:54.021 1232 1232 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.hidl.base-V1.0-java.jar | |
04-04 03:58:54.022 1232 1232 I android.camera: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.024 1232 1232 I android.camera: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.025 99 99 I AudioPolicyService: Capy check package com.android.providers.downloads, sdk 30 | |
04-04 03:58:54.028 1232 1232 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.028 1232 1232 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 0.000ms][ui] GUARD: CameraApp onCreate() - START | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 0.000ms][ui] GUARD: FirstRunDetector getTimeOfFirstRun - START | |
04-04 03:58:54.029 1255 1255 I d.process.medi: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 0.227ms][ui] GUARD: FirstRunDetector getTimeOfFirstRun - [ 0.227ms] PreferenceManager.getDefaultSharedPreferences | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 0.488ms][ui] GUARD: FirstRunDetector getTimeOfFirstRun - [ 0.261ms] preferences.getLong | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 0.511ms][ui] GUARD: FirstRunDetector getTimeOfFirstRun - STOP | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 0.821ms][ui] GUARD: CameraApp onCreate() - [ 0.821ms] initializeTimeOfFirstRun | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 0.855ms][ui] GUARD: CameraApp onCreate() - [ 0.035ms] UsageStatistics.initialize | |
04-04 03:58:54.029 808 1157 E FrameEvents: updateAcquireFence: Did not find frame. | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 1.036ms][ui] GUARD: CameraApp onCreate() - [ 0.181ms] clearNotifications | |
04-04 03:58:54.029 1232 1232 V CAM_Profiler: [ 1.036ms][ui] GUARD: CameraApp onCreate() - STOP | |
04-04 03:58:54.030 1232 1232 W CAM_Log : Tag SetActivitiesCameraReceiver is 8 chars longer than limit. | |
04-04 03:58:54.030 134 1007 W ServiceManager: Permission failure: android.permission.SYSTEM_CAMERA from uid=10127 pid=1232 | |
04-04 03:58:54.030 1232 1232 I CAM_SetActivitiesCamera: number of camera: 1 | |
04-04 03:58:54.030 1232 1232 I CAM_SetActivitiesCamera: component state is 1 | |
04-04 03:58:54.031 287 682 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10110; state: DISABLED | |
04-04 03:58:54.031 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10110; state: DISABLED | |
04-04 03:58:54.031 1255 1255 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.031 1255 1255 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.031 808 1157 E FrameEvents: updateAcquireFence: Did not find frame. | |
04-04 03:58:54.031 99 99 I AudioPolicyService: Capy check package com.android.contacts, sdk 29 | |
04-04 03:58:54.033 1255 1255 I d.process.medi: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.037 65 65 D Zygote : Forked child process 1282 | |
04-04 03:58:54.037 287 314 I ActivityManager: Start proc 1282:com.android.contacts/u0a110 for broadcast {com.android.contacts/com.android.contacts.interactions.OnBootOrUpgradeReceiver} | |
04-04 03:58:54.038 1282 1282 E libprocessgroup: Failed to make and chown /acct/uid_10110: Read-only file system | |
04-04 03:58:54.038 1282 1282 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.039 1282 1282 W ndroid.contact: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.041 126 146 I adbd : jdwp connection from 1282 | |
04-04 03:58:54.045 1255 1255 I d.process.medi: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.046 1282 1282 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:54.047 1282 1282 I ndroid.contact: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.051 1282 1282 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.051 1282 1282 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.053 808 808 D RecentsOrientedState: current RecentsOrientedState: [this=RecentsOrientedState@a8a8af6 mOrientationHandler=PortraitPagedViewHandler@3984ef7 mDisplayRotation=0 mTouchRotation=0 mRecentsActivityRotation=0 isRecentsActivityRotationAllowed=false mSystemRotation=false mFlags=259] | |
04-04 03:58:54.053 808 808 D RecentsOrientedState: current RecentsOrientedState: [this=RecentsOrientedState@a8a8af6 mOrientationHandler=PortraitPagedViewHandler@3984ef7 mDisplayRotation=0 mTouchRotation=0 mRecentsActivityRotation=0 isRecentsActivityRotationAllowed=false mSystemRotation=false mFlags=259] | |
04-04 03:58:54.054 957 957 I AlarmClock: AlarmInitReceiver android.intent.action.BOOT_COMPLETED | |
04-04 03:58:54.057 957 999 I AlarmClock: Fixing alarm instances | |
04-04 03:58:54.058 957 999 V AlarmClock: AlarmInitReceiver finished | |
04-04 03:58:54.060 287 345 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 1000; state: DISABLED | |
04-04 03:58:54.065 65 65 D Zygote : Forked child process 1308 | |
04-04 03:58:54.066 287 314 I ActivityManager: Start proc 1308:com.android.dynsystem/1000 for broadcast {com.android.dynsystem/com.android.dynsystem.BootCompletedReceiver} | |
04-04 03:58:54.066 1308 1308 E libprocessgroup: Failed to make and chown /acct/uid_1000: Read-only file system | |
04-04 03:58:54.066 1308 1308 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.067 1308 1308 W droid.dynsyste: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.068 808 834 D LoaderTask: loadWorkspace: loading default favorites | |
04-04 03:58:54.068 808 808 I android_os_HwBinder: HwBinder: Starting hwbinderthread pool for getting: [email protected]::IWaydroidWindow/default | |
04-04 03:58:54.069 126 146 I adbd : jdwp connection from 1308 | |
04-04 03:58:54.070 287 345 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10129?v=9&cv=14 pkg=com.google.android.googlequicksearchbox } U=0: not found | |
04-04 03:58:54.072 287 301 W ActivityManager: Unable to start service Intent { act=com.android.launcher3.WINDOW_OVERLAY dat=app://com.android.launcher3:10129?v=9&cv=14 pkg=com.google.android.googlequicksearchbox } U=0: not found | |
04-04 03:58:54.076 808 808 D TouchInteractionService: Touch service connected | |
04-04 03:58:54.077 1308 1308 I droid.dynsyste: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.078 1308 1308 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.078 1308 1308 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.079 927 927 I SystemBroadcastReceiver: Boot has been completed | |
04-04 03:58:54.079 808 808 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 03:58:54.079 927 927 I SystemBroadcastReceiver: toggleAppIcon() : FLAG_SYSTEM = true | |
04-04 03:58:54.080 287 628 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10089; state: DISABLED | |
04-04 03:58:54.081 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10089; state: ENABLED | |
04-04 03:58:54.081 99 243 I AudioPolicyService: Capy check package com.android.managedprovisioning, sdk 30 | |
04-04 03:58:54.086 65 65 D Zygote : Forked child process 1335 | |
04-04 03:58:54.087 287 314 I ActivityManager: Start proc 1335:com.android.managedprovisioning/u0a89 for broadcast {com.android.managedprovisioning/com.android.managedprovisioning.BootReminder} | |
04-04 03:58:54.087 1335 1335 E libprocessgroup: Failed to make and chown /acct/uid_10089: Read-only file system | |
04-04 03:58:54.087 1335 1335 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.088 1335 1335 W gedprovisionin: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.090 126 146 I adbd : jdwp connection from 1335 | |
04-04 03:58:54.093 69 69 I hwcomposer: not inhibiting sleep from Waydroid#0 | |
04-04 03:58:54.094 287 312 I ActivityTaskManager: Displayed com.android.launcher3/.uioverrides.QuickstepLauncher: +184ms | |
04-04 03:58:54.099 1335 1335 I gedprovisionin: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.101 102 129 W ServiceManager: Permission failure: android.permission.ACCESS_SURFACE_FLINGER from uid=10129 pid=808 | |
04-04 03:58:54.101 102 129 D PermissionCache: checking android.permission.ACCESS_SURFACE_FLINGER for uid=10129 => denied (70 us) | |
04-04 03:58:54.102 287 628 D CompatibilityChangeReporter: Compat change id reported: 136274596; UID 10129; state: ENABLED | |
04-04 03:58:54.103 478 478 D StatusBar: disable<e i a s b h r c s > disable2<q i n > | |
04-04 03:58:54.103 957 957 I DigWidgetViewsFactory: DigitalAppWidgetCityViewsFactory onCreate 2 | |
04-04 03:58:54.104 1335 1335 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.105 1335 1335 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.105 1335 1335 I CarUiInstaller: CarUiInstaller started for com.android.managedprovisioning | |
04-04 03:58:54.108 1255 1255 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.108 287 345 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10107; state: DISABLED | |
04-04 03:58:54.108 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10107; state: ENABLED | |
04-04 03:58:54.109 99 243 I AudioPolicyService: Capy check package com.android.onetimeinitializer, sdk 30 | |
04-04 03:58:54.113 65 65 D Zygote : Forked child process 1360 | |
04-04 03:58:54.113 287 314 I ActivityManager: Start proc 1360:com.android.onetimeinitializer/u0a107 for broadcast {com.android.onetimeinitializer/com.android.onetimeinitializer.OneTimeInitializerReceiver} | |
04-04 03:58:54.114 1360 1360 E libprocessgroup: Failed to make and chown /acct/uid_10107: Read-only file system | |
04-04 03:58:54.114 1360 1360 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.114 1360 1360 W timeinitialize: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.116 126 146 I adbd : jdwp connection from 1360 | |
04-04 03:58:54.124 1360 1360 I timeinitialize: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.126 1360 1360 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.126 1360 1360 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.127 1360 1360 V OneTimeInitializerReceiver: OneTimeInitializerReceiver.onReceive | |
04-04 03:58:54.128 287 345 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10086; state: DISABLED | |
04-04 03:58:54.128 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10086; state: ENABLED | |
04-04 03:58:54.129 99 243 I AudioPolicyService: Capy check package com.android.packageinstaller, sdk 30 | |
04-04 03:58:54.135 65 65 D Zygote : Forked child process 1385 | |
04-04 03:58:54.136 287 314 I ActivityManager: Start proc 1385:com.android.packageinstaller/u0a86 for broadcast {com.android.packageinstaller/com.android.packageinstaller.TemporaryFileManager} | |
04-04 03:58:54.136 1385 1385 E libprocessgroup: Failed to make and chown /acct/uid_10086: Read-only file system | |
04-04 03:58:54.136 1385 1385 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.137 1385 1385 W ackageinstalle: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.139 126 146 I adbd : jdwp connection from 1385 | |
04-04 03:58:54.145 1385 1385 I ackageinstalle: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.148 1385 1385 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.148 1385 1385 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.150 287 345 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10137; state: DISABLED | |
04-04 03:58:54.150 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10137; state: DISABLED | |
04-04 03:58:54.151 99 243 I AudioPolicyService: Capy check package com.android.permissioncontroller, sdk 29 | |
04-04 03:58:54.156 65 65 D Zygote : Forked child process 1408 | |
04-04 03:58:54.156 287 314 I ActivityManager: Start proc 1408:com.android.permissioncontroller/u0a137 for broadcast {com.android.permissioncontroller/com.android.permissioncontroller.permission.service.LocationAccessCheck$SetupPeriodicBackgroundLocationAccessCheck} | |
04-04 03:58:54.157 1408 1408 E libprocessgroup: Failed to make and chown /acct/uid_10137: Read-only file system | |
04-04 03:58:54.157 1408 1408 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.157 1408 1408 W ssioncontrolle: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.159 126 146 I adbd : jdwp connection from 1408 | |
04-04 03:58:54.164 1408 1408 D ApplicationLoaders: Returning zygote-cached class loader: /system/framework/android.test.base.jar | |
04-04 03:58:54.170 1408 1408 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.170 1408 1408 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.172 1408 1408 I CarUiInstaller: CarUiInstaller started for com.android.permissioncontroller | |
04-04 03:58:54.177 1408 1408 I AutoRevokePermissions: Parsed teamfood setting value: null | |
04-04 03:58:54.177 1408 1408 I AutoRevokePermissions: Parsed teamfood setting value: null | |
04-04 03:58:54.177 1408 1408 I AutoRevokePermissions: scheduleAutoRevokePermissions with frequency 1296000000ms and threshold 7776000000ms | |
04-04 03:58:54.177 1408 1408 I AutoRevokePermissions: user 0 is a profile owner. Running Auto Revoke. | |
04-04 03:58:54.178 1408 1408 I AutoRevokePermissions: Parsed teamfood setting value: null | |
04-04 03:58:54.178 690 690 I VvmSimStateTracker: android.intent.action.BOOT_COMPLETED | |
04-04 03:58:54.179 1408 1408 I AutoRevokePermissions: onStartJob | |
04-04 03:58:54.179 1408 1408 I AutoRevokePermissions: Skipping auto revoke first run when scheduled by system | |
04-04 03:58:54.179 287 682 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 10088; state: DISABLED | |
04-04 03:58:54.179 287 314 D CompatibilityChangeReporter: Compat change id reported: 143937733; UID 10088; state: ENABLED | |
04-04 03:58:54.179 99 243 I AudioPolicyService: Capy check package com.android.providers.calendar, sdk 30 | |
04-04 03:58:54.185 65 65 D Zygote : Forked child process 1433 | |
04-04 03:58:54.186 287 314 I ActivityManager: Start proc 1433:com.android.providers.calendar/u0a88 for broadcast {com.android.providers.calendar/com.android.providers.calendar.CalendarReceiver} | |
04-04 03:58:54.186 1433 1433 E libprocessgroup: Failed to make and chown /acct/uid_10088: Read-only file system | |
04-04 03:58:54.186 1433 1433 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.187 1433 1433 W viders.calenda: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.190 126 146 I adbd : jdwp connection from 1433 | |
04-04 03:58:54.196 1433 1433 I viders.calenda: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.197 1433 1433 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.197 1433 1433 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.201 1433 1433 I CalendarProvider2: Created com.android.providers.calendar.CalendarAlarmManager@4e67f72(com.android.providers.calendar.CalendarProvider2@5252fc3) | |
04-04 03:58:54.209 287 628 D CompatibilityChangeReporter: Compat change id reported: 135634846; UID 2000; state: DISABLED | |
04-04 03:58:54.209 99 243 I AudioPolicyService: Capy check package com.android.shell, sdk 30 | |
04-04 03:58:54.213 65 65 D Zygote : Forked child process 1458 | |
04-04 03:58:54.214 287 314 I ActivityManager: Start proc 1458:com.android.shell/2000 for broadcast {com.android.shell/com.android.shell.HeapDumpReceiver} | |
04-04 03:58:54.214 1458 1458 E libprocessgroup: Failed to make and chown /acct/uid_2000: Read-only file system | |
04-04 03:58:54.214 1458 1458 W Zygote : createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT? | |
04-04 03:58:54.215 1458 1458 W m.android.shel: Unexpected CPU variant for X86 using defaults: x86_64 | |
04-04 03:58:54.217 126 146 I adbd : jdwp connection from 1458 | |
04-04 03:58:54.225 1458 1458 I m.android.shel: The ClassLoaderContext is a special shared library. | |
04-04 03:58:54.227 1458 1458 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.227 1458 1458 D NetworkSecurityConfig: No Network Security Config specified, using platform default | |
04-04 03:58:54.228 1458 1458 D HeapDumpReceiver: onReceive(): Intent { act=android.intent.action.BOOT_COMPLETED flg=0x89000010 cmp=com.android.shell/.HeapDumpReceiver (has extras) } | |
04-04 03:58:54.228 1458 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment