Debug info: Arc

This commit is contained in:
M66B 2024-01-15 08:53:52 +01:00
parent f4a484bcf8
commit fda09b2f6e
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ public class DebugHelper {
sb.append(String.format("Manufacturer: %s\r\n", Build.MANUFACTURER));
sb.append(String.format("Model: %s\r\n", Build.MODEL));
sb.append(String.format("Product: %s\r\n", Build.PRODUCT));
sb.append(String.format("Device: %s\r\n", Build.DEVICE));
sb.append(String.format("Device: %s Arc: %b\r\n", Build.DEVICE, Helper.isArc()));
sb.append(String.format("Host: %s\r\n", Build.HOST));
sb.append(String.format("Time: %s\r\n", new Date(Build.TIME).toString()));
sb.append(String.format("Display: %s\r\n", Build.DISPLAY));