am 08306ca0: am 034b386c: Merge "Add ro.revision property to checkin headers" into jb-mr1-dev

* commit '08306ca06025b71c5006e0323c9ff69f7e0d7c4a':
  Add ro.revision property to checkin headers
This commit is contained in:
Colin Cross
2012-10-22 14:26:05 -07:00
committed by Android Git Automerger

View File

@@ -88,6 +88,8 @@ public class BootReceiver extends BroadcastReceiver {
final String headers = new StringBuilder(512) final String headers = new StringBuilder(512)
.append("Build: ").append(Build.FINGERPRINT).append("\n") .append("Build: ").append(Build.FINGERPRINT).append("\n")
.append("Hardware: ").append(Build.BOARD).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("Bootloader: ").append(Build.BOOTLOADER).append("\n")
.append("Radio: ").append(Build.RADIO).append("\n") .append("Radio: ").append(Build.RADIO).append("\n")
.append("Kernel: ") .append("Kernel: ")