-
-
Notifications
You must be signed in to change notification settings - Fork 796
It's consuming CPU even when there's no active task. #520
Comments
Thanks for reporting this issue. Something was not right about |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
* development: (155 commits) fix android async example update ios manual test application update android test app support iOS 14, fixes tanersener#553 Support Android scoped storage (tanersener#440) Update arch-common.sh (tanersener#534) fix monitorWait method for android, fixes tanersener#520 reorganise android.mk for cpu-features update the packaging for android arm-v7a and arm-v7a-neon architectures and remove custom abi rules for releases, fixes tanersener#511 fix proguard rules, fixes tanersener#508 target android api level 30 update android gradle version Update README move tooltips to resources fix android release packaging script update ios test-app settings fix ios/tvos system library indexes in ffmpeg build scripts use v4.4.LTS in test applications release v4.4.LTS fix mobile-ffmpeg videotoolbox flags for tvos ... # Conflicts: # ios/configure # ios/src/MobileFFmpeg.h # ios/src/MobileFFmpeg.m # src/ffmpeg/configure # src/ffmpeg/libswscale/aarch64/hscale.S # src/libvorbis/doc/Vorbis_I_spec.html # src/libvorbis/doc/Vorbis_I_spec.pdf
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This project will be retired. Please consider switching to FFmpegKit. This bug is fixed there. |
Description
Right after I use
Config.setLogLevel
, my app keeps a ~ 10% CPU usage even though I haven't start any command.Expected behavior
There should be ~ 0% CPU usage when idle.
Current behavior
The CPU stays ~10% on my Nexus 6P & Pixel 4 devices.
Logs
Environment
The text was updated successfully, but these errors were encountered: