Lines Matching refs:Slog

34 import android.util.Slog;
116 Slog.e(LOG_TAG, "Error getting print jobs.", re);
118 Slog.e(LOG_TAG, "Error getting print jobs.", te);
121 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] getPrintJobInfos()");
140 Slog.e(LOG_TAG, "Error creating print job.", re);
142 Slog.e(LOG_TAG, "Error creating print job.", te);
145 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] createPrintJob()");
163 Slog.e(LOG_TAG, "Error writing print job data.", re);
165 Slog.e(LOG_TAG, "Error writing print job data.", te);
168 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] writePrintJobData()");
190 Slog.e(LOG_TAG, "Error getting print job info.", re);
192 Slog.e(LOG_TAG, "Error getting print job info.", te);
195 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] getPrintJobInfo()");
215 Slog.e(LOG_TAG, "Error setting print job state.", re);
217 Slog.e(LOG_TAG, "Error setting print job state.", te);
220 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] setPrintJobState()");
240 Slog.e(LOG_TAG, "Error setting print job tag.", re);
242 Slog.e(LOG_TAG, "Error setting print job tag.", te);
245 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] setPrintJobTag()");
265 Slog.e(LOG_TAG, "Error setting print job cancelling.", re);
267 Slog.e(LOG_TAG, "Error setting print job cancelling.", te);
270 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier()
289 Slog.e(LOG_TAG, "Error removing obsolete print jobs .", re);
291 Slog.e(LOG_TAG, "Error removing obsolete print jobs .", te);
294 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier()
307 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] destroy()");
362 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] bindLocked()");
396 Slog.i(LOG_TAG, "[user: " + mUserHandle.getIdentifier() + "] unbindLocked()");
416 Slog.d(LOG_TAG, "Error setting print spooler client", re);
424 Slog.d(LOG_TAG, "Error clearing print spooler client", re);