Condense AndroidRuntime init log, include uid running under.
Change-Id: Ifda3001fdc25d759f07a93b8569c59da89a8bcfc
This commit is contained in:
@@ -929,8 +929,8 @@ jstring AndroidRuntime::NewStringLatin1(JNIEnv* env, const char* bytes) {
|
||||
*/
|
||||
void AndroidRuntime::start(const char* className, const Vector<String8>& options)
|
||||
{
|
||||
ALOGD("\n>>>>>> AndroidRuntime START %s <<<<<<\n",
|
||||
className != NULL ? className : "(unknown)");
|
||||
ALOGD(">>>>>> START %s uid %d <<<<<<\n",
|
||||
className != NULL ? className : "(unknown)", getuid());
|
||||
|
||||
static const String8 startSystemServer("start-system-server");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user