stack sampling for RouteServer

This commit is contained in:
Arndt Brenschede 2018-12-16 13:35:17 +01:00
parent a9684d58db
commit 68aebed3a5
2 changed files with 16 additions and 1 deletions

View file

@ -117,7 +117,7 @@ public class StackSampler extends Thread
{
positiveMatch = true;
}
if ( s.indexOf( "Thread.sleep" ) >= 0 )
if ( s.indexOf( "Thread.sleep" ) >= 0 || s.indexOf( "PlainSocketImpl.socketAccept" ) >= 0 )
{
return false;
}