Name message retrieval service thread
// FREEBIE
This commit is contained in:
parent
d0570ef7cb
commit
5a607918d2
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ public class MessageRetrievalService extends Service implements InjectableType,
|
|||
private AtomicBoolean stopThread = new AtomicBoolean(false);
|
||||
|
||||
MessageRetrievalThread() {
|
||||
super("MessageRetrievalService");
|
||||
setUncaughtExceptionHandler(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue