mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-06-05 22:19:12 +02:00
Add Build.DISPLAY to logcat output
This commit is contained in:
@@ -114,6 +114,7 @@ public class DebuggingUtils {
|
||||
writer.append("Product: ").append(android.os.Build.PRODUCT).append('\n');
|
||||
writer.append("Device: ").append(android.os.Build.DEVICE).append('\n');
|
||||
writer.append("Board: ").append(Build.BOARD).append('\n');
|
||||
writer.append("Build display ID: ").append(Build.DISPLAY).append('\n');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user