0% found this document useful (0 votes)
147 views5 pages

16

The document contains log messages from a video player application. It logs debugging information about permissions, activities, fragments, database operations and scanning external storage directories for video files when the application starts up and the main activity is launched.

Uploaded by

Leider Fabián
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)
147 views5 pages

16

The document contains log messages from a video player application. It logs debugging information about permissions, activities, fragments, database operations and scanning external storage directories for video files when the application starts up and the main activity is launched.

Uploaded by

Leider Fabián
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/ 5

2021-09-17 16:47:29 DEBUG com.miui.

videoplayer [ PermissionUtils ]
onResultPermissionResult is called activity = :
com.miui.video.biz.videoplus.app.VideoPlusMainActivity@fdc2790
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission is called permission =
android.permission.WRITE_EXTERNAL_STORAGE; Context =
com.miui.video.biz.videoplus.app.VideoPlusMainActivity@fdc2790
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ PermissionUtils ]
checkSelfPermission android.permission.WRITE_EXTERNAL_STORAGE ret = true
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ AppStatusStatisticsUtil ]
on Activity Resumed com.miui.video.biz.videoplus.app.VideoPlusMainActivity@fdc2790
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoPlusStaticsManager ]
{module=videoplus, main_tab=moment, event=channel_tab_click_local, type=default}
2021-09-17 16:47:29 DEBUG DataUtils [ addUI ] ui= TimeFragment{85f4d9 #0
id=0x7f09045e TimeFragment}
2021-09-17 16:47:29 DEBUG DataUtils [ addUI ] ui=
GalleryFoldersFragment{2798e9e #1 id=0x7f09045e GalleryFoldersFragment}
2021-09-17 16:47:29 DEBUG DBUtils [ onCreate ]
getRealDatabaseName=mivideo.db getRealDatabaseVersion=20190416
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
mLanguageInvalid: false
2021-09-17 16:47:29 DEBUG TableEntity [ getCreateTableSql ] CREATE TABLE IF NOT
EXISTS history ( _id INTEGER PRIMARY KEY AUTOINCREMENT,
title TEXT,
imgUrl TEXT,
path TEXT,
md5_path TEXT,
size INTEGER,
duration INTEGER,
playProgress INTEGER,
updateTime INTEGER,
currentAudioTrack INTEGER,
extraSubtitlePath TEXT,
extraSubtitleOffset TEXT,
onlineSubLocalPath TEXT,
onlineSubHash TEXT,
currentSubtitlePath TEXT,
ref TEXT );
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
mSelectedLanguageString:
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
selectedLanguage size: 0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
selectedLanguage(s):
2021-09-17 16:47:29 DEBUG TableEntity [ getCreateTableSql ] CREATE TABLE IF NOT
EXISTS favour ( _id INTEGER PRIMARY KEY AUTOINCREMENT,
title TEXT,
imgUrl TEXT,
url TEXT,
favourTime INTEGER );
2021-09-17 16:47:29 DEBUG TableEntity [ getCreateTableSql ] CREATE TABLE IF NOT
EXISTS videohide ( _id INTEGER PRIMARY KEY AUTOINCREMENT,
mediaId INTEGER,
md5_path TEXT,
path TEXT );
2021-09-17 16:47:29 DEBUG DBUtils [ DBUtils ] getDatabaseName= mivideo.db
2021-09-17 16:47:29 DEBUG CLVDatabase [ queryCount ] getCount=0
com.miui.video.base.database.TableEntity@1c029b
tableName=videohide
2021-09-17 16:47:29 ERROR com.miui.videoplayer [ VideoMiAccountManager ]
getAccount == null

2021-09-17 16:47:29 DEBUG CLVDatabase [ query ] getCount=0


com.miui.video.base.database.TableEntity@39a8638
tableName=videohide

2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]


mLanguageInvalid: false
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
mSelectedLanguageString:
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
selectedLanguage size: 0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
selectedLanguage(s):
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoQueryUtils ]
controlExtensionList
3G2,3GP,3GP2,3GPP,3GPP2,AVI,AVB,ASF,ASX,AVS,BOX,DIVX,FLV,F4V,M2V,M4V,MKV,MOV,MP4,MP
G,MPEG,NDIVX,RA,RM,RAM,RMVB,TS,V8,VOB,WMV,XVID
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoQueryUtils ] builder
_size > -1 AND _id > 0 AND (mime_type LIKE 'video%' OR upper(_data) LIKE '%.3G2' OR
upper(_data) LIKE '%.3GP' OR upper(_data) LIKE '%.3GP2' OR upper(_data) LIKE
'%.3GPP' OR upper(_data) LIKE '%.3GPP2' OR upper(_data) LIKE '%.AVI' OR
upper(_data) LIKE '%.AVB' OR upper(_data) LIKE '%.ASF' OR upper(_data) LIKE '%.ASX'
OR upper(_data) LIKE '%.AVS' OR upper(_data) LIKE '%.BOX' OR upper(_data) LIKE
'%.DIVX' OR upper(_data) LIKE '%.FLV' OR upper(_data) LIKE '%.F4V' OR upper(_data)
LIKE '%.M2V' OR upper(_data) LIKE '%.M4V' OR upper(_data) LIKE '%.MKV' OR
upper(_data) LIKE '%.MOV' OR upper(_data) LIKE '%.MP4' OR upper(_data) LIKE '%.MPG'
OR upper(_data) LIKE '%.MPEG' OR upper(_data) LIKE '%.NDIVX' OR upper(_data) LIKE
'%.RA' OR upper(_data) LIKE '%.RM' OR upper(_data) LIKE '%.RAM' OR upper(_data)
LIKE '%.RMVB' OR upper(_data) LIKE '%.TS' OR upper(_data) LIKE '%.V8' OR
upper(_data) LIKE '%.VOB' OR upper(_data) LIKE '%.WMV' OR upper(_data) LIKE
'%.XVID'
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
trackBusiness : map =
{"_language":"english","st":"","_page":"VideoPlusMainActivity","_miui":"V11","modul
e":"account","_ver":"2020042900(MiVideo-GROM)","_anoyid":"d6ef223e-75fe-4be9-95dd-
123ca49eaf01","_region":"CO","_res":"hd1080","_device":"galahad","_miuiver":"V11.0.
5.0.QJCEUHG","ref":"com.miui.videoplayer","_appver":"2020042930","_nettype":"0","_a
ndver":"29","_model":"M2004J19C","event":"auto_logout","_plyver":"20190604","_ismiu
i":"1","append":"{\"result\":\"success\"}","_locale":"es_US","_ts":"1631915249"}
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoMiAccountManager ]
IS_ONLINE
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ] GreenDaoDbManager
context com.miui.video.service.application.GlobalApplication@a63a37
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoMiAccountManager ] is
preview = false
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoMiAccountManager ]
start getServiceToken
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ LOCK_REQUEST ]
exeServiceToken threadpool-io-2
2021-09-17 16:47:29 ERROR com.miui.videoplayer [ VideoMiAccountManager ]
getAccount == null

2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]


trackBusiness : map =
{"_language":"english","st":"","_page":"VideoPlusMainActivity","_miui":"V11","modul
e":"videoplus","_ver":"2020042900(MiVideo-GROM)","_anoyid":"d6ef223e-75fe-4be9-
95dd-
123ca49eaf01","main_tab":"moment","_region":"CO","type":"default","_res":"hd1080","
_device":"galahad","_miuiver":"V11.0.5.0.QJCEUHG","ref":"com.miui.videoplayer","_ap
pver":"2020042930","_nettype":"0","_andver":"29","_model":"M2004J19C","event":"chan
nel_tab_click_local","_plyver":"20190604","_ismiui":"1","_locale":"es_US","_ts":"16
31915249"}
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MiVideoGlobal
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MiVideoGlobal/logs
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Music
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Movies
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Download
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Android
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Android/media
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Android/media/com.whatsapp
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Ringtones
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/voip-data
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/voip-data/com.android.camera
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/DCIM
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/DCIM/Camera
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Notifications
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Pictures
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Podcasts
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/Alarms
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI/Gallery
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI/Gallery/cloud
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI/debug_log
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI/debug_log/common
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/common/com.xiaomi.finddevice
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/common/com.xiaomi.finddevice/process-
com.xiaomi.finddevice:securitypush
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/common/com.xiaomi.finddevice/process-
com.xiaomi.finddevice:securitypush/0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/common/com.xiaomi.finddevice/0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/common/com.miui.cloudservice.sysbase
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/common/com.miui.cloudservice.sysbase/0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI/debug_log/com.miui.bugreport
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI/debug_log/com.miui.bugreport/cache
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/com.miui.bugreport/cache/draft
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/com.miui.bugreport/cache/outbox
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory =
/storage/emulated/0/MIUI/debug_log/com.miui.bugreport/cache/image
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ScanSdCardUtils ]
scanSdCard: directory = /storage/emulated/0/MIUI/debug_log/powerinfo
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ StaticRecommendReport ]
channel_tab_click_local
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
mLanguageInvalid: false
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
mSelectedLanguageString:
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
selectedLanguage size: 0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]
selectedLanguage(s):
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoMiAccountManager ]
start getServiceToken
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ LOCK_REQUEST ]
exeServiceToken threadpool-io-4
2021-09-17 16:47:29 ERROR com.miui.videoplayer [ VideoMiAccountManager ]
getAccount == null

2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ TrackerUtils ]


trackBusiness : map =
{"_language":"english","st":"","_page":"VideoPlusMainActivity","_miui":"V11","modul
e":"videoplus","_ver":"2020042900(MiVideo-GROM)","_anoyid":"d6ef223e-75fe-4be9-
95dd-
123ca49eaf01","source":"","_region":"CO","_res":"hd1080","_device":"galahad","_miui
ver":"V11.0.5.0.QJCEUHG","ref":"com.miui.videoplayer","_appver":"2020042930","_nett
ype":"0","_andver":"29","_model":"M2004J19C","event":"channel_tab_click_local","_pl
yver":"20190604","_ismiui":"1","append":"{\"channel_tab\":\"0\"}","_locale":"es_US"
,"_ts":"1631915249"}
2021-09-17 16:47:29 DEBUG FragmentPagerAdapter [ instantiateItem ] position=
0 Fragment= StickyFragment{6f7a770 id=0x7f0903d8}
2021-09-17 16:47:29 DEBUG FragmentPagerAdapter [ instantiateItem ] position=
1 Fragment= StickyFragment{d169ae9 id=0x7f0903d8}
2021-09-17 16:47:29 DEBUG DataUtils [ addUI ] ui= StickyFragment{6f7a770 #0
id=0x7f0903d8}
2021-09-17 16:47:29 DEBUG DataUtils [ addUI ] ui= StickyFragment{d169ae9 #1
id=0x7f0903d8}
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ ThreadPoolManager ]
initThreadPool index 1
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ VideoMiAccountManager ]
onAccounts Update : size = 0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ SyncMediaService ]
updateData: 1111 = 0
2021-09-17 16:47:29 DEBUG com.miui.videoplayer [ SyncMediaService ]
updateData: 2222
2021-09-17 16:47:29 ERROR com.miui.videoplayer [ SyncMediaService ]
notifyMediaChange

You might also like