Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 92faa96a authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 8f53ad8e: am 7ef46316: Merge "Condense AndroidRuntime init log, include uid...

am 8f53ad8e: am 7ef46316: Merge "Condense AndroidRuntime init log, include uid running under." into lmp-mr1-dev

* commit '8f53ad8e':
  Condense AndroidRuntime init log, include uid running under.
parents d034f1a3 8f53ad8e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");