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

Commit 7f8643ae authored by Riddle Hsu's avatar Riddle Hsu
Browse files

Use raw start result for internal

So START_ABORTED won't be converted to START_SUCCESS
for ActivityMetricsLogger that an aborted launch
should not report as an activity will be started.

Bug: 123355661
Test: atest ActivityStarterTests
Change-Id: Ic5f8c4c99458b6a513a7f3d69bdfc6a986a74de3
parent 93b3b42b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1132,7 +1132,7 @@ class ActivityStarter {
            request.outActivity[0] = mLastStartActivityRecord;
        }

        return getExternalResult(mLastStartActivityResult);
        return mLastStartActivityResult;
    }

    /**