Cleanup logging and fix a startup race condition that manifested on Firestone.
This commit is contained in:
@@ -32,7 +32,7 @@ import android.graphics.Bitmap;
|
||||
import android.graphics.Color;
|
||||
|
||||
public class RenderScript {
|
||||
private static final String LOG_TAG = "libRS_jni";
|
||||
static final String LOG_TAG = "libRS_jni";
|
||||
private static final boolean DEBUG = false;
|
||||
private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user