Hello people,
i'm currently modifying the aosp latinime keyboard in order to create a keyboard needed for my university thesis.
So far i have managed to modify it and make it work for Nougat and previous android versions but it crashes all the time when opened in emulator for android Oreo. I have searched everywhere for an answer but it seems i have crashed into a wall so i need your help.
I have builded the app using the guide from here
and builded the libjni_latinime.so libraries using this project which offers native build through android studio (after i have changed all the reference to package into my own package name).
I'm getting the following error when the app tries to load the dictionaries i have imported in res/raw folder:
Code:
05-08 12:35:35.573 6826-6845/? A/libc: Fatal signal 7 (SIGBUS), code 2, fault addr 0x8b33da70 in tid 6845 (ExecutorUtils)
05-08 12:35:35.598 6849-6849/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'google/sdk_gphone_x86/generic_x86:8.0.0/OSR1.170901.043/4456315:user/release-keys'
Revision: '0'
ABI: 'x86'
pid: 6826, tid: 6845, name: ExecutorUtils >>> typeofmood.ime <<<
signal 7 (SIGBUS), code 2 (BUS_ADRERR), fault addr 0x8b33da70
eax 8bdddb90 ebx 8c172040 ecx 8b33da70 edx 00000000
05-08 12:35:35.599 6849-6849/? A/DEBUG: esi 0023ca29 edi 01bc7a70
xcs 00000073 xds 0000007b xes 0000007b xfs 0000003b xss 0000007b
eip 8c035714 ebp 8bdddb88 esp 8bdddb30 flags 00010216
05-08 12:35:35.608 6849-6849/? A/DEBUG: backtrace:
#00 pc 0014f714 /data/app/typeofmood.ime-DzXcxTqPXkfULkd3FplRPQ==/lib/x86/libjni_latinime.so (_ZN8latinime11FormatUtils19detectFormatVersionENS_21ReadOnlyByteArrayViewE+100)
#01 pc 0010bd1d /data/app/typeofmood.ime-DzXcxTqPXkfULkd3FplRPQ==/lib/x86/libjni_latinime.so (_ZN8latinime42DictionaryStructureWithBufferPolicyFactory20newPolicyForFileDictEPKcii+525)
#02 pc 0010b51d /data/app/typeofmood.ime-DzXcxTqPXkfULkd3FplRPQ==/lib/x86/libjni_latinime.so (_ZN8latinime42DictionaryStructureWithBufferPolicyFactory28newPolicyForExistingDictFileEPKciib+285)
#03 pc 000c0f8f /data/app/typeofmood.ime-DzXcxTqPXkfULkd3FplRPQ==/lib/x86/libjni_latinime.so
05-08 12:35:35.609 6849-6849/? A/DEBUG: #04 pc 0063ec67 /system/lib/libart.so (art_quick_generic_jni_trampoline+71)
#05 pc 00638ea2 /system/lib/libart.so (art_quick_invoke_static_stub+418)
#06 pc 00112b92 /system/lib/libart.so (_ZN3art9ArtMethod6InvokeEPNS_6ThreadEPjjPNS_6JValueEPKc+306)
#07 pc 003231ff /system/lib/libart.so (_ZN3art11interpreter34ArtInterpreterToCompiledCodeBridgeEPNS_6ThreadEPNS_9ArtMethodEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+367)
#08 pc 0031cec3 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb1ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+803)
#09 pc 0062182d /system/lib/libart.so (MterpInvokeStaticRange+397)
#10 pc 00629d21 /system/lib/libart.so (artMterpAsmInstructionStart+15265)
#11 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#12 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#13 pc 0031ce97 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb1ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+759)
#14 pc 0062157e /system/lib/libart.so (MterpInvokeDirectRange+462)
#15 pc 00629ca1 /system/lib/libart.so (artMterpAsmInstructionStart+15137)
#16 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#17 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#18 pc 0031ce97 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb1ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+759)
#19 pc 0062157e /system/lib/libart.so (MterpInvokeDirectRange+462)
#20 pc 00629ca1 /system/lib/libart.so (artMterpAsmInstructionStart+15137)
#21 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#22 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#23 pc 0031ce97 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb1ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+759)
#24 pc 0062157e /system/lib/libart.so (MterpInvokeDirectRange+462)
#25 pc 00629ca1 /system/lib/libart.so (artMterpAsmInstructionStart+15137)
#26 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#27 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#28 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
#29 pc 0061faf4 /system/lib/libart.so (MterpInvokeStatic+484)
#30 pc 00629a21 /system/lib/libart.so (artMterpAsmInstructionStart+14497)
05-08 12:35:35.612 6849-6849/? A/DEBUG: #31 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#32 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#33 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
#34 pc 0061e171 /system/lib/libart.so (MterpInvokeVirtual+881)
#35 pc 006298a1 /system/lib/libart.so (artMterpAsmInstructionStart+14113)
#36 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#37 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#38 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
#39 pc 0061f3d3 /system/lib/libart.so (MterpInvokeInterface+1635)
#40 pc 00629aa1 /system/lib/libart.so (artMterpAsmInstructionStart+14625)
#41 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#42 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#43 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
#44 pc 0061f3d3 /system/lib/libart.so (MterpInvokeInterface+1635)
#45 pc 00629aa1 /system/lib/libart.so (artMterpAsmInstructionStart+14625)
#46 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#47 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#48 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
#49 pc 0061e980 /system/lib/libart.so (MterpInvokeSuper+1776)
#50 pc 00629921 /system/lib/libart.so (artMterpAsmInstructionStart+14241)
#51 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#52 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
05-08 12:35:35.613 6849-6849/? A/DEBUG: #53 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
#54 pc 0061f3d3 /system/lib/libart.so (MterpInvokeInterface+1635)
#55 pc 00629aa1 /system/lib/libart.so (artMterpAsmInstructionStart+14625)
#56 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#57 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#58 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
#59 pc 0061e171 /system/lib/libart.so (MterpInvokeVirtual+881)
#60 pc 006298a1 /system/lib/libart.so (artMterpAsmInstructionStart+14113)
#61 pc 002f5f59 /system/lib/libart.so (_ZN3art11interpreterL7ExecuteEPNS_6ThreadEPKNS_7DexFile8CodeItemERNS_11ShadowFrameENS_6JValueEb+537)
#62 pc 002fdeda /system/lib/libart.so (_ZN3art11interpreter33ArtInterpreterToInterpreterBridgeEPNS_6ThreadEPKNS_7DexFile8CodeItemEPNS_11ShadowFrameEPNS_6JValueE+234)
#63 pc 0031bdb5 /system/lib/libart.so (_ZN3art11interpreter6DoCallILb0ELb0EEEbPNS_9ArtMethodEPNS_6ThreadERNS_11ShadowFrameEPKNS_11InstructionEtPNS_6JValueE+773)
Is there anyone that can help me fixing this?
Thank you for your time!
Bump,
is there anyone that can help?
Update:
I found out this error is only produced when the app is installed via android studio in the emulator.
If i install the app in the emulator using the command: ./gradlew installDebug or the comand: adb install app-debug.apk it works totally fine.
Any idea why this is happening ?
Edit:
Solved, the problem in android studio was Instant run. If dissabled, the app works fine in the emulator.
Related
Hi!
I have a x10 mini pro with build 2.0.A.0.24, its rooted/xrecovery/app2sd/custom theme.
Quadrant without JIT: 496
Quadrant with JIT: 558
Now something weird happens to some apps when I enable JIT.
With JIT: Angry Birds plays great, air control crashes after 10 seconds.
Without JIT: Angry Birds lags a bit, air control plays great.
Remove and reinstall doesn't work.
Anyone familiar with this problem? Or has a solution? I would love to have JIT enabled and use all apps properly.
Greetings!
I have the exact problem and has asked about it before... no reply though and i have no further information sorry...
I have a small detail. air control crashes on my x8 with jit also. probably I've got the same jit enabled libs as you guys. I got a crash also with one of the igo apps I tried today.
here are the dumps:
Code:
Build fingerprint: 'SEMC/E15i_1241-3833/E15i/delta:2.1-update1/2.0.1.A.0.47/LwBC:user/release-keys'
pid: 2016, tid: 2042 >>> dk.logisoft.aircontrol <<<
signal 11 (SIGSEGV), fault addr 0000000a
r0 00000000 r1 437cb840 r2 437cb848 r3 00000000
r4 43905fda r5 42b3fd8c r6 497afbd0 r7 42b3fd78
r8 00000000 r9 00000000 10 002d3a88 fp 43926050
ip 80dbb420 sp 497afb88 lr 437cb81d pc 437ac11c cpsr 60000010
#00 pc 437ac11c /dalvik-jit-code-cache (deleted)
#01 lr 437cb81d /dalvik-jit-code-cache (deleted)
code around lr:
437cb80c c7013f11 34204c15 a20ca10a ecbaf7e0
437cb81c e00be014 29006df8 6ef7dc01 a10547b8
stack:
497afb48 80d982f0 /system/lib/libdvm.so
497afb4c 80d98398 /system/lib/libdvm.so
497afb50 80d16b80 /system/lib/libdvm.so
497afb54 80d54ad7 /system/lib/libdvm.so
497afb58 00000001
497afb5c 46ce7208 /mspace/dalvik-heap/2 (deleted)
497afb60 80dbb3f4 /system/lib/libdvm.so
497afb64 0000f800 [heap]
497afb68 00000000
497afb6c 002d3a88 [heap]
497afb70 00770a74 [heap]
497afb74 43905fae /data/dalvik-cache/[email protected]@[email protected]
497afb78 80d1d04c /system/lib/libdvm.so
497afb7c 437cb7b1 /dalvik-jit-code-cache (deleted)
497afb80 df002777
497afb84 e3a070ad
#00 497afb88 42b3fe60
497afb8c 497afbd0
497afb90 002e4800 [heap]
497afb94 002d3a90 [heap]
497afb98 0011a7a0 [heap]
497afb9c 000003c0
497afba0 497afec0
497afba4 80dbfe90 /system/lib/libdvm.so
497afba8 43926050 /data/dalvik-cache/[email protected]@[email protected]
497afbac 80d21f6c /system/lib/libdvm.so
497afbb0 497afbd0
497afbb4 002d3a88 [heap]
497afbb8 80d21ef4 /system/lib/libdvm.so
497afbbc 423289d0 /dalvik-LinearAlloc (deleted)
497afbc0 000003c0
497afbc4 80d20d88 /system/lib/libdvm.so
497afbc8 00000000
497afbcc 00000000
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
pid: 2016, tid: 2016
r0 fffffdfc r1 00000000 r2 ffffff6b r3 be9294f0
r4 0000ce14 r5 0000ce24 r6 be9294f0 r7 000000f0
r8 00000000 r9 00000000 10 00000001 fp 00000064
ip 80dbb510 sp be9294d0 lr afe0f6a0 pc afe0da14 cpsr 60000010
#00 pc 0000da14 /system/lib/libc.so
#01 pc 0000f69c /system/lib/libc.so
#02 pc 0000f724 /system/lib/libc.so
#03 pc 00054a28 /system/lib/libdvm.so
#04 pc 00070658 /system/lib/libdvm.so
#05 pc 0001b928 /system/lib/libdvm.so
#06 pc 00021f68 /system/lib/libdvm.so
#07 pc 00020d84 /system/lib/libdvm.so
#08 pc 00067060 /system/lib/libdvm.so
#09 pc 0007181c /system/lib/libdvm.so
#10 pc 0001b928 /system/lib/libdvm.so
#11 pc 00021f68 /system/lib/libdvm.so
#12 pc 00020d84 /system/lib/libdvm.so
#13 pc 00066cc6 /system/lib/libdvm.so
#14 pc 0004b700 /system/lib/libdvm.so
#15 pc 0002990c /system/lib/libandroid_runtime.so
#16 pc 0002a5f0 /system/lib/libandroid_runtime.so
#17 pc 00008cae /system/bin/app_process
#18 pc 0000c2d6 /system/lib/libc.so
#19 pc b00018ac /system/bin/linker
code around pc:
afe0da04 e1a02001 e3a01000 e3a070f0 ef000000
afe0da14 e8bd0090 e12fff1e e92d0090 e1a02001
code around lr:
afe0f690 e1a01007 e1a02006 e1a00005 ebfff8d6
afe0f6a0 e1a05000 e1a00004 ebffff38 e375006e
afe0f6b0 03a0006e 13a00000 e8bd81f0 eaffffec
stack:
be929490 00000301
be929494 3e9151c7
be929498 0000f424 [heap]
be92949c 000003e8
be9294a0 00000000
be9294a4 00000064
be9294a8 00000000
be9294ac 00000429
be9294b0 00000000
be9294b4 00000000
be9294b8 00000000
be9294bc afe0f2d0 /system/lib/libc.so
be9294c0 0000ce14 [heap]
be9294c4 0000ce24 [heap]
be9294c8 be9294f0 [stack]
be9294cc ffffff6b
#00 be9294d0 0000ce14 [heap]
be9294d4 ffffff6b
#01 be9294d8 be929518 [stack]
be929
Code:
Build fingerprint: 'SEMC/E15i_1241-3833/E15i/delta:2.1-update1/2.0.1.A.0.47/LwBC:user/release-keys'
pid: 2657, tid: 2672 >>> com.navngo.igo.javaclient <<<
signal 11 (SIGSEGV), fault addr deadbaad
r0 00000000 r1 afe1332d r2 00000027 r3 00000000
r4 00000000 r5 deadbaad r6 00002ee0 r7 40000000
r8 00000000 r9 820fbbf4 10 4a216fa0 fp 828bf3a0
ip ffffffff sp 4a216f30 lr afe142ed pc afe10c58 cpsr 40000030
#00 pc 00010c58 /system/lib/libc.so
#01 pc 0000b38e /system/lib/libc.so
code around pc:
afe10c48 4e17d003 51a02001 4d164798 24002227
afe10c58 f7fb702a 2106ee6a ef1ef7fc 05592380
code around lr:
afe142dc 220ce008 2b005eab 1c28d003 47889901
afe142ec 35544306 d5f43f01 2c006824 b003d1ee
afe142fc bdf01c30 00024b34 000000b4 1c0fb5f0
stack:
4a216ef0 00000000
4a216ef4 00000000
4a216ef8 afe3902c /system/lib/libc.so
4a216efc afe38fd8 /system/lib/libc.so
4a216f00 00000000
4a216f04 afe142ed /system/lib/libc.so
4a216f08 828cd34c
4a216f0c afe1332d /system/lib/libc.so
4a216f10 afe3bbb8
4a216f14 afe38e08 /system/lib/libc.so
4a216f18 00000000
4a216f1c 00002ee0
4a216f20 40000000 /system_properties (deleted)
4a216f24 afe135cb /system/lib/libc.so
4a216f28 df002777
4a216f2c e3a070ad
#00 4a216f30 afe3bbb8
4a216f34 afe0ed38 /system/lib/libc.so
4a216f38 afe3bb7c
4a216f3c afe0f3c0 /system/lib/libc.so
4a216f40 afe38e08 /system/lib/libc.so
4a216f44 fffffbdf
4a216f48 afe38e08 /system/lib/libc.so
4a216f4c afe3b9c4
4a216f50 0000a000 [heap]
4a216f54 afe0b393 /system/lib/libc.so
#01 4a216f58 afe38e08 /system/lib/libc.so
4a216f5c afe0b393 /system/lib/libc.so
4a216f60 4a216ff4
4a216f64 4a216f8c
4a216f68 828bf3a0 /data/data/com.navngo.igo.javaclient/libigo_jni.so
4a216f6c 828bf3a0 /data/data/com.navngo.igo.javaclient/libigo_jni.so
4a216f70 0035c5b8 [heap]
4a216f74 823a9be4 /data/data/com.navngo.igo.javaclient/libigo_jni.so
4a216f78 00002bbc
4a216f7c 00000000
4a216f80 4a216fa0
4a216f84 828bf3a0 /data/data/com.navngo.igo.javaclient/libigo_jni.so
4a216f88 0035c5b8 [heap]
4a216f8c 823a9be4 /data/data/com.navngo.igo.javaclient/libigo_jni.so
4a216f90 4a216fa4
4a216f94 82107cc8 /data/data/com.navngo.igo.javaclient/libigo_jni.so
4a216f98 828cd34c
4a216f9c afe0f470 /system/lib/libc.so
--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---
pid: 2657, tid: 2657
r0 fffffe00 r1 00000000 r2 ffffffe3 r3 00000000
r4 0000ce14 r5 0000ce24 r6 00000000 r7 000000f0
r8 00000000 r9 00000000 10 00000000 fp 00000000
ip 80dbb708 sp be9294d0 lr afe0f6a0 pc afe0da14 cpsr 60000010
#00 pc 0000da14 /system/lib/libc.so
#01 pc 0000f69c /system/lib/libc.so
#02 pc 0000f724 /system/lib/libc.so
#03 pc 00054a58 /system/lib/libdvm.so
#04 pc 00070658 /system/lib/libdvm.so
#05 pc 0001b928 /system/lib/libdvm.so
#06 pc 00021f68 /system/lib/libdvm.so
#07 pc 00020d84 /system/lib/libdvm.so
#08 pc 00067060 /system/lib/libdvm.so
#09 pc 0007181c /system/lib/libdvm.so
#10 pc 0001b928 /system/lib/libdvm.so
#11 pc 00021f68 /system/lib/libdvm.so
#12 pc 00020d84 /system/lib/libdvm.so
#13 pc 00066cc6 /system/lib/libdvm.so
#14 pc 0004b700 /system/lib/libdvm.so
#15 pc 0002990c /system/lib/libandroid_runtime.so
#16 pc 0002a5f0 /system/lib/libandroid_runtime.so
#17 pc 00008cae /system/bin/app_process
#18 pc 0000c2d6 /system/lib/libc.so
#19 pc b00018ac /system/bin/linker
code around pc:
afe0da04 e1a02001 e3a01000 e3a070f0 ef000000
afe0da14 e8bd0090 e12fff1e e92d0090 e1a02001
code around lr:
afe0f690 e1a01007 e1a02006 e1a00005 ebfff8d6
afe0f6a0 e1a05000 e1a00004 ebffff38 e375006e
afe0f6b0 03a0006e 13a00000 e8bd81f0 eaffffec
stack:
be929490 00359cf8
probably some compilation flag that exposed problems in the respective apps.
Lol, how did u get app2sd? I thougt app2sd came in android 2.2 ?
Sent from my E10i using XDA App
My experience as a noob here has been..
Everytime I do something major - ie install root, install app2sd, install jit - most apps stop working and uninstall/reinstall is no help.
So I tried starting from scratch again each time with clean install from SE and then rooting and xrecovery then app2sd then finally JIT... and voila when I install apps they work again. Including Aircontrol Hope this helps
I used this method for app2sd: http://forum.xda-developers.com/showthread.php?t=833722
the normal way..
Everything I did on my x10 mini pro was from a clean install so that ain't the problem. I hope someone else has the major solution?
hello everybody =) do you know if enabling JIT can improve the quality of avi files reproduction with rockplayer?
every thing is fine for me completed angry birds without any probs
and avi files are played at great speed
Hi,
I downloaded AOSP 4.0.4 and merge with GT-I9300_ICS_Opensource.zip in http://opensource.samsung.com, then built the platform without issues.
But when I start the emulator, it hangs and shows Android logo.
Anyone can help me to solve this problem?
The following is some info from logcat for your reference.
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'generic/generic/generic:4.0.4/IMM76L/eng.android.20130121.143806:userdebug/test-keys'
pid: 1120, tid: 1120 >>> zygote <<<
signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr deadbaad
r0 deadbaad r1 00000001 r2 40000000 r3 00000000
r4 00000000 r5 00000027 r6 4080bc2d r7 00000073
r8 4883b884 r9 4863e16b 10 00000001 fp 00000000
ip ffffffff sp be9b56e0 lr 4001f161 pc 4001b8c0 cpsr 60000030
d0 42c800004292f70c d1 3f50624d001783b0
d2 bfd3441350baf6de d3 4008000000000000
d4 3fbc71c71c71c71c d5 3fcef049fb9094d1
d6 3ff0000000000000 d7 0000000000000000
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
scr 20000010
#00 pc 000178c0 /system/lib/libc.so
#01 pc 0000c282 /system/lib/libnativehelper.so (jniRegisterNativeMethods)
#02 pc 002dd622 /system/lib/libwebcore.so
#03 pc 001480c4 /system/lib/libwebcore.so (JNI_OnLoad)
#04 pc 0005abf4 /system/lib/libdvm.so (_Z17dvmLoadNativeCodePKcP6ObjectPPc)
#05 pc 00072c14 /system/lib/libdvm.so
#06 pc 00030a4c /system/lib/libdvm.so
#07 pc 000341fc /system/lib/libdvm.so (_Z12dvmInterpretP6ThreadPK6MethodP6JValue)
#08 pc 0006ca8e /system/lib/libdvm.so (_Z14dvmCallMethodVP6ThreadPK6MethodP6ObjectbP6JValueSt9__va_list)
#09 pc 0006cab0 /system/lib/libdvm.so (_Z13dvmCallMethodP6ThreadPK6MethodP6ObjectP6JValuez)
#10 pc 00076cd0 /system/lib/libdvm.so (dvmInitClass)
#11 pc 00076e7c /system/lib/libdvm.so (_Z12dvmFindClassPKcP6Object)
#12 pc 00070b36 /system/lib/libdvm.so (_Z18dvmFindClassByNameP12StringObjectP6Objectb)
#13 pc 0007296a /system/lib/libdvm.so
#14 pc 00030a4c /system/lib/libdvm.so
#15 pc 000341fc /system/lib/libdvm.so (_Z12dvmInterpretP6ThreadPK6MethodP6JValue)
#16 pc 0006ca8e /system/lib/libdvm.so (_Z14dvmCallMethodVP6ThreadPK6MethodP6ObjectbP6JValueSt9__va_list)
#17 pc 00055122 /system/lib/libdvm.so
#18 pc 00049ac4 /system/lib/libdvm.so
#19 pc 00044812 /system/lib/libandroid_runtime.so
#20 pc 0004537a /system/lib/libandroid_runtime.so (_ZN7android14AndroidRuntime5startEPKcS2_)
#21 pc 00008f0e /system/bin/app_process
#22 pc 00016740 /system/lib/libc.so (__libc_init)
Cheers,
Scott
Hi all I'm running cm11 on galaxy s2 i9100 and the video in the camera app keeps freezing I've updated a few times now with new nightlys thinking it would help but alas its still the same. The camera itself works. This is the bug report I keep sending. Then again maybe its just my phone? Anyone any suggestions??? The only thing I do notice is no video on any camera app will work. I've tried a few and the same thing the video freezes?? But the camera works. At thoughts would be great full.
Thanks
*** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
Build fingerprint: 'samsung/GT-I9100/GT-I9100:4.1.2/JZO54K/I9100XWMS2:user/release-keys'
Revision: '14'
pid: 7323, tid: 7323, name: android.camera2 >>> com.android.camera2 <<<
signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
r0 0000000b r1 c0186201 r2 bea08338 r3 bea08330
r4 4002d328 r5 4002d2f8 r6 4002d358 r7 00000036
r8 00000001 r9 00007205 sl 00007206 fp 00007211
ip 00000001 sp bea08320 lr 4019f0a3 pc 40192654 cpsr 600e0010
d0 0000001c00000010 d1 0000000000000000
d2 0000000000000000 d3 0000000000000000
d4 4055800000000000 d5 3ff81d644f27d8e3
d6 402f64d94453841c d7 400000004453841c
d8 0000000000000000 d9 0000000000000000
d10 0000000000000000 d11 0000000000000000
d12 0000000000000000 d13 0000000000000000
d14 0000000000000000 d15 0000000000000000
d16 4000000000000000 d17 bfc999a8f3ed424e
d18 bfa2b4442c6a6c2f d19 3fd5555f33f8b56b
d20 be927e4f809c52ad d21 bf56c16c16c15177
d22 3f90ad3ae322da11 d23 3fb745e02dbd7534
d24 bfb3b102ce76f675 d25 3fb10d7461bb2a1f
d26 bfadde4183bb8d2c d27 3fa97b5424bef9eb
d28 3f709fac4a01d5be d29 3ef145920b81c872
d30 3fc2493121b87edc d31 bfbc71dc3fd52b4d
scr 80000013
backtrace:
#00 pc 00020654 /system/lib/libc.so (__ioctl+8)
#01 pc 0002d09f /system/lib/libc.so (ioctl+14)
#02 pc 0001d47d /system/lib/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+140)
#03 pc 0001d967 /system/lib/libbinder.so (android::IPCThreadState::waitForResponse(android:arcel*, int*)+42)
#04 pc 0001db6f /system/lib/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android:arcel const&, android:arcel*, unsigned int)+118)
#05 pc 00019821 /system/lib/libbinder.so (android::BpBinder::transact(unsigned int, android:arcel const&, android:arcel*, unsigned int)+30)
#06 pc 000570a3 /system/lib/libmedia.so
#07 pc 0005a169 /system/lib/libmedia.so (android::MediaRecorder::start()+56)
#08 pc 0001a425 /system/lib/libmedia_jni.so
#09 pc 0001ea90 /system/lib/libdvm.so (dvmPlatformInvoke+116)
#10 pc 0004f6a7 /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
#11 pc 00027f20 /system/lib/libdvm.so
#12 pc 0002f418 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#13 pc 0002cabc /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#14 pc 00061e05 /system/lib/libdvm.so (dvmInvokeMethod(Object*, Method const*, ArrayObject*, ArrayObject*, ClassObject*, bool)+392)
#15 pc 00069fc3 /system/lib/libdvm.so
#16 pc 00027f20 /system/lib/libdvm.so
#17 pc 0002f418 /system/lib/libdvm.so (dvmMterpStd(Thread*)+76)
#18 pc 0002cabc /system/lib/libdvm.so (dvmInterpret(Thread*, Method const*, JValue*)+184)
#19 pc 00061b23 /system/lib/libdvm.so (dvmCallMethodV(Thread*, Method const*, Object*, bool, JValue*, std::__va_list)+338)
#20 pc 0004b287 /system/lib/libdvm.so
#21 pc 00051b83 /system/lib/libandroid_runtime.so
#22 pc 000528a7 /system/lib/libandroid_runtime.so (android::AndroidRuntime::start(char const*, char const*)+354)
#23 pc 0000105b /system/bin/app_process
#24 pc 0000e42b /system/lib/libc.so (__libc_init+50)
#25 pc 00000d7c /system/bin/app_process
code around pc:
40192634 ef000000 e1a0700c e3700a01 912fff1e
40192644 e2600000 ea0074f7 e1a0c007 e3a07036
40192654 ef000000 e1a0700c e3700a01 912fff1e
40192664 e2600000 ea0074ef e1a0c007 e3a07091
40192674 ef000000 e1a0700c e3700a01 912fff1e
40192684 e2600000 ea0074e7 e1a0c007 e3a07092
40192694 ef000000 e1a0700c e3700a01 912fff1e
401926a4 e2600000 ea0074df e1a0c007 e3a07037
401926b4 ef000000 e1a0700c e3700a01 912fff1e
401926c4 e2600000 ea0074d7 e1a0c007 e3a0708f
401926d4 ef000000 e1a0700c e3700a01 912fff1e
401926e4 e2600000 ea0074cf e1a0c007 e3a0705e
401926f4 ef000000 e1a0700c e3700a01 912fff1e
40192704 e2600000 ea0074c7 e1a0c007 e3a07029
40192714 ef000000 e1a0700c e3700a01 912fff1e
40192724 e2600000 ea0074bf e1a0c007 e3a0702a
code around lr:
4019f080 fe2ef7e0 f04fe001 463036ff bdf0b005
4019f090 b503b40e f853ab03 9a041b04 f7f39301
4019f0a0 e8bdead6 b003400c 00004770 f2454b0c
4019f0b0 4a0c4101 b08ab510 589c447b 6823466a
4019f0c0 f7ff9309 9909ffe5 0001f1d0 bf386822
4019f0d0 42912000 f7e4d001 b00aff7d bf00bd10
4019f0e0 0001cf1c ffffff4c 0b10ec51 f021b510
4019f0f0 ee114100 f0044a90 ec534000 ea402b10
4019f100 ec430301 bd102b10 4605b538 0b11ec41
4019f110 500af3c1 8b02ed2d f021b980 ea504000
4019f120 d04d0405 0b2aeddf ee214b31 429a1b20
4019f130 0b11ec51 ed9fda0b e03f0b28 74fff240
4019f140 d00142a0 e006468c 1b01ee31 f3c1e038
4019f150 468c500a 18813836 73fef240 dd004299
4019f160 2900e013 ec53dd0a f02c2b11 f42343ff
4019f170 ea4c0ce0 ec435301 e0212b11 0f35f111
Sent from my GT-I9100 using XDA Premium 4 mobile app
Hi, I've just subscribed in this forum to look for some answers about the same issue you are having. I think it's a galaxy s2 problem the camera freezing and the whole phone too.
When we flash, at the first week, it works great, but after, the problems begin. I don't know if CM jelly bean version works better, I'll give it a shot later just to try...
same problem here since a few weeks now running on 11-20141123-nightly-i9100
kernel 3.0.64-CM-g22cbf2c
I have compiled Temasek ROM for my device Xiaomi Mi3 and I'm facing the "Can't connect to camera" bug on my ROM. Can someone please tell me what files I need to fix in my ROM?
Here's the log:
Code:
--------- beginning of crash
10-08 20:40:18.906 F/libc (306): Fatal signal 8 (SIGFPE), code -6, fault addr 0x132 in tid 5094 (mm-qcamera-daem)
10-08 20:40:19.024 I/DEBUG (287): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
10-08 20:40:19.024 I/DEBUG (287): Build fingerprint: 'Xiaomi/cancro/cancro:5.1.1/LMY48W/dee0685f2d:userdebug/test-keys'
10-08 20:40:19.024 I/DEBUG (287): Revision: '0'
10-08 20:40:19.024 I/DEBUG (287): ABI: 'arm'
10-08 20:40:19.025 I/DEBUG (287): pid: 306, tid: 5094, name: mm-qcamera-daem >>> /system/bin/mm-qcamera-daemon <<<
10-08 20:40:19.025 I/DEBUG (287): signal 8 (SIGFPE), code -6 (SI_TKILL), fault addr 0x132
10-08 20:40:19.050 I/DEBUG (287): r0 00000000 r1 000013e6 r2 00000008 r3 b6defec8
10-08 20:40:19.050 I/DEBUG (287): r4 000013e6 r5 b327fdb8 r6 00000016 r7 0000010c
10-08 20:40:19.050 I/DEBUG (287): r8 b4cb7000 r9 00010002 sl b1fe4828 fp b327fdb0
10-08 20:40:19.050 I/DEBUG (287): ip 00000008 sp b327f450 lr b6d7f969 pc b6daed14 cpsr 600b0010
10-08 20:40:19.050 I/DEBUG (287):
10-08 20:40:19.050 I/DEBUG (287): backtrace:
10-08 20:40:19.050 I/DEBUG (287): #00 pc 00045d14 /system/lib/libc.so (tgkill+12)
10-08 20:40:19.051 I/DEBUG (287): #01 pc 00016965 /system/lib/libc.so (pthread_kill+92)
10-08 20:40:19.051 I/DEBUG (287): #02 pc 00017ac3 /system/lib/libc.so (raise+14)
10-08 20:40:19.051 I/DEBUG (287): #03 pc 0006e964 /system/lib/libc.so (__aeabi_idiv0+8)
10-08 20:40:19.051 I/DEBUG (287): #04 pc 00003807 /system/vendor/lib/libmmcamera2_cpp_module.so (cpp_module_set_clock_freq+522)
10-08 20:40:19.051 I/DEBUG (287): #05 pc 00005f25 /system/vendor/lib/libmmcamera2_cpp_module.so (cpp_module_handle_streamoff_event+408)
10-08 20:40:19.051 I/DEBUG (287): #06 pc 00003327 /system/vendor/lib/libmmcamera2_cpp_module.so (cpp_module_process_downstream_event+534)
10-08 20:40:19.051 I/DEBUG (287): #07 pc 00006de9 /system/vendor/lib/libmmcamera2_cpp_module.so
10-08 20:40:19.051 I/DEBUG (287): #08 pc 00005047 /system/vendor/lib/libmmcamera2_pproc_modules.so
10-08 20:40:19.051 I/DEBUG (287): #09 pc 00005fa9 /system/vendor/lib/libmmcamera2_isp_modules.so
10-08 20:40:19.051 I/DEBUG (287): #10 pc 00002607 /system/vendor/lib/liboemcamera.so (mct_list_traverse+26)
10-08 20:40:19.051 I/DEBUG (287): #11 pc 00002623 /system/vendor/lib/liboemcamera.so (mct_list_traverse+54)
10-08 20:40:19.051 I/DEBUG (287): #12 pc 00002623 /system/vendor/lib/liboemcamera.so (mct_list_traverse+54)
10-08 20:40:19.051 I/DEBUG (287): #13 pc 00002623 /system/vendor/lib/liboemcamera.so (mct_list_traverse+54)
10-08 20:40:19.051 I/DEBUG (287): #14 pc 00002623 /system/vendor/lib/liboemcamera.so (mct_list_traverse+54)
10-08 20:40:19.051 I/DEBUG (287): #15 pc 00006483 /system/vendor/lib/libmmcamera2_isp_modules.so
10-08 20:40:19.051 I/DEBUG (287): #16 pc 00002315 /system/vendor/lib/libmmcamera2_iface_modules.so
10-08 20:40:19.051 I/DEBUG (287): #17 pc 00002607 /system/vendor/lib/liboemcamera.so (mct_list_traverse+26)
10-08 20:40:19.051 I/DEBUG (287): #18 pc 00002569 /system/vendor/lib/libmmcamera2_iface_modules.so
10-08 20:40:19.052 I/DEBUG (287): #19 pc 0000652d /system/vendor/lib/liboemcamera.so (mct_port_send_event_to_peer+16)
10-08 20:40:19.052 I/DEBUG (287): #20 pc 00009391 /system/vendor/lib/libmmcamera2_sensor_modules.so
10-08 20:40:19.052 I/DEBUG (287): #21 pc 00007527 /system/vendor/lib/libmmcamera2_sensor_modules.so
10-08 20:40:19.052 I/DEBUG (287): #22 pc 00002607 /system/vendor/lib/liboemcamera.so (mct_list_traverse+26)
10-08 20:40:19.052 I/DEBUG (287): #23 pc 00004b99 /system/vendor/lib/libmmcamera2_sensor_modules.so
10-08 20:40:19.052 I/DEBUG (287): #24 pc 00004a2b /system/vendor/lib/liboemcamera.so
10-08 20:40:19.052 I/DEBUG (287): #25 pc 00004e77 /system/vendor/lib/liboemcamera.so
10-08 20:40:19.052 I/DEBUG (287): #26 pc 000054a1 /system/vendor/lib/liboemcamera.so
10-08 20:40:19.052 I/DEBUG (287): #27 pc 00006833 /system/vendor/lib/liboemcamera.so
10-08 20:40:19.052 I/DEBUG (287): #28 pc 00015ef7 /system/lib/libc.so (__pthread_start(void*)+38)
10-08 20:40:19.052 I/DEBUG (287): #29 pc 000135d3 /system/lib/libc.so (__start_thread+10)
10-09 15:15:24.479 E/AndroidRuntime(1423): FATAL EXCEPTION: main
10-09 15:15:24.479 E/AndroidRuntime(1423): Process: com.android.systemui, PID: 1423
10-09 15:15:24.479 E/AndroidRuntime(1423): java.lang.NullPointerException: Attempt to invoke virtual method 'boolean com.android.systemui.recents.model.TaskGrouping.isTaskAboveTask(com.android.systemui.recents.model.Task, com.android.systemui.recents.model.Task)' on a null object reference
10-09 15:15:24.479 E/AndroidRuntime(1423): at com.android.systemui.recents.views.TaskStackView.startLaunchTaskAnimation(TaskStackView.java:889)
10-09 15:15:24.479 E/AndroidRuntime(1423): at com.android.systemui.recents.views.RecentsView.onTaskViewClicked(RecentsView.java:731)
10-09 15:15:24.479 E/AndroidRuntime(1423): at com.android.systemui.recents.views.TaskStackView.onTaskViewClicked(TaskStackView.java:1241)
10-09 15:15:24.479 E/AndroidRuntime(1423): at com.android.systemui.recents.views.TaskView.onClick(TaskView.java:717)
10-09 15:15:24.479 E/AndroidRuntime(1423): at android.view.View.performClick(View.java:4797)
10-09 15:15:24.479 E/AndroidRuntime(1423): at android.view.View$PerformClick.run(View.java:19899)
10-09 15:15:24.479 E/AndroidRuntime(1423): at android.os.Handler.handleCallback(Handler.java:739)
10-09 15:15:24.479 E/AndroidRuntime(1423): at android.os.Handler.dispatchMessage(Handler.java:95)
10-09 15:15:24.479 E/AndroidRuntime(1423): at android.os.Looper.loop(Looper.java:135)
10-09 15:15:24.479 E/AndroidRuntime(1423): at android.app.ActivityThread.main(ActivityThread.java:5375)
10-09 15:15:24.479 E/AndroidRuntime(1423): at java.lang.reflect.Method.invoke(Native Method)
10-09 15:15:24.479 E/AndroidRuntime(1423): at java.lang.reflect.Method.invoke(Method.java:372)
10-09 15:15:24.479 E/AndroidRuntime(1423): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:904)
10-09 15:15:24.479 E/AndroidRuntime(1423): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:699)
Any help is appreciated!
you can try replace all libcam files in stock rom to port rom
I use android automotive 10, imx8q, 4G ram, 32g rom, when I using usb flash driver it will crash and reboot, the log is below, someone can tell me why? thanks!
"StorageManagerService" prio=5 tid=57 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x130c3b20 self=0xe2cb861fc800 | sysTid=613 nice=0 cgrp=default sched=0/0 handle=0xe2cb8fc37d50 | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1 HZ=100 | stack=0xe2cb8fb35000-0xe2cb8fb37000 stackSize=1039KB | held mutexes= kernel: (couldn't read /proc/self/task/613/stack) native: #00 pc 00000000000cd7a4 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4) native: #01 pc 000000000008a7f4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+132) native: #02 pc 000000000005861c /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260) native: #03 pc 00000000000594ec /system/lib64/libbinder.so (android::IPCThreadState::waitForResponse(android:arcel*, int*)+60) native: #04 pc 0000000000059288 /system/lib64/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android:arcel const&, android:arcel*, unsigned int)+184) native: #05 pc 000000000004dfe0 /system/lib64/libbinder.so (android::BpBinder::transact(unsigned int, android:arcel const&, android:arcel*, unsigned int)+72) native: #06 pc 0000000000149a08 /system/lib64/libandroid_runtime.so (android_os_BinderProxy_transact(_JNIEnv*, _jobject*, int, _jobject*, _jobject*, int)+152) at android.os.BinderProxy.transactNative(Native method) at android.os.BinderProxy.transact(BinderProxy.java:511) at android.os.IVold$Stub$Proxy.mount(IVold.java:1560) at com.android.server.StorageManagerService.mount(StorageManagerService.java:1808) at com.android.server.StorageManagerService.access$1600(StorageManagerService.java:188) at com.android.server.StorageManagerService$StorageManagerServiceHandler.handleMessage(StorageManagerService.java:650) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214) at android.os.HandlerThread.run(HandlerThread.java:67)"StorageManagerService" prio=5 tid=57 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x130c3b20 self=0xe2cb861fc800 | sysTid=613 nice=0 cgrp=default sched=0/0 handle=0xe2cb8fc37d50 | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1 HZ=100 | stack=0xe2cb8fb35000-0xe2cb8fb37000 stackSize=1039KB | held mutexes= kernel: (couldn't read /proc/self/task/613/stack) native: #00 pc 00000000000cd7a4 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4) native: #01 pc 000000000008a7f4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+132) native: #02 pc 000000000005861c /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260) native: #03 pc 00000000000594ec /system/lib64/libbinder.so (android::IPCThreadState::waitForResponse(android:arcel*, int*)+60) native: #04 pc 0000000000059288 /system/lib64/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android:arcel const&, android:arcel*, unsigned int)+184) native: #05 pc 000000000004dfe0 /system/lib64/libbinder.so (android::BpBinder::transact(unsigned int, android:arcel const&, android:arcel*, unsigned int)+72) native: #06 pc 0000000000149a08 /system/lib64/libandroid_runtime.so (android_os_BinderProxy_transact(_JNIEnv*, _jobject*, int, _jobject*, _jobject*, int)+152) at android.os.BinderProxy.transactNative(Native method) at android.os.BinderProxy.transact(BinderProxy.java:511) at android.os.IVold$Stub$Proxy.mount(IVold.java:1560) at com.android.server.StorageManagerService.mount(StorageManagerService.java:1808) at com.android.server.StorageManagerService.access$1600(StorageManagerService.java:188) at com.android.server.StorageManagerService$StorageManagerServiceHandler.handleMessage(StorageManagerService.java:650) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214) at android.os.HandlerThread.run(HandlerThread.java:67)
Java:
"StorageManagerService" prio=5 tid=57 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x130c3b20 self=0xe2cb861fc800 | sysTid=613 nice=0 cgrp=default sched=0/0 handle=0xe2cb8fc37d50 | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1 HZ=100 | stack=0xe2cb8fb35000-0xe2cb8fb37000 stackSize=1039KB | held mutexes= kernel: (couldn't read /proc/self/task/613/stack) native: #00 pc 00000000000cd7a4 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4) native: #01 pc 000000000008a7f4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+132) native: #02 pc 000000000005861c /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260) native: #03 pc 00000000000594ec /system/lib64/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*, int*)+60) native: #04 pc 0000000000059288 /system/lib64/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+184) native: #05 pc 000000000004dfe0 /system/lib64/libbinder.so (android::BpBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+72) native: #06 pc 0000000000149a08 /system/lib64/libandroid_runtime.so (android_os_BinderProxy_transact(_JNIEnv*, _jobject*, int, _jobject*, _jobject*, int)+152) at android.os.BinderProxy.transactNative(Native method) at android.os.BinderProxy.transact(BinderProxy.java:511) at android.os.IVold$Stub$Proxy.mount(IVold.java:1560) at com.android.server.StorageManagerService.mount(StorageManagerService.java:1808) at com.android.server.StorageManagerService.access$1600(StorageManagerService.java:188) at com.android.server.StorageManagerService$StorageManagerServiceHandler.handleMessage(StorageManagerService.java:650) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214) at android.os.HandlerThread.run(HandlerThread.java:67)"StorageManagerService" prio=5 tid=57 Native | group="main" sCount=1 dsCount=0 flags=1 obj=0x130c3b20 self=0xe2cb861fc800 | sysTid=613 nice=0 cgrp=default sched=0/0 handle=0xe2cb8fc37d50 | state=S schedstat=( 0 0 0 ) utm=1 stm=0 core=1 HZ=100 | stack=0xe2cb8fb35000-0xe2cb8fb37000 stackSize=1039KB | held mutexes= kernel: (couldn't read /proc/self/task/613/stack) native: #00 pc 00000000000cd7a4 /apex/com.android.runtime/lib64/bionic/libc.so (__ioctl+4) native: #01 pc 000000000008a7f4 /apex/com.android.runtime/lib64/bionic/libc.so (ioctl+132) native: #02 pc 000000000005861c /system/lib64/libbinder.so (android::IPCThreadState::talkWithDriver(bool)+260) native: #03 pc 00000000000594ec /system/lib64/libbinder.so (android::IPCThreadState::waitForResponse(android::Parcel*, int*)+60) native: #04 pc 0000000000059288 /system/lib64/libbinder.so (android::IPCThreadState::transact(int, unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+184) native: #05 pc 000000000004dfe0 /system/lib64/libbinder.so (android::BpBinder::transact(unsigned int, android::Parcel const&, android::Parcel*, unsigned int)+72) native: #06 pc 0000000000149a08 /system/lib64/libandroid_runtime.so (android_os_BinderProxy_transact(_JNIEnv*, _jobject*, int, _jobject*, _jobject*, int)+152) at android.os.BinderProxy.transactNative(Native method) at android.os.BinderProxy.transact(BinderProxy.java:511) at android.os.IVold$Stub$Proxy.mount(IVold.java:1560) at com.android.server.StorageManagerService.mount(StorageManagerService.java:1808) at com.android.server.StorageManagerService.access$1600(StorageManagerService.java:188) at com.android.server.StorageManagerService$StorageManagerServiceHandler.handleMessage(StorageManagerService.java:650) at android.os.Handler.dispatchMessage(Handler.java:107) at android.os.Looper.loop(Looper.java:214) at android.os.HandlerThread.run(HandlerThread.java:67)
someone can help me?thank a lot