0% found this document useful (0 votes)
68 views6 pages

22

The log file records debugging information from an Android video player application. It shows the application initializing, checking for required permissions, making API calls to retrieve configuration data, and opening a local video player activity to display video content stored on the device. Device information is also logged, including specifications of the Xiaomi Redmi 5 test device used.

Uploaded by

Balu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views6 pages

22

The log file records debugging information from an Android video player application. It shows the application initializing, checking for required permissions, making API calls to retrieve configuration data, and opening a local video player activity to display video content stored on the device. Device information is also logged, including specifications of the Xiaomi Redmi 5 test device used.

Uploaded by

Balu
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

2023-01-06 22:34:21 DEBUG com.miui.

videoplayer [ FrameworkConfig ]
setAppPath appPath == /storage/emulated/0/MiVideoGlobal
2023-01-06 22:34:21 DEBUG ThemeUtils [ createPackageContext ] isTheme= false
mThemeId= com.miui.video.theme.01
2023-01-06 22:34:21 DEBUG com.miui.videoplayer [ OVDatabase-Setting ]
cacheToMemory
2023-01-06 22:34:22 DEBUG DBUtils [ DBUtils ] getDatabaseName= online.db
2023-01-06 22:34:22 DEBUG OVDatabase [ query ] getCount=0
com.miui.video.framework.db.TableEntity@bd10f05
tableName=ov_setting_table

2023-01-06 22:34:22 DEBUG DeviceUtils [ init ] ==========Device Info==========


2023-01-06 22:34:22 DEBUG DeviceUtils [ androidSDK ] 27
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneBoard ] msm8953
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneBrand ] Xiaomi
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneCPU_ABT ] armeabi-v7a
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneDevice ] rosy
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneDisplay ] CUSTOMER_VERSION_rosy
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneFingerprint ]
Xiaomi/rosy/rosy:8.1.0/OPM1.171019.026/V11.0.2.0.ODAMIXM:user/release-keys
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneHost ] mi-server
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneID ] OPM1.171019.026
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneManufacturer ] Xiaomi
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneModel ] Redmi 5
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneVersion ] 8.1.0
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneProduct ] rosy
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneTags ] release-keys
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneTime ] Fri Jan 03 17:36:22
GMT+05:30 2020
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneType ] user
2023-01-06 22:34:22 DEBUG DeviceUtils [ phoneUser ] builder
2023-01-06 22:34:22 DEBUG DeviceUtils [ screenDensity ] 1.6
2023-01-06 22:34:22 DEBUG DeviceUtils [ screenScaledDensity ] 1.84
2023-01-06 22:34:22 DEBUG DeviceUtils [ screenWidthPixels ] 1363
2023-01-06 22:34:22 DEBUG DeviceUtils [ wcreenHeightPixels ] 720
2023-01-06 22:34:22 DEBUG DeviceUtils [ screenStatusBarHeight ] 40
2023-01-06 22:34:22 DEBUG DeviceUtils [ init ] ===============================
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success channel = miui
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ AppConfig ] initAppChannel
success platform = miui
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ VideoMediationConfig ] init
end ENABLE_LOG = trueIS_LOCAL_CONFIG = false ; Staging = false ; is test = false
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ Plugin-PackageInstaller ]
init
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ VideoJobScheduler ]
canceUpdateWork!
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ VideoJobScheduler ]
periodic worker enqueue!
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.global.GlobalApplication@ace418b
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.global.GlobalApplication@ace418b
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission = android.permission.READ_PHONE_STATE;
Context = com.miui.video.global.GlobalApplication@ace418b
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.READ_PHONE_STATE ret = true
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ SyncSettingHelper ]
lastTimeStamp = 0, ignoreSyncSettingTimes = 0
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.global.GlobalApplication@ace418b
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.global.GlobalApplication@ace418b
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission = android.permission.READ_PHONE_STATE;
Context = com.miui.video.global.GlobalApplication@ace418b
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.READ_PHONE_STATE ret = true
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ HttpIntercepter ] --->>>
GET https://video.in.intl.xiaomi.com/api/g1/ad_config?
_sdevid=ee5e61fbcccac2e6112e55dcffebb199f747061faff07512b36441f81df61714&_miui=V11&
_miuiver=V11.0.2.0.ODAMIXM&_andver=27&_model=Redmi
%205&_device=rosy&_locale=en_IN&_region=IN&_appver=2018103190&_ismiui=1&_anoyid=dfa
bf110-4626-4679-bef4-8fa97a15e75e&_res=1363x720&_nonce=-
1064750575&_ts=1673024662&_ver=2018103190(MiVideo-
GROM)&_devtype=1&_cam=0f607264fc6318a92b9e13c65db7cd3c&_diordna=b555ab8079ed7f93fa8
4e8d78927e61c&_version=stable&_plyver=20180726&_nettype=4&_uspace=0&_eset=&_app_coo
p_md5=0645726b2543e19f772d6a2a72aab1db http/1.1
Request Body is null

2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ HttpIntercepter ] --->>>


GET https://video.in.intl.xiaomi.com/api/g1/meta/setting?
_sdevid=ee5e61fbcccac2e6112e55dcffebb199f747061faff07512b36441f81df61714&_miui=V11&
_miuiver=V11.0.2.0.ODAMIXM&_andver=27&_model=Redmi
%205&_device=rosy&_locale=en_IN&_region=IN&_appver=2018103190&_ismiui=1&_anoyid=dfa
bf110-4626-4679-bef4-8fa97a15e75e&_res=1363x720&_nonce=-
1064750575&_ts=1673024662&_ver=2018103190(MiVideo-
GROM)&_devtype=1&_cam=0f607264fc6318a92b9e13c65db7cd3c&_diordna=b555ab8079ed7f93fa8
4e8d78927e61c&_version=stable&_plyver=20180726&_nettype=4&_uspace=0&_eset=&_app_coo
p_md5=0645726b2543e19f772d6a2a72aab1db http/1.1
Request Body is null

2023-01-06 22:34:22 DEBUG DataUtils [ addUI ] ui=


com.miui.video.localvideoplayer.LocalPlayerActivity@6d7330f
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ TrackerUtils ] trackDev :
map = {"page_name":"LocalPlayerActivity","type":"page_view"}
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ TrackerUtils ]
trackBusiness : map = {"_miui":"V11","_ver":"2018103190(MiVideo-
GROM)","_anoyid":"dfabf110-4626-4679-bef4-
8fa97a15e75e","_region":"IN","type":"page_view","_res":"hd720","_device":"rosy","_m
iuiver":"V11.0.2.0.ODAMIXM","_appver":"2018103190","page_name":"LocalPlayerActivity
","_nettype":"4","_andver":"27","_model":"Redmi
5","_plyver":"20180726","_ismiui":"1","_locale":"en_IN","_ts":"1673024662"}
2023-01-06 22:34:22 ERROR com.miui.videoplayer [ PushMessageReceiver ]
onCommandResult register_success setIMEIAlias mRegId ==
iaXA8LCMe+gwGh3YsO6ax31iWq0K9AB2Q4GIgSVG91UgjNOddaAzfKixIw2Oc/xS
2023-01-06 22:34:22 DEBUG com.miui.videoplayer [ HttpIntercepter ] --->>>
GET https://video.in.intl.xiaomi.com/api/g1/localplay/diversion?
ref=&is_from_gallery=false&_sdevid=ee5e61fbcccac2e6112e55dcffebb199f747061faff07512
b36441f81df61714&_miui=V11&_miuiver=V11.0.2.0.ODAMIXM&_andver=27&_model=Redmi
%205&_device=rosy&_locale=en_IN&_region=IN&_appver=2018103190&_ismiui=1&_anoyid=dfa
bf110-4626-4679-bef4-8fa97a15e75e&_res=hd720&_nonce=-
1239811324&_ts=1673024662&_ver=2018103190(MiVideo-
GROM)&_devtype=1&_cam=0f607264fc6318a92b9e13c65db7cd3c&_diordna=b555ab8079ed7f93fa8
4e8d78927e61c&_version=stable&_plyver=20180726&_nettype=4&_uspace=0&_eset=&_app_coo
p_md5=0645726b2543e19f772d6a2a72aab1db http/1.1
Request Body is null

2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]


isAllPermissionGrant is called; context =
com.miui.video.localvideoplayer.LocalPlayerActivity@6d7330f
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.localvideoplayer.LocalPlayerActivity@6d7330f
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission = android.permission.READ_PHONE_STATE;
Context = com.miui.video.localvideoplayer.LocalPlayerActivity@6d7330f
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.READ_PHONE_STATE ret = true
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
isAllPermissionGrant is called; context =
com.miui.video.localvideoplayer.LocalPlayerActivity@6d7330f
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.localvideoplayer.LocalPlayerActivity@6d7330f
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission = android.permission.READ_PHONE_STATE;
Context = com.miui.video.localvideoplayer.LocalPlayerActivity@6d7330f
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.READ_PHONE_STATE ret = true
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ openLink ]
link=mv://SyncSetting scheme=mv host=SyncSetting path= params=[]
ref=com.miui.videoplayer
2023-01-06 22:34:23 DEBUG StatisticsUtils [ addStatistics ]
STATISTICS_ACTION= ACTION_CLICK obj=
com.miui.video.common.entity.LinkEntity@fc1f9a
Uri=mv://SyncSetting
getScheme=mv
getHost=SyncSetting
getPath=
getQuery=null
getQueryParameterNames=[]
ref=null

2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ SyncSettingHelper ]


lastTimeStamp = 0, ignoreSyncSettingTimes = 0
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ MiDevLogger ] click: CLICK{
target=mv://SyncSetting, additions=[]}, FROM:com.miui.videoplayer , PATH[]
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ LogMivideo ]
CLICK{ target=mv://SyncSetting, additions=[]}
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ LogMivideo ] report click
event
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ TrackerUtils ]
trackBusiness : map = {"_miui":"V11","_ver":"2018103190(MiVideo-
GROM)","_anoyid":"dfabf110-4626-4679-bef4-
8fa97a15e75e","_region":"IN","type":"click","_res":"hd720","_device":"rosy","target
":"mv://
SyncSetting","_miuiver":"V11.0.2.0.ODAMIXM","at":"1673024663040","_appver":"2018103
190","_nettype":"4","_andver":"27","_model":"Redmi
5","_plyver":"20180726","_ismiui":"1","_locale":"en_IN","_ts":"1673024663"}
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ HttpIntercepter ] --->>>
GET https://video.in.intl.xiaomi.com/api/g1/meta/setting?
_sdevid=ee5e61fbcccac2e6112e55dcffebb199f747061faff07512b36441f81df61714&_miui=V11&
_miuiver=V11.0.2.0.ODAMIXM&_andver=27&_model=Redmi
%205&_device=rosy&_locale=en_IN&_region=IN&_appver=2018103190&_ismiui=1&_anoyid=dfa
bf110-4626-4679-bef4-8fa97a15e75e&_res=hd720&_nonce=-
1564924145&_ts=1673024663&_ver=2018103190(MiVideo-
GROM)&_devtype=1&_cam=0f607264fc6318a92b9e13c65db7cd3c&_diordna=b555ab8079ed7f93fa8
4e8d78927e61c&_version=stable&_plyver=20180726&_nettype=4&_uspace=0&_eset=&_app_coo
p_md5=0645726b2543e19f772d6a2a72aab1db http/1.1
Request Body is null

2023-01-06 22:34:23 ERROR PiscesDiracUtils [ ] java.lang.RuntimeException:


java.lang.reflect.InvocationTargetException

2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ ThreadPoolManager ]


initThreadPool index 0
2023-01-06 22:34:23 ERROR com.miui.videoplayer [ VideoViewPresenter ]
onActivityResume isInMultiWindow:false

2023-01-06 22:34:23 ERROR PiscesDiracUtils [ ] java.lang.RuntimeException:


java.lang.reflect.InvocationTargetException

2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ VideoViewPresenter ]


sendPlayActionBroadcast to : play_action:activity_resume_start
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ StatisticsPresenter ]
onVideoResume
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ MiAudioManager ]
startListenCallState
2023-01-06 22:34:23 INFO com.miui.videoplayer [ Plugin-CPInfoConfig ]
Starting load cp config data
2023-01-06 22:34:23 DEBUG com.miui.videoplayer [ HttpIntercepter ] --->>>
GET https://video.in.intl.xiaomi.com/api/g1/meta/cp?
_sdevid=ee5e61fbcccac2e6112e55dcffebb199f747061faff07512b36441f81df61714&_miui=V11&
_miuiver=V11.0.2.0.ODAMIXM&_andver=27&_model=Redmi
%205&_device=rosy&_locale=en_IN&_region=IN&_appver=2018103190&_ismiui=1&_anoyid=dfa
bf110-4626-4679-bef4-8fa97a15e75e&_res=hd720&_nonce=-
35932016&_ts=1673024663&_ver=2018103190(MiVideo-
GROM)&_devtype=1&_cam=0f607264fc6318a92b9e13c65db7cd3c&_diordna=b555ab8079ed7f93fa8
4e8d78927e61c&_version=stable&_plyver=20180726&_nettype=4&_uspace=0&_eset=&_app_coo
p_md5=0645726b2543e19f772d6a2a72aab1db http/1.1
Request Body is null

2023-01-06 22:34:24 INFO com.miui.videoplayer [ Plugin-PluginConfig ]


Starting load cp config data
2023-01-06 22:34:24 DEBUG com.miui.videoplayer [ HttpIntercepter ] --->>>
GET https://video.in.intl.xiaomi.com/api/g1/meta/plugin?
_sdevid=ee5e61fbcccac2e6112e55dcffebb199f747061faff07512b36441f81df61714&_miui=V11&
_miuiver=V11.0.2.0.ODAMIXM&_andver=27&_model=Redmi
%205&_device=rosy&_locale=en_IN&_region=IN&_appver=2018103190&_ismiui=1&_anoyid=dfa
bf110-4626-4679-bef4-8fa97a15e75e&_res=hd720&_nonce=-
328341180&_ts=1673024664&_ver=2018103190(MiVideo-
GROM)&_devtype=1&_cam=0f607264fc6318a92b9e13c65db7cd3c&_diordna=b555ab8079ed7f93fa8
4e8d78927e61c&_version=stable&_plyver=20180726&_nettype=4&_uspace=0&_eset=&_app_coo
p_md5=0645726b2543e19f772d6a2a72aab1db http/1.1
Request Body is null

2023-01-06 22:34:24 DEBUG com.miui.videoplayer [ AdConfigUtils ]


getAdConfigFail
2023-01-06 22:34:24 DEBUG com.miui.videoplayer [ VideoViewPresenter ]
callStateChanged state = 0
2023-01-06 22:34:24 DEBUG com.miui.videoplayer [ VideoViewPresenter ]
sendPlayActionBroadcast to : play_action:play_start
2023-01-06 22:34:24 DEBUG com.miui.videoplayer [ StatisticsPresenter ] type
= play__start_succ videoType = local, map: {duration=480, ref=File Manager,
at=1673024664326, type=play__start_succ, played_all=1, video_type=local}
2023-01-06 22:34:24 DEBUG com.miui.videoplayer [ TrackerUtils ]
trackBusiness : map = {"_miui":"V11","_ver":"2018103190(MiVideo-
GROM)","_anoyid":"dfabf110-4626-4679-bef4-
8fa97a15e75e","_region":"IN","type":"play__start_succ","_res":"hd720","_device":"ro
sy","video_type":"local","duration":"480","_miuiver":"V11.0.2.0.ODAMIXM","ref":"Fil
e
Manager","at":"1673024664326","_appver":"2018103190","_nettype":"4","_andver":"27",
"_model":"Redmi
5","_plyver":"20180726","_ismiui":"1","played_all":"1","_locale":"en_IN","_ts":"167
3024664"}
2023-01-06 22:34:24 ERROR com.miui.videoplayer [ Plugin-CPInfoConfig ]
syncServer() failed.

2023-01-06 22:34:24 ERROR com.miui.videoplayer [ Plugin-PluginConfig ]


syncServer() failed.

2023-01-06 22:34:24 DEBUG DBUtils [ DBUtils ] getDatabaseName= mivideo.db


2023-01-06 22:34:24 DEBUG CLVDatabase [ query ] getCount=1
com.miui.video.framework.db.TableEntity@d5f1e26
tableName=history
whereClause=md5_path =?
whereArgs=fcee5be7bc1793413ede9f372d7f2929
orderBy=updateTime DESC

2023-01-06 22:34:24 DEBUG DBUtils [ moveToNext ] size=1


VideoEntity[baseId=0]
uri=null
mediaId=0
hideId=-1
id=162
title=xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
imgUrl=content://com.mi.android.globalFileexplorer.myprovider/external_files/
FileExplorer/.safebox/xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
path=content://com.mi.android.globalFileexplorer.myprovider/external_files/
FileExplorer/.safebox/xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
size=0.00B
duration=05:38:00
updateTime=2022 年 12 月 30 日 14 时 24 分 38 秒

2023-01-06 22:34:24 DEBUG CLVDatabase [ query ] getCount=1


com.miui.video.framework.db.TableEntity@df660bd
tableName=history
whereClause=md5_path =?
whereArgs=fcee5be7bc1793413ede9f372d7f2929
orderBy=updateTime DESC

2023-01-06 22:34:24 DEBUG DBUtils [ moveToNext ] size=1


VideoEntity[baseId=0]
uri=null
mediaId=0
hideId=-1
id=162
title=xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
imgUrl=content://com.mi.android.globalFileexplorer.myprovider/external_files/
FileExplorer/.safebox/xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
path=content://com.mi.android.globalFileexplorer.myprovider/external_files/
FileExplorer/.safebox/xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
size=0.00B
duration=05:38:00
updateTime=2022 年 12 月 30 日 14 时 24 分 38 秒

2023-01-06 22:34:24 DEBUG CLVDatabase [ insertOrUpdate ] id=162


com.miui.video.framework.db.TableEntity@5b57603
tableName=history
whereClause=path='content://com.mi.android.globalFileexplorer.myprovider/
external_files/FileExplorer/.safebox/
xvideos.com_776df515b6f54efb618cb38c31373c72.mp4'
values=currentSubtitlePath:-1
values=currentAudioTrack:0
values=md5_path:fcee5be7bc1793413ede9f372d7f2929
values=updateTime:1673024664416
values=onlineSubHash:
values=extraSubtitlePath:
values=title:xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
values=playProgress:0
values=imgUrl:content://com.mi.android.globalFileexplorer.myprovider/
external_files/FileExplorer/.safebox/
xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
values=duration:480468
values=path:content://com.mi.android.globalFileexplorer.myprovider/external_files/
FileExplorer/.safebox/xvideos.com_776df515b6f54efb618cb38c31373c72.mp4
values=extraSubtitleOffset:[{"path":"-1","timeOffset":0}]
values=size:0
values=onlineSubLocalPath:
values=_id:162

2023-01-06 22:34:24 DEBUG com.miui.videoplayer [ HistorySPHelper ]


SPHistoryEntry{path='content://com.mi.android.globalFileexplorer.myprovider/
external_files/FileExplorer/.safebox/
xvideos.com_776df515b6f54efb618cb38c31373c72.mp4', offset=0,
saveTime=1673024664518}
2023-01-06 22:34:26 DEBUG com.miui.videoplayer [ VideoViewPresenter ]
VideoViewPresenter#pause
2023-01-06 22:34:26 ERROR PiscesDiracUtils [ ] java.lang.RuntimeException:
java.lang.reflect.InvocationTargetException

You might also like