caraiz

Results 8 comments of caraiz

If this helps, adding "**--add-opens java.base/sun.security.x509=ALL-UNNAMED --add-opens java.base/sun.security.util=ALL-UNNAMED**" in java command seems solve that problem, but the implementation has changed and generates other error, so really is necessary review the...

Its Java, i will try to make a clean test.

Hi, i send you the code for testing. The result in my Samsung Galaxy A5 (2016) (Android 7.0) is: ![Screenshot_20220823-212617](https://user-images.githubusercontent.com/12096804/186249161-f8d9ab8a-a3d0-4bb1-86da-6d176f1506dc.png) For example, after 19500 the last call was 22ms, and...

I tested in Xiaomi Mi 9T (Android 11) and Galaxy S22 (Android 12), and it works fine, ¿maybe is problem of android version? Without calling the ANE function the CPU...

Look at #1841. I think for now the best solution is have an ANE using SoundPool android class. In my tests the delay was around 100/150ms between SoundChannel and SoundPool...

I send you a simple example to test what happens. [proguard-test.zip](https://github.com/Guardsquare/proguard/files/4532770/proguard-test.zip)

Still not working with version 7.1.0

Hi, i tested again with version 7.4.1 The class is never used but its not shrinked. Seems the problem occurs when overriding a method of a generic interface. [proguard-test.zip](https://github.com/Guardsquare/proguard/files/13928574/proguard-test.zip)