Status Update
Comments
ju...@google.com <ju...@google.com>
yi...@google.com <yi...@google.com>
gi...@google.com <gi...@google.com> #2
This upgrade assistant change will add android.defaults.buildfeatures.resvalues=true
to the gradle.properties
file in AGP 9.0.0, and there will be a separate refactoring option to move the flag (when necessary) to the build files (DSL).
gi...@google.com <gi...@google.com> #3
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Ladybug Feature Drop | 2024.2.2 Canary 6
- Android Gradle Plugin 8.8.0-alpha06
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
de...@google.com <de...@google.com> #4
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Canary 3 (2021.3.1.3)
- Android Gradle Plugin 7.3.0-alpha03
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
de...@google.com <de...@google.com> #5
Thank you for your patience while our engineering team worked to resolve this issue. A fix for this issue is now available in:
- Android Studio Dolphin Canary 4 (2021.3.1.4)
- Android Gradle Plugin 7.3.0-alpha04
We encourage you to try the latest update.
If you notice further issues or have questions, please file a new bug report.
Thank you for taking the time to submit feedback — we really appreciate it!
Description
When I tried to capture native allocations with mem profiler I got no symbols for libUnreal.so and a lot of symbols for system libs weren't demangled.
This was tested on Win 10 on Samsung Galaxy S10 with Android 11 and Pixel 4 with Android 10 and later I updated it to Android 12 - same outcome.
I used profiler bundled with AGDE (21.1.46), AS 2020.3.1.26, 2021.2.1.7 and 202.7188722 (whatever Canary version that is).
Profiler was always launched as a standalone executable.
P.S. I have no idea where I can find logs for Profiler to attach them here
P.P.S. I tried to create this report under "Android Public Tracker > App Development > Android Studio > Profilers" but I got an error that I have no rights to create a report there
STEPS TO REPRODUCE:
1. Launch app on the device
2. Attach with Mem Profiler
3. Capture native allocations