| Index: runtime/vm/service.cc
|
| ===================================================================
|
| --- runtime/vm/service.cc (revision 42084)
|
| +++ runtime/vm/service.cc (working copy)
|
| @@ -2496,6 +2496,7 @@
|
| JSONObject jsobj(js);
|
| jsobj.AddProperty("type", "VM");
|
| jsobj.AddProperty("id", "vm");
|
| + jsobj.AddProperty("architectureBits", static_cast<intptr_t>(kBitsPerWord));
|
| jsobj.AddProperty("targetCPU", CPU::Id());
|
| jsobj.AddProperty("hostCPU", HostCPUFeatures::hardware());
|
| jsobj.AddPropertyF("date", "%" Pd64 "", OS::GetCurrentTimeMillis());
|
|
|