示例#1
0
 private void startMonitoring() {
   if (mCurrentAppInfo != null && mCurrentAppInfo.isCheckable()) {
     mInfo = new MonitorInfo(mCurrentAppInfo, mdb);
     Log.d("trans", "### start : " + mInfo.toString());
   }
 }