08-19-2019, 02:04 AM
Hi,
I'm trying to port lineage to the pinebook however I'm facing an issue with surfaceflinger that keeps crashing
Here is a detailed log
https://framabin.org/p/?f8e00fe257ffa1ab...NOydmmqNc=
I've ported ayufan changes to lineage repo, I'm suspecting the av framework but I can't find my mistake, any ideas ?
By booting with ayufan native frameworks native the bootanimation appears but that's it, it's not going further, then processes are being killed with
Thanks
I'm trying to port lineage to the pinebook however I'm facing an issue with surfaceflinger that keeps crashing
Here is a detailed log
https://framabin.org/p/?f8e00fe257ffa1ab...NOydmmqNc=
I've ported ayufan changes to lineage repo, I'm suspecting the av framework but I can't find my mistake, any ideas ?
By booting with ayufan native frameworks native the bootanimation appears but that's it, it's not going further, then processes are being killed with
Code:
[ 362.251756] init: Starting service 'zygote'...
[ 362.257818] init: Starting service 'audioserver'...
[ 362.265320] init: Starting service 'cameraserver'...
[ 362.272544] init: couldn't write 14298 to /dev/cpuset/camera-daemon/tasks: No such file or directory
[ 362.273294] init: Starting service 'media'...
[ 362.274808] init: Starting service 'netd'...
[ 364.871632] CPU Budget hotplug: cluster0 min:4 max:4
[ 364.877332] CPU Budget:update CPU 0 cpufreq max to 1152000 min to 480000
[ 364.886352] CPU Budget hotplug: cluster0 min:4 max:4
[ 364.891917] CPU Budget:update CPU 0 cpufreq max to 1152000 min to 816000
[ 366.918650] binder: 14483: binder_alloc_buf, no vma
[ 366.924122] binder: 1608:1637 transaction failed 29201, size 68-0
[ 366.944339] binder: undelivered transaction 32999
[ 366.949649] binder: undelivered transaction 32997
[ 366.970261] binder: 1608:1636 transaction failed 29189, size 68-0
[ 367.024959] init: Service 'zygote' (pid 14293) killed by signal 9
[ 367.031700] init: Service 'zygote' (pid 14293) killing any children in process group
[ 367.040363] init: write_file: Unable to open '/sys/android_power/request_state': No such file or directory
[ 367.051115] init: write_file: Unable to write to '/sys/power/state': Invalid argument
[ 367.059725] init: Service 'audioserver' is being killed...
[ 367.065990] init: Service 'cameraserver' is being killed...
[ 367.072520] init: Service 'media' is being killed...
[ 367.078196] init: Service 'netd' is being killed...
[ 367.089154] init: Service 'audioserver' (pid 14294) killed by signal 9
[ 367.096496] init: Service 'audioserver' (pid 14294) killing any children in process group
Thanks