Fixed
Status Update
Comments
vi...@google.com <vi...@google.com>
aa...@google.com <aa...@google.com> #2
What Brotli implementation are you using?
I tried to find a pure Java implementation but everything I found has some native code in it which makes this very complicated to integrate with Network Inspector
pr...@airbnb.com <pr...@airbnb.com> #3
We are using standard OKTTHP on the app that supports brotli with okhttp brotli interceptor https://github.com/square/okhttp/blob/master/okhttp-brotli/README.md . On backend we have akamai that supports brotli.
Facebook flipper had same issue but they fixed it last year, more infohttps://github.com/facebook/flipper/issues/2578 , https://github.com/facebook/flipper/pull/4288 .
We can see response in charles proxy as well.
Facebook flipper had same issue but they fixed it last year, more info
We can see response in charles proxy as well.
aa...@google.com <aa...@google.com>
aa...@google.com <aa...@google.com>
pr...@airbnb.com <pr...@airbnb.com> #4
Hello, this is marked as fixed, can you provide more details on which version of Android studio this will be fixed ?
aa...@google.com <aa...@google.com> #5
Should be in Ladybug I think.
pr...@airbnb.com <pr...@airbnb.com> #6
sounds good, we will check and get back to you once ladybug hits beta.
an...@google.com <an...@google.com> #7
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 | 2024.2.1 Canary 7
- Android Gradle Plugin 8.7.0-alpha07
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
####################################################
Please provide all of the following information, otherwise we may not be able to route your bug report.
####################################################
1. Describe the bug or issue that you're seeing.
When using Android Studio Kola RC1 network inspector tab, the response body shows garbage content. Our response is using brotli as compression instead of gZip, could this be happening due to that ?
See the attached screenshot
2. Attach log files from Android Studio
2A. In the IDE, select the Help..Collect Logs and Diagnostic Data menu option.
2B. Create a diagnostic report and save it to your local computer.
2C. Attach the report to this bug using the Add attachments button.
3. If you know what they are, write the steps to reproduce:
3A. Access any API that uses brotli compression in your android app
3B. open the network inspector and run the app
3C. Go to response field for the API and see it showing garbage characters.
In addition to logs, please attach a screenshot or recording that illustrates the problem.
For more information on how to get your bug routed quickly, see
Build: AI-241.18034.62.2412.12169539, 202408010021
AS: Koala Feature Drop | 2024.1.2 RC 1
AI-241.18034.62.2412.12169539, JRE 17.0.11+0-17.0.11b1207.24-11852314x64 JetBrains s.r.o., OS Mac OS X(aarch64) v14.5, screens 3456.0x2234.0; Retina
Android Gradle Plugin: 8.1.2
Gradle: 8.9
Gradle JDK: Amazon Corretto 17.0.10 - aarch64
NDK: from local.properties: (not specified), latest from SDK: (not found)
CMake: from local.properties: (not specified), latest from SDK: (not found), from PATH: (not found)
```