Bug 537550 - No error logged if Thread.setName() location is not found.

If the location of method java.lang.Thread.setName() is not found in the
debugee JVM, a warning is logged instead of an error. If the debuggee
JVM is not available at the point of logging, nothing is logged.

As before, the ThreadNameChangeListener is not registered in this case.

Change-Id: I7cb22e202f3d246cea1f72be98de75dffeaa180a
Signed-off-by: Simeon Andreev <simeon.danailov.andreev@gmail.com>
1 file changed