Merge "Condense AndroidRuntime init log, include uid running under." into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
7ef463168c
@@ -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