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

Commit c4838afb authored by Brian Carlstrom's avatar Brian Carlstrom Committed by Android (Google) Code Review
Browse files

Merge "Move LOG_ALWAYS_FATAL to end of app_process"

parents ecd31740 de6d1d88
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,9 +171,9 @@ int main(int argc, const char* const argv[])
            runtime.start();
        }
    } else {
        LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied.");
        fprintf(stderr, "Error: no class name or --zygote supplied.\n");
        app_usage();
        LOG_ALWAYS_FATAL("app_process: no class name or --zygote supplied.");
        return 10;
    }