增加编译时间的宏

hdrplus
Matthew 1 year ago
parent 3115e207ca
commit fd3d7abefa

@ -527,6 +527,10 @@ bool CPhoneDevice::QuerySystemProperties(std::map<std::string, std::string>& pro
#endif #endif
it->second = version; it->second = version;
} }
else if (it->first == PROP_BUILD_TIME)
{
it->second = FormatLocalDateTime(mBuildTime);
}
else if (it->first == PROP_PROD_DATE) else if (it->first == PROP_PROD_DATE)
{ {
__system_property_get("ro.build.date.utc", value); __system_property_get("ro.build.date.utc", value);

Loading…
Cancel
Save