Loading packages/PackageInstaller/src/com/android/packageinstaller/handheld/UninstallAlertDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class UninstallAlertDialogFragment extends DialogFragment implements getContext().getPackageManager().getApplicationInfo(pkg, 0).storageUuid, pkg, user); return stats.getDataBytes(); } catch (PackageManager.NameNotFoundException | IOException e) { } catch (PackageManager.NameNotFoundException | IOException | SecurityException e) { Log.e(LOG_TAG, "Cannot determine amount of app data for " + pkg, e); } Loading Loading
packages/PackageInstaller/src/com/android/packageinstaller/handheld/UninstallAlertDialogFragment.java +1 −1 Original line number Diff line number Diff line Loading @@ -69,7 +69,7 @@ public class UninstallAlertDialogFragment extends DialogFragment implements getContext().getPackageManager().getApplicationInfo(pkg, 0).storageUuid, pkg, user); return stats.getDataBytes(); } catch (PackageManager.NameNotFoundException | IOException e) { } catch (PackageManager.NameNotFoundException | IOException | SecurityException e) { Log.e(LOG_TAG, "Cannot determine amount of app data for " + pkg, e); } Loading