Assigned
Status Update
Comments
li...@gmail.com <li...@gmail.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Expected output
What is the expected output?
Current output
What is the current output?
cc...@google.com <cc...@google.com> #3
How can you possibly need more information, i just told you the exact part of code causing the issue, and the code changes required to fix it!
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
ma...@google.com <ma...@google.com> #4
1. Import attached project
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
li...@gmail.com <li...@gmail.com> #5
Could you please check the attached project as we couldn't extract the files from it.
da...@google.com <da...@google.com> #6
It's a RAR archive, there's no issue with it.
However you have problems extracting such, here's the same content as a ZIP archive.
However you have problems extracting such, here's the same content as a ZIP archive.
li...@gmail.com <li...@gmail.com> #7
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ma...@google.com <ma...@google.com> #8
@ coordinator layout,
Please check this issue and provide your inputs.
Please check this issue and provide your inputs.
Description
Component used: Benchmarks and Baseline Profiles Version used: 1.3.0
Hi Baseline profiles are expected to be generated on a non-minified release build type. If such is missing, the baseline profiles plugin created one for us.
So, I'm using that
nonMinifiedRelease
built type to generate baseline profiles. Today I've been reviewing the generated profile and spotted that it contains Dagger 2 generated classes, which have build variant in their names. For example:Obviously, in the real release version of the app the
app_prodServerNonMinifiedRelease
part will beapp_prodServerRelease
. So, these entries in the generated profile seem to bring no benefit and even may be a little harmful.How cases like these are expected to be handled?