mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
fixup! [debugger] Add statistics for exceptions, which may trigger thread dumps
(cherry picked from commit 8bd22e225994eaa6926360f89babca4eb657ac56) IJ-CR-167533 GitOrigin-RevId: 4323691c9279251547040a605e3023dd8025cbed
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6b27b8f74a
commit
519e890bae
@@ -21,7 +21,7 @@ import org.jetbrains.annotations.ApiStatus
|
||||
object DebuggerStatistics : CounterUsagesCollector() {
|
||||
override fun getGroup(): EventLogGroup = GROUP
|
||||
|
||||
private val GROUP = EventLogGroup("java.debugger", 12)
|
||||
private val GROUP = EventLogGroup("java.debugger", 13)
|
||||
|
||||
// fields
|
||||
|
||||
|
||||
Reference in New Issue
Block a user