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

Commit 329c3984 authored by Mark Harman's avatar Mark Harman
Browse files

Add logging.

parent 30577078
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2350,6 +2350,8 @@ public class MyApplicationInterface extends BasicApplicationInterface {
     *  file.
     */
    private void completeVideo(final VideoMethod video_method, final Uri uri) {
        if( MyDebug.LOG )
            Log.d(TAG, "completeVideo");
        if( video_method == VideoMethod.MEDIASTORE ) {
            if( Build.VERSION.SDK_INT >= Build.VERSION_CODES.Q ) {
                ContentValues contentValues = new ContentValues();