Log Android hardware at startup (thanks, rettichschnidi!).

Fixes Bugzilla #2653.
This commit is contained in:
Ryan C. Gordon
2015-04-08 01:37:17 -04:00
parent 7c14914a5b
commit b0ad5c3e78

View File

@@ -114,6 +114,8 @@ public class SDLActivity extends Activity {
// Setup
@Override
protected void onCreate(Bundle savedInstanceState) {
Log.v("SDL", "Device: " + android.os.Build.DEVICE);
Log.v("SDL", "Model: " + android.os.Build.MODEL);
Log.v("SDL", "onCreate():" + mSingleton);
super.onCreate(savedInstanceState);