am 8f53ad8e: am 7ef46316: Merge "Condense AndroidRuntime init log, include uid running under." into lmp-mr1-dev
* commit '8f53ad8e7335068b4dd96db10916c3889960de5a': Condense AndroidRuntime init log, include uid running under.
This commit is contained in:
@@ -927,8 +927,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