Status Update
Comments
jb...@google.com <jb...@google.com>
je...@google.com <je...@google.com>
sp...@google.com <sp...@google.com> #2
mu...@gmail.com <mu...@gmail.com> #3
Unfortunately, this is not as trivial as it may seem.
Logcat tool has a memory-saving feature that kicks in when you close the Logcat tool. When the tool is closed, we disconnect from the device, save the contents of the panel to a disk file and clear the panel. When you open the panel again, we reload the contents from the file and reconnect to the device.
The code right now doesn't handle the state of the scroll-to-end
toggle.
It's possible to do but it's tricky.
In the meantime, if you care more about preserving the scroll-to-end
state than memory usage, you can disable the feature by adding this to your custom VM options:
-Dlogcat.panel.memory.saver=false
mu...@gmail.com <mu...@gmail.com> #4
And fix this bug! Don't tell me programming is hard for you! You are programmers and should solve any problem!
sp...@google.com <sp...@google.com> #5
mu...@gmail.com <mu...@gmail.com> #6
-Dlogcat.panel.memory.saver=false
sp...@google.com <sp...@google.com> #7
sp...@google.com <sp...@google.com> #8
I disabled the flag by default since it doesn't work well with the scroll state.
mu...@gmail.com <mu...@gmail.com> #9
an...@google.com <an...@google.com> #10
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 2
- Android Gradle Plugin 8.8.0-alpha02
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
The example below worked fine until gradle plugin version
8.3.x
and now it fails with the message:> Task with name 'lintDebug' not found in project
.Going back to
8.2.x
fixes the problem.Studio Build: 2023.2.1 Patch 1
Version of Gradle Plugin: 8.3.1
Version of Gradle: 8.6
Version of Java: 17.0.9
OS: MacOS Sonoma 14.4