PixelExperience / android-issues

Issue tracker
95 stars 41 forks source link

The process cdsprpcd PixelExperience_kunlun2-13.0 is not working. #5906

Closed Vit2024 closed 10 months ago

Vit2024 commented 10 months ago

Build Date

PixelExperience_kunlun2-13.0-20231122-2030-OFFICIAL.zip

Device

kunlun2

Version

thirteen

Describe the Bug

It constantly loads the processor by 6 - 8 percent and eats up the battery and freezes. The touchscreen freezes and stops responding to touches. Mobile Internet disappears.

Steps to Reproduce

  1. adb shell

  2. top -m 10

  3. In my phone pid cdsprpcd = 993 On your phone =pidof cdsprpcd

  4. strace -p 993 -o /sdcard/strace_cdsprpcd_5seconds.txt After 5 seconds, press Ctrl c.

  5. cat /sdcard/strace_cdsprpcd_5seconds.txt Read the text.

  6. grep 'No such file' /sdcard/strace_cdsprpcd_5seconds.txt |sort |uniq -d | nl >/sdcard/no_such_file_strace_cdsprpcd.txt

  7. cat /sdcard/no_such_file_strace_cdsprpcd.txt Read filtered text.

  8. stdaut: 1 openat(AT_FDCWD, "/dev/cdsprpc-smd", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory) 2 openat(AT_FDCWD, "/vendor/lib64/egl/libcutils.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 3 openat(AT_FDCWD, "/vendor/lib64/hw/libcutils.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) 4 openat(AT_FDCWD, "/vendor/lib64/libcutils.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)

  9. logcat -d --pid 993

  10. stdaut 10 times per second: 01-03 01:54:23.080 993 993 I cdsprpcd: fastrpc_apps_user_init done 01-03 01:54:23.081 993 993 I cdsprpcd: remote_handle_open: Successfully opened handle 0x5d for '":;./\attachguestos on domain 3 01-03 01:54:23.086 993 993 E cdsprpcd: Error 0xffffffff: apps_dev_init failed for domain 3, errno Connection refused 01-03 01:54:23.086 993 993 E cdsprpcd: Error 0xffffffff: open_dev (-1) failed for domain 3 01-03 01:54:23.086 993 993 E cdsprpcd: Error 0xffffffff: remote_handle_open failed for adsp_default_listener 01-03 01:54:23.087 993 993 I cdsprpcd: fastrpc_apps_user_deinit done 01-03 01:54:23.087 993 993 E cdsprpcd: vendor/qcom/proprietary/commonsys-intf/adsprpc/src/cdsprpcd.c:47:cdsp daemon will restart after 100ms..

Expected Behavior

cdsprpcd does not find library vendor: /vendor/lib64/egl/libcutils.so /vendor/lib64/hw/libcutils.so /vendor/lib64/libcutils.so and device: /dev/cdsprpc-smd

Possible Solution

Give cdsprpcd what it's looking for.

pixelexperiencebot commented 10 months ago

Issue created! You can close at any time by commenting /close

Vit2024 commented 10 months ago

cdsprpcd_fix The problem is solved in the new build!

GiaSen commented 10 months ago

closing issue, fixed in next upcoming build

GiaSen commented 10 months ago

/close

pixelexperiencebot commented 10 months ago

Issue closed by maintainer request.