使用 MediaPlayer 时,我会在 LogCat 中不断重复以下几行调试消息:
02-13 14:30:52.090: V/MediaPlayer(21345): getVideoWidth
02-13 14:30:52.090: V/MediaPlayer-JNI(21345): getVideoWidth: 480
02-13 14:30:52.090: V/MediaPlayer(21345): getVideoHeight
02-13 14:30:52.090: V/MediaPlayer-JNI(21345): getVideoHeight: 360
02-13 14:30:52.100: V/MediaPlayer-JNI(21345): isPlaying: 0
我的缓冲区很快就填满了,我错过了其他重要消息。反正有没有禁用这个?在 LogCat 中执行独占过滤器不起作用,因为缓冲区仍然在后台填满。