Skip to content

Instantly share code, notes, and snippets.

@precurse
Last active October 19, 2017 07:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save precurse/fe6f94d82421b0295a87dad8cb086f5e to your computer and use it in GitHub Desktop.
Save precurse/fe6f94d82421b0295a87dad8cb086f5e to your computer and use it in GitHub Desktop.
Syncthing logcat
10-19 01:03:35.340 24937 24937 I SyncthingService: Stopping syncthing according to current state and preferences
10-19 01:03:35.340 24937 24937 I SyncthingService: Shutting down background service
10-19 01:03:35.414 24937 25193 I SyncthingNativeCode: [I26RN] 07:03:35 INFO: Exiting
10-19 01:03:35.425 24937 25189 I SyncthingRunnable: Syncthing exited with code 0
10-19 01:03:36.434 24937 25239 I SyncthingRunnableKill: Killed Syncthing process 25192
10-19 01:03:41.444 24937 24937 I SyncthingService: Shutting down background service
10-19 01:03:41.587 24937 24937 I SyncthingService: Starting syncthing according to current state and preferences
10-19 01:03:41.625 24937 25360 I ConfigXml: Loaded Syncthing config file
10-19 01:03:41.646 24937 24937 I SyncthingService: Web GUI will be available at https://127.0.0.1:8384
10-19 01:03:41.759 24937 25377 I SyncthingNativeCode: [I26RN] 07:03:41 INFO: syncthing v0.14.39 "Dysprosium Dragonfly" (go1.8 linux-arm64) felix@p50 2017-09-25 06:05:21 UTC [noupgrade]
10-19 01:03:41.760 24937 25377 I SyncthingNativeCode: [I26RN] 07:03:41 INFO: My ID: (MYID)
10-19 01:03:41.778 24937 25377 I SyncthingNativeCode: [I26RN] 07:03:41 INFO: Disabling weak hash
10-19 01:03:42.004 24937 25377 I SyncthingNativeCode: [I26RN] 07:03:42 INFO: Ready to synchronize "Pictures" (AndroidPictures) (readwrite)
10-19 01:03:42.884 24937 25460 W SyncthingNativeCode: ionice: exec 25371: Permission denied
10-19 01:03:42.892 24937 25379 I SyncthingRunnableIoNice: ionice performed on libsyncthing.so
10-19 01:03:42.892 24937 25379 E SyncthingRunnableIoNice: Failed to set ionice 127
10-19 01:03:52.388 4836 29823 W ActivityManager: Scheduling restart of crashed service com.nutomic.syncthingandroid/.service.SyncthingService in 1000ms
10-19 01:03:52.420 4836 29823 I ActivityManager: Force stopping service ServiceRecord{5a2cdaf u0 com.nutomic.syncthingandroid/.service.SyncthingService}
10-19 01:04:00.190 25727 25727 I SyncthingService: Stopping syncthing according to current state and preferences
10-19 01:04:00.190 25727 25727 I SyncthingService: Shutting down background service
10-19 01:04:30.951 4836 29817 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x4000010 (has extras) } to com.nutomic.syncthingandroid/.receiver.BatteryReceiver
10-19 01:04:31.110 4836 6057 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.nutomic.syncthingandroid/.receiver.BatteryReceiver
10-19 01:18:28.643 4836 30993 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.nutomic.syncthingandroid/.receiver.BatteryReceiver
10-19 01:18:29.467 4836 6437 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_DISCONNECTED flg=0x4000010 (has extras) } to com.nutomic.syncthingandroid/.receiver.BatteryReceiver
10-19 01:18:29.814 4836 29817 W BroadcastQueue: Background execution not allowed: receiving Intent { act=android.intent.action.ACTION_POWER_CONNECTED flg=0x4000010 (has extras) } to com.nutomic.syncthingandroid/.receiver.BatteryReceiver
10-19 01:19:01.704 4836 6576 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.nutomic.syncthingandroid/.activities.FirstStartActivity bnds=[861,1082][1143,1406] (has extras)} from uid 10040
10-19 01:19:01.798 4836 29822 I ActivityManager: START u0 {cmp=com.nutomic.syncthingandroid/.activities.MainActivity (has extras)} from uid 10120
10-19 01:19:01.906 429 429 D SurfaceFlinger: duplicate layer name: changing com.nutomic.syncthingandroid/com.nutomic.syncthingandroid.activities.MainActivity to com.nutomic.syncthingandroid/com.nutomic.syncthingandroid.activities.MainActivity#1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment