|
【Android】
下载同步编译出来的固件发现inputflinger进程挂掉
发表于 2020-12-8 09:34:57
浏览:6382
|
回复:1
打印
只看该作者
[复制链接]
楼主
你好, 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 0000000000000000 x1 000000000000011a x2 0000000000000006 x3 0000000000000008
01-18 20:03:27.208 F/DEBUG ( 303): x4 0000000000000000 x5 0000000000000000 x6 00000078a92d2000 x7 0000000000000816
01-18 20:03:27.208 F/DEBUG ( 303): x8 0000000000000083 x9 ffffffffffffffdf x10 0000000000000000 x11 0000000000000001
01-18 20:03:27.208 F/DEBUG ( 303): x12 0000000000000018 x13 0000000050f93a0f x14 0008583ba4c7bb40 x15 000027ade0eda52a
01-18 20:03:27.208 F/DEBUG ( 303): x16 00000078a8ef1ee0 x17 00000078a8e9bb4c x18 0000000000000000 x19 00000078a9387b40
01-18 20:03:27.208 F/DEBUG ( 303): x20 0000000000000006 x21 00000078a9387a98 x22 0000000000000002 x23 00000078a8f6bbb8
01-18 20:03:27.208 F/DEBUG ( 303): x24 0000000000000000 x25 0000000000000000 x26 0000000000000000 x27 0000000000000000
01-18 20:03:27.208 F/DEBUG ( 303): x28 0000000000000000 x29 0000007ff5594270 x30 00000078a8e98f78
01-18 20:03:27.208 F/DEBUG ( 303): sp 0000007ff5594250 pc 00000078a8e9bb54 pstate 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
|
-
-
error1.zip
91.84 KB, 下载次数: 8, 下载积分: 灯泡 -1 , 经验 -1
详细log
|