Merge "Add ro.revision property to checkin headers" into jb-mr1-dev
This commit is contained in:
@@ -88,6 +88,8 @@ public class BootReceiver extends BroadcastReceiver {
|
||||
final String headers = new StringBuilder(512)
|
||||
.append("Build: ").append(Build.FINGERPRINT).append("\n")
|
||||
.append("Hardware: ").append(Build.BOARD).append("\n")
|
||||
.append("Revision: ")
|
||||
.append(SystemProperties.get("ro.revision", "")).append("\n")
|
||||
.append("Bootloader: ").append(Build.BOOTLOADER).append("\n")
|
||||
.append("Radio: ").append(Build.RADIO).append("\n")
|
||||
.append("Kernel: ")
|
||||
|
||||
Reference in New Issue
Block a user