[Android] CoreService constantly calling uSyncLib.getSyncFolders


terryhau

Recommended Posts

Once the main activity is released from memory, the core service starts spamming the following messages in logcat every 5 seconds nonstop. As long as the main activity is still in memory, it doesn't do this.

(You can force the main activity to be released from memory by swiping it out of the multitasking screen, otherwise it will happen automatically after some time)


D/BTSync - CoreService( 3278): uSyncLib.getSyncFolders - Updates
I/BTSync - CoreService( 3278): cmd is MESSAGE_GET_FOLDERS
I/BTSyncLib-jni( 3278): getSyncFolders ENTERED
D/BTSync - BitTorrentHandler( 3278): handleMessage() { what=101 when=0 }
V/BTSync - BitTorrentHandler( 3278): handleMessage - loading folders
D/BTSync - SyncController( 3278): call add_folders (folderCount=3 force=false)

I also noticed that when main activity is released, the core service crashes and restarts.

-

Bittorrent Sync for Android 1.1.28

Nexus 4 Android 4.3

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.