Logs spammed with same post
Looking at idea.log it's spamming this over and over:
2026-02-18 08:57:40,941 [5961251] INFO - #com.android.adblib.tools.debugging.impl.UsingJdwpSessionFlowUpdater - AdbSession(id=2, parent=AdbSession(id=1, 'ROOT')) - ConnectedDevice(serial='27221FDH300110') - pid=30343 - Retrying JDWP process properties collection (processName=<not yet received>, isWaitingForDebugger=OptionalValue.empty), because previous attempt failed with an error (''closed' error on device serial #27221FDH300110 executing service 'jdwp:30343'')
2026-02-18 08:57:40,942 [5961252] INFO - #com.android.adblib.tools.debugging.impl.UsingJdwpSessionFlowUpdater - AdbSession(id=1, 'ROOT') - ConnectedDevice(serial='27221FDH300110') - pid=25257 - Retrying JDWP process properties collection (processName=<not yet received>, isWaitingForDebugger=OptionalValue.empty), because previous attempt failed with an error (''closed' error on device serial #27221FDH300110 executing service 'jdwp:25257'')
etc. every 1-2 seconds.
Any idea what it is? i don't have my Android project open, but i guess plugins are loaded anyway? any way i can get rid of it, it's basically impossible to read the logs right now.
EDIT:: I discovered what it is. I happened to have an Android device enabled for dev that i had used yesterday for debugging connected via USB-C.
If i unplug it, the logs stop, if i replug it, the logs start. Is this really neccessary though?
请先登录再写评论。
This is a known issue and is being tracked here: https://youtrack.jetbrains.com/issue/IDEA-358518
Please feel free to comment on the ticket and upvote it, that helps us better prioritize the fix. Thank you for reporting it!