am a8aa6880: Merge "Add GC thread to RSGL." into jb-mr2-dev

* commit 'a8aa6880e4f117a265538dd55516a3f69c1c289b':
  Add GC thread to RSGL.
This commit is contained in:
Tim Murray
2013-04-10 11:41:12 -07:00
committed by Android Git Automerger

View File

@@ -198,6 +198,9 @@ public class RenderScriptGL extends RenderScript {
}
mMessageThread = new MessageThread(this);
mMessageThread.start();
mGCThread = new GCThread(this);
mGCThread.start();
}
/**