HomeSort by relevance Sort by last modified time
    Searched defs:LogUtil (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /packages/apps/Messaging/src/com/android/messaging/util/
FallbackStrategies.java 80 LogUtil.e(LogUtil.BUGLE_TAG, "Exceptions occured when executing strategy " +
Trace.java 45 // Use android.util.Log instead of LogUtil here to avoid pulling in Gservices
67 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
68 LogUtil.v(TAG, "beginSection() " + sectionName);
82 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
83 LogUtil.v(TAG, "endSection()");
MediaMetadataRetrieverWrapper.java 78 LogUtil.e(LogUtil.BUGLE_TAG, "MediaMetadataRetriever.release failed", e);
  /packages/services/Mms/src/com/android/mms/service/
SendRequest.java 77 LogUtil.e(requestId, "MMS network is not ready!");
99 LogUtil.w(requestId, "Empty PDU raw data");
106 LogUtil.w(requestId, "Failed to parse PDU raw data");
119 LogUtil.w(getRequestId(), "Error in notifyIfEmergencyContact", e);
128 LogUtil.i(getRequestId(), "Notifying emergency contact");
157 LogUtil.d(requestId, "persistIfRequired");
159 LogUtil.e(requestId, "persistIfRequired: empty PDU");
169 LogUtil.e(requestId, "persistIfRequired: can't parse input PDU");
173 LogUtil.d(requestId, "persistIfRequired: not SendReq");
184 LogUtil.e(requestId, "persistIfRequired: can not persist message")
    [all...]
MmsNetworkManager.java 69 LogUtil.i("NetworkCallbackListener.onAvailable: network=" + network);
79 LogUtil.w("NetworkCallbackListener.onLost: network=" + network);
89 LogUtil.w("NetworkCallbackListener.onUnavailable");
123 LogUtil.d(requestId, "MmsNetworkManager: already available");
128 LogUtil.d(requestId, "MmsNetworkManager: start new network request");
137 LogUtil.w(requestId, "MmsNetworkManager: acquire network wait interrupted");
147 LogUtil.e(requestId, "MmsNetworkManager: timed out");
162 LogUtil.d(requestId, "MmsNetworkManager: release, count=" + mMmsRequestCount);
198 LogUtil.w("Unregister network callback exception", e);
MmsHttpClient.java 113 LogUtil.d(requestId, "HTTP: " + method + " " + redactUrlForNonVerbose(urlString)
139 LogUtil.i(requestId, "HTTP: User-Agent=" + userAgent);
146 LogUtil.i(requestId, "HTTP: UaProfUrl=" + uaProfUrl);
154 LogUtil.e(requestId, "HTTP: empty pdu");
166 if (LogUtil.isLoggable(Log.VERBOSE)) {
177 if (LogUtil.isLoggable(Log.VERBOSE)) {
185 LogUtil.d(requestId, "HTTP: " + responseCode + " " + responseMessage);
186 if (LogUtil.isLoggable(Log.VERBOSE)) {
201 LogUtil.d(requestId, "HTTP: response size="
206 LogUtil.e(requestId, "HTTP: invalid URL " + redactedUrl, e)
    [all...]
MmsRequest.java 136 LogUtil.i(requestId, "Executing...");
143 LogUtil.e(requestId, "mms config is not loaded yet");
146 LogUtil.e(requestId, "Failed to prepare for request");
155 LogUtil.d(requestId, "APN name is " + apnName);
166 LogUtil.i(requestId, "No match with APN name: "
170 LogUtil.i(requestId, "Using " + apn.toString());
179 LogUtil.e(requestId, "APN failure", e);
183 LogUtil.e(requestId, "MMS network acquiring failure", e);
187 LogUtil.e(requestId, "HTTP or network I/O failure", e);
192 LogUtil.e(requestId, "Unexpected failure", e)
    [all...]
LogUtil.java 24 public class LogUtil {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 28 import com.android.messaging.util.LogUtil;
41 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
97 LogUtil.v(TAG, "acquiring wakelock for opcode " + opcode);
101 LogUtil.e(TAG,
112 LogUtil.w(TAG, "BackgroundWorkerService.onHandleIntent: Called with null intent");
153 LogUtil.e(TAG, "Error in background worker", exception);
InsertNewMessageAction.java 38 import com.android.messaging.util.LogUtil;
52 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
121 LogUtil.i(TAG, "InsertNewMessageAction: inserting new message");
124 LogUtil.i(TAG, "InsertNewMessageAction: Creating MessageData with provided data");
127 LogUtil.w(TAG, "InsertNewMessageAction: Could not create MessageData");
150 LogUtil.w(TAG, "InsertNewMessageAction: message recipients is empty");
216 LogUtil.w(LogUtil.BUGLE_DATAMODEL_TAG, "Conversation " + conversationId +
291 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE))
    [all...]
SendMessageAction.java 39 import com.android.messaging.util.LogUtil;
53 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
147 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
148 LogUtil.d(TAG, "SendMessageAction: Queued SMS message " + messageId
153 LogUtil.wtf(TAG, "Trying to resend a broadcast SMS - not allowed");
159 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
160 LogUtil.d(TAG, "SendMessageAction: Queued MMS message " + messageId
193 LogUtil.i(TAG, "SendMessageAction: Sending " + (isSms ? "SMS" : "MMS") + " message
    [all...]
SyncCursorPair.java 42 import com.android.messaging.util.LogUtil;
55 private static final String TAG = LogUtil.BUGLE_TAG;
377 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
378 LogUtil.v(TAG, "SyncCursorPair: Querying for local messages; selection = "
390 LogUtil.e(TAG, "SyncCursorPair: failed to query local sms/mms", e);
442 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
443 LogUtil.v(TAG, "SyncCursorPair: Querying for remote SMS; selection = "
455 LogUtil.w(TAG, "SyncCursorPair: Remote SMS query returned null cursor;
    [all...]
ReceiveMmsMessageAction.java 37 import com.android.messaging.util.LogUtil;
45 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
84 LogUtil.w(TAG, "Received an MMS without sender address; using unknown sender.");
148 LogUtil.i(TAG, "ReceiveMmsMessageAction: Received MMS message " + message.getMessageId()
152 LogUtil.e(TAG, "ReceiveMmsMessageAction: Skipping processing of incoming PDU");
SyncMessageBatch.java 41 import com.android.messaging.util.LogUtil;
53 private static final String TAG = LogUtil.BUGLE_TAG;
100 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
101 LogUtil.v(TAG, "SyncMessageBatch: Deleted message " + message.getLocalId()
131 LogUtil.w(TAG, "SyncMessageBatch: SMS " + sms.mUri + " has no body; adding empty one");
137 LogUtil.e(TAG, "SyncMessageBatch: SMS has no address; using unknown sender");
154 LogUtil.e(TAG, "SyncMessageBatch: Failed to create conversation for SMS thread "
189 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE))
    [all...]
ProcessSentMessageAction.java 42 import com.android.messaging.util.LogUtil;
52 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
147 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
148 LogUtil.v(TAG, "ProcessSentMessageAction: Deleted temp file with outgoing "
174 LogUtil.w(TAG, errorMsg);
193 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
194 LogUtil.v(TAG, "ProcessSentMessageAction: No sent message to process (it was "
208 LogUtil.w(TAG, "ProcessSentMessageAction: Sent message " + messageI
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/
BugleApplication.java 43 import com.android.messaging.util.LogUtil;
56 private static final String TAG = LogUtil.BUGLE_TAG;
83 LogUtil.e(TAG, "BugleApplication.onCreate: FactoryImpl.register skipped for test run");
132 LogUtil.i(TAG, "Carrier config changed. Reloading MMS config.");
177 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
178 LogUtil.d(TAG, "BugleApplication.onLowMemory");
187 LogUtil.e(TAG, "Uncaught exception in background thread " + thread, ex);
208 if (android.util.Log.isLoggable(LogUtil.PROFILE_TAG, android.util.Log.DEBUG)) {
221 LogUtil.d(LogUtil.PROFILE_TAG, "Tracing complete -
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
LaunchConversationData.java 27 import com.android.messaging.util.LogUtil;
87 LogUtil.e(LogUtil.BUGLE_TAG, "onGetOrCreateConversationFailed");
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
FileImageRequest.java 25 import com.android.messaging.util.LogUtil;
99 LogUtil.e(LogUtil.BUGLE_IMAGE_TAG, "FileImageRequest: failed to load " +
MediaCache.java 20 import com.android.messaging.util.LogUtil;
31 private static final String TAG = LogUtil.BUGLE_IMAGE_TAG;
71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
72 LogUtil.v(TAG, "cache hit in mediaCache @ " + getName() +
77 } else if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
78 LogUtil.v(TAG, "cache miss in mediaCache @ " + getName() +
NetworkUriImageRequest.java 25 import com.android.messaging.util.LogUtil;
66 LogUtil.e(LogUtil.BUGLE_TAG,
70 LogUtil.e(LogUtil.BUGLE_TAG,
98 LogUtil.e(LogUtil.BUGLE_TAG,
102 LogUtil.e(LogUtil.BUGLE_TAG,
107 LogUtil.e(LogUtil.BUGLE_TAG
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnDatabase.java 33 import com.android.messaging.util.LogUtil;
48 private static final String TAG = LogUtil.BUGLE_TAG;
155 LogUtil.d(TAG, "ApnDatabase constructor");
174 LogUtil.d(TAG, "ApnDatabase onCreate");
203 LogUtil.w(TAG, "ApnDatabase.loadUserDataFromOldTable: no old user data: " + e, e);
264 LogUtil.e(TAG, "ApnDatabase.saveUserDataFromOldTable: query error " + e, e);
292 LogUtil.d(TAG, "ApnDatabase onOpen");
300 LogUtil.d(TAG, "ApnDatabase close");
306 LogUtil.d(TAG, "ApnDatabase rebuildTables");
316 LogUtil.d(TAG, "ApnDatabase onUpgrade")
    [all...]
MmsSmsUtils.java 27 import com.android.messaging.util.LogUtil;
191 LogUtil.e(LogUtil.BUGLE_DATAMODEL_TAG,
199 LogUtil.e(LogUtil.BUGLE_DATAMODEL_TAG, "getOrCreateThreadId failed with "
200 + LogUtil.sanitizePII(recipients.toString()));
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
LaunchConversationActivity.java 34 import com.android.messaging.util.LogUtil;
95 LogUtil.w(LogUtil.BUGLE_TAG, "Unsupported conversation intent action : " + action);
  /packages/apps/Messaging/src/com/android/messaging/widget/
BaseWidgetFactory.java 41 import com.android.messaging.util.LogUtil;
47 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG;
69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
70 LogUtil.v(TAG, "BaseWidgetFactory intent: " + intent + "widget id: " + mAppWidgetId);
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) {
80 LogUtil.v(TAG, "onCreate");
86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE))
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BitmapPool.java 28 import com.android.messaging.util.LogUtil;
204 LogUtil.w(LogUtil.BUGLE_TAG,
210 LogUtil.w(LogUtil.BUGLE_TAG, "Oom decoding resource " + resourceId);
243 LogUtil.w(LogUtil.BUGLE_TAG,
249 LogUtil.w(LogUtil.BUGLE_TAG, "Oom decoding inputStream");
278 LogUtil.v(LogUtil.BUGLE_TAG, "BitmapPool(" + mPoolName
    [all...]

Completed in 342 milliseconds

12 3 4 5 6 7