-
Notifications
You must be signed in to change notification settings - Fork 91
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
[Bug report] App is still randomly closing itself without any notification. Any solution please ? #1266
Comments
I am currently not into topics regarding the run condition engine as I am not using it myself and troubleshooting a permanent service in an Android ecosystem where Google's policies don't want that behaviour is cat and mouse fight. My focus lies on the main wrapper function, atm. Is it crashing, maybe? With sth else than the known problem with the gplay build flavor (service time exceeded)? Until now, no one found the clue and I'm not taking time to reproduce it. Sorry for that. If someone finds a fix or sth to test, I'd take it into consideration to merge to get a better experience for android 15 users. |
Thank you for your reply @Catfriend1. I'm not sure this issue is related to Android 15, for at least the 2 following reasons :
I can't confirm what the root cause is : how could I provide some logs for further investigation ? Should I enable some verbose debug mode to help identifying the root cause ? Thank you. |
adb logcat -v should be good to go, filtering for syncthingandroid package. |
Thank you. The problem happens every few hours to every few days so it's unfortunately quite unpractical if my device should stay plugged to my computer with logcat. Would you know a more practical alternative to investigate this issue ? |
There are apps that allow you to access and filter logs. There are also apps that allow you to open crash reports. I found both very useful in the past but I'm not sure whether I should make any concrete recommendations here. Note that such apps will usually require to give them initially some permission via adb. |
I'm also having a similar issue on my Pixel 7 Pro running android 15. I have a file that my phone creates and it should sync nightly. It seems the app generally runs all day but crashed sometime in the night. I'm assuming at the start or during the sync, because when I start it back up it starts syncing the file again. |
I don't think it's problematic if you wish to share any recommendation : the sooner we can get some logs, the sooner we may identify the cause and hopefully get a fix ! |
I used https://play.google.com/store/apps/details?id=com.conena.logcat.reader in the past to read logs. It allows one to filter logs by app. It generally works. The only problem I noticed are timeouts when there are lots of logs after not rebooting the phone for a long time (but simply rebooting the phone once in a while helps to avoid it). I used https://play.google.com/store/apps/details?id=com.arumcomm.crashlogviewer to access crash logs. It works and there's not much more to say about it. Both apps require you to give them a special permission which is only possible via an Note that there are maybe better apps. I found those apps after a brief search when I needed them but didn't do a comparision with alternatives. |
#1264 already has logs for this issue |
The reason for this behavior is obligatory - see https://developer.android.com/about/versions/15/behavior-changes-15#datasync-timeout It isn't feasable anymore to just keep the |
|
I confirm that I have Android 13 and not Android 15 : does that still apply ? Thank you |
Description of the issue
Ever since I switched from Syncthing to this Syncthing-fork, I was not able to run it reliably on my device : the app keeps closing itself every so often, and I must insist that it makes the app currently unusable, unless more detailed help, fix or steps are kindly provided.
Every few hours, I just notice that the app has somehow closed itself. I'm still connected to Wi-Fi, and "Energy Saving" mode is not activated. Phone is not low on battery.
I must insist that this is still a problem, and I already tried solutions provided in the following related issues but to no effect :
#1175
#1222
#1243
Thank you very much for seriously taking this issue into consideration.
Version Information :
The text was updated successfully, but these errors were encountered: