PythonActivityUtil helper for unpacking data#2189
Conversation
|
I tested the artifacts for adb logcat |
|
Thank you for checking @opacam so I could eventually break it 🎉 😄 |
|
Incredible I've tested both artifacts and they are working on my device 🤔 I'll try to understand what's going on by looking at your stacktrace. |
|
I will try again, it could be a transfer issue with my phone |
|
That seems very unlikely to be a transfer issue to me. The stacktrace you shared is close to things I've touched so it could really be a regression on certain device. If you can reproduce on this PR, could you also check if current develop testapps are also crashing or if it's just this pull request? |
|
Yea, I will try with latest artifact of develop branch... BTW, the same error: For the record: I tested with Android 10 device |
|
Develop is working, tested |
|
OK thank you good to know it's only this PR and develop is still OK. |
|
No problem, ping me when you need me 😉 |
|
Great I could reproduce on another device! |
e486766 to
dfea735
Compare
|
Got a working fix I think, but linting errors started popping. |
This helper class shares code to be reused between the `PythonActivity` classes of the different bootstraps. Also adds few minor adjustments to existing classes.
dfea735 to
5312595
Compare
opacam
left a comment
There was a problem hiding this comment.
Awesome work!!, thanks!!
Note: tested the latest artifact for arm64-v8a without any issue 😄
This helper class shares code to be reused between the
PythonActivityclasses of the different bootstraps.
Also adds few minor adjustments to existing classes.