Android-SerialPort-API icon indicating copy to clipboard operation
Android-SerialPort-API copied to clipboard

是否遇到过so库的问题?

Open MrUncleYzw opened this issue 5 years ago • 5 comments

最近项目中遇到到了几次so闪退的问题,看了下项目中应该只有这里面 是编译so库的,不知道是不是编译so对应的cpu so库版本缺失导致的。。

MrUncleYzw avatar Aug 18 '20 09:08 MrUncleYzw

我也遇到了,感觉太怪了,有时候可以有时候不行

cf0566 avatar Feb 19 '21 03:02 cf0566

@cf0566 我的问题解决了 ,是自己的写法问题导致了内存泄露,频繁关闭打开没处理好,最终报错都是报在so库上,应该是内存泄露导致的。

MrUncleYzw avatar Feb 23 '21 07:02 MrUncleYzw

@cf0566 我的问题解决了 ,是自己的写法问题导致了内存泄露,频繁关闭打开没处理好,最终报错都是报在so库上,应该是内存泄露导致的。

do you face any byte lost?

ZER01D avatar May 21 '21 08:05 ZER01D

The byte is not very long, so it is not encountered

------------------ 原始邮件 ------------------ 发件人: "licheedev/Android-SerialPort-API" @.>; 发送时间: 2021年5月21日(星期五) 下午4:54 @.>; @.@.>; 主题: Re: [licheedev/Android-SerialPort-API] 是否遇到过so库的问题? (#26)

@cf0566 我的问题解决了 ,是自己的写法问题导致了内存泄露,频繁关闭打开没处理好,最终报错都是报在so库上,应该是内存泄露导致的。

do you face any byte lost?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

cf0566 avatar May 28 '21 02:05 cf0566

The byte is not very long, so it is not encountered ------------------ 原始邮件 ------------------ 发件人: "licheedev/Android-SerialPort-API" @.>; 发送时间: 2021年5月21日(星期五) 下午4:54 @.>; @.@.>; 主题: Re: [licheedev/Android-SerialPort-API] 是否遇到过so库的问题? (#26) @cf0566 我的问题解决了 ,是自己的写法问题导致了内存泄露,频繁关闭打开没处理好,最终报错都是报在so库上,应该是内存泄露导致的。 do you face any byte lost? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

Im supposed to receive 8 bytes but using this lib returns 7 bytes. Something is wrong.

ZER01D avatar Jun 04 '21 13:06 ZER01D