We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23d6224 + 8b2c916 commit 034b386Copy full SHA for 034b386
services/java/com/android/server/BootReceiver.java
@@ -88,6 +88,8 @@ private void logBootEvents(Context ctx) throws IOException {
88
final String headers = new StringBuilder(512)
89
.append("Build: ").append(Build.FINGERPRINT).append("\n")
90
.append("Hardware: ").append(Build.BOARD).append("\n")
91
+ .append("Revision: ")
92
+ .append(SystemProperties.get("ro.revision", "")).append("\n")
93
.append("Bootloader: ").append(Build.BOOTLOADER).append("\n")
94
.append("Radio: ").append(Build.RADIO).append("\n")
95
.append("Kernel: ")
0 commit comments