mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Log Android hardware at startup (thanks, rettichschnidi!).
Fixes Bugzilla #2653.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user