Ejemplo n.º 1
0
 private void canvasStart() {
   if (selected == null) return;
   MemoryInfo info = Utils.getMemoryInfo(this);
   if (info.lowMemory) System.gc();
   start();
 }