Torsten Grote
Torsten Grote
Ah good to know. Maybe also something to document then :D
Maybe we should attach some suffix to non-stable versions?
@t-m-w I think you tested backup excludes recently and there apps got excluded correctly, right?
When implementing this it is important to take the possibility into account that the activity gets destroyed (because the user navigates away). It needs to recreate its state when getting...
Thanks a lot. We are told to perform a backup, but [haven't cleaned up our state from last time](https://github.com/seedvault-app/seedvault/blob/d53f0fcde2202b79f83d7b77817e1face6c98e13/app/src/main/java/com/stevesoltys/seedvault/transport/backup/FullBackup.kt#L100). It would be great to somehow get more log context here,...
I suspect that it won't happen again simply by manually starting a backup. If it would, we'd have already seen this. There must be some special undocumented circumstances I would...
> It doesn't seem to have any useful info either: Yeah that's not so useful. I would be interested in anything that was above these lines so I can try...
Seedvault is called by the system itself via an under documented API. In your case, it is calling it in an unexpected way, so ideally, we get a full log....
Thanks a lot for filing this issue! For some reason your device violates an assertion we made here: [`MetadataManager.kt:39-44`](https://github.com/seedvault-app/seedvault/blob/72ba4fa/app/src/main/java/com/stevesoltys/seedvault/metadata/MetadataManager.kt#L39-L44) This is essentially doing [`Context#openFileInput()`](https://developer.android.com/reference/android/content/Context#openFileInput(java.lang.String)) which should not throw. But there...
No, this is all coming from the tag `AndroidRuntime`. Maybe ```bash adb logcat -b all -v color --pid=`adb shell pidof -s com.stevesoltys.seedvault` ``` brings up something? (only works when seedvault...