pull/215/head
M66B 3 months ago
parent 7f4490b9ac
commit d016f5f93d

@ -470,7 +470,7 @@ public class DebugHelper {
float density = context.getResources().getDisplayMetrics().density; float density = context.getResources().getDisplayMetrics().density;
sb.append(String.format("Density 1dp=%f\r\n", density)); sb.append(String.format("Density 1dp=%f\r\n", density));
sb.append(String.format("Resolution: %.2f x %.2f dp\r\n", dim.x / density, dim.y / density)); sb.append(String.format("Resolution: %.2f x %.2f dp\r\n", dim.x / density, dim.y / density));
sb.append(String.format("Max. texture: %d px\r\n", Helper.getMaxTextureSize())); //sb.append(String.format("Max. texture: %d px\r\n", Helper.getMaxTextureSize()));
Configuration config = context.getResources().getConfiguration(); Configuration config = context.getResources().getConfiguration();

Loading…
Cancel
Save