Hey, I’m not sure if this is happening to everyone or just me.
I use a Nexus 4, and I have 6 folders syncronizing. In total there is less than 200mb, but the phone always reboot while syncing. I check logcats and the log of syncthing but there is nothing weird.
In pc-syncthing’s log, it just says that it lost the conection, and in the logcat it sais that art kill the process.
I’m using Android 5.1.1, do you want me to provide all the logs?
It shouldn’t be a hardware problem as I play heavy games for example, and I never have randon reboots, just while this app is in background.
I was using undervolting, but I restored to stock values, but no luck.
I’m using Chroma’s rom based on aosp, and the cpu usage is around 20% while syncing. I’m not using root because then app crash. Do you think that using it as root could solve the problem?
Okey, just testing I think I found what’s causing my device to reboot (It just stuck, turn off and then turn on)
I have my pc with syncthing on, and in my device I’m syncing some folders. After syncthing-android starts, it sets the folderobserver, and I have folders like the screenshots one. When I take a screenshot, this appear in the log:
/PostTask( 3881): Calling Rest API at https://127.0.0.1:8384/rest/db/scan
V/PostTask( 3881): API call parameters: folder
So nothing wrong here, I imagine, that the syncthing android’s server is calling the app to sync, right?
The problem is that after this line, there are like a hundred other in just a few seconds, as you can see here (pastebin), but I dind’t change any other file
My thought is that syncthing-android starts a loop calling the server to sync, and due to all the continuous calls, the system just reboot to avoid that.
Could be the problem this one?
Btw, it is not due to cpu getting hot, because it’s cool after the app start (the cpu being using is no more than 10%)
I noticed that my neuxs 4 get stuck and reboot while syncing, so if there any way to limitate the number of folders that are being syncing at the same time?
Maybe, if we sync folder by folder or two folders at the same time, we can be sure that the device will support the activity. I can also test if this could be a possible solution if you manage to make this feature in the app
Yeah, I just delete the data of the app and import the config to have all my repos.
So, if it works well using a less number of repos… Is there any change to add to the android-app a setting to reduce the number of repos being syncing at the same time?