put exception back into Log per this comment: https://gitlab.com/fdroid/fdroidclient/merge_requests/137
This commit is contained in:
parent
988f5dbfdc
commit
884c8219fd
@ -241,7 +241,7 @@ public class App extends ValueObject implements Comparable<App> {
|
||||
PackageManager.GET_META_DATA);
|
||||
installerPackageLabel = installerAppInfo.loadLabel(pm);
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
Log.w(TAG, "Could not get app info: " + installerPackageName);
|
||||
Log.w(TAG, "Could not get app info: " + installerPackageName,e);
|
||||
}
|
||||
}
|
||||
if (TextUtils.isEmpty(installerPackageLabel))
|
||||
|
Loading…
x
Reference in New Issue
Block a user