This commit is contained in:
n8fr8 2015-09-10 21:20:23 -04:00
parent 988f5dbfdc
commit 884c8219fd

View File

@ -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))