Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57c6a46b authored by Jack Palevich's avatar Jack Palevich
Browse files

Turn off thread logging (too many messages.)

Leave some other logging on for the monkey test.
parent e6c9448e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ import android.view.SurfaceView;
 *
 */
public class GLSurfaceView extends SurfaceView implements SurfaceHolder.Callback {
    private final static boolean LOG_THREADS = true;
    private final static boolean LOG_THREADS = false;
    private final static boolean LOG_PAUSE_RESUME = true;
    private final static boolean LOG_SURFACE = true;
    private final static boolean LOG_RENDERER = false;