more logs
This commit is contained in:
parent
0817809417
commit
5114335005
2 changed files with 5 additions and 1 deletions
|
@ -167,7 +167,9 @@ public class CommandQueue {
|
|||
}
|
||||
}
|
||||
|
||||
public static void independentConnect(String reason, Callback callback) {
|
||||
public void independentConnect(String reason, Callback callback) {
|
||||
if (L.isEnabled(L.PUMPQUEUE))
|
||||
log.debug("Starting new queue");
|
||||
CommandQueue tempCommandQueue = new CommandQueue();
|
||||
tempCommandQueue.readStatus(reason, callback);
|
||||
}
|
||||
|
|
|
@ -168,6 +168,8 @@ public class QueueThread extends Thread {
|
|||
}
|
||||
} finally {
|
||||
mWakeLock.release();
|
||||
if (L.isEnabled(L.PUMPQUEUE))
|
||||
log.debug("thread end");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue