예제 #1
0
 public void checkInitBlockLog() {
   BlockLog inst = BlockLog.inst();
   if (inst == null) {
     BlockLog.init(getApplicationContext());
   }
 }