albemala / native_video_player

A Flutter widget to play videos on iOS and Android using a native implementation.
MIT License
14 stars 12 forks source link

how to close log #7

Closed tudosxxx closed 1 year ago

tudosxxx commented 1 year ago

V/MediaPlayer-JNI(14945): getCurrentPosition: 39970 (msec) V/MediaPlayer-JNI(14945): getCurrentPosition: 40071 (msec) V/MediaPlayer-JNI(14945): getCurrentPosition: 40169 (msec) V/MediaPlayer-JNI(14945): getCurrentPosition: 40270 (msec) V/MediaPlayer-JNI(14945): getCurrentPosition: 40369 (msec) V/MediaPlayer-JNI(14945): getCurrentPosition: 40467 (msec) V/MediaPlayer-JNI(14945): getCurrentPosition: 40568 (msec)

albemala commented 1 year ago

These logs come from the Android OS and it's not possible to remove them from the library

tudosxxx commented 1 year ago

These logs come from the Android OS and it's not possible to remove them from the library

that's bad. thank you