Fix ActivityManagerAmProfileTests

Before activity profile starts, AMS.clearProfilerLocked() is called
and it calls ProfileData.setProfileProc() with null ProcessRecord. It
causes NPE and activity profile wouldn't start.

Fixes: 119685223
Test: atest CtsActivityManagerDeviceTestCases:ActivityManagerAmProfileTests

Change-Id: Ia1aa4fcec840f32d71e0bb632a7f380d8a943f40
1 file changed