Use mContext directly am: dd3737611c

am: a501523d98

Change-Id: I04174359a55d0f8396adee6ce494d02a06918973
This commit is contained in:
Daniel Rosenberg
2019-08-27 17:41:27 -07:00
committed by android-build-merger

View File

@@ -5267,7 +5267,7 @@ public class ActivityManagerService extends IActivityManager.Stub
storageManager.commitChanges();
} catch (Exception e) {
PowerManager pm = (PowerManager)
mInjector.getContext().getSystemService(Context.POWER_SERVICE);
mContext.getSystemService(Context.POWER_SERVICE);
pm.reboot("Checkpoint commit failed");
}