ANDROID: Log device manufacturer, model and brand

This commit is contained in:
dhewg 2011-04-05 19:01:51 +02:00
parent d50e7af797
commit 507bff8233

View File

@ -135,7 +135,10 @@ OSystem_Android::OSystem_Android(int audio_sample_rate, int audio_buffer_size) :
_trackball_scale(2) {
Common::String fp = getSystemProperty("ro.build.fingerprint");
LOGI("Running on: [%s] [%s] SDK:%s ABI:%s",
LOGI("Running on: [%s] [%s] [%s] [%s] [%s] SDK:%s ABI:%s",
getSystemProperty("ro.product.manufacturer").c_str(),
getSystemProperty("ro.product.model").c_str(),
getSystemProperty("ro.product.brand").c_str(),
fp.c_str(),
getSystemProperty("ro.build.display.id").c_str(),
getSystemProperty("ro.build.version.sdk").c_str(),