am 8bdb5561: am 85bdb773: am 5b5ed310: Merge "Prevent crash in app memory updater." into mnc-dev

* commit '8bdb556174bfb8a903040a5310e3d48f2c4be5bf':
  Prevent crash in app memory updater.
This commit is contained in:
Julia Reynolds
2015-07-28 21:37:27 +00:00
committed by Android Git Automerger

View File

@@ -836,6 +836,9 @@ public class InstalledAppDetails extends AppInfoBase
@Override
protected ProcStatsPackageEntry doInBackground(Void... params) {
if (getActivity() == null) {
return null;
}
if (mPackageInfo == null) {
return null;
}