Home
last modified time | relevance | path

Searched refs:LogUtil (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/packages/apps/Messaging/src/com/android/messaging/ui/
DBugleActionBarActivity.java32 import com.android.messaging.util.LogUtil;
69 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onCreate()
70 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onCreate"); in onCreate()
77 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onStart()
78 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onStart"); in onStart()
85 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onRestart()
86 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onRestart"); in onRestart()
93 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onResume()
94 LogUtil.v(LogUtil.BUGLE_TAG, this.getLocalClassName() + ".onResume"); in onResume()
102 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.VERBOSE)) { in onPause()
[all …]
/packages/services/Mms/src/com/android/mms/service/
DMmsService.java186 LogUtil.d("sendMessage messageId: " + messageId);
191 LogUtil.e("Invalid subId " + subId);
213 LogUtil.d(request.toString(), "sending message by carrier app");
241 LogUtil.d("downloadMessage: " + MmsHttpClient.redactUrlForNonVerbose(locationUrl) +
248 LogUtil.e("Invalid subId " + subId);
264 LogUtil.d(request.toString(), "downloading message by carrier app");
282 LogUtil.d("importTextMessage");
290 LogUtil.d("importMultimediaMessage");
298 LogUtil.d("deleteStoredMessage " + messageUri);
301 LogUtil.e("deleteStoredMessage: invalid message URI: " + messageUri.toString());
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DSyncManager.java34 import com.android.messaging.util.LogUtil;
47 private static final String TAG = LogUtil.BUGLE_TAG;
150 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) {
151 LogUtil.d(TAG, "SyncManager: Sync batch of messages from " + lowerBoundTimestamp
172 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted()
173 LogUtil.d(TAG, "SyncManager: New message @ " + timestamp + " before upper bound of " in onNewMessageInserted()
176 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in onNewMessageInserted()
177 LogUtil.d(TAG, "SyncManager: New message @ " + timestamp + " after upper bound of " in onNewMessageInserted()
189 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in shouldSync()
190 LogUtil.v(TAG, "SyncManager: Checking shouldSync " + (full ? "full " : "") in shouldSync()
[all …]
DNoConfirmationSmsSendService.java34 import com.android.messaging.util.LogUtil;
41 private static final String TAG = LogUtil.BUGLE_TAG;
56 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
57 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent"); in onHandleIntent()
62 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
63 LogUtil.v(TAG, "NoConfirmationSmsSendService onHandleIntent wrong action: " + in onHandleIntent()
70 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
71 LogUtil.v(TAG, "Called to send SMS but no extras"); in onHandleIntent()
90 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onHandleIntent()
91 LogUtil.v(TAG, "Both conversationId and recipient(s) cannot be empty"); in onHandleIntent()
[all …]
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java31 import com.android.dialer.common.LogUtil;
138 LogUtil.v("VideoCallPresenter.mAutoFullScreenRunnable", "entering fullscreen mode");
142 LogUtil.v(
189 LogUtil.i("VideoCallPresenter.showOutgoingVideo", "Camera permission is disabled by user."); in showOutgoingVideo()
198 LogUtil.v("VideoCallPresenter.updateCameraSelection", "call=" + call); in updateCameraSelection()
199 LogUtil.v("VideoCallPresenter.updateCameraSelection", "call=" + toSimpleString(call)); in updateCameraSelection()
208 LogUtil.e( in updateCameraSelection()
257 LogUtil.i( in updateCameraSelection()
301 LogUtil.v("VideoCallPresenter.onVideoCallScreenUiReady", ""); in onVideoCallScreenUiReady()
342 LogUtil.v("VideoCallPresenter.onVideoCallScreenUiUnready", ""); in onVideoCallScreenUiUnready()
[all …]
DInCallPresenter.java51 import com.android.dialer.common.LogUtil;
154 LogUtil.w(
167 LogUtil.w(
177 LogUtil.i("InCallPresenter.onDetailsChanged", "Call became external: " + telecomCall);
191 LogUtil.i(
319 LogUtil.i( in isCallWithNoValidAccounts()
347 LogUtil.i("InCallPresenter.setUp", "New service connection replacing existing one."); in setUp()
411 LogUtil.d("InCallPresenter.setUp", "Finished InCallPresenter.setUp"); in setUp()
466 LogUtil.i( in shouldStartInBubbleModeWithExtras()
483 LogUtil.d("InCallPresenter.tearDown", "tearDown"); in tearDown()
[all …]
DInCallActivity.java61 import com.android.dialer.common.LogUtil;
322 LogUtil.i( in internalResolveIntent()
391 LogUtil.i( in showPhoneAccountSelectionDialog()
417 LogUtil.enterBlock("InCallActivity.onSaveInstanceState"); in onSaveInstanceState()
487 LogUtil.i("InCallActivity.onResume", "Force-hide the dialpad"); in onResume()
595 LogUtil.i( in shouldCloseActivityOnFinish()
602 LogUtil.i( in shouldCloseActivityOnFinish()
608 LogUtil.i( in shouldCloseActivityOnFinish()
616 LogUtil.enterBlock("InCallActivity.onNewIntent"); in onNewIntent()
625 LogUtil.i("InCallActivity.onNewIntent", "Restarting InCallActivity to force screen on."); in onNewIntent()
[all …]
/packages/apps/Messaging/src/com/android/messaging/widget/
DBaseWidgetFactory.java41 import com.android.messaging.util.LogUtil;
47 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG;
69 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in BaseWidgetFactory()
70 LogUtil.v(TAG, "BaseWidgetFactory intent: " + intent + "widget id: " + mAppWidgetId); in BaseWidgetFactory()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onCreate()
80 LogUtil.v(TAG, "onCreate"); in onCreate()
86 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDestroy()
87 LogUtil.v(TAG, "onDestroy"); in onDestroy()
99 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onDataSetChanged()
100 LogUtil.v(TAG, "onDataSetChanged"); in onDataSetChanged()
[all …]
DBaseWidgetProvider.java27 import com.android.messaging.util.LogUtil;
30 protected static final String TAG = LogUtil.BUGLE_WIDGET_TAG;
55 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
56 LogUtil.v(TAG, "onReceive intent: " + intent + " for " + this.getClass()); in onReceive()
71 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in onReceive()
72 LogUtil.v(TAG, "onReceive notifyAppWidgetViewDataChanged listId: " + in onReceive()
98 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
99 LogUtil.v(TAG, "BaseWidgetProvider.getWidgetSize"); in getWidgetSize()
113 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in getWidgetSize()
114 LogUtil.v(TAG, "BaseWidgetProvider.getWidgetSize row: " + rows in getWidgetSize()
[all …]
DWidgetConversationProvider.java36 import com.android.messaging.util.LogUtil;
57 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in updateWidget()
58 LogUtil.v(TAG, "updateWidget appWidgetId: " + appWidgetId); in updateWidget()
79 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
80 LogUtil.v(TAG, "WidgetConversationProvider.rebuildWidget appWidgetId: " + appWidgetId); in rebuildWidget()
101 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in rebuildWidget()
102 LogUtil.v(TAG, "WidgetConversationProvider.rebuildWidget appWidgetId: " + in rebuildWidget()
169 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyMessagesChanged()
170 LogUtil.v(TAG, "notifyMessagesChanged"); in notifyMessagesChanged()
184 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in notifyConversationDeleted()
[all …]
/packages/apps/Dialer/java/com/android/incallui/videotech/ims/
DImsVideoTech.java28 import com.android.dialer.common.LogUtil;
64 LogUtil.i("ImsVideoCall.isAvailable", "null video call"); in isAvailable()
70 LogUtil.i("ImsVideoCall.isAvailable", "already video call"); in isAvailable()
76 LogUtil.i("ImsVideoCall.isAvailable", "disabled in settings"); in isAvailable()
82 LogUtil.i("ImsVideoCall.isAvailable", "no TX"); in isAvailable()
88 LogUtil.i("ImsVideoCall.isAvailable", "no RX"); in isAvailable()
91 LogUtil.i("ImsVideoCall.isAvailable", "available"); in isAvailable()
142 LogUtil.i( in onCallStateChanged()
153 LogUtil.i("ImsVideoTech.onCallStateChanged", "cancelling upgrade notification"); in onCallStateChanged()
169 LogUtil.i( in setSessionModificationState()
[all …]
/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java57 private static final String TAG = LogUtil.BUGLE_TAG;
105 LogUtil.w(TAG, "OutOfMemory converting bitmap to bytes."); in bitmapToBytes()
111 LogUtil.w(TAG, "Failed to convert bitmap to bytes. Out of Memory."); in bitmapToBytes()
259 LogUtil.e(TAG, "getOrientation couldn't open: " + uri, e); in getOrientation()
287 LogUtil.e(TAG, "getOrientation error closing input stream", e); in getOrientation()
308 LogUtil.w(TAG, "Could not open GIF input stream", e); in isGif()
502 LogUtil.e(TAG, "Could not create FileInputStream with path of " in resizeGifImage()
515 LogUtil.e(TAG, in resizeGifImage()
547 LogUtil.e(TAG, "File disappeared during resizing"); in resizeStaticImage()
582 LogUtil.e(TAG, "Could not open file corresponding to uri " + mUri, e); in ensureImageSizeSet()
[all …]
DUriUtil.java159 LogUtil.e(LogUtil.BUGLE_TAG, "Error getting content size", e); in getContentSize()
182 LogUtil.e(LogUtil.BUGLE_TAG, "Unable extract duration from media file: " + uri, e); in getMediaDurationMs()
221 LogUtil.e(LogUtil.BUGLE_TAG, "Error while retrieving media ", ex); in persistContentToScratchSpace()
228 LogUtil.e(LogUtil.BUGLE_TAG, "error trying to close the inputStream", e); in persistContentToScratchSpace()
243 LogUtil.e(LogUtil.BUGLE_TAG, "Error creating " + outputDir.getAbsolutePath()); in persistContent()
252 LogUtil.e(LogUtil.BUGLE_TAG, "Error creating file in " + outputDir.getAbsolutePath()); in persistContent()
278 LogUtil.e(LogUtil.BUGLE_TAG, "Error while retrieving media ", ex); in persistContent()
285 LogUtil.e(LogUtil.BUGLE_TAG, "error trying to close the inputStream", e); in persistContent()
301 LogUtil.e(LogUtil.BUGLE_TAG, "Error while copying content ", ex); in copyContent()
308 LogUtil.e(LogUtil.BUGLE_TAG, "error trying to flush the outputStream", e); in copyContent()
[all …]
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java79 import com.android.messaging.util.LogUtil;
105 private static final String TAG = LogUtil.BUGLE_TAG;
419LogUtil.i(LogUtil.BUGLE_TAG, "Error extracting duration from " + part.getContentUri(), e); in getMediaDurationMs()
474 LogUtil.e(TAG, "Can't get image", new Exception()); in addPicturePart()
478 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
479 LogUtil.v(TAG, "addPicturePart size: " + imageSize + " width: " in addPicturePart()
496 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
497 LogUtil.v(TAG, "addPicturePart - already sized"); in addPicturePart()
507 LogUtil.e(TAG, "Can't resize image: not enough memory?", e); in addPicturePart()
517 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in addPicturePart()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncMessagesAction.java48 import com.android.messaging.util.LogUtil;
61 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
151 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
152 LogUtil.d(TAG, "SyncMessagesAction: Request to sync messages from " in executeAction()
168 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
169 LogUtil.d(TAG, "SyncMessagesAction: Messages before " in executeAction()
172 } else if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
173 LogUtil.d(TAG, "SyncMessagesAction: Messages before " in executeAction()
177 if (LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
178 LogUtil.d(TAG, "SyncMessagesAction: Messages before " + lowerBoundTimeMillis in executeAction()
[all …]
DProcessPendingMessagesAction.java45 import com.android.messaging.util.LogUtil;
59 private static final String TAG = LogUtil.BUGLE_DATAMODEL_TAG;
75 LogUtil.i(TAG, "ProcessPendingMessagesAction: Scheduling pending messages" in scheduleProcessPendingMessagesAction()
92 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in scheduleProcessPendingMessagesAction()
94 LogUtil.v(TAG, "ProcessPendingMessagesAction: Action queued"); in scheduleProcessPendingMessagesAction()
96 LogUtil.v(TAG, "ProcessPendingMessagesAction: No actions to queue"); in scheduleProcessPendingMessagesAction()
104 LogUtil.w(TAG, "ProcessPendingMessagesAction: Action failed to queue; retrying"); in scheduleProcessPendingMessagesAction()
132 LogUtil.i(TAG, "ProcessPendingMessagesAction: Now connected; starting action"); in scheduleProcessPendingMessagesAction()
153 if (LogUtil.isLoggable(TAG, LogUtil.VERBOSE)) { in scheduleProcessPendingMessagesAction()
154 LogUtil.v(TAG, "ProcessPendingMessagesAction: No more pending messages"); in scheduleProcessPendingMessagesAction()
[all …]
DLogTelephonyDatabaseAction.java30 import com.android.messaging.util.LogUtil;
34 private static final String TAG = LogUtil.BUGLE_TAG;
74 LogUtil.e(TAG, "Can't log telephony database unless debugging is enabled"); in executeAction()
78 if (!LogUtil.isLoggable(TAG, LogUtil.DEBUG)) { in executeAction()
79 LogUtil.w(TAG, "Can't log telephony database unless DEBUG is turned on for TAG: " + in executeAction()
84 LogUtil.d(TAG, "\n"); in executeAction()
85 LogUtil.d(TAG, "Dump of canoncial_addresses table"); in executeAction()
86 LogUtil.d(TAG, "*********************************"); in executeAction()
92 LogUtil.w(TAG, "null Cursor in content://mms-sms/canonical-addresses"); in executeAction()
98 LogUtil.d(TAG, LogUtil.sanitizePII("id: " + id + " number: " + number)); in executeAction()
[all …]
/packages/apps/Dialer/java/com/android/dialer/voicemail/listui/
DNewVoicemailAdapter.java44 import com.android.dialer.common.LogUtil;
124 LogUtil.enterBlock("NewVoicemailAdapter"); in NewVoicemailAdapter()
133 LogUtil.i( in updateHeaderPositions()
190 LogUtil.i( in updateHeaderPositions()
207 LogUtil.enterBlock("NewVoicemailAdapter.updateCursor"); in updateCursor()
216 LogUtil.enterBlock("NewVoicemailAdapter.onCreateViewHolder"); in onCreateViewHolder()
241 LogUtil.enterBlock("NewVoicemailAdapter.onBindViewHolder, pos:" + position); in onBindViewHolder()
244 LogUtil.i( in onBindViewHolder()
262 LogUtil.i( in onBindViewHolder()
269 LogUtil.i( in onBindViewHolder()
[all …]
DNewVoicemailFragment.java36 import com.android.dialer.common.LogUtil;
62 LogUtil.enterBlock("NewVoicemailFragment.NewVoicemailFragment"); in NewVoicemailFragment()
69 LogUtil.enterBlock("NewVoicemailFragment.onActivityCreated"); in onActivityCreated()
82 LogUtil.enterBlock("NewVoicemailFragment.onStart"); in onStart()
90 LogUtil.i("NewVoicemailFragment.onResume", "isHidden = %s", isHidden); in onResume()
104 LogUtil.enterBlock("NewVoicemailFragment.onPause"); in onPause()
112 LogUtil.i("NewVoicemailFragment.onHiddenChanged", "hidden = %s", hidden); in onHiddenChanged()
155 LogUtil.enterBlock("NewVoicemailFragment.onCreateView"); in onCreateView()
168 LogUtil.enterBlock("NewVoicemailFragment.onCreateLoader"); in onCreateLoader()
174 LogUtil.i("NewVoicemailFragment.onLoadFinished", "cursor size is %d", data.getCount()); in onLoadFinished()
[all …]
DNewVoicemailMediaPlayerView.java44 import com.android.dialer.common.LogUtil;
81 LogUtil.enterBlock("NewVoicemailMediaPlayer"); in NewVoicemailMediaPlayerView()
90 LogUtil.enterBlock("NewVoicemailMediaPlayer.onFinishInflate"); in onFinishInflate()
122 LogUtil.i( in reset()
169 LogUtil.i( in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
198 LogUtil.i( in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
208 LogUtil.i( in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
221 LogUtil.i( in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
234 LogUtil.i( in bindValuesFromAdapterOfExpandedViewHolderMediaPlayerView()
268 LogUtil.i(
[all …]
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoCallFragment.java62 import com.android.dialer.common.LogUtil;
161 LogUtil.i("VideoCallFragment.cameraPermissionDialogRunnable", "showing dialog");
173 LogUtil.i(
179 LogUtil.i("VideoCallFragment.videoChargesAlertDialogRunnable", "showing dialog");
197 LogUtil.i("VideoCallFragment.onCreate", null); in onCreate()
212 LogUtil.i("VideoCallFragment.onRequestPermissionsResult", "Camera permission granted."); in onRequestPermissionsResult()
215 LogUtil.i("VideoCallFragment.onRequestPermissionsResult", "Camera permission denied."); in onRequestPermissionsResult()
225 LogUtil.i("VideoCallFragment.onCreateView", null); in onCreateView()
285 LogUtil.i("VideoCallFragment.onLayoutChange", "remoteTextureView layout changed"); in onCreateView()
304 LogUtil.i("VideoCallFragment.onLayoutChange", "previewTextureView layout changed"); in onCreateView()
[all …]
DSurfaceViewVideoCallFragment.java52 import com.android.dialer.common.LogUtil;
132 LogUtil.i(
151 LogUtil.i("SurfaceViewVideoCallFragment.onCreate", null); in onCreate()
166 LogUtil.i( in onRequestPermissionsResult()
171 LogUtil.i( in onRequestPermissionsResult()
182 LogUtil.i("SurfaceViewVideoCallFragment.onCreateView", null); in onCreateView()
240 LogUtil.i("SurfaceViewVideoCallFragment.onGlobalLayout", null); in onCreateView()
256 LogUtil.i("SurfaceViewVideoCallFragment.onViewCreated", null); in onViewCreated()
289 LogUtil.i("SurfaceViewVideoCallFragment.onDestroyView", null); in onDestroyView()
305 LogUtil.i("SurfaceViewVideoCallFragment.onStart", null); in onStart()
[all …]
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DShareIntentActivity.java37 import com.android.messaging.util.LogUtil;
87 LogUtil.i( in onAttachFragment()
88 LogUtil.BUGLE_TAG, in onAttachFragment()
93 if (LogUtil.isLoggable(LogUtil.BUGLE_TAG, LogUtil.DEBUG)) { in onAttachFragment()
94 LogUtil.d(LogUtil.BUGLE_TAG, String.format( in onAttachFragment()
115 LogUtil.e(LogUtil.BUGLE_TAG, "Unsupported shared content type for " + contentUri in onAttachFragment()
128 LogUtil.i(LogUtil.BUGLE_TAG, in onAttachFragment()
146 LogUtil.e(LogUtil.BUGLE_TAG, "Unsupported shared content type for " + uri in onAttachFragment()
159 LogUtil.e(LogUtil.BUGLE_TAG, "No shared URI."); in onAttachFragment()
187 LogUtil.w(LogUtil.BUGLE_TAG, "Can not find contentUri " + contentUri); in getTextStringFromContentUri()
[all …]
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DLocationHelper.java28 import com.android.dialer.common.LogUtil;
78 LogUtil.i("LocationHelper.canGetLocation", "no location permissions."); in canGetLocation()
85 LogUtil.i("LocationHelper.canGetLocation", "location service is disabled."); in canGetLocation()
90 LogUtil.i("LocationHelper.canGetLocation", "location unavailable in FBE mode."); in canGetLocation()
107 LogUtil.i("LocationHelper.checkLocation", "no location"); in checkLocation()
114 LogUtil.i("LocationHelper.checkLocation", "stale location, age: " + elapsedTimeMs); in checkLocation()
119 LogUtil.i("LocationHelper.checkLocation", "poor accuracy: " + location.getAccuracy()); in checkLocation()
124 LogUtil.i("LocationHelper.checkLocation", "from mock provider"); in checkLocation()
146 LogUtil.enterBlock("LocationHelper.close"); in close()
154 LogUtil.i("LocationHelper.onLocationChanged", "location: " + location); in onLocationChanged()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DPoolableImageCache.java27 import com.android.messaging.util.LogUtil;
140 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "PoolableImageCache: Decoding bitmap with " + in decodeSampledBitmapFromInputStream()
159 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "Oom decoding inputStream"); in decodeSampledBitmapFromInputStream()
181 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "PoolableImageCache: Decoding bitmap with " + in decodeByteArray()
202 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "Oom decoding inputStream"); in decodeByteArray()
281 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "Image refCount changed " + in getReusableBitmapFromPool()
301 if (LogUtil.isLoggable(LogUtil.BUGLE_IMAGE_TAG, LogUtil.VERBOSE)) { in getReusableBitmapFromPool()
302 LogUtil.v(LogUtil.BUGLE_IMAGE_TAG, "Not reusing reusing " + in getReusableBitmapFromPool()
364 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, "PoolableImageCache:try to createOrReuseBitmap"); in createOrReuseBitmap()
412 LogUtil.w(LogUtil.BUGLE_IMAGE_TAG, in onFailedToReuse()

12345678910>>...20