Add support to Java for RS tracing.
Change-Id: I95c365345fea3a1e132a7eb2270d541be0745d02
This commit is contained in:
@ -30,8 +30,7 @@ import android.os.Process;
|
||||
import android.util.Log;
|
||||
import android.view.Surface;
|
||||
import android.os.SystemProperties;
|
||||
|
||||
|
||||
import android.os.Trace;
|
||||
|
||||
/**
|
||||
* Renderscript base master class. An instance of this class creates native
|
||||
@ -46,6 +45,8 @@ import android.os.SystemProperties;
|
||||
* </div>
|
||||
**/
|
||||
public class RenderScript {
|
||||
static final long TRACE_TAG = Trace.TRACE_TAG_RS;
|
||||
|
||||
static final String LOG_TAG = "RenderScript_jni";
|
||||
static final boolean DEBUG = false;
|
||||
@SuppressWarnings({"UnusedDeclaration", "deprecation"})
|
||||
|
Reference in New Issue
Block a user