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

Commit 0aceba91 authored by Hans Boehm's avatar Hans Boehm
Browse files

Fix typo in log

Does not fix the listed bug.

Flag: EXEMPT log only update
Bug: 420586981
Test: Treehugger
Change-Id: I2fd49b325a90126444ab297731f9257df5b03c78
parent f81d433a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2148,7 +2148,7 @@ static void SpecializeCommon(JNIEnv* env, uid_t uid, gid_t gid, jintArray gids,
    // Make it easier to debug audit logs by setting the main thread's name to the
    // nice name rather than "app_process".
    if (nice_name.has_value()) {
        ALOGI("Process %d crated for %s", getpid(), nice_name.value().c_str());
        ALOGI("Process %d created for %s", getpid(), nice_name.value().c_str());
        SetThreadName(nice_name.value());
    } else if (is_system_server) {
        SetThreadName("system_server");