Home | History | Annotate | Download | only in exchange

Lines Matching refs:userLog

273                         userLog(threadName, ": Alert, aborting ", query);
275 userLog(threadName, ": Alert, no URI?");
283 userLog("Alert, no pending POST");
296 userLog(threadName + ": State = " + s.name());
305 userLog("Interrupting...");
322 userLog("Reset, aborting Ping");
364 userLog("Server supports versions: ", supportedVersions);
392 userLog("Testing EAS: ", hostAddress, ", ", userName, ", ssl = ", ssl ? "1" : "0");
405 userLog("Validation (OPTIONS) response: " + code);
411 userLog("OPTIONS response without commands or versions; reporting I/O error");
420 userLog("Validate: try folder sync");
428 userLog("Validate: provisioning required");
431 userLog("Validate: provisioning is possible");
434 userLog("Validate: provisioning not possible");
439 userLog("Wrong address or bad protocol version");
444 userLog("Unexpected response for FolderSync: ", code);
447 userLog("Validation successful");
451 userLog("Authentication failed");
455 userLog("Validation failed, reporting I/O error: ", code);
461 userLog("CertificateException caught: ", e.getMessage());
464 userLog("IOException caught: ", e.getMessage());
506 userLog("Posting autodiscover to: " + post.getURI());
513 userLog("Posting autodiscover to redirect: " + post.getURI());
523 userLog("401 received; trying username: ", mUserName);
533 userLog("Code: " + code + ", throwing IOException");
600 userLog("IOException in autodiscover; trying alternate address");
610 userLog("Code: " + code);
663 userLog("IOException in Autodiscover", e);
694 userLog("Autodiscover, server: " + hostAuth.mAddress);
745 userLog("Autodiscover, email: " + addr);
748 userLog("Autodiscover, user: " + dn);
814 if (DEBUG_GAL_SERVICE) svc.userLog("GAL lookup starting for " + ha.mAddress);
821 if (DEBUG_GAL_SERVICE) svc.userLog("GAL lookup OK for " + ha.mAddress);
824 if (DEBUG_GAL_SERVICE) svc.userLog("GAL lookup returned no matches");
827 svc.userLog("GAL lookup returned " + code);
831 svc.userLog("GAL lookup exception " + e);
924 userLog("Attachment content-length: ", len);
930 userLog("Attachment load reached EOF, totalRead: ", totalRead);
1080 userLog("Meeting response request failed, code: " + status);
1164 userLog("Send ping, timeout: " + heartbeat + "s, high: " + mPingHighWaterMark + 's');
1438 userLog("Account syncKey INIT to 0");
1446 userLog("Initial FolderSync");
1462 userLog("Determine EAS protocol version");
1465 userLog("OPTIONS response: ", code);
1468 userLog(header.getValue());
1499 userLog("Push account; set pushable boxes to push...");
1504 userLog("Sending Account syncKey: ", mAccount.mSyncKey);
1540 userLog("FolderSync response error: ", code);
1549 userLog("Set push/hold boxes to push...");
1583 userLog("Ping interrupted; folder list requires sync...");
1613 userLog("Resetting min/max heartbeat, legal = " + legalHeartbeat);
1681 userLog("runPingLoop");
1741 userLog(mailboxName, " in error state; ignore");
1751 userLog("Ping not ready for: " + notReadyMailboxes);
1754 userLog("Ping ready for: " + readyMailboxes);
1776 userLog("Forcing ping after waiting for all boxes to be ready");
1782 userLog("Ping response: ", code);
1786 userLog("Stopping pingLoop");
1803 userLog("Setting high water mark at: ", mPingHighWaterMark);
1811 userLog("Increasing ping heartbeat to ", pingHeartbeat, "s");
1815 userLog("Ping returned empty result; throwing IOException");
1820 userLog("Authorization error during Ping: ", code);
1828 userLog("IOException runPingLoop: " + (hasMessage ? message : "[no message]"));
1841 userLog("Decreased ping heartbeat to ", pingHeartbeat, "s");
1848 userLog("Ping aborted; retry");
1850 userLog("Abort or NAT type return < 2 seconds; throwing IOException");
1853 userLog("NAT type IOException");
1866 userLog("pingLoop waiting 60s for any pingable boxes");
1873 //userLog("pingLoop waited 2s for: ", (pushCount - canPushCount), " box(es)");
1878 userLog("pingLoop waiting for initial sync of ", uninitCount, " box(es)");
1884 userLog(ACCOUNT_MAILBOX_SLEEP_TEXT);
1952 userLog("Last ping reported changes in error for: ", name);
1959 userLog("Last ping reported changes in error for: ", name);
2022 userLog("No connectivity in sync; finishing sync");
2063 userLog("sync, sending ", className, " syncKey: ", syncKey);
2120 userLog("** Looping: " + loopingCount);
2124 userLog("** Looping force stopped");
2132 userLog("Empty input stream in sync command response");
2135 userLog("Sync response error: ", code);
2207 userLog("Looping for user request...");
2214 userLog("Caught authentication error");
2218 userLog("Caught IOException: ", (message == null) ? "No message" : message);
2221 userLog("Uncaught exception in EasSyncService", e);
2226 userLog("Sync finished");
2256 userLog("Stopped sync finished.");