Home | History | Annotate | Download | only in data

Lines Matching defs:LogTag

29 import com.android.mms.LogTag;
148 LogTag.error("Tried to add duplicate Conversation to Cache (from threadId): " + conv);
150 LogTag.error("get by threadId cache.replace failed on " + conv);
178 LogTag.error(TAG, "Conversation.get: new conv's recipients don't match input recpients "
185 LogTag.error("Tried to add duplicate Conversation to Cache (from recipients): " + conv);
187 LogTag.error("get by recipients cache.replace failed on " + conv);
219 LogTag.error("Invalid URI: " + uri);
282 LogTag.error(TAG, "Tried to add duplicate Conversation to Cache (from cursor): " +
285 LogTag.error("Converations.from cache.replace failed on " + conv);
320 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
321 LogTag.debug("markAsRead");
345 LogTag.debug("markAsRead: update read/seen for thread uri: " +
367 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
368 LogTag.debug("blockMarkAsRead: " + block);
419 LogTag.debug("ensureThreadId before: " + mThreadId);
425 LogTag.debug("ensureThreadId after: " + mThreadId);
433 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
434 LogTag.debug("clearThreadId old threadId was: " + mThreadId + " now zero");
448 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
456 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
586 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
587 LogTag.debug("[Conversation] getOrCreateThreadId for (%s) returned %d",
612 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
613 LogTag.debug("[Conversation] getOrCreateThreadId for (%s) returned %d",
870 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
892 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
893 LogTag.debug("Conversation get with threadId: " + threadId);
897 LogTag.debug("Conversation get() threadId: " + threadId +
914 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
915 LogTag.debug("Conversation get with ContactList: " + list);
935 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
961 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
962 LogTag.debug("Conversation.Cache.put: conv= " + c + ", hash: " + c.hashCode());
985 LogTag.debug("remove threadid: " + threadId);
999 LogTag.debug("Conversation dumpCache: ");
1001 LogTag.debug(" conv: " + c.toString() + " hash: " + c.hashCode());
1021 LogTag.debug("after keepOnly");
1044 LogTag.debug("Conversation.markAllConversationsAsSeen");
1083 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
1118 if (Log.isLoggable(LogTag.APP, Log.VERBOSE)) {
1142 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
1143 LogTag.debug("[Conversation] cacheAllThreads: begin");
1180 LogTag.error("Tried to add duplicate Conversation to Cache" +
1183 LogTag.error("cacheAllThreads cache.replace failed on " + conv);
1205 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
1206 LogTag.debug("[Conversation] cacheAllThreads: finished");
1219 LogTag.error("loadFromThreadId: fillFromCursor returned differnt thread_id!" +
1223 LogTag.error("loadFromThreadId: Can't find thread ID " + threadId);
1243 LogTag.debug("**** Dump of threads table ****");
1295 LogTag.debug("**** Dump of sms table ****");
1303 LogTag.debug("dumpSmsTable " + BaseColumns._ID + ": " + c.getLong(COLUMN_ID) +
1330 LogTag.error("verifySingleRecipient threadId is ZERO, recipient: " + recipientStr);
1331 LogTag.dumpInternalTables(context);
1337 LogTag.error("verifySingleRecipient threadId: " + threadId +
1339 LogTag.dumpInternalTables(context);
1346 LogTag.error("verifySingleRecipient threadId: " + threadId +
1348 LogTag.dumpInternalTables(context);
1368 LogTag.error("verifySingleRecipient threadId: " + threadId +
1371 LogTag.dumpInternalTables(context);
1385 LogTag.warnPossibleRecipientMismatch("verifySingleRecipient for threadId: " +
1389 LogTag.dumpInternalTables(context);
1390 if (Log.isLoggable(LogTag.THREAD_CACHE, Log.VERBOSE)) {
1391 LogTag.debug("verifySingleRecipient for threadId: " +