mirror of
https://gitlab.com/xynngh/YetAnotherCallBlocker.git
synced 2025-02-10 16:50:49 +01:00
Add Build.DISPLAY to logcat output
This commit is contained in:
parent
c1371cdd17
commit
126bf79cc9
@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user