Project

General

Profile

« Previous | Next » 

Revision b6f7c7f2

Added by Leszek Koltunski about 3 years ago

  • ID b6f7c7f2d18f73e783a704491325378bf67e696d
  • Parent 09784afd

Improve the test - now it will hopefully not crash on slow devices (part 2)

View differences:

src/main/java/org/distorted/tutorial/TutorialActivity.java
198 198
    protected void onResume() 
199 199
      {
200 200
      super.onResume();
201

  
201 202
      RubikDebug debug = RubikDebug.getInstance();
202 203
      debug.onResume(this);
203
      RubikDebug.addDebug("RubikActivity: onResume");
204
      TutorialRenderer.mStartDebug = true;
205
      RubikDebug.addDebug("TutorialActivity: onResume");
204 206

  
205 207
      DistortedLibrary.onResume(1);
206 208
      TutorialSurfaceView view = findViewById(R.id.tutorialSurfaceView);

Also available in: Unified diff