Use mContext directly am: dd3737611c
am: a501523d98
Change-Id: I04174359a55d0f8396adee6ce494d02a06918973
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user