Application start without service fixed.

This commit is contained in:
Alexander Smorkalov
2012-07-02 14:19:14 +00:00
parent aa911275c3
commit 139cc61001
8 changed files with 0 additions and 8 deletions

View File

@@ -100,7 +100,6 @@ public class Sample2NativeCamera extends Activity {
if (!OpenCVLoader.initAsync(OpenCVLoader.OPEN_CV_VERSION_2_4_0, this, mOpenCVCallBack))
{
Log.e(TAG, "Cannot connect to OpenCV Manager");
finish();
}
}