Project

General

Profile

« Previous | Next » 

Revision e4854e54

Added by Leszek Koltunski over 2 years ago

FigureOutVersion before calling debugs.cgi !

View differences:

src/main/java/org/distorted/main/RubikRenderer.java
19 19

  
20 20
package org.distorted.main;
21 21

  
22
import android.app.Activity;
22 23
import android.opengl.GLES30;
23 24
import android.opengl.GLSurfaceView;
24 25

  
......
136 137

  
137 138
      DistortedLibrary.onSurfaceCreated(mView.getContext(),this,1);
138 139

  
139
      if( /*!BuildConfig.DEBUG &&*/ !mDebugSent )
140
      if( !mDebugSent )
140 141
        {
141 142
        mDebugSent= true;
143
        Activity act = (Activity)mView.getContext();
142 144
        RubikNetwork network = RubikNetwork.getInstance();
143
        network.debug();
145
        network.debug(act);
144 146
        }
145 147
      }
146 148

  

Also available in: Unified diff