linsui

Results 708 comments of linsui

https://gitlab.com/linsui/fdroiddata/-/jobs/8076095976 Weird... I'll try rebuilding old versions.

2.1.0 is still reproducible. Since 2.3.0 the prof is not reproducible anymore.

The prof file dumped from your apk: ``` entry=assets/dexopt/baseline.prof prof version=010 P num_dex_files=1 dex_data_header 0 profile_key='classes.dex' num_type_ids=2510 dex_checksum=0xb0ac8ad4 num_method_ids=30287 dex_data 0 num_hot_method_ids=8578 num_type_ids=2510 bitmap_size=7572 entry=assets/dexopt/baseline.profm profm version=002 num_dex_files=1 profile_idx=0 profile_key='classes.dex'...

We can disable the prof file. ``` tasks.whenTaskAdded { if (name.contains("ArtProfile")) { enabled = false } } ```

2.1.1 is still reproducible. 2.2.0 has the prof file problem.

https://gitlab.com/linsui/fdroiddata/-/jobs/8119823783 It's not enough...

The apk is built from 4192e9be764d12ae047d5e3050db1ca04086be79 which is on 1.1.5_dev.

The apk we built from the same commit is different from yours. We build the apk and compare it with yours. It's only published when they match.

Can you try cleaning the cache and rebuilding the apk? I thought this is caused by a dirty tree/cache.