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

Commit e2ce3b82 authored by Xia Wang's avatar Xia Wang
Browse files

Fix a typo in image processing test

Change-Id: I6c39a144dc7c724188e6ebad76c51c3ac1e818e1
parent 1bae8066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ public class ImageProcessingTest extends ActivityInstrumentationTestCase2<ImageP
                Log.v(TAG, "RenderScript framew time core: " + t + " ms");
            }
            long avgValue = sum/ITERATION;
            rsWriter.write("Averge frame time: " + avgValue + " ms\n");
            rsWriter.write("Average frame time: " + avgValue + " ms\n");
            Log.v(TAG, "Average frame time: " + avgValue + " ms");
            rsWriter.close();
        } catch (IOException e) {