diffuse icon indicating copy to clipboard operation
diffuse copied to clipboard

Using diff with two AABs does not work

Open PatilSiddhesh opened this issue 4 years ago • 3 comments

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

PatilSiddhesh avatar Sep 05 '20 18:09 PatilSiddhesh

Define does not work

JakeWharton avatar Sep 05 '20 23:09 JakeWharton

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

PatilSiddhesh avatar Sep 06 '20 05:09 PatilSiddhesh

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

fadeltd avatar Apr 26 '21 08:04 fadeltd