jensstein / oandbackup

backup manager for android
Other
539 stars 193 forks source link

Blacklist crashes #225

Closed iexos closed 5 years ago

iexos commented 5 years ago

I am using Oneplus 5 with LOS 14.1, and oab version 0.3.3-arm64 from f-droid. Selecting scheduling > set global blacklist crashes the app.

11-05 19:07:17.534 I/ActivityManager(1289): START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=dk.jens.backup/.OAndBackup bnds=[540,1466][750,1704] (has extras)} from uid 10030 on display 0
11-05 19:07:25.280 W/ActivityManager(1289):   Force finishing activity dk.jens.backup/.OAndBackup
11-05 19:07:25.376 W/InputDispatcher(1289): channel 'aae61e9 dk.jens.backup/dk.jens.backup.OAndBackup (server)' ~ Consumer closed input channel or an error occurred.  events=0x9
11-05 19:07:25.376 E/InputDispatcher(1289): channel 'aae61e9 dk.jens.backup/dk.jens.backup.OAndBackup (server)' ~ Channel is unrecoverably broken and will be disposed!
11-05 19:07:25.394 I/WindowManager(1289): WIN DEATH: Window{aae61e9 u0 dk.jens.backup/dk.jens.backup.OAndBackup}
11-05 19:07:25.394 W/InputDispatcher(1289): Attempted to unregister already unregistered input channel 'aae61e9 dk.jens.backup/dk.jens.backup.OAndBackup (server)'
iexos commented 5 years ago

When trying to start a schedule, it also crashes. Manual backup of apps is possible though

jensstein commented 5 years ago

thanks for reporting :) could you paste in a more complete log? the snippet you posted doesn't say what went wrong.

iexos commented 5 years ago

Nevermind, i found the problem! It was that after the f-droid upgrade to the wrong architecture, that i uninstalled via oandbackup and then installed again. The blacklist db couldnt be opened. After normal uninstall it is working now :)

So the uninstall option in oandbackup is leading to unexpected results.