Skip to content

Commit a6cec3e

Browse files
committed
changed the name of a thread
1 parent 4b78536 commit a6cec3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • ShimmerPCInstrumentDriver/src/com/shimmerresearch/pcdriver

ShimmerPCInstrumentDriver/src/com/shimmerresearch/pcdriver/ShimmerPC.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@ public void run(){
303303

304304
};
305305

306+
thread.setName("ShimmerPC-"+getMacId()+"-"+mShimmerUserAssignedName);
307+
306308
if (!mIsConnected){
307309
thread.start();
308310
}

0 commit comments

Comments
 (0)