Project

General

Profile

« Previous | Next » 

Revision 8c57d77b

Added by Leszek Koltunski about 1 year ago

Decouple (to a large degree) the OpenGL Library from Android.

View differences:

src/main/java/org/distorted/library/effect/Effect.java
21 21
package org.distorted.library.effect;
22 22

  
23 23
import org.distorted.library.effectqueue.EffectQueue;
24
import org.distorted.library.main.DistortedLibrary;
24 25
import org.distorted.library.main.InternalStackFrameList;
25 26
import org.distorted.library.message.EffectListener;
26 27

  
......
206 207
          }
207 208
        catch(NoSuchMethodException ex)
208 209
          {
209
          android.util.Log.e("Effect", "exception getting method: "+ex.getMessage());
210
          DistortedLibrary.logMessage("Effect: exception getting method: "+ex.getMessage());
210 211
          method = null;
211 212
          }
212 213

  
......
216 217
          }
217 218
        catch(Exception ex)
218 219
          {
219
          android.util.Log.e("Effect", "exception invoking method: "+ex.getMessage());
220
          DistortedLibrary.logMessage("Effect: exception invoking method: "+ex.getMessage());
220 221
          }
221 222
        }
222 223
      }

Also available in: Unified diff