Home | History | Annotate | Download | only in am

Lines Matching defs:Slog

31 import android.util.Slog;
117 Slog.wtf(TAG, "Process Stats Crash", e);
200 Slog.w(TAG, "Writing process stats before shutdown...");
245 if (DEBUG) Slog.d(TAG, "Prepared write state in " + now + "ms");
266 if (DEBUG) Slog.d(TAG, "Performing write to " + mFile.getBaseFile());
290 if (DEBUG) Slog.d(TAG, "Write completed successfully!");
292 Slog.w(TAG, "Error writing process statistics", e);
307 Slog.w(TAG, "Ignoring existing stats; " + stats.mReadError);
312 Slog.w(TAG, "Process: " + procMap.keyAt(ip));
316 Slog.w(TAG, " Uid " + uids.keyAt(iu) + ": " + uids.valueAt(iu));
323 Slog.w(TAG, "Package: " + pkgMap.keyAt(ip));
328 Slog.w(TAG, " Uid: " + uids.keyAt(iu));
332 Slog.w(TAG, " Vers: " + vers.keyAt(iv));
336 Slog.w(TAG, " Process " + pkgState.mProcesses.keyAt(iproc)
341 Slog.w(TAG, " Service " + pkgState.mServices.keyAt(isvc)
353 Slog.e(TAG, "Error reading process statistics", e);
367 if (DEBUG) Slog.d(TAG, "Collecting " + files.length + " files except: " + currentFile);
371 if (DEBUG) Slog.d(TAG, "Collecting: " + fileStr);
373 if (DEBUG) Slog.d(TAG, "Skipping: already checked in");
377 if (DEBUG) Slog.d(TAG, "Skipping: current stats");
393 Slog.i(TAG, "Pruning old procstats: " + file);
476 Slog.w(TAG, "Failure opening procstat file " + files.get(i), e);
524 Slog.i(TAG, sb.toString());
526 Slog.w(TAG, "Failure reading " + files.get(i+1) + "; "
545 Slog.w(TAG, "Failure writing pipe", e);
552 Slog.w(TAG, "Failed building output pipe", e);
970 if (DEBUG) Slog.d(TAG, "Retrieving state: " + files.get(i));
979 if (DEBUG) Slog.d(TAG, "Deleting state: " + files.get(i));