Merge "Condense AndroidRuntime init log, include uid running under." into lmp-mr1-dev

This commit is contained in:
Dianne Hackborn
2014-10-29 21:55:49 +00:00
committed by Android (Google) Code Review

View File

@@ -929,8 +929,8 @@ jstring AndroidRuntime::NewStringLatin1(JNIEnv* env, const char* bytes) {
*/ */
void AndroidRuntime::start(const char* className, const Vector<String8>& options) void AndroidRuntime::start(const char* className, const Vector<String8>& options)
{ {
ALOGD("\n>>>>>> AndroidRuntime START %s <<<<<<\n", ALOGD(">>>>>> START %s uid %d <<<<<<\n",
className != NULL ? className : "(unknown)"); className != NULL ? className : "(unknown)", getuid());
static const String8 startSystemServer("start-system-server"); static const String8 startSystemServer("start-system-server");