Searched refs:TAG_PROCESSES (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ProcessList.java | 54 import static com.android.server.am.ActivityManagerService.TAG_PROCESSES; 1808 TAG_PROCESSES, 1885 Slog.w(TAG_PROCESSES, app + ": ART verification disabled"); 2074 if (DEBUG_PROCESSES) Slog.i(TAG_PROCESSES, 2222 Slog.d(TAG_PROCESSES, "Creating new app zygote."); 2247 Slog.d(TAG_PROCESSES, "Reusing existing app zygote."); 2488 if (DEBUG_PROCESSES) Slog.v(TAG_PROCESSES, "startProcess: name=" + processName 2497 if (DEBUG_PROCESSES) Slog.v(TAG_PROCESSES, "App already running: " + app); 2506 if (DEBUG_PROCESSES) Slog.v(TAG_PROCESSES, "App died: " + app); 2513 Slog.wtf(TAG_PROCESSES, app.toString() + " is attached to a previous process"); [all …]
|
D | ActivityManagerService.java | 448 static final String TAG_PROCESSES = TAG + POSTFIX_PROCESSES; field in ActivityManagerService 3139 Slog.d(TAG_PROCESSES, "Received spurious death notification for thread " in appDiedLocked() 4555 if (DEBUG_PROCESSES && mProcessesOnHold.contains(app)) Slog.v(TAG_PROCESSES, in attachApplicationLocked() 4729 Slog.v(TAG_PROCESSES, "Starting process on hold: " + procs.get(ip)); in finishBooting()
|