raghavtilak / VideoEditor

This app contains basic functionality to fast forward, slowmo and reverse either the whole input video or a specific part of the video
51 stars 18 forks source link

Application features not working #14

Closed syamala27 closed 2 years ago

syamala27 commented 2 years ago

Issue: When I try to use the features, the toast "something went wrong!" appears.

Below I am sharing the videos of the problem.

https://drive.google.com/file/d/1-9bYb5D8RPrptSQeWbzJb-LZ80dEtqjU/view?usp=sharing

https://drive.google.com/file/d/1-15PoTJf0W2qkb06FhfYL6yfRdFOmdWb/view?usp=sharing

raghavtilak commented 2 years ago

Please share the Logs. https://github.com/raghavtilak/VideoEditor/blob/67fcee0d8d1a366a4384e9f32d14fdd4b88ae55e/app/src/main/java/com/raghav/gfgffmpeg/MainActivity.java#L392 Your Device name and Android Version too.

syamala27 commented 2 years ago

device name Lava Z4 android 11 Here I am attaching the log :) log for video editor app.txt

raghavtilak commented 2 years ago

I couldn't find anything erroneous in the Logs. I tried to replicate the issue in multiple devices, but its all working fine.

Does the app shows the toast "Something Went wrong" from the very first time after it is installed? Or if it doesn't, then when exactly this toast is being shown? If you have gone through the code, you might see a Log statement here . Try to capture that Log, and provide here the details.