wildfirechat / android-chat

即时通讯,聊天,野火IMAndroid客户端,支持Android 4.x —— 最新
http://docs.wildfirechat.cn
Other
2.54k stars 889 forks source link

项目从32位更换到64之后,服务不能正常启动 #719

Closed jing0907 closed 1 year ago

jing0907 commented 1 year ago

--------- beginning of system 11-15 09:30:52.559 18103 18103 I chatty : uid=10288(com.goobird.hivideo) identical 4 lines 11-15 09:30:52.641 18103 18103 I PhoneWindow: initSystemUIColor 11-15 09:30:53.795 18103 18103 I PhoneWindow: initSystemUIColor 11-15 09:30:53.952 18103 18153 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:33:14.086 18436 18436 I chatty : uid=10288(com.goobird.hivideo) identical 4 lines 11-15 09:33:14.173 18436 18436 I PhoneWindow: initSystemUIColor 11-15 09:33:15.334 18436 18436 I PhoneWindow: initSystemUIColor 11-15 09:33:15.505 18436 18482 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:34:51.242 18703 18703 I chatty : uid=10288(com.goobird.hivideo) identical 4 lines 11-15 09:34:51.330 18703 18703 I PhoneWindow: initSystemUIColor 11-15 09:34:52.512 18703 18703 I PhoneWindow: initSystemUIColor 11-15 09:34:52.674 18703 18748 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:34:55.956 18703 18703 I PhoneWindow: initSystemUIColor 11-15 09:34:58.168 18703 18703 I PhoneWindow: initSystemUIColor 11-15 09:34:59.517 18703 18703 I PhoneWindow: initSystemUIColor --------- beginning of crash 11-15 09:35:02.064 18703 18703 E AndroidRuntime: FATAL EXCEPTION: main 11-15 09:35:02.064 18703 18703 E AndroidRuntime: Process: com.goobird.hivideo, PID: 18703 11-15 09:35:02.064 18703 18703 E AndroidRuntime: java.lang.NullPointerException: Attempt to read from field 'cn.wildfirechat.model.Conversation$ConversationType cn.wildfirechat.model.Conversation.type' on a null object reference 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at cn.wildfire.chat.kit.conversation.ConversationInputPanel.notifyTyping(ConversationInputPanel.java:564) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at cn.wildfire.chat.kit.conversation.ConversationInputPanel.afterInputTextChanged(ConversationInputPanel.java:369) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at cn.wildfire.chat.kit.conversation.ConversationInputPanel_ViewBinding$2.afterTextChanged(ConversationInputPanel_ViewBinding.java:77) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.widget.TextView.sendAfterTextChanged(TextView.java:10688) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.widget.TextView$ChangeWatcher.afterTextChanged(TextView.java:13736) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.text.SpannableStringBuilder.sendAfterTextChanged(SpannableStringBuilder.java:1277) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:577) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:507) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:37) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.view.inputmethod.BaseInputConnection.replaceText(BaseInputConnection.java:857) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.view.inputmethod.BaseInputConnection.commitText(BaseInputConnection.java:203) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at com.android.internal.widget.EditableInputConnection.commitText(EditableInputConnection.java:177) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:339) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:89) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.os.Looper.loop(Looper.java:230) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7919) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526) 11-15 09:35:02.064 18703 18703 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034) 11-15 09:35:02.578 18986 18986 I chatty : uid=10288(com.goobird.hivideo) identical 3 lines 11-15 09:35:02.649 18986 18986 E AndroidRuntime: FATAL EXCEPTION: main 11-15 09:35:02.649 18986 18986 E AndroidRuntime: Process: com.goobird.hivideo, PID: 18986 11-15 09:35:02.649 18986 18986 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.goobird.hivideo/com.goobird.activity.MinePageActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.goobird.fragment.MinePageVideoFragment: could not find Fragment constructor 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3582) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3727) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2279) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.os.Handler.dispatchMessage(Handler.java:107) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.os.Looper.loop(Looper.java:230) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.ActivityThread.main(ActivityThread.java:7919) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at java.lang.reflect.Method.invoke(Native Method) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: Caused by: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.goobird.fragment.MinePageVideoFragment: could not find Fragment constructor 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.Fragment.instantiate(Fragment.java:612) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.FragmentContainer.instantiate(FragmentContainer.java:57) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.FragmentManager$3.instantiate(FragmentManager.java:483) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.FragmentStateManager.(FragmentStateManager.java:88) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.FragmentManager.restoreSaveState(FragmentManager.java:2711) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.FragmentController.restoreSaveState(FragmentController.java:198) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.FragmentActivity$2.onContextAvailable(FragmentActivity.java:149) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.activity.contextaware.ContextAwareHelper.dispatchOnContextAvailable(ContextAwareHelper.java:99) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.activity.ComponentActivity.onCreate(ComponentActivity.java:296) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.FragmentActivity.onCreate(FragmentActivity.java:269) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at com.goobird.activity.BaseActivity.onCreate(BaseActivity.java:59) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7896) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.Activity.performCreate(Activity.java:7885) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1353) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3557) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: ... 11 more 11-15 09:35:02.649 18986 18986 E AndroidRuntime: Caused by: java.lang.NoSuchMethodException: com.goobird.fragment.MinePageVideoFragment. [] 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at java.lang.Class.getConstructor0(Class.java:2332) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at java.lang.Class.getConstructor(Class.java:1728) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: at androidx.fragment.app.Fragment.instantiate(Fragment.java:597) 11-15 09:35:02.649 18986 18986 E AndroidRuntime: ... 25 more 11-15 09:36:15.740 19092 19092 I chatty : uid=10288(com.goobird.hivideo) identical 4 lines 11-15 09:36:15.830 19092 19092 I PhoneWindow: initSystemUIColor 11-15 09:36:17.006 19092 19092 I PhoneWindow: initSystemUIColor 11-15 09:36:17.167 19092 19138 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:36:34.531 19323 19323 I chatty : uid=10288(com.goobird.hivideo) identical 4 lines 11-15 09:36:34.618 19323 19323 I PhoneWindow: initSystemUIColor 11-15 09:36:35.798 19323 19323 I PhoneWindow: initSystemUIColor 11-15 09:36:35.958 19323 19368 I chatty : uid=10288(com.goobird.hivideo) identical 1 line --------- beginning of main 11-15 09:40:06.322 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.00 dur=1033.27 max=33.81 min=32.72 11-15 09:40:06.757 20579 20579 W CrashSDKBkgdHan: type=1400 audit(0.0:93905): avc: denied { read } for name="loadavg" dev="proc" ino=4026532318 scontext=u:r:untrusted_app_27:s0:c203,c256,c512,c768 tcontext=u:object_r:proc_loadavg:s0 tclass=file permissive=0 11-15 09:40:07.356 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.00 dur=1033.28 max=33.71 min=32.95 11-15 09:40:08.284 19323 19340 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:08.284 19323 19340 V MediaPlayerNative: playback complete 11-15 09:40:08.284 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.284 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.284 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:08.284 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:08.285 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:08.285 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.285 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:08.285 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.289 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:08.290 19323 19340 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:08.291 19323 19340 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:08.291 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.291 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:08.291 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.291 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:08.291 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:08.291 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:08.292 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.293 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.295 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:08.296 19323 19323 V MediaPlayerNative: start 11-15 09:40:08.301 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:08.303 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:08.303 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:08.303 19323 19323 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:40:08.303 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:08.303 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:08.303 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:08.304 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:08.333 19323 19340 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:08.333 19323 19340 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:08.333 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.333 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.334 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:08.334 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:08.334 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:08.334 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:08.363 19323 19340 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:08.363 19323 19340 V MediaPlayerNative: Received seek complete 11-15 09:40:08.363 19323 19340 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:08.363 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.363 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.363 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:08.364 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:08.364 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:08.364 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:08.364 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:08.364 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:08.364 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:08.364 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=24.78 dur=1008.81 max=208.48 min=32.34 11-15 09:40:08.364 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:08.454 19323 19341 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:08.454 19323 19341 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:08.454 19323 19341 V MediaPlayerNative: callback application 11-15 09:40:08.454 19323 19341 V MediaPlayerNative: back from callback 11-15 09:40:08.459 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:09.393 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.13 dur=1028.84 max=129.99 min=6.55 11-15 09:40:09.544 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:09.544 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:09.545 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:09.545 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:09.558 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:10.410 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.47 dur=1016.73 max=34.40 min=2.98 11-15 09:40:11.443 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.02 dur=1032.61 max=34.04 min=32.73 11-15 09:40:12.443 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.99 dur=1000.18 max=34.10 min=32.15 11-15 09:40:13.405 19323 19340 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:13.405 19323 19340 V MediaPlayerNative: playback complete 11-15 09:40:13.405 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.405 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.406 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:13.406 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:13.406 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.406 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.420 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:13.420 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:13.423 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:13.424 19323 19340 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:13.425 19323 19340 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:13.425 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.425 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.425 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:13.425 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:13.425 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.425 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.426 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:13.427 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:13.428 19323 19323 V MediaPlayerNative: start 11-15 09:40:13.435 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:13.436 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:13.436 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:13.437 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:13.437 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:13.438 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:13.474 19323 19340 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:13.475 19323 19340 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:13.475 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.475 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.475 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:13.475 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:13.475 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:13.476 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:13.491 19323 19340 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:13.491 19323 19340 V MediaPlayerNative: Received seek complete 11-15 09:40:13.491 19323 19340 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:13.491 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.491 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.491 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:13.491 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:13.492 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:13.492 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:13.492 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:13.492 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.492 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=24.77 dur=1049.85 max=216.54 min=31.06 11-15 09:40:13.493 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.493 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:13.497 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 18 is dropped, handle=0x724a1b0a80 11-15 09:40:13.618 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:13.618 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:13.618 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:13.618 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:13.618 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:14.521 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.17 dur=1028.36 max=164.89 min=4.87 11-15 09:40:14.915 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:14.915 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:14.915 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:14.915 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:14.916 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:14.920 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 14 is dropped, handle=0x724a1af900 11-15 09:40:15.485 21373 21373 W CrashSDKBkgdHan: type=1400 audit(0.0:93906): avc: denied { read } for name="loadavg" dev="proc" ino=4026532318 scontext=u:r:untrusted_app_27:s0:c203,c256,c512,c768 tcontext=u:object_r:proc_loadavg:s0 tclass=file permissive=0 11-15 09:40:15.538 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.45 dur=1017.52 max=35.54 min=4.36 11-15 09:40:16.571 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.02 dur=1032.54 max=34.45 min=32.22 11-15 09:40:17.571 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.99 dur=1000.26 max=34.01 min=32.66 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: playback complete 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.567 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:18.567 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.567 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:18.569 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:18.570 19323 19340 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:18.571 19323 19340 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:18.571 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.571 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:18.571 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.573 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:18.573 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:18.573 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.573 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:18.573 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.574 19323 19323 V MediaPlayerNative: start 11-15 09:40:18.579 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:18.579 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:18.579 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:18.581 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:18.581 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:18.582 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:18.611 19323 19340 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:18.611 19323 19340 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:18.611 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.612 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.612 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:18.612 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:18.612 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:18.613 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:18.630 19323 19340 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:18.630 19323 19340 V MediaPlayerNative: Received seek complete 11-15 09:40:18.630 19323 19340 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:18.630 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.630 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.631 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:18.631 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:18.631 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:18.632 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:18.632 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:18.632 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.632 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.632 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:18.633 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=25.44 dur=1061.53 max=195.14 min=31.78 11-15 09:40:18.636 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 17 is dropped, handle=0x724a1b2100 11-15 09:40:18.658 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 9 is dropped, handle=0x724a1b0580 11-15 09:40:18.738 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:18.738 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:18.738 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:18.738 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:18.754 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:19.640 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.78 dur=1007.24 max=143.73 min=3.25 11-15 09:40:19.836 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:19.836 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:19.836 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:19.837 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:19.837 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:19.839 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 0 is dropped, handle=0x7267690ec0 11-15 09:40:20.657 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.46 dur=1017.16 max=35.26 min=2.54 11-15 09:40:21.689 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.04 dur=1031.95 max=34.43 min=32.05 11-15 09:40:22.265 20647 20647 W CrashSDKBkgdHan: type=1400 audit(0.0:93907): avc: denied { read } for name="loadavg" dev="proc" ino=4026532318 scontext=u:r:untrusted_app_27:s0:c203,c256,c512,c768 tcontext=u:object_r:proc_loadavg:s0 tclass=file permissive=0 11-15 09:40:22.691 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.96 dur=1001.50 max=34.20 min=32.30 11-15 09:40:23.687 19323 19340 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:23.687 19323 19340 V MediaPlayerNative: playback complete 11-15 09:40:23.687 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.688 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.689 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:23.689 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:23.689 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.689 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.690 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:23.690 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:23.693 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:23.694 19323 19340 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:23.694 19323 19340 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:23.694 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.694 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.695 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.698 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:23.700 19323 19323 V MediaPlayerNative: start 11-15 09:40:23.707 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:23.707 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:23.707 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:23.707 19323 19323 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:40:23.707 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:23.709 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:23.709 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:23.710 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:23.744 19323 19340 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:23.744 19323 19340 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:23.744 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.745 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.745 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:23.745 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:23.745 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:23.745 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:23.758 19323 19340 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:23.759 19323 19340 V MediaPlayerNative: Received seek complete 11-15 09:40:23.759 19323 19340 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:23.759 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.759 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.759 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:23.759 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:23.759 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:23.759 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:23.759 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.760 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.760 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:23.760 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:23.760 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=25.24 dur=1069.54 max=203.26 min=32.43 11-15 09:40:23.767 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 17 is dropped, handle=0x724a1b2100 11-15 09:40:23.901 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:23.901 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:23.901 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:23.901 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:23.917 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:24.771 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=28.70 dur=1010.43 max=179.68 min=7.40 11-15 09:40:25.215 19323 19341 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:25.215 19323 19341 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:25.215 19323 19341 V MediaPlayerNative: callback application 11-15 09:40:25.215 19323 19341 V MediaPlayerNative: back from callback 11-15 09:40:25.215 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:25.220 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 9 is dropped, handle=0x724a1b0580 11-15 09:40:25.787 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.48 dur=1016.50 max=34.22 min=4.19 11-15 09:40:26.788 19323 19341 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.98 dur=1000.70 max=34.89 min=32.07 11-15 09:40:27.821 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.02 dur=1032.80 max=36.65 min=30.16 11-15 09:40:28.850 19323 19340 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:28.850 19323 19340 V MediaPlayerNative: playback complete 11-15 09:40:28.850 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:28.850 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:28.850 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:28.850 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:28.850 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:28.851 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:28.851 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:28.851 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:28.853 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:28.854 19323 19340 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:28.854 19323 19340 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:28.854 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:28.854 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:28.854 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:28.854 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:28.855 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:28.855 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:28.855 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:28.856 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:28.857 19323 19323 V MediaPlayerNative: start 11-15 09:40:28.862 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:28.863 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:28.863 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:28.863 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:28.863 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:28.863 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:28.888 19323 19340 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:28.888 19323 19340 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:28.888 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:28.888 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:28.897 19323 19340 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:28.897 19323 19340 V MediaPlayerNative: Received seek complete 11-15 09:40:28.897 19323 19340 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:28.897 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:28.898 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:28.898 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:28.898 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:28.898 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:28.898 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:28.899 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=25.97 dur=1078.00 max=177.73 min=31.72 11-15 09:40:28.925 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:28.925 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:28.925 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:28.941 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:28.941 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:29.021 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:29.021 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:29.021 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:29.021 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:29.021 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:29.924 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.27 dur=1025.08 max=160.71 min=4.29 11-15 09:40:30.100 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:30.100 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:30.100 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:30.100 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:30.102 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 9 is dropped, handle=0x724a1b0580 11-15 09:40:30.115 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:30.939 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.51 dur=1015.67 max=35.63 min=5.87 11-15 09:40:31.940 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.99 dur=1000.31 max=34.12 min=32.84 11-15 09:40:32.188 20647 21541 I cr.sandbox: BrowserIOThread heartbeat, interval/index: 30s/1838, render: 11(NORMAL_WITHOUT_SECCOMP), gpu: 2(FULL) 11-15 09:40:32.224 21373 21531 I cr.sandbox.gpu: GpuMainThread heartbeat, interval/index: 30/1838 11-15 09:40:32.612 21354 21604 I cr.sandbox.render: RenderIOThread heartbeat, interval/index: 30s/1838, render: 11(NORMAL_WITHOUT_SECCOMP), gpu: 2(FULL) 11-15 09:40:32.973 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.01 dur=1032.95 max=33.89 min=32.72 11-15 09:40:33.080 21354 21529 I cr.sandbox.render: RenderMainThread heartbeat, interval/index: 30s/1838, render: 11(NORMAL_WITHOUT_SECCOMP), gpu: 2(FULL) 11-15 09:40:33.970 19323 19540 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:33.970 19323 19540 V MediaPlayerNative: playback complete 11-15 09:40:33.970 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:33.970 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:33.970 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:33.970 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:33.970 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:33.971 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:33.981 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:33.981 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:33.983 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:33.985 19323 19540 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:33.985 19323 19540 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:33.985 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:33.985 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:33.986 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:33.986 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:33.987 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:33.987 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:33.987 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:33.988 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:33.989 19323 19323 V MediaPlayerNative: start 11-15 09:40:33.995 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:33.996 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:33.996 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:33.998 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:33.998 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:33.998 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:34.035 19323 19540 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:34.035 19323 19540 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:34.035 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:34.035 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:34.035 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:34.036 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:34.036 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:34.036 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:34.058 19323 19540 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:34.058 19323 19540 V MediaPlayerNative: Received seek complete 11-15 09:40:34.058 19323 19540 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:34.058 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:34.059 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:34.059 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:34.059 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:34.059 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:34.059 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:34.059 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:34.059 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:34.060 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=24.83 dur=1087.57 max=221.02 min=32.94 11-15 09:40:34.060 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:34.061 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:34.070 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 1 is dropped, handle=0x724a1b0800 11-15 09:40:34.182 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:34.182 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:34.182 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:34.183 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:34.183 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:35.087 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.20 dur=1027.25 max=163.71 min=4.78 11-15 09:40:35.521 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:35.521 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:35.521 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:35.521 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:35.521 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:35.523 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 1 is dropped, handle=0x724a1b0800 11-15 09:40:36.104 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.47 dur=1016.81 max=34.12 min=3.14 11-15 09:40:37.138 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.00 dur=1033.31 max=34.02 min=32.67 11-15 09:40:38.171 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.01 dur=1033.15 max=33.87 min=32.51 11-15 09:40:39.133 19323 19340 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:39.133 19323 19340 V MediaPlayerNative: playback complete 11-15 09:40:39.133 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.133 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.133 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:39.133 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:39.134 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:39.134 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:39.134 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.134 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.135 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:39.137 19323 19340 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:39.137 19323 19340 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:39.137 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.137 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:39.137 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.137 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:39.138 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:39.138 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.138 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.139 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.139 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:39.141 19323 19323 V MediaPlayerNative: start 11-15 09:40:39.147 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:39.147 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:39.149 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:39.149 19323 19323 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:40:39.149 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:39.149 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:39.149 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:39.150 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:39.185 19323 19340 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:39.185 19323 19340 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:39.185 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.185 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.186 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:39.186 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:39.186 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:39.186 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:39.204 19323 19340 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:39.204 19323 19340 V MediaPlayerNative: Received seek complete 11-15 09:40:39.204 19323 19340 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:39.204 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.204 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.204 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:39.205 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:39.205 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:39.205 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:39.205 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=25.14 dur=1034.34 max=201.25 min=32.73 11-15 09:40:39.207 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:39.208 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:39.208 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:39.209 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:39.304 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:39.304 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:39.304 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:39.305 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:39.315 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:40.207 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.95 dur=1001.53 max=136.68 min=7.97 11-15 09:40:40.382 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:40.383 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:40.383 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:40.383 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:40.384 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 18 is dropped, handle=0x724a1b0a80 11-15 09:40:40.405 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:41.225 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.42 dur=1018.49 max=35.34 min=5.85 11-15 09:40:42.256 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.05 dur=1031.47 max=34.38 min=31.53 11-15 09:40:43.257 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.99 dur=1000.37 max=34.79 min=31.11 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: playback complete 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.252 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:44.252 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.252 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:44.254 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:44.255 19323 19540 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:44.255 19323 19540 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:44.255 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.255 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:44.255 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.256 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.257 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.258 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:44.259 19323 19323 V MediaPlayerNative: start 11-15 09:40:44.264 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:44.264 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:44.264 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:44.264 19323 19323 I chatty : uid=10288(com.goobird.hivideo) identical 1 line 11-15 09:40:44.264 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:44.264 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:44.264 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:44.265 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:44.293 19323 19540 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:44.293 19323 19540 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:44.293 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.293 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.294 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:44.294 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:44.294 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:44.294 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:44.306 19323 19540 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:44.306 19323 19540 V MediaPlayerNative: Received seek complete 11-15 09:40:44.306 19323 19540 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:44.306 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.306 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.306 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:44.306 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:44.307 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:44.307 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=25.70 dur=1050.55 max=184.08 min=32.37 11-15 09:40:44.308 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:44.308 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:44.308 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.309 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.317 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 17 is dropped, handle=0x724a1b2100 11-15 09:40:44.323 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:44.330 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 0 is dropped, handle=0x7267690ec0 11-15 09:40:44.423 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:44.423 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:44.423 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:44.423 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:44.427 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:45.328 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.41 dur=1020.10 max=155.64 min=5.69 11-15 09:40:45.516 19323 19340 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:45.516 19323 19340 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:45.516 19323 19340 V MediaPlayerNative: callback application 11-15 09:40:45.516 19323 19340 V MediaPlayerNative: back from callback 11-15 09:40:45.517 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:45.521 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 0 is dropped, handle=0x7267690ec0 11-15 09:40:46.344 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.47 dur=1016.72 max=34.17 min=3.67 11-15 09:40:47.377 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.00 dur=1033.22 max=34.22 min=32.59 11-15 09:40:48.410 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=30.02 dur=1032.72 max=33.94 min=32.79 11-15 09:40:49.372 19323 19540 V MediaPlayerNative: message received msg=2, ext1=0, ext2=0 11-15 09:40:49.372 19323 19540 V MediaPlayerNative: playback complete 11-15 09:40:49.372 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.373 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.373 19323 19323 D MediaPlayer: handleMessage msg:(2, 0, 0) 11-15 09:40:49.373 19323 19323 V PlayerBase: baseStop() piid=1631 11-15 09:40:49.373 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:49.373 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:49.373 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.373 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.376 19323 19323 V MediaPlayerNative: seekTo (0, 0) 11-15 09:40:49.378 19323 19540 V MediaPlayerNative: message received msg=7, ext1=0, ext2=0 11-15 09:40:49.378 19323 19540 V MediaPlayerNative: unrecognized message: (7, 0, 0) 11-15 09:40:49.378 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.378 19323 19323 V MediaPlayerNative: getDuration_l 11-15 09:40:49.378 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.378 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:49.379 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:49.379 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.379 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.380 19323 19323 V PlayerBase: baseStart() piid=1631 11-15 09:40:49.382 19323 19323 V MediaPlayerNative: start 11-15 09:40:49.387 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:49.389 19323 19323 D MediaPlayer: handleMessage msg:(7, 0, 0) 11-15 09:40:49.390 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:49.390 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:49.390 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:49.391 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:49.418 19323 19540 V MediaPlayerNative: message received msg=6, ext1=0, ext2=0 11-15 09:40:49.418 19323 19540 V MediaPlayerNative: unrecognized message: (6, 0, 0) 11-15 09:40:49.418 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.419 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.419 19323 19323 D MediaPlayer: handleMessage msg:(6, 0, 0) 11-15 09:40:49.419 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:49.419 19323 19323 V MediaPlayerNative: Using cached seek position: 0 11-15 09:40:49.419 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:49.436 19323 19540 V MediaPlayerNative: message received msg=4, ext1=0, ext2=0 11-15 09:40:49.436 19323 19540 V MediaPlayerNative: Received seek complete 11-15 09:40:49.436 19323 19540 V MediaPlayerNative: All seeks complete - return to regularly scheduled program 11-15 09:40:49.436 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.436 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.436 19323 19323 D MediaPlayer: handleMessage msg:(4, 0, 0) 11-15 09:40:49.436 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:49.437 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:49.437 19323 19323 V MediaPlayerNative: isPlaying: 1 11-15 09:40:49.437 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=25.31 dur=1027.23 max=193.55 min=32.80 11-15 09:40:49.438 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:49.438 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.438 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.481 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:49.543 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:49.544 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:49.544 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:49.544 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:49.555 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:50.447 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.71 dur=1009.67 max=144.50 min=6.81 11-15 09:40:50.620 19323 19540 V MediaPlayerNative: message received msg=211, ext1=0, ext2=0 11-15 09:40:50.620 19323 19540 V MediaPlayerNative: unrecognized message: (211, 0, 0) 11-15 09:40:50.620 19323 19540 V MediaPlayerNative: callback application 11-15 09:40:50.621 19323 19540 V MediaPlayerNative: back from callback 11-15 09:40:50.621 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 17 is dropped, handle=0x724a1b2100 11-15 09:40:50.629 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 14 is dropped, handle=0x724a1af900 11-15 09:40:50.637 19323 19323 D MediaPlayer: handleMessage msg:(211, 0, 0) 11-15 09:40:51.463 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=31.48 dur=1016.41 max=35.18 min=7.71 11-15 09:40:52.506 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: fps=29.72 dur=1042.95 max=44.24 min=31.53 11-15 09:40:52.538 19323 19323 V MediaPlayerNative: getCurrentPosition 11-15 09:40:52.887 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251e45628) 11-15 09:40:52.887 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.887 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.887 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7274220620 11-15 09:40:52.889 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x72534164a8) 11-15 09:40:52.889 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.889 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.889 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7272d57210 11-15 09:40:52.890 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251e453a8) 11-15 09:40:52.890 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.890 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.890 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7274220770 11-15 09:40:52.890 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7249fdb828) 11-15 09:40:52.890 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.890 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.890 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7251ec2570 11-15 09:40:52.891 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251d9a8a8) 11-15 09:40:52.891 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.891 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.891 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7251ec3410 11-15 09:40:52.891 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x72dd72f828) 11-15 09:40:52.891 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.891 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.891 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x724a1a1090 11-15 09:40:52.892 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x72dd72faa8) 11-15 09:40:52.892 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.892 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.892 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7249f8a5d0 11-15 09:40:52.892 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251e45128) 11-15 09:40:52.892 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.892 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.892 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7274221e50 11-15 09:40:52.893 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251e44ea8) 11-15 09:40:52.893 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.893 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.893 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x727421fb70 11-15 09:40:52.893 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7249fdc9a8) 11-15 09:40:52.893 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.893 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.893 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7274220830 11-15 09:40:52.894 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7253416728) 11-15 09:40:52.894 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.894 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.894 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x724a1a1810 11-15 09:40:52.894 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251e43aa8) 11-15 09:40:52.894 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.894 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.894 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x724a1a1480 11-15 09:40:52.895 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x72534169a8) 11-15 09:40:52.895 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.895 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.895 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7274220b30 11-15 09:40:52.896 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251e44c28) 11-15 09:40:52.896 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.896 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.896 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x724a1a1e10 11-15 09:40:52.896 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x72dd72ffa8) 11-15 09:40:52.896 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.896 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.896 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x72f52f7720 11-15 09:40:52.900 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7249fdb5a8) 11-15 09:40:52.900 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.900 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.900 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x727421f390 11-15 09:40:52.901 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7253414928) 11-15 09:40:52.901 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.901 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.901 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x724a2c8920 11-15 09:40:52.901 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7253394c28) 11-15 09:40:52.901 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.901 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.901 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x724a3126e0 11-15 09:40:52.904 19323 19373 D RefBase : RefBase: Explicit destruction, weak count = 0 (in 0x7251e43d28) 11-15 09:40:52.904 19323 19373 W RefBase : CallStack::getCurrentInternal not linked, returning null 11-15 09:40:52.904 19323 19373 W RefBase : CallStack::logStackInternal not linked 11-15 09:40:52.904 19323 19373 I GPUAUX : [AUX]~GPUAUXContext:77: destory: 0x7274221670 11-15 09:40:52.910 19323 19373 D Surface : Surface::disconnect(this=0x726fbff000,api=1) 11-15 09:40:52.939 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 0 is dropped, handle=0x7267690ec0 11-15 09:40:52.972 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 5 is dropped, handle=0x72e8bb9c40 11-15 09:40:53.006 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 18 is dropped, handle=0x724a1b0a80 11-15 09:40:53.039 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 3 is dropped, handle=0x72e8a4a080 11-15 09:40:53.074 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 1 is dropped, handle=0x724a1b0800 11-15 09:40:53.107 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 17 is dropped, handle=0x724a1b2100 11-15 09:40:53.140 19323 19340 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 14 is dropped, handle=0x724a1af900 11-15 09:40:53.173 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 0 is dropped, handle=0x7267690ec0 11-15 09:40:53.206 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 5 is dropped, handle=0x72e8bb9c40 11-15 09:40:53.240 19323 19540 I BufferQueueProducer: SurfaceTexture-0-19323-0 queueBuffer: slot 18 is dropped, handle=0x724a1b0a80 11-15 09:40:54.074 19623 19623 I goobird.hivide: Late-enabling -Xcheck:jni 11-15 09:40:54.091 19623 19623 E goobird.hivide: Unknown bits set in runtime_flags: 0x8000 11-15 09:40:54.117 19623 19623 W goobird.hivideo: type=1400 audit(0.0:93918): avc: denied { search } for name="bbkcore" dev="sdc55" ino=27154 scontext=u:r:untrusted_app:s0:c32,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0 tclass=dir permissive=0 11-15 09:40:54.117 19623 19623 I chatty : uid=10288(com.goobird.hivideo) identical 6 lines 11-15 09:40:54.117 19623 19623 W goobird.hivideo: type=1400 audit(0.0:93925): avc: denied { search } for name="bbkcore" dev="sdc55" ino=27154 scontext=u:r:untrusted_app:s0:c32,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0 tclass=dir permissive=0 11-15 09:40:54.126 19623 19623 I goobird.hivide: The ClassLoaderContext is a special shared library. 11-15 09:40:54.133 19623 19623 W goobird.hivideo: type=1400 audit(0.0:93926): avc: denied { search } for name="bbkcore" dev="sdc55" ino=27154 scontext=u:r:untrusted_app:s0:c32,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0 tclass=dir permissive=0 11-15 09:40:54.133 19623 19623 W goobird.hivideo: type=1400 audit(0.0:93927): avc: denied { search } for name="bbkcore" dev="sdc55" ino=27154 scontext=u:r:untrusted_app:s0:c32,c257,c512,c768 tcontext=u:object_r:vivo_data_file:s0 tclass=dir permissive=0 11-15 09:40:54.205 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_utoken; option : true 11-15 09:40:54.205 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_cpu; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_mccmnc; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_sub_os_name; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_sub_os_version; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_device_type; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_device_id_imei; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_device_id_mac; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_device_id_android_id; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_device_id_serialNo; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_bulid; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_os_version; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_resolution; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_mc; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_timezone; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_local_info; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_carrier; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_access; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_imei; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_android_id; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_utdid; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_idmd5; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_idfa; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_mac; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_serial; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_uuid; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_uop; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_oldumid; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_newumid; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : header_tracking_umtt; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_rs; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_by; option : true 11-15 09:40:54.206 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_gp; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_to; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_mo; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_ca; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_fl; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_gdf_r; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_thm_z; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_dsk_s; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_sd; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_build; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_sr; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_scr; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_sinfo; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_winfo; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_input; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_bt; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_mem; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_cpu; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_rom; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_bstn; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_cam; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_appls; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : inner_lbs; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : internal_run_server; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : internal_imsi; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : internal_meid; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : tp_tp; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_cpu; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_imei; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_mac; option : true 11-15 09:40:54.207 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_android_id; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_serialNo; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_settings_android_id; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_network_access_mode; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_on_line; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_time_zone; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_locale_info; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_resolution; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_operator; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_utdid; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_service_work; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_service_name; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_intent_exist; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_data_data; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : push_notification_enabled; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_device_id; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_imsi; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_iccid; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_sn; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_net_accmode; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_android_id; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_wifi_mac; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_sd_size; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_ssid; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_resolution; option : true 11-15 09:40:54.208 19623 19623 I System.out: --->>> CollectController: setControlSwitcher: key : share_conn_type; option : true 11-15 09:40:54.247 19623 19623 E cn.wildfirechat.remote.ChatManager: Bind service failure 11-15 09:40:54.249 19623 19623 E cn.wildfirechat.remote.ChatManager: Bind service failure 11-15 09:40:54.260 19623 19623 E cn.wildfirechat.remote.ChatManager: Bind service failure 11-15 09:40:54.261 19623 19623 I chatty : uid=10288(com.goobird.hivideo) identical 3 lines 11-15 09:40:54.261 19623 19623 E cn.wildfirechat.remote.ChatManager: Bind service failure 11-15 09:40:54.263 19623 19623 W System.err: java.lang.ClassNotFoundException: cn.wildfirechat.moment.MomentClient 11-15 09:40:54.263 19623 19623 W System.err: at java.lang.Class.classForName(Native Method) 11-15 09:40:54.264 19623 19623 W System.err: at java.lang.Class.forName(Class.java:454) 11-15 09:40:54.264 19623 19623 W System.err: at java.lang.Class.forName(Class.java:379) 11-15 09:40:54.264 19623 19623 W System.err: at cn.wildfire.chat.kit.WfcUIKit.initMomentClient(WfcUIKit.java:145) 11-15 09:40:54.264 19623 19623 W System.err: at cn.wildfire.chat.kit.WfcUIKit.init(WfcUIKit.java:78) 11-15 09:40:54.264 19623 19623 W System.err: at com.goobird.context.MyApplication.initIm(MyApplication.java:116) 11-15 09:40:54.264 19623 19623 W System.err: at com.goobird.context.MyApplication.onCreate(MyApplication.java:71) 11-15 09:40:54.264 19623 19623 W System.err: at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1236) 11-15 09:40:54.264 19623 19623 W System.err: at android.app.ActivityThread.handleBindApplication(ActivityThread.java:6989) 11-15 09:40:54.264 19623 19623 W System.err: at android.app.ActivityThread.access$1600(ActivityThread.java:263) 11-15 09:40:54.264 19623 19623 W System.err: at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2122) 11-15 09:40:54.264 19623 19623 W System.err: at android.os.Handler.dispatchMessage(Handler.java:107) 11-15 09:40:54.264 19623 19623 W System.err: at android.os.Looper.loop(Looper.java:230) 11-15 09:40:54.264 19623 19623 W System.err: at android.app.ActivityThread.main(ActivityThread.java:7919) 11-15 09:40:54.264 19623 19623 W System.err: at java.lang.reflect.Method.invoke(Native Method) 11-15 09:40:54.264 19623 19623 W System.err: at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526) 11-15 09:40:54.264 19623 19623 W System.err: at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034) 11-15 09:40:54.264 19623 19623 W System.err: Caused by: java.lang.ClassNotFoundException: Didn't find class "cn.wildfirechat.moment.MomentClient" on path: DexPathList[[zip file "/data/app/com.goobird.hivideo-f9P0S_cuvQOhHHXCbaDGiQ==/base.apk"],nativeLibraryDirectories=[/data/app/com.goobird.hivideo-f9P0S_cuvQOhHHXCbaDGiQ==/lib/arm64, /data/app/com.goobird.hivideo-f9P0S_cuvQOhHHXCbaDGiQ==/base.apk!/lib/arm64-v8a, /system/lib64, /product/lib64]] 11-15 09:40:54.264 19623 19623 W System.err: at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:196) 11-15 09:40:54.264 19623 19623 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:379) 11-15 09:40:54.264 19623 19623 W System.err: at java.lang.ClassLoader.loadClass(ClassLoader.java:312) 11-15 09:40:54.264 19623 19623 W System.err: ... 17 more 11-15 09:40:54.279 19623 19623 D NetworkSecurityConfig: No Network Security Config specified, using platform default 11-15 09:40:54.286 19623 19623 D WfcUIKit: init end 11-15 09:40:54.288 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=2)==2 11-15 09:40:54.288 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=3)==3 11-15 09:40:54.288 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=1)==1 11-15 09:40:54.289 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=9)==9 11-15 09:40:54.289 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=6)==6 11-15 09:40:54.289 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=400)==400 11-15 09:40:54.290 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=105)==105 11-15 09:40:54.290 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=110)==110 11-15 09:40:54.290 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=112)==112 11-15 09:40:54.290 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=104)==104 11-15 09:40:54.291 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=108)==108 11-15 09:40:54.291 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=108)==108 11-15 09:40:54.291 19623 19623 E MessageViewHolderManager: re-register message view holder SimpleAbstractNotificationMessageContentViewHolder 11-15 09:40:54.291 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=106)==106 11-15 09:40:54.291 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=111)==111 11-15 09:40:54.291 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=107)==107 11-15 09:40:54.291 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=109)==109 11-15 09:40:54.291 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=90)==90 11-15 09:40:54.292 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=93)==93 11-15 09:40:54.292 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=92)==92 11-15 09:40:54.292 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=80)==80 11-15 09:40:54.292 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=113)==113 11-15 09:40:54.292 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=115)==115 11-15 09:40:54.292 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=114)==114 11-15 09:40:54.292 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=117)==117 11-15 09:40:54.293 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=118)==118 11-15 09:40:54.293 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=119)==119 11-15 09:40:54.293 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=406)==406 11-15 09:40:54.293 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist, type=80)==80 11-15 09:40:54.293 19623 19623 E MessageViewHolderManager: re-register message view holder RecallAbstractMessageContentViewHolderAbstractNotification 11-15 09:40:54.294 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=5)==5 11-15 09:40:54.294 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=7)==7 11-15 09:40:54.294 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=1001)==1001 11-15 09:40:54.295 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=1002)==1002 11-15 09:40:54.295 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=1003)==1003 11-15 09:40:54.295 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=999)==999 11-15 09:40:54.296 19623 19623 E contentTag: @cn.wildfirechat.message.core.ContentTag(flag=Persist_And_Count, type=4)==4 11-15 09:40:54.261 19623 19623 I chatty : uid=10288(com.goobird.hivideo) identical 4 lines

imndx commented 1 year ago
11-15 09:35:02.064 18703 18703 E AndroidRuntime: FATAL EXCEPTION: main
11-15 09:35:02.064 18703 18703 E AndroidRuntime: Process: com.goobird.hivideo, PID: 18703
11-15 09:35:02.064 18703 18703 E AndroidRuntime: java.lang.NullPointerException: Attempt to read from field 'cn.wildfirechat.model.Conversation$ConversationType cn.wildfirechat.model.Conversation.type' on a null object reference
11-15 09:35:02.064 18703 18703 E AndroidRuntime: at cn.wildfire.chat.kit.conversation.ConversationInputPanel.notifyTyping(ConversationInputPanel.java:564)
11-15 09:35:02.064 18703 18703 E AndroidRuntime: at cn.wildfire.chat.kit.conversation.ConversationInputPanel.afterInputTextChanged(ConversationInputPanel.java:369)
11-15 09:35:02.064 18703 18703 E AndroidRuntime: at cn.wildfire.chat.kit.conversation.ConversationInputPanel_ViewBinding$2.afterTextChanged(ConversationInputPanel_ViewBinding.java:77)

这儿看到个空指针,请 debug 下

imndx commented 1 year ago

另外,没有marsservice进程的日志,看不出描述中所说的服务不能启动的原因。

请通过adb logcat > log.log抓取全部的日志,并将日志文件附上。

jing0907 commented 1 year ago

昨天我已经定位了,是因为服务没有起成功,chatmanager中mClient没有创建,判断mClient为null,所以conversation没有传递过来,conversation为null

jing0907 commented 1 year ago

另外,没有marsservice进程的日志,看不出描述中所说的服务不能启动的原因。

请通过adb logcat > log.log抓取全部的日志,并将日志文件附上。

以上就是adb logcat > log.log 之后more wfc.log 查看的日志,重新打开app到打开聊天历史页面的过程日志

imndx commented 1 year ago

另外,没有marsservice进程的日志,看不出描述中所说的服务不能启动的原因。 请通过adb logcat > log.log抓取全部的日志,并将日志文件附上。

以上就是adb logcat > log.log 之后more wfc.log 查看的日志,重新打开app到打开聊天历史页面的过程日志

那你别用more wfc.log去查看,直接把文件贴在这儿,出问题的地方,可能被过滤掉了

jing0907 commented 1 year ago

另外,没有marsservice进程的日志,看不出描述中所说的服务不能启动的原因。 请通过adb logcat > log.log抓取全部的日志,并将日志文件附上。

以上就是adb logcat > log.log 之后more wfc.log 查看的日志,重新打开app到打开聊天历史页面的过程日志

那你别用more wfc.log去查看,直接把文件贴在这儿,出问题的地方,可能被过滤掉了 wfc.log

imndx commented 1 year ago

还是没看到marsservice进程没起来的原因,但看到主进程的一些崩溃,你们先把这些崩溃处理了试试

--------- beginning of crash
11-15 09:35:02.064 18703 18703 E AndroidRuntime: FATAL EXCEPTION: main
11-15 09:35:02.064 18703 18703 E AndroidRuntime: Process: com.goobird.hivideo, PID: 18703
11-15 09:35:02.064 18703 18703 E AndroidRuntime: java.lang.NullPointerException: Attempt to read from field 'cn.wildfirechat.model.Conversation$ConversationType cn.wildfirechat.model.Conversation.type' on a null object reference
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at cn.wildfire.chat.kit.conversation.ConversationInputPanel.notifyTyping(ConversationInputPanel.java:564)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at cn.wildfire.chat.kit.conversation.ConversationInputPanel.afterInputTextChanged(ConversationInputPanel.java:369)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at cn.wildfire.chat.kit.conversation.ConversationInputPanel_ViewBinding$2.afterTextChanged(ConversationInputPanel_ViewBinding.java:77)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.widget.TextView.sendAfterTextChanged(TextView.java:10688)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.widget.TextView$ChangeWatcher.afterTextChanged(TextView.java:13736)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.text.SpannableStringBuilder.sendAfterTextChanged(SpannableStringBuilder.java:1277)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:577)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:507)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.text.SpannableStringBuilder.replace(SpannableStringBuilder.java:37)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.view.inputmethod.BaseInputConnection.replaceText(BaseInputConnection.java:857)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.view.inputmethod.BaseInputConnection.commitText(BaseInputConnection.java:203)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at com.android.internal.widget.EditableInputConnection.commitText(EditableInputConnection.java:177)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at com.android.internal.view.IInputConnectionWrapper.executeMessage(IInputConnectionWrapper.java:339)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at com.android.internal.view.IInputConnectionWrapper$MyHandler.handleMessage(IInputConnectionWrapper.java:89)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:107)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:230)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:7919)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526)
11-15 09:35:02.064 18703 18703 E AndroidRuntime:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
11-15 09:35:02.578 18986 18986 I chatty  : uid=10288(com.goobird.hivideo) identical 3 lines
11-15 09:35:02.649 18986 18986 E AndroidRuntime: FATAL EXCEPTION: main
11-15 09:35:02.649 18986 18986 E AndroidRuntime: Process: com.goobird.hivideo, PID: 18986
11-15 09:35:02.649 18986 18986 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.goobird.hivideo/com.goobird.activity.MinePageActivity}: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.goobird.fragment.MinePageVideoFragment: could not find Fragment constructor
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3582)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3727)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:83)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:95)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2279)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.os.Handler.dispatchMessage(Handler.java:107)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.os.Looper.loop(Looper.java:230)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.ActivityThread.main(ActivityThread.java:7919)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at java.lang.reflect.Method.invoke(Native Method)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:526)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1034)
11-15 09:35:02.649 18986 18986 E AndroidRuntime: Caused by: androidx.fragment.app.Fragment$InstantiationException: Unable to instantiate fragment com.goobird.fragment.MinePageVideoFragment: could not find Fragment constructor
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.Fragment.instantiate(Fragment.java:612)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.FragmentContainer.instantiate(FragmentContainer.java:57)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.FragmentManager$3.instantiate(FragmentManager.java:483)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.FragmentStateManager.<init>(FragmentStateManager.java:88)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.FragmentManager.restoreSaveState(FragmentManager.java:2711)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.FragmentController.restoreSaveState(FragmentController.java:198)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.FragmentActivity$2.onContextAvailable(FragmentActivity.java:149)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.activity.contextaware.ContextAwareHelper.dispatchOnContextAvailable(ContextAwareHelper.java:99)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.activity.ComponentActivity.onCreate(ComponentActivity.java:296)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.FragmentActivity.onCreate(FragmentActivity.java:269)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at com.goobird.activity.BaseActivity.onCreate(BaseActivity.java:59)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.Activity.performCreate(Activity.java:7896)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.Activity.performCreate(Activity.java:7885)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1353)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3557)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    ... 11 more
11-15 09:35:02.649 18986 18986 E AndroidRuntime: Caused by: java.lang.NoSuchMethodException: com.goobird.fragment.MinePageVideoFragment.<init> []
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at java.lang.Class.getConstructor0(Class.java:2332)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at java.lang.Class.getConstructor(Class.java:1728)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    at androidx.fragment.app.Fragment.instantiate(Fragment.java:597)
11-15 09:35:02.649 18986 18986 E AndroidRuntime:    ... 25 more
imndx commented 1 year ago

no response.