Skip to content
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

Using diff with two AABs does not work #94

Open
PatilSiddhesh opened this issue Sep 5, 2020 · 3 comments
Open

Using diff with two AABs does not work #94

PatilSiddhesh opened this issue Sep 5, 2020 · 3 comments

Comments

@PatilSiddhesh
Copy link

PatilSiddhesh commented Sep 5, 2020

Diff with two AABs does not work when AABs have dynamic modules

Additional info:
If I perform diffuse diff someapk1.apk someapk2.apk I get a full output of comparisons between the various parts of the apks.

If I use the same for bundles I don't get a full comparative output, instead it only shows something like this:

MODULES │ old │ new
─────────┼─────┼─────
base │ ✓ │ ✓
some other module │ ✓ │ ✓

===================
==== some other module ====

I'm using diffuse diff --aab somebundle1.aab somebundle2.aab

@JakeWharton
Copy link
Owner

Define does not work

@PatilSiddhesh
Copy link
Author

Oh my bad, should have been more descriptive.
So if I perform diffuse diff someapk1.apk someapk2.apk I get a full output of comparisons between the various parts of the apks.

If I use the same for bundles I don't get a full comparative output, instead it only shows something like this:

 MODULES │ old │ new 
─────────┼─────┼─────
    base │  ✓  │  ✓  
   some other module │  ✓  │  ✓  



===================
====   some other module   ====
===================

I'm using diffuse diff --aab somebundle1.aab somebundle2.aab

@fadeltd
Copy link

fadeltd commented Apr 26, 2021

I also having this issue, diffuse diff --aab does not work

diffuse-0.1.0-binary.jar diff --aab old.aab new.aab

diffuse_aab.log

It seems like it tries to displays binary instead of diff like when comparing apk size

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants