Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5693a6a authored by Jason Noguchi's avatar Jason Noguchi Committed by Android Git Automerger
Browse files

am a784b3de: Fix build break introduced by missing parenthesis in camera stress test.

* commit 'a784b3de':
  Fix build break introduced by missing parenthesis in camera stress test.
parents 5a894a35 a784b3de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -170,7 +170,7 @@ public class CameraStressTest extends ActivityInstrumentationTestCase2<MediaFram
                    }
                }
                catch (IOException e) {
                    Log.v(TAG, "Error closing file: " + e.toString();
                    Log.v(TAG, "Error closing file: " + e.toString());
                }
            }
        }