Add name for checkCryptoThread

This commit is contained in:
Manfred Karrer 2016-08-07 18:52:20 +02:00
parent 66643ec166
commit ea9510b0c0

View File

@ -574,6 +574,7 @@ public class MainViewModel implements ViewModel {
@Override
public void run() {
try {
Thread.currentThread().setName("checkCryptoThread");
log.trace("Run crypto test");
// just use any simple dummy msg
io.bitsquare.p2p.peers.keepalive.messages.Ping payload = new Ping(1, 1);