Merge "Add more debug info for missing required package." into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
87dbc684e9
@@ -3536,6 +3536,8 @@ public class PackageManagerService implements PackageSender, TestUtilityService
|
|||||||
EventLog.writeEvent(0x534e4554, "145981139", packageInfo.applicationInfo.uid,
|
EventLog.writeEvent(0x534e4554, "145981139", packageInfo.applicationInfo.uid,
|
||||||
"");
|
"");
|
||||||
}
|
}
|
||||||
|
Log.w(TAG, "Missing required system package: " + packageName + (packageInfo != null
|
||||||
|
? ", but found with extended search." : "."));
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user