We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
很奇葩的一件事。同事手里的mate10没问题,老板手上的mate10 pro崩溃 远程测试有几款mate10有的没问题,有的会崩溃。手上没崩溃的测试机,远程调试打不了Log 然后360加固的崩溃日志: Build fingerprint: 'HUAWEI/ALP-AL00/HWALP:8.0.0/HUAWEIALP-AL00/127(SP1C00):user/release-keys' Revision: '0' cpuAbi/cpuAbi2: 'arm64-v8a#armeabi-v7a#armeabi' pid: 7607, tid: 7686, name: xx.xxx.xxxx >>> xx.xxx.xxxx<<< signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xc5a510de registers: r0 c738d0e8 r1 c5a510da r2 3f3504f3 r3 c5a510da r4 c738d0e8 r5 00000002 r6 c738d098 r7 00000000 r8 df96ce2c r9 c5a510da sl c9df9c00 fp c5a510d8 ip edae2bd4 sp c738d080 lr ed7701f1 pc ed79e114 cpsr 200d0030
上面代码看不懂,但并不影响我用排除法,直到把SimpleTagImageView换成ImageView才真的没问题了!
The text was updated successfully, but these errors were encountered:
要不你把这个项目的demo放到出现的崩溃的机器上试试,看看会不会崩溃,抓logcat看看崩溃的java堆栈信息?
Sorry, something went wrong.
demo远程测试问题机型没问题,难道我代码有问题? SimpleTagImageView我是放recyclerview里面的,获取到数据刷新的时候就崩了 大部分机型没问题,就是才刚刚发现mate10这个问题的。
No branches or pull requests
很奇葩的一件事。同事手里的mate10没问题,老板手上的mate10 pro崩溃
远程测试有几款mate10有的没问题,有的会崩溃。手上没崩溃的测试机,远程调试打不了Log
然后360加固的崩溃日志:
Build fingerprint: 'HUAWEI/ALP-AL00/HWALP:8.0.0/HUAWEIALP-AL00/127(SP1C00):user/release-keys'
Revision: '0'
cpuAbi/cpuAbi2: 'arm64-v8a#armeabi-v7a#armeabi'
pid: 7607, tid: 7686, name: xx.xxx.xxxx >>> xx.xxx.xxxx<<<
signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr 0xc5a510de
registers:
r0 c738d0e8 r1 c5a510da r2 3f3504f3 r3 c5a510da
r4 c738d0e8 r5 00000002 r6 c738d098 r7 00000000
r8 df96ce2c r9 c5a510da sl c9df9c00 fp c5a510d8
ip edae2bd4 sp c738d080 lr ed7701f1 pc ed79e114 cpsr 200d0030
上面代码看不懂,但并不影响我用排除法,直到把SimpleTagImageView换成ImageView才真的没问题了!
The text was updated successfully, but these errors were encountered: