ronfull 发表于 2020-12-8 09:34:57

下载同步编译出来的固件发现inputflinger进程挂掉

你好, aio_3399j_v1.3_20181030的开发板用你们lunch rk3399_firefly_aio_lvds-userdebug编译出来固件,发现inputflinger进程挂掉,麻烦帮忙看看什么问题代码同步节点:
commit 979e2f684191acc20d42f9b161d5ccf147a40c0f
Author: cjp <service@t-firefly.com>
Date:   Fri Sep 25 09:02:25 2020 +0800

    1.Add R2 server product 2.Add MIPI JDM101007-BC40 support 3.Fix some Permission 4.Support NMEA Protocol GPS module for GPS, GLONASS, GALILEO, BEIDOU


dmesg.txt :
] init: Starting service 'inputflinger'...
[   23.301416] init: Service 'inputflinger' (pid 1709) killed by signal 6
[   23.301548] init: Service 'inputflinger' (pid 1709) killing any children in process group
[   28.308270] init: Starting service 'inputflinger'...
[   28.463277] init: Service 'inputflinger' (pid 1717) killed by signal 6
[   28.463401] init: Service 'inputflinger' (pid 1717) killing any children in process group
[   33.469761] init: Starting service 'inputflinger'...
[   33.628238] init: Service 'inputflinger' (pid 1723) killed by signal 6
[   33.628481] init: Service 'inputflinger' (pid 1723) killing any children in process group
[   38.148294] init: Starting service 'inputflinger'...
[   38.300088] init: Service 'inputflinger' (pid 1729) killed by signal 6
[   38.300211] init: Service 'inputflinger' (pid 1729) killing any children in process group
[   43.306761] init: Starting service 'inputflinger'...
[   43.461254] init: Service 'inputflinger' (pid 1736) killed by signal 6
[   43.461390] init: Service 'inputflinger' (pid 1736) killing any children in process group
[   48.468096] init: Starting service 'inputflinger'...
[   48.627605] init: Service 'inputflinger' (pid 1742) killed by signal 6
[   48.627667] init: Service 'inputflinger' (pid 1742) killing any children in process group
[   53.149969] init: Starting service 'inputflinger'...
[   53.308895] init: Service 'inputflinger' (pid 1749) killed by signal 6
[   53.309151] init: Service 'inputflinger' (pid 1749) killing any children in process group
[   58.315920] init: Starting service 'inputflinger'...
[   58.472874] init: Service 'inputflinger' (pid 1755) killed by signal 6
[   58.473008] init: Service 'inputflinger' (pid 1755) killing any children in process group
[   63.479460] init: Starting service 'inputflinger'...
[   63.638994] init: Service 'inputflinger' (pid 1761) killed by signal 6
[   63.639057] init: Service 'inputflinger' (pid 1761) killing any children in process group



logcat.txt:
01-18 20:03:27.206 F/DEBUG   (303): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
01-18 20:03:27.206 F/DEBUG   (303): Build fingerprint: 'Android/rk3399_firefly_aio_lvds:7.1.2/NHG47K/ronful09291732:userdebug/test-keys'
01-18 20:03:27.206 F/DEBUG   (303): Revision: '0'
01-18 20:03:27.206 F/DEBUG   (303): ABI: 'arm64'
01-18 20:03:27.206 F/DEBUG   (303): pid: 282, tid: 282, name: inputflinger>>> /system/bin/inputflinger <<<
01-18 20:03:27.206 F/DEBUG   (303): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
01-18 20:03:27.208 F/DEBUG   (303): Abort message: 'Input module evdev not found'
01-18 20:03:27.208 F/DEBUG   (303):   x0   0000000000000000x1   000000000000011ax2   0000000000000006x3   0000000000000008
01-18 20:03:27.208 F/DEBUG   (303):   x4   0000000000000000x5   0000000000000000x6   00000078a92d2000x7   0000000000000816
01-18 20:03:27.208 F/DEBUG   (303):   x8   0000000000000083x9   ffffffffffffffdfx100000000000000000x110000000000000001
01-18 20:03:27.208 F/DEBUG   (303):   x120000000000000018x130000000050f93a0fx140008583ba4c7bb40x15000027ade0eda52a
01-18 20:03:27.208 F/DEBUG   (303):   x1600000078a8ef1ee0x1700000078a8e9bb4cx180000000000000000x1900000078a9387b40
01-18 20:03:27.208 F/DEBUG   (303):   x200000000000000006x2100000078a9387a98x220000000000000002x2300000078a8f6bbb8
01-18 20:03:27.208 F/DEBUG   (303):   x240000000000000000x250000000000000000x260000000000000000x270000000000000000
01-18 20:03:27.208 F/DEBUG   (303):   x280000000000000000x290000007ff5594270x3000000078a8e98f78
01-18 20:03:27.208 F/DEBUG   (303):   sp   0000007ff5594250pc   00000078a8e9bb54pstate 0000000060000000
01-18 20:03:27.215 F/DEBUG   (303):
01-18 20:03:27.215 F/DEBUG   (303): backtrace:
01-18 20:03:27.215 F/DEBUG   (303):   #00 pc 000000000006bb54/system/lib64/libc.so (tgkill+8)
01-18 20:03:27.215 F/DEBUG   (303):   #01 pc 0000000000068f74/system/lib64/libc.so (pthread_kill+64)
01-18 20:03:27.215 F/DEBUG   (303):   #02 pc 0000000000023f68/system/lib64/libc.so (raise+24)
01-18 20:03:27.215 F/DEBUG   (303):   #03 pc 000000000001c810/system/lib64/libc.so (abort+52)
01-18 20:03:27.215 F/DEBUG   (303):   #04 pc 00000000000059c0/system/lib64/liblog.so (__android_log_assert+224)
01-18 20:03:27.215 F/DEBUG   (303):   #05 pc 00000000000080fc/system/lib64/libinputflingerhost.so (_ZN7android11InputDriverC1EPKc+180)
01-18 20:03:27.215 F/DEBUG   (303):   #06 pc 0000000000007648/system/lib64/libinputflingerhost.so (_ZN7android12InputFlingerC1Ev+312)
01-18 20:03:27.215 F/DEBUG   (303):   #07 pc 0000000000000cb4/system/bin/inputflinger
01-18 20:03:27.215 F/DEBUG   (303):   #08 pc 0000000000000c2c/system/bin/inputflinger
01-18 20:03:27.215 F/DEBUG   (303):   #09 pc 000000000001a594/system/lib64/libc.so (__libc_init+88)
01-18 20:03:27.215 F/DEBUG   (303):   #10 pc 0000000000000b38/system/bin/inputflinger

页: [1]
查看完整版本: 下载同步编译出来的固件发现inputflinger进程挂掉