mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 18:41:12 +00:00
ANDROID: Log device manufacturer, model and brand
This commit is contained in:
parent
d50e7af797
commit
507bff8233
@ -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(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user