Log out windowsizeclass.

This commit is contained in:
Alex Hart
2025-10-06 13:13:11 -03:00
parent 14cc0f12a6
commit 3e07834c20
2 changed files with 11 additions and 8 deletions

View File

@@ -34,6 +34,7 @@ import org.thoughtcrime.securesms.util.ServiceUtil;
import org.thoughtcrime.securesms.util.TextSecurePreferences;
import org.thoughtcrime.securesms.util.Util;
import org.thoughtcrime.securesms.util.VersionTracker;
import org.thoughtcrime.securesms.window.WindowSizeClass;
import org.whispersystems.signalservice.api.push.ServiceId.ACI;
import java.util.Arrays;
@@ -61,6 +62,7 @@ public class LogSectionSystemInfo implements LogSection {
builder.append("Screen : ").append(getScreenResolution(context)).append(", ")
.append(ScreenDensity.get(context)).append(", ")
.append(getScreenRefreshRate(context)).append("\n");
builder.append("WindowSizeClass : ").append(WindowSizeClass.Companion.getWindowSizeClass(context.getResources())).append("\n");
builder.append("Font Scale : ").append(context.getResources().getConfiguration().fontScale).append("\n");
builder.append("Animation Scale : ").append(ContextUtil.getAnimationScale(context)).append("\n");
builder.append("Android : ").append(Build.VERSION.RELEASE).append(", API ")