视频播放提示:video not found or access denied

文章详细介绍了如何在Tomcat服务器的web.xml文件中添加FLV MIME类型配置,解决本地测试正常但发布到线上服务器时出现视频无法播放的问题。

最近做了个只播放flv格式的视频播放功能在本地测试都不会提示video not found or access denied ,但是发布到线上服务器就提示这个,网上查了一下原因是服务器缺少.FLV的MIME类型,解决办法:
在tomcat/conf/web.xml文件加上

<mime-mapping>
    <extension>.flv</extension>
    <mime-type>flv-application/octet-stream</mime-type>
</mime-mapping>


用户使用Android手机看ins时视频画面突然闪黑屏,并重复播放某几帧。 以下时该时间点附近关于codec相关的Android log打印,介绍一下这些代表什么?可能出现该现象的原因是什么? Line 205740: 09-21 16:44:57.102274 14301 28817 W Codec2Client: query -- param skipped: index = 1107298332. Line 205741: 09-21 16:44:57.103281 14301 28817 I CCodecConfig: query failed after returning 21 values (BAD_INDEX) Line 205743: 09-21 16:44:57.106183 14301 28817 W Codec2Client: query -- param skipped: index = 1342179345. Line 205744: 09-21 16:44:57.106350 14301 28817 W Codec2Client: query -- param skipped: index = 2415921170. Line 205745: 09-21 16:44:57.106409 14301 28817 W Codec2Client: query -- param skipped: index = 1610614798. Line 205759: 09-21 16:44:57.123523 1514 2812 E Codec2-ComponentInterface: We have a failed config Line 205760: 09-21 16:44:57.124375 14301 28817 D CCodecBuffers: [c2.android.aac.decoder#217:1D-Output.Impl[N]] converted 0 buffers to array mode of 6 Line 205939: X.6Wj: MediaCodecVideoRenderer error, index=0, format=Format(3204453916387458v, null, null, video/av01, av01.0.08M.08.0.111.01.01.01.0, 2043403, null, [1080, 1920, 30.0, ColorInfo(BT709, Limited range, SDR SMPTE 170M, false, NA, NA)], [-1, -1]), format_supported=YES Line 205978: 09-21 16:44:57.411646 14301 28817 I CCodecConfig: query failed after returning 21 values (BAD_INDEX) Line 205982: 09-21 16:44:57.412664 14301 28817 W Codec2Client: query -- param skipped: index = 1342179345. Line 205983: 09-21 16:44:57.412702 14301 28817 W Codec2Client: query -- param skipped: index = 2415921170. Line 205984: 09-21 16:44:57.412713 14301 28817 W Codec2Client: query -- param skipped: index = 1610614798. Line 206187: 09-21 16:44:57.464375 1893 2525 D OplusTddV2Controller: DynamicTddModeSupported=true mIsSupportAPPEnter=false Wifi24GState=true SoftApEnabled=false WifiP2pConnected=false DBSEnabled=false blueToothState=false isWeakNetworkEnv=false isDynamicTddForceDisabled=false mIsDynamicTddBtCodec=false mScreenOn=true Line 206398: 09-21 16:44:58.077431 14301 28833 W libc : Access denied finding property "vendor.debug.stagefright.mediacodec.trace" Line 206402: 09-21 16:44:58.091300 14301 28839 D CCodecConfig: read media type: audio/mp4a-latm Line 206410: 09-21 16:44:58.117336 14301 28839 I CCodecConfig: query failed after returning 21 values (BAD_INDEX) Line 206411: 09-21 16:44:58.128219 14301 28833 E MediaCodec: Media Quality Service not found. Line 206413: 09-21 16:44:58.136120 14301 28839 W Codec2Client: query -- param skipped: index = 1107298332. Line 206414: 09-21 16:44:58.136862 14301 28839 I CCodecConfig: query failed after returning 21 values (BAD_INDEX) Line 206416: 09-21 16:44:58.140513 14301 28839 W Codec2Client: query -- param skipped: index = 1342179345. Line 206417: 09-21 16:44:58.140585 14301 28839 W Codec2Client: query -- param skipped: index = 2415921170. Line 206418: 09-21 16:44:58.140621 14301 28839 W Codec2Client: query -- param skipped: index = 1610614798.
最新发布
09-29
19/09 10:09:05,445 DEBUG [281473121081952] (context.cpp:57) Librealsense VERSION: 2.56.5.0 19/09 10:09:05,447 INFO [281473121081952] (backend-v4l2.cpp:675) Cannot access /sys/class/d4xx-class 19/09 10:09:05,447 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video0 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video0 19/09 10:09:05,653 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video1 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video1 19/09 10:09:05,654 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video2 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video2 19/09 10:09:05,654 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video3 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video3 19/09 10:09:05,655 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video4 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.3/video4linux/video4 19/09 10:09:05,655 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video5 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.3/video4linux/video5 Nothing to do, run again with -h for help 19/09 10:09:05,668 INFO [281473121081952] (backend-v4l2.cpp:675) Cannot access /sys/class/d4xx-class 19/09 10:09:05,668 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video0 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video0 19/09 10:09:05,669 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video1 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video1 19/09 10:09:05,669 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video2 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video2 19/09 10:09:05,670 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video3 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video3 19/09 10:09:05,670 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video4 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.3/video4linux/video4 19/09 10:09:05,671 INFO [281473121081952] (backend-v4l2.cpp:775) Enumerating UVC video5 realpath=/sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.3/video4linux/video5 19/09 10:09:05,681 INFO [281473121081952] (backend-v4l2.cpp:675) Cannot access /sys/class/d4xx-class 19/09 10:09:05,681 DEBUG [281473121081952] (context.cpp:129) ... /sys/devices/platform/bus@0/3610000.usb/usb2/2-1/2-1.4/2-1.4:1.0/video4linux/video0 19/09 10:09:05,681 DEBUG [281473121081952] (context.cpp:141) Found 1 RealSense devices (0xfe requested & 0xff from device-mask in settings) Connected devices: 19/09 10:09:05,684 DEBUG [281473121081952] (d400-device.cpp:463) The IMU sensor is for PID b3a has been identified as BMI085 19/09 10:09:05,695 WARNING [281473121081952] (ds-motion-common.cpp:452) No HID info provided, IMU is disabled 19/09 10:09:05,696 ERROR [281473121081952] (rs.cpp:256) [rs2_create_device( info_list:0xaaaade778bb0, index:0 ) UNKNOWN] bad optional access 19/09 10:09:05,696 ERROR [281473121081952] (rs.cpp:256) [rs2_delete_device( device:nullptr ) UNKNOWN] null pointer passed for argument "device" 19/09 10:09:05,696 WARNING [281473121081952] (rs.cpp:392) null pointer passed for argument "device" RealSense error calling rs2_create_device(info_list:0xaaaade778bb0, index:0): bad optional access
09-20
Use of stream types is deprecated for operations other than volume control 08-06 16:39:08.069037 6748 6748 W MediaPlayer: See the documentation of setAudioStreamType() for what to use instead with android.media.AudioAttributes to qualify your playback use case 08-06 16:39:08.069569 2463 14868 D NuPlayerDriver: seekTo(0xb400007c57522900) (0 ms, 0) at state 4 08-06 16:39:08.070123 6748 10059 D C2NodeImpl: getInputBufferParams: wxh 940x1920, delay 16 08-06 16:39:08.070208 6748 10059 D BufferQueueConsumer: [GraphicBufferSource](id:1a5c00000016,api:0,p:-1,c:6748) setMaxAcquiredBufferCount: 16 08-06 16:39:08.070235 6748 10059 D GraphicBufferSource: setting dataspace: 0x104, acquired=0 08-06 16:39:08.070272 2463 10083 I GenericSource: start 08-06 16:39:08.070320 6748 6748 D MediaPlayer: MediaPlayer start called 08-06 16:39:08.070520 6748 10059 D CCodec : ISConfig not changed 08-06 16:39:08.072474 2463 2463 D NuPlayerDriver: start(0xb400007c57522900)+ state is 4, eos is 0 08-06 16:39:08.072620 2463 2463 D NuPlayerDriver: start(0xb400007c57522900)- 08-06 16:39:08.073196 2463 10083 D OplusNuPlayer: videoSlowSync, onStart, isVideoSlowSync = 0 08-06 16:39:08.073290 6748 6748 I KLog : [I] [Tid: 496529952920] RecorderUtils| isRecordFailedCode: error code match, module:kRecorder, level:kP0, DetailCode:206 08-06 16:39:08.074290 2463 10083 D AtlasEventUploadUtils: setEvent event:atlas_event_audio_filename 08-06 16:39:08.075138 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:1863 deviceIds:[] type:android.media.SoundPool u/pid:10161/4384 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.075223 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2375 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.075258 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4167 deviceIds:[] type:android.media.MediaPlayer u/pid:10373/6748 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:11417 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.075277 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:143 deviceIds:[] type:android.media.SoundPool u/pid:1000/3377 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.075295 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:1487 deviceIds:[] type:android.media.SoundPool u/pid:10161/4384 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.075522 2463 10083 D NuPlayerDriver: notifySeekComplete(0xb400007c57522900) 08-06 16:39:08.078080 2463 10083 D OplusNuPlayer: videoSlowSync, onStart, isVideoSlowSync = 0 08-06 16:39:08.078120 2463 10083 D AtlasEventUploadUtils: setEvent event:atlas_event_audio_filename 08-06 16:39:08.082494 6748 6748 I KLog : [I] [Tid: 496529952920] FaceMagicLog jni : nativeGetFaceMagicInfo 08-06 16:39:08.083268 14336 14336 I mydevices[core].AudioPlaybackMonitor: (main)notifyPlaybackConfigChanged 08-06 16:39:08.083308 14336 14336 I mydevices[core].AudioPlaybackMonitor: (main)checkPlaybackChanged 08-06 16:39:08.083695 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4111 deviceIds:[] type:android.media.SoundPool u/pid:10104/730 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083740 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4175 deviceIds:[] type:android.media.MediaPlayer u/pid:10373/6748 state:started attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:11425 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083770 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:151 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083798 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:1879 deviceIds:[] type:android.media.SoundPool u/pid:10145/21352 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083815 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2007 deviceIds:[] type:android.media.SoundPool u/pid:10145/21352 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083851 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3671 deviceIds:[2] type:android.media.MediaPlayer u/pid:10356/6308 state:stopped attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:10881 mutedState:streamVolume portVolume FormatInfo{isSpatialized=false, channelMask=0x1, sampleRate=44100} 08-06 16:39:08.083885 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4055 deviceIds:[] type:android.media.AudioTrack u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:11265 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083902 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:159 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083919 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2783 deviceIds:[] type:android.media.SoundPool u/pid:1000/30442 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083937 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:231 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083952 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:295 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.083971 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2791 deviceIds:[] type:android.media.SoundPool u/pid:1000/30442 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084012 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4071 deviceIds:[2] type:android.media.AudioTrack u/pid:10356/6308 state:started attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:11281 mutedState:clientVolume FormatInfo{isSpatialized=false, channelMask=0x3, sampleRate=44100} 08-06 16:39:08.084036 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2735 deviceIds:[] type:android.media.SoundPool u/pid:10361/27907 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084058 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3631 deviceIds:[] type:android.media.AudioTrack u/pid:10356/6308 state:paused attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:10841 mutedState:streamVolume portVolume FormatInfo{isSpatialized=false, channelMask=0x3, sampleRate=44100} 08-06 16:39:08.084092 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3695 deviceIds:[] type:android.media.AudioTrack u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:10905 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084113 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2295 deviceIds:[] type:android.media.SoundPool u/pid:10136/28604 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084142 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2359 deviceIds:[] type:android.media.SoundPool u/pid:10339/27020 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084172 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2423 deviceIds:[] type:android.media.SoundPool u/pid:10370/4607 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x801 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084190 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3639 deviceIds:[] type:android.media.MediaPlayer u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:10849 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084206 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4087 deviceIds:[] type:android.media.MediaPlayer u/pid:10339/27020 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:11305 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084233 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2239 deviceIds:[] type:android.media.SoundPool u/pid:1000/17557 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084255 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3647 deviceIds:[] type:android.media.MediaPlayer u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:10857 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084337 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:1863 deviceIds:[] type:android.media.SoundPool u/pid:10161/4384 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084421 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2375 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084448 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4167 deviceIds:[] type:android.media.MediaPlayer u/pid:10373/6748 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:11417 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084464 19578 19643 D MTS_BaseSceneDetector: [m]com.smile.gifmaker audioState: 10881 State: 4 08-06 16:39:08.084517 19578 19643 D MTS_BaseSceneDetector: [m]com.smile.gifmaker audioState: 11281 State: 2 08-06 16:39:08.084531 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:143 deviceIds:[] type:android.media.SoundPool u/pid:1000/3377 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084542 19578 19643 D MTS_BaseSceneDetector: [m]com.smile.gifmaker audioState: 10841 State: 3 08-06 16:39:08.084561 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:1487 deviceIds:[] type:android.media.SoundPool u/pid:10161/4384 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084585 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4111 deviceIds:[] type:android.media.SoundPool u/pid:10104/730 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084605 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4175 deviceIds:[] type:android.media.MediaPlayer u/pid:10373/6748 state:started attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:11425 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084635 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:151 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084660 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:1879 deviceIds:[] type:android.media.SoundPool u/pid:10145/21352 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084707 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2007 deviceIds:[] type:android.media.SoundPool u/pid:10145/21352 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084759 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3671 deviceIds:[2] type:android.media.MediaPlayer u/pid:10356/6308 state:stopped attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:10881 mutedState:streamVolume portVolume FormatInfo{isSpatialized=false, channelMask=0x1, sampleRate=44100} 08-06 16:39:08.084779 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4055 deviceIds:[] type:android.media.AudioTrack u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:11265 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084802 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:159 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084841 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2783 deviceIds:[] type:android.media.SoundPool u/pid:1000/30442 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084867 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:231 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084889 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:295 deviceIds:[] type:android.media.SoundPool u/pid:10242/8287 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084909 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2791 deviceIds:[] type:android.media.SoundPool u/pid:1000/30442 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084927 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4071 deviceIds:[2] type:android.media.AudioTrack u/pid:10356/6308 state:started attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:11281 mutedState:clientVolume FormatInfo{isSpatialized=false, channelMask=0x3, sampleRate=44100} 08-06 16:39:08.084957 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2735 deviceIds:[] type:android.media.SoundPool u/pid:10361/27907 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.084984 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3631 deviceIds:[] type:android.media.AudioTrack u/pid:10356/6308 state:paused attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:10841 mutedState:streamVolume portVolume FormatInfo{isSpatialized=false, channelMask=0x3, sampleRate=44100} 08-06 16:39:08.085000 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3695 deviceIds:[] type:android.media.AudioTrack u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_MEDIA content=CONTENT_TYPE_UNKNOWN flags=0xA00 tags= bundle=null sessionId:10905 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085015 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2295 deviceIds:[] type:android.media.SoundPool u/pid:10136/28604 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085036 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2359 deviceIds:[] type:android.media.SoundPool u/pid:10339/27020 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085052 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2423 deviceIds:[] type:android.media.SoundPool u/pid:10370/4607 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x801 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085074 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3639 deviceIds:[] type:android.media.MediaPlayer u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:10849 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085103 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:4087 deviceIds:[] type:android.media.MediaPlayer u/pid:10339/27020 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:11305 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085120 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:2239 deviceIds:[] type:android.media.SoundPool u/pid:1000/17557 state:idle attr:AudioAttributes: usage=USAGE_ASSISTANCE_SONIFICATION content=CONTENT_TYPE_SONIFICATION flags=0x800 tags= bundle=null sessionId:0 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085134 3377 9757 D Telecom : h2: onPlaybackConfigChanged: config=AudioPlaybackConfiguration piid:3647 deviceIds:[] type:android.media.MediaPlayer u/pid:10356/6308 state:idle attr:AudioAttributes: usage=USAGE_UNKNOWN content=CONTENT_TYPE_UNKNOWN flags=0x800 tags= bundle=null sessionId:10857 mutedState:none FormatInfo{isSpatialized=false, channelMask=0x0, sampleRate=0} 08-06 16:39:08.085843 19578 19643 D MTS_BaseSceneDetector: [m]com.smile.gifmaker audioState: 10881 State: 4 08-06 16:39:08.085892 19578 19643 D MTS_BaseSceneDetector: [m]com.smile.gifmaker audioState: 11281 State: 2 08-06 16:39:08.085913 19578 19643 D MTS_BaseSceneDetector: [m]com.smile.gifmaker audioState: 10841 State: 3 08-06 16:39:08.086281 2463 10083 D OplusNuPlayer: already disable oplus avenhancements decoders... 08-06 16:39:08.086298 2463 10083 D OplusNuPlayer: [instantiateDecoder:L574] codeID A:0 V:0 tryffmpeg A:0 V:0 08-06 16:39:08.087111 6748 9240 E KLog : [E] [Tid: 486288987328] [Daenerys][operator()][stats.h:240] last pts:69982187,frame_number:53,cost_time:0,thread_site:2 08-06 16:39:08.089982 19578 19643 W MTS_BaseSceneDetectorFactory: [m]illegal pkgName: com.kuaishou.nebula 08-06 16:39:08.090065 19578 19643 W MTS_AppSceneDetector: [m]create detector fail 08-06 16:39:08.090095 19578 19643 W MTS_AppSceneDetector: [m]detect play change when get detector is null, uid: 10373 08-06 16:39:08.093672 1793 3489 I AHAL: AudioDevice: GetParameters: 3018: enter: is_hw_dec_session_available 08-06 16:39:08.094676 6748 10054 D MediaCodec: [0xb4000070b0571800] setState: 5 08-06 16:39:08.094924 2463 10096 D MediaCodec: CreateByType: mime audio/vorbis, encoder 0, pid 6748 08-06 16:39:08.095213 6748 9244 I KLog : [I] [Tid: 485694878912] MediaRecorderImpl| onCaptureOneVideoFrame 08-06 16:39:08.095264 6748 9244 I KLog : [I] [Tid: 485694878912] CaptureImageController| onPreviewCaptured main bitmap 0 true w*h:996*1920 08-06 16:39:08.095280 6748 9244 I KLog : [I] [Tid: 485694878912] CaptureImageController| main mediaRecorder didFinishCaptureImage 08-06 16:39:08.095392 14336 14336 I mydevices[core].AudioPlaybackMonitor: (main)notifyPlaybackConfigChanged 08-06 16:39:08.095421 10098 10171 I midasd : OplusObrainService::notifyEventIntString eventId:14 iParam:2 strParam:com.kuaishou.nebula 08-06 16:39:08.095660 2463 10096 W libc : Access denied finding property "vendor.debug.stagefright.mediacodec.trace" 08-06 16:39:08.095694 14336 14336 I mydevices[core].AudioPlaybackMonitor: (main)checkPlaybackChanged 08-06 16:39:08.095784 2463 10096 W libc : Access denied finding property "persist.vendor.media.c2.frameworks.buffercount.trace" 08-06 16:39:08.095809 2463 10096 W libc : Access denied finding property "persist.vendor.media.c2.frameworks.buffercount.trace" 08-06 16:39:08.096314 2463 10096 W libc : Access denied finding property "persist.vendor.media.c2.frameworks.buffercount.trace" 08-06 16:39:08.096343 2463 10096 W libc : Access denied finding property "persist.vendor.media.c2.frameworks.buffercount.trace" 08-06 16:39:08.096386 2463 10096 D MediaCodec: [0xb400007c5f5cd800] init: CCodec 0xb400007c57437700, CCodecBufferChannel 0xb400007c7a547018 08-06 16:39:08.096514 2463 10100 D MediaCodec: [0xb400007c5f5cd800] setState: 1 08-06 16:39:08.096561 2463 10100 D CCodec : allocate(c2.android.vorbis.decoder) 08-06 16:39:08.097251 2448 9903 I OplusCameraService: CameraServiceExtImpl.cpp: 5082 getTrdPartyFBJsonValue() getTrdPartyFBJsonValue apkPropName: oplus.video.beauty.com.kuaishou.nebula, prop value: -1 08-06 16:39:08.097270 6748 10080 I KLog : [I] [Tid: 488912553152] FaceMagicLog jni : nativeGetFaceMagicInfo 08-06 16:39:08.097467 12585 32752 I OplusObrain: OplusObrainClientInvoke.nativeGetAudioPackageList 08-06 16:39:08.099245 1865 4191 W QC2Interface: [avcE_712] Failed to query parameters 08-06 16:39:08.101375 1858 1968 I [UAH_CLIENT]: UahPlatformResAcquire 08-06 16:39:08.101405 1858 1968 I [UAH_CLIENT]: UahEventAcquire, cmdid:-3, pkg:1865 4191, identity:qcom-perfd 08-06 16:39:08.101865 2044 2075 I URCC_CORE_SERVER: [urccRequestQueueExec] urccRequest: handle: 117196, uz3M9x5&*ibde*fiai#*79yy5s&*t7vx-u5s46#*6ps9q1vw&*hjj#*us1v&*h#*r916&*wvw5#*sr&i#*s5r&*^jmijijjij#fjaejjj$ 08-06 16:39:08.102267 2044 2075 I URCC_RES_MANAGER: [dumpResourceApplyInfo] urccResUpdate: XKF&^iiciad#jmij#iahjjjj#jmjb$ 08-06 16:39:08.102321 2044 2075 I URCC_RES_MANAGER: [dumpCpuOnline] urccCoreCtrl: [0x1010b90,2,191919,-1] [0x1010ba0,3,191919,-1] [0x1010bb0,1,191919,-1] [0x1010bc0,2,191919,-1] 08-06 16:39:08.102455 1858 1966 E ANDR-PERF-RESOURCEQS: ANDR-PERF-RESOURCEQS: AddAndApply() 125: Resource with major=16, minor=0 not supported 08-06 16:39:08.111151 2463 10100 I CCodec : setting up 'default' as default (vendor) store 08-06 16:39:08.111589 6748 6748 D MediaRouter: onRestoreRoute() : route=RouteInfo{ name=手机, description=null, status=null, category=RouteCategory{ name=系统 types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 08-06 16:39:08.111680 6748 6748 V MediaRouter: Selecting route: RouteInfo{ name=手机, description=null, status=null, category=RouteCategory{ name=系统 types=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO groupable=false }, supportedTypes=ROUTE_TYPE_LIVE_AUDIO ROUTE_TYPE_LIVE_VIDEO , presentationDisplay=null } 08-06 16:39:08.118992 2833 18779 D BufferPoolAccessor2.0: bufferpool2 0xb4000074ba52d428 : 0(0 size) total buffers - 0(0 size) used buffers - 0/0 (recycle/alloc) - 0/0 (fetch/transfer) 08-06 16:39:08.119117 2833 18779 D BufferPoolAccessor2.0: bufferpool2 0xb4000074ba52c828 : 0(0 size) total buffers - 0(0 size) used buffers - 287/334 (recycle/alloc) - 43/294 (fetch/transfer) 08-06 16:39:08.119144 2463 16838 D BufferPoolAccessor2.0: bufferpool2 0xb400007c7a51f628 : 0(0 size) total buffers - 0(0 size) used buffers - 37/45 (recycle/alloc) - 8/86 (fetch/transfer) 08-06 16:39:08.119210 10098 10171 I midasd : OplusObrainService::notifyEventInt eventId:21 iParam:0 08-06 16:39:08.119269 2463 16838 D BufferPoolAccessor2.0: Destruction - bufferpool2 0xb400007c7a51f628 cached: 0/0M, 0/0% in use; allocs: 45, 82% recycled; transfers: 86, 91% unfetched 08-06 16:39:08.119494 1865 10112 W IMGTXRFILTER: [imgTxrF_712] Client has not specified color aspects, setting default for format -1040187392(RGBA8888_UBWC) 08-06 16:39:08.120408 1865 10114 E CVPFilter: [cvpF_712] start: Eva-Dme object couldn't be constructed! Bypass it 08-06 16:39:08.121769 12585 32752 I OplusObrain: OplusObrainClientInvoke.nativeGetTelephonyInfo 08-06 16:39:08.122279 12585 32752 I OplusObrain: OplusObrainClientInvoke.nativeGetTrafficTypeInfoForNetworkType networkType 0 08-06 16:39:08.122459 3377 9118 D KernelStatsHelper: getKernelStats start! 08-06 16:39:08.124521 2463 10100 I CCodec : Created component [c2.android.vorbis.decoder] for [c2.android.vorbis.decoder] 08-06 16:39:08.124547 2463 10100 D CCodecBufferChannel: [0xb400007c7a547018] setComponent: mName c2.android.vorbis.decoder#444, mPipelineWatcher 0xb400007c7a547500 08-06 16:39:08.124771 2463 10100 D CCodecConfig: read media type: audio/vorbis 08-06 16:39:08.125442 6748 6937 I Ktrace : trace manager create trace with span name 0xb400007247d3c960. 08-06 16:39:08.126590 6748 6937 I Ktrace : Host internal: ReportEvent 08-06 16:39:08.127427 2463 10100 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.max-count.values 08-06 16:39:08.128410 2463 10100 D ReflectedParamUpdater: extent() != 1 for single value type: output.subscribed-indices.values 08-06 16:39:08.128503 2463 10100 D ReflectedParamUpdater: extent() != 1 for single value type: input.buffers.allocator-ids.values 08-06 16:39:08.128570 2463 10100 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.allocator-ids.values 08-06 16:39:08.128621 2463 10100 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.allocator-ids.values 08-06 16:39:08.128656 2463 10100 D ReflectedParamUpdater: extent() != 1 for single value type: output.buffers.pool-ids.values 08-06 16:39:08.128689 2463 10100 D ReflectedParamUpdater: extent() != 1 for single value type: algo.buffers.pool-ids.values 08-06 16:39:08.129298 2463 10100 I CCodecConfig: query failed after returning 8 values (BAD_INDEX) 08-06 16:39:08.129350 2448 9903 I OplusCameraService: CameraServiceExtImpl.cpp: 5082 getTrdPartyFBJsonValue() getTrdPartyFBJsonValue apkPropName: oplus.video.beauty.com.kuaishou.nebula, prop value: -1 08-06 16:39:08.129529 2463 10100 D MediaCodec: [0xb400007c5f5cd800] setState: 2 08-06 16:39:08.130283 6748 9223 I KLog : [I] [Tid: 489411302592] [Daenerys][operator()][runloop_processor.h:42] RunloopProcessor frame dropped from_input:1,frame_number:56,pts:69982287 08-06 16:39:08.131641 1249 1249 E lowmemorykiller: device memory 820800 free 60206 file 711926 08-06 16:39:08.131757 3377 8080 D OplusNetlinkSocket: handleNetlinkRecvKernelMessage:nlmsghdr:StructNlMsgHdr{ nlmsg_len{3004}, nlmsg_type{49()}, nlmsg_flags{0()}, nlmsg_seq{0}, nlmsg_pid{221323152} } 08-06 16:39:08.133231 3377 8080 D KernelStatsHelper: get magic :[-1, -1, -1, 77, 65, 71, 73, 67] 08-06 16:39:08.133250 3377 8080 D KernelStatsHelper: magic matched count:86 data_len:4472 08-06 16:39:08.133343 3377 8080 D OplusNetlinkSocket: handleNetlinkRecvKernelMessage:nlmsghdr:StructNlMsgHdr{ nlmsg_len{1532}, nlmsg_type{49()}, nlmsg_flags{0()}, nlmsg_seq{0}, nlmsg_pid{221323152} } 08-06 16:39:08.133357 3377 8080 D KernelStatsHelper: data over! check: true 08-06 16:39:08.135275 1865 4191 W QC2Interface: [avcE_712] Failed to query parameters 08-06 16:39:08.135475 1858 1968 I [UAH_CLIENT]: UahRelease, handle:117196 08-06 16:39:08.135797 2044 2075 I URCC_CORE_SERVER: [urccRequestReleaseExec] urccRelease: handle: 117196, said:-1 08-06 16:39:08.136227 2044 2075 I URCC_RES_MANAGER: [dumpResourceApplyInfo] urccResUpdate: XKF&^iicjeg#jmij#dchjjj#jmjj$ 08-06 16:39:08.137655 2463 10096 W ServiceManagerCppClient: Failed to get isDeclared for media_quality: Status(-1, EX_SECURITY): 'SELinux denied for service.' 08-06 16:39:08.137699 2463 10096 E MediaCodec: Media Quality Service not found. 08-06 16:39:08.137803 2463 10096 I MediaCodec: [0xb400007c5f5cd800] [c2.android.vorbis.decoder] configure, format : AMessage(what = 0x00000000) = { string mime = "audio/vorbis" int64_t durationUs = 139546 Buffer csd-0 = { 00000000: 01 76 6f 72 62 69 73 00 00 00 00 01 44 ac 00 00 .vorbis.....D... 00000010: 00 00 00 00 70 11 01 00 00 00 00 00 b8 01 ....p......... } Buffer *csd-1 = 0xb400007c74118100 int32_t bitrate = 70000 int32_t channel-count = 1 int32_t sample-rate = 44100 int32_t channel-mask = 1 int32_t priority = 0 int32_t pcm-encoding = 2 int32_t dataSourceType = 5 int64_t calling-uid = 10373 int64_t calling-pid = 6748 int32_t vendor.qti-ext-dec-drop-corrupt.value = 1 } 日志解释
08-12
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值