am a8aa6880: Merge "Add GC thread to RSGL." into jb-mr2-dev
* commit 'a8aa6880e4f117a265538dd55516a3f69c1c289b': Add GC thread to RSGL.
This commit is contained in:
@@ -198,6 +198,9 @@ public class RenderScriptGL extends RenderScript {
|
||||
}
|
||||
mMessageThread = new MessageThread(this);
|
||||
mMessageThread.start();
|
||||
mGCThread = new GCThread(this);
|
||||
mGCThread.start();
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user