We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cfcb6 commit 1e30010Copy full SHA for 1e30010
app/src/main/java/videoeditor/bhuvnesh/com/ffmpegvideoeditor/activity/MainActivity.java
@@ -58,7 +58,7 @@ public class MainActivity extends AppCompatActivity {
58
private FFmpeg ffmpeg;
59
private ProgressDialog progressDialog;
60
private Uri selectedVideoUri;
61
- private static final String TAG = "BHUVNESH";
+ private static final String TAG = "VideoEditor";
62
private static final String FILEPATH = "filepath";
63
private int choice = 0;
64
private int stopPosition;
0 commit comments