You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mlkit/app/src/main/java/com/google/firebase/samples/apps/mlkit/java/objectdetection/ObjectDetectorProcessor.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public void stop() {
36
36
try {
37
37
detector.close();
38
38
} catch (IOExceptione) {
39
-
Log.e(TAG, "Exception thrown while trying to close Face Contour Detector: " +e);
39
+
Log.e(TAG, "Exception thrown while trying to close object detector!",e);
0 commit comments