Lines Matching refs:TAG

143     public static final String TAG = "ActivityThread";
475 Slog.w(TAG, "Profiling failed on path " + profileFile);
480 Slog.w(TAG, "Failure closing profile fd", e2);
692 Slog.v(TAG, "scheduleBindService token=" + token + " intent=" + intent + " uid="
799 Slog.w(TAG, "dumpService failed", e);
844 Slog.w(TAG, "Failed setting process group to " + group, e);
870 Slog.w(TAG, "dumpActivity failed", e);
883 Slog.w(TAG, "dumpProvider failed", e);
1226 if (DEBUG_MESSAGES) Slog.v(TAG, ">>> handling: " + codeToString(msg.what));
1433 if (DEBUG_MESSAGES) Slog.v(TAG, "<<< done: " + codeToString(msg.what));
1445 Log.e(TAG, "cannot get a valid context");
1450 Log.e(TAG, "cannot get a valid PackageManager");
1456 Log.e(TAG, "cannot get package info for " + packageName, e);
1477 TAG, "Reporting idle of " + a +
1665 Slog.w(TAG, "getTopLevelResources: " + resDir + " / "
1670 //if (r != null) Slog.i(TAG, "isUpToDate " + resDir + ": " + r.getAssets().isUpToDate());
1673 Slog.w(TAG, "Returning cached resources " + r + " " + resDir
1681 // Slog.w(TAG, "Throwing away out-of-date resources!!!! "
1690 //Slog.i(TAG, "Resource: key=" + key + ", display metrics=" + metrics);
1707 Slog.i(TAG, "Created app resources " + resDir + " " + r + ": "
1757 //Slog.i(TAG, "getPackageInfo " + packageName + ": " + packageInfo);
1758 //if (packageInfo != null) Slog.i(TAG, "isUptoDate " + packageInfo.mResDir
1842 if (localLOGV) Slog.v(TAG, (includeCode ? "Loading code package "
1914 //Slog.i(TAG, "Created system resources " + context.getResources()
1958 //Slog.i(TAG, "**** WE MIGHT WANT TO GC: then=" + Binder.getLastGcTime()
1961 //Slog.i(TAG, "**** WE DO, WE DO WANT TO GC!");
2019 Slog.v(TAG, "Performing launch: action=" + intent.getAction()
2033 if (DEBUG_RESULTS) Slog.v(TAG, "sendActivityResult: id=" + id
2053 TAG, "SCHEDULE " + what + " " + mH.codeToString(what)
2115 if (localLOGV) Slog.v(TAG, "Performing launch of " + r);
2117 TAG, r + ": app=" + app
2127 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Launching activity "
2229 TAG, "Handling launch of " + r);
2354 if (DEBUG_BROADCAST) Slog.i(TAG,
2366 TAG, "Performing receive of " + data.intent
2379 if (DEBUG_BROADCAST) Slog.i(TAG,
2398 if (DEBUG_BACKUP) Slog.v(TAG, "handleCreateBackupAgent: " + data);
2405 Slog.w(TAG, "Asked to instantiate non-matching package "
2410 Slog.e(TAG, "Can't reach package manager", e);
2421 Slog.d(TAG, "Asked to create backup agent for nonexistent package");
2426 Slog.d(TAG, "BackupAgent " + " for " + packageName
2443 if (DEBUG_BACKUP) Slog.v(TAG, "Initializing agent class " + classname);
2460 Slog.e(TAG, "Agent threw during creation: " + e);
2482 if (DEBUG_BACKUP) Slog.v(TAG, "handleDestroyBackupAgent: " + data);
2491 Slog.w(TAG, "Exception thrown in onDestroy by backup agent of " + data.appInfo);
2496 Slog.w(TAG, "Attempt to destroy unknown backup agent " + data);
2520 if (localLOGV) Slog.v(TAG, "Creating service " + data.info.name);
2549 Slog.v(TAG, "handleBindService s=" + s + " rebind=" + data.rebind);
2685 if (localLOGV) Slog.v(TAG, "Destroying service " + s);
2709 //Slog.i(TAG, "Running services: " + mServices);
2715 if (localLOGV) Slog.v(TAG, "Performing resume of " + r
2777 TAG, "Resume " + r + " started activity: " +
2814 TAG, "Launch " + r + " mStartedActivity set");
2826 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Resuming activity "
2832 if (localLOGV) Slog.v(TAG, "Resuming " + r + " with isForward="
2858 TAG, "Scheduling idle handler for " + r);
2943 //Slog.v(TAG, "userLeaving=" + userLeaving + " handling pause of " + r);
2986 Slog.e(TAG, e.getMessage(), e);
3051 if (DEBUG_MEMORY_TRIM) Slog.v(TAG, "Reporting activity stopped: " + activity);
3091 if (localLOGV) Slog.v(TAG, "Performing stop of " + r);
3104 Slog.e(TAG, e.getMessage(), e);
3167 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Updating activity vis "
3191 TAG, "Finishing stop of " + r + ": show=" + show
3223 Log.w(TAG, "handleWindowVisibility: no activity for token " + token);
3239 TAG, "Handle window " + r + " visibility: " + show);
3248 Log.w(TAG, "handleSleeping: no activity for token " + token);
3313 if (DEBUG_RESULTS) Slog.v(TAG,
3330 if (DEBUG_RESULTS) Slog.v(TAG, "Handling send result to " + r);
3378 if (localLOGV) Slog.v(TAG, "Performing finish of " + r);
3609 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Abort, activity not relaunching!");
3613 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3637 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Relaunching activity "
3648 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handling relaunch of " + r);
3744 Slog.v(TAG, "Setting activity "
3797 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Config callback " + cb
3826 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Skipping new config: curSeq="
3851 //Slog.i(TAG, "Configuration changed in " + currentPackageName());
3861 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Changing resources "
3883 //Slog.i(TAG, "Updated app resources " + v.getKey()
3886 //Slog.i(TAG, "Removing old resources " + v.getKey());
3947 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handle configuration changed: "
3984 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Cleared TextLayout Caches");
3995 if (DEBUG_CONFIGURATION) Slog.v(TAG, "Handle activity config changed: "
4014 Slog.w(TAG, "Profiling failed on path " + pcd.path
4020 Slog.w(TAG, "Failure closing profile fd", e);
4037 Slog.w(TAG, "Managed heap dump failed on path " + dhd.path
4043 Slog.w(TAG, "Failure closing profile fd", e);
4055 //Slog.i(TAG, "Cleaning old package: " + packages[i]);
4100 if (DEBUG_MEMORY_TRIM) Slog.v(TAG, "Trimming memory to level: " + level);
4139 Slog.i(TAG, "Switching default density from "
4228 Log.e(TAG, "Unable to setupGraphicsSupport due to missing cache directory");
4256 Slog.w(TAG, "Application " + data.info.getPackageName()
4273 Slog.w(TAG, "Application " + data.info.getPackageName()
4410 //Slog.i(TAG, "am: " + ActivityManagerNative.getDefault()
4429 Log.i(TAG, buf.toString());
4465 Slog.e(TAG, "Failed to find provider info for " + auth);
4489 Slog.v(TAG, "incProviderRef: stable "
4499 Slog.v(TAG, "incProviderRef Now stable - "
4519 Slog.v(TAG, "incProviderRef: unstable "
4529 Slog.v(TAG, "incProviderRef: Now unstable - "
4556 Log.i(TAG, "Acquiring provider " + auth + " for user " + userId
4588 if (DEBUG_PROVIDER) Slog.v(TAG,
4603 Slog.v(TAG, "releaseProvider: No longer stable w/lastRef="
4614 if (DEBUG_PROVIDER) Slog.v(TAG,
4627 Slog.v(TAG, "releaseProvider: No longer unstable - "
4647 Slog.v(TAG, "releaseProvider: Enqueueing pending removal - "
4654 Slog.w(TAG, "Duplicate remove pending of provider " + prc.holder.info.name);
4667 if (DEBUG_PROVIDER) Slog.v(TAG, "completeRemoveProvider: lost the race, "
4690 Slog.v(TAG, "removeProvider: Invoking ActivityManagerNative."
4709 if (DEBUG_PROVIDER) Slog.v(TAG, "Cleaning up dead provider "
4716 Slog.i(TAG, "Removing dead content provider: " + name);
4748 Slog.w(TAG, "Content provider " + pcr.mHolder.info.name
4778 Slog.d(TAG, "Loading provider " + info.authority + ": "
4797 Slog.w(TAG, "Unable to get context for package " +
4809 Slog.e(TAG, "Failed to instantiate class " +
4815 TAG, "Instantiating local provider " + info.name);
4828 if (DEBUG_PROVIDER) Slog.v(TAG, "Installing external provider " + info.authority + ": "
4835 if (DEBUG_PROVIDER) Slog.v(TAG, "Checking to add " + provider
4843 Slog.v(TAG, "installProvider: lost the race, "
4860 Slog.v(TAG, "installProvider: lost the race, updating ref count");