コード例 #1
0
ファイル: Monitor.java プロジェクト: transf01/AppMonitor
 private void startMonitoring() {
   if (mCurrentAppInfo != null && mCurrentAppInfo.isCheckable()) {
     mInfo = new MonitorInfo(mCurrentAppInfo, mdb);
     Log.d("trans", "### start : " + mInfo.toString());
   }
 }