Log the icons dir for the device density

This commit is contained in:
Daniel Martí 2014-01-08 15:05:36 +01:00
parent 3aed80d94b
commit 5b4c40fe07

View File

@ -900,6 +900,7 @@ public class DB {
iconsDir = "/icons-120/";
}
metrics = null;
Log.d("FDroid", "Density-specific icons dir is " + iconsDir);
while (!c.isAfterLast()) {
String id = c.getString(0);