Miguel Aragues

Results 7 issues of Miguel Aragues

I'm seeing this OOM after ~6 hours of running an application ``` Clamp target GC heap from 96.827MB to 96.000MB GC_BEFORE_OOM freed 73K, 8% free 90855K/98304K, paused 566ms, total 566ms...

**DFU Bootloader version** - SDK version: I don't know - Bonding used: no - Library version: 1.11.0 **Device information** - Device: Galaxy Note10 - OS: Android 11 **Describe the bug**...

bug

``` java.lang.NoSuchMethodError: Landroid/animation/ObjectAnimator;.ofFloat at my.package.ui.homescreen.deviceidsetup.DeviceIdSetupDialogFragment.onCreateDialog(DeviceIdSetupDialogFragment.java) at android.support.v4.app.DialogFragment.getLayoutInflater(DialogFragment.java:312) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1299) at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1528) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1595) at android.support.v4.app.BackStackRecord.executeOps(BackStackRecord.java:758) at android.support.v4.app.FragmentManagerImpl.executeOps(FragmentManager.java:2363) at android.support.v4.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2149) at android.support.v4.app.FragmentManagerImpl.optimizeAndExecuteOps(FragmentManager.java:2103) at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:2013) at android.support.v4.app.FragmentManagerImpl$1.run(FragmentManager.java:710) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at...

To avoid requests on orientation change, being able to Parcel this items would make things easier. I can make the PR, but it's terrible to still work on a Eclipse...

Google recently released slimmer versions of the emulators for testing, which they called Automated Test Device (ATD). See https://android-developers.googleblog.com/2021/10/whats-new-in-scalable-automated-testing.html Are there plans to release ATD images? Thank you very much!

Running scenarios with different number of warm-ups results in csv with wrong labels and with missing commas, making it impossible to parse Given these scenarios ``` clean_build { title =...

Follow-up from https://github.com/streem/pbandk/issues/34#issuecomment-2189183101 Digging into the code, I've found what in my opinion is a bug ```kotlin // FileBuilder.kt hasPresence = (fieldDesc.label != FieldDescriptorProto.Label.REPEATED) && (ctx.fileDesc.usesProto2Syntax || oneofField || (fieldDesc.proto3Optional...