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

Commit 02c43663 authored by Mark Harman's avatar Mark Harman Committed by Mohammed Althaf T
Browse files

Fix logging.

parent c841af26
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4723,7 +4723,7 @@ public class MainActivity extends AppCompatActivity {
                            // have had Google Play NoClassDefFoundError crashes from getThumbnail() for Galaxy Ace4 (vivalto3g), Galaxy S Duos3 (vivalto3gvn)
                            // also NegativeArraySizeException - best to catch everything
                            if( MyDebug.LOG )
                                Log.e(TAG, "exif orientation exception");
                                Log.e(TAG, "thumbnail exception");
                            exception.printStackTrace();
                        }
                    }