stack sampling for RouteServer
This commit is contained in:
parent
a9684d58db
commit
68aebed3a5
2 changed files with 16 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue