-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Android Backups #419
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #419 +/- ##
==========================================
+ Coverage 75.10% 75.17% +0.06%
==========================================
Files 294 295 +1
Lines 25130 25315 +185
==========================================
+ Hits 18875 19031 +156
- Misses 6255 6284 +29
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e7cfc09
to
41e8ca8
Compare
576cbf6
to
22c4e8d
Compare
22c4e8d
to
2244331
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also noticed something with a k
when using the followin adb flags:
adb backup -all -system -keyvalue -shared
Tho I do not know what it is for... I assume the key value information
I was able to verify it now, I did notice there is an issue in firefox.downloads(). Where the Additionally, could you add a test for the android stuff in the firefox plugin? |
Also some miscellaneous cleanup.
Depends on fox-it/dissect.util#33.