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

Commit 762ae6a7 authored by Shai Barack's avatar Shai Barack Committed by Android (Google) Code Review
Browse files

Merge "Prepare main looper before setting pre-init argv" into main

parents b3904780 28512545
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8843,10 +8843,10 @@ public final class ActivityThread extends ClientTransactionHandler
        // Call per-process mainline module initialization.
        initializeMainlineModules();

        Process.setArgV0("<pre-initialized>");

        Looper.prepareMainLooper();

        Process.setArgV0("<pre-initialized>");

        // Find the value for {@link #PROC_START_SEQ_IDENT} if provided on the command line.
        // It will be in the format "seq=114"
        long startSeq = 0;