コード例 #1
0
 /**
  * Resize the internal FIFO.
  *
  * @param size new size
  */
 public void resizeFifo(int size) {
   mLogMessages.resize(size);
 }