Remove "Heartbeat" logging

Change-Id: Ib15451a9204a40b4bd74c55a348d732c8f43604a
This commit is contained in:
Marc Blank 2010-12-26 11:47:41 -08:00
parent c041c799f3
commit 268597f68d
1 changed files with 1 additions and 1 deletions

View File

@ -1901,7 +1901,7 @@ public class ExchangeService extends Service implements Runnable {
while (!sStop) {
runAwake(EXTRA_MAILBOX_ID);
waitForConnectivity();
mNextWaitReason = "Heartbeat";
mNextWaitReason = null;
long nextWait = checkMailboxes();
try {
synchronized (this) {