-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
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
Signal still crashes at launch #30
Comments
Without a crashlog it will be difficult to find the issue. I thought I found the issue and it doesn't crash anymore on my Android 6 device but apparently that was at best an incomplete solution. If you are rooted there are several apps that read logfiles, otherwise you can use adb logcat from the Android NDK: https://developer.android.com/studio/command-line/logcat |
BTW, since which version did these crashes start for you? Would that be 5.12, when the settings screens were moved to Kotlin? |
Hello @johanw666 Following your instructions, i did retrieve a crash log using the free software Scoop available on F-Droid
I've encountered this issue since 5.13, i didn't install 5.12 (and can't downgrade to it) |
Some investigation lead to seeing it uses the wrong Java version for some compile jobs, the crashed line in Quote.java pointed to Java 11 source. I set the JDK in Android Studio from internal to 1.8.0.192, this changes that behaviour and also fixed the (reoccurring) crash on my own Android 6 test device. @Go-rom could you please test if this test release https://github.com/johanw666/Signal-Android/releases/tag/5.14.0.1-JW works for you? |
Hello @johanw666 Thank you for your investigation, i just tested 5.14.0.1-JW and it works flawlessly. Thank you very much 👍 ps : i don't see anything regarding donation, don't hesitate to provide a way to do that |
@Go-rom I tried something else to fix the crash on Android 6 (changed the build file of libsignal, addded targetCompatibility) and that works on my Android 6 device. Could you please report if 5.14.2 works for you too? Edit: it crashed again on my Android 5 machine, I have to go back to the original solution. |
Hello @johanw666 |
Yes, but I reverted to my old solution and re-released. |
Bug description
Despite the fix provided by 5.13.3.0-JW, Signal still crashes under Android 6, even with 5.13.5.0-JW and 5.13.7.0-JW
Right now, Signal can't be used.
Steps to reproduce
Device info
Device: Samsung Galaxy J3 2015
Android version: 6.0.1
Signal version: 5.13.7.0-JW
Link to debug log
Can't reach log generator
If you know another way to provide crash log, please tell me.
Thank you
The text was updated successfully, but these errors were encountered: