是否遇到过so库的问题?
最近项目中遇到到了几次so闪退的问题,看了下项目中应该只有这里面 是编译so库的,不知道是不是编译so对应的cpu so库版本缺失导致的。。
我也遇到了,感觉太怪了,有时候可以有时候不行
@cf0566 我的问题解决了 ,是自己的写法问题导致了内存泄露,频繁关闭打开没处理好,最终报错都是报在so库上,应该是内存泄露导致的。
@cf0566 我的问题解决了 ,是自己的写法问题导致了内存泄露,频繁关闭打开没处理好,最终报错都是报在so库上,应该是内存泄露导致的。
do you face any byte lost?
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.
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.