0% found this document useful (0 votes)
57 views33 pages

Current Log

The document contains log messages from an OneDrive application upgrading its database from version 167 to 173. It records adding new columns to tables to support downloading and managing files, completing the upgrades without issues.

Uploaded by

Mirna Nofus
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)
57 views33 pages

Current Log

The document contains log messages from an OneDrive application upgrading its database from version 167 to 173. It records adding new columns to tables to support downloading and managing files, completing the upgrades without issues.

Uploaded by

Mirna Nofus
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/ 33

Wed Aug 24 03:37:03 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed

Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m


loadStaticLibraries
Wed Aug 24 03:37:04 GMT+08:00 2022 DATA gi.d Build model matches: false
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 167 (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I) DbUpgrade
RequiredServiceData null null true
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Upgrading database to 173 (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Start upgrading logic from version: 167 (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Complete upgrading logic from version: 167 (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Start upgrading logic from version: 168 (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Complete upgrading logic from version: 168 (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Start upgrading logic from version: 169 (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column convergenceSync into table sync_root of type INTEGER." (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE sync_root ADD convergenceSync INTEGER" (:0)
Wed Aug 24 03:37:04 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column convergenceSync of type INTEGER successfully added to table sync_root" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column odcResourceId into table items of type TEXT." (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE items ADD odcResourceId TEXT" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column odcResourceId of type TEXT successfully added to table items" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Complete upgrading logic from version: 169 (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Start upgrading logic from version: 170 (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Added new cloumns for download files in edgeworth and recommended column (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadState into table edgeworth_items of type INTEGER." (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadState INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadState of type INTEGER successfully added to table edgeworth_items"
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadPauseReason into table edgeworth_items of type INTEGER."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadPauseReason INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadPauseReason of type INTEGER successfully added to table
edgeworth_items" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadFilePath into table edgeworth_items of type TEXT." (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadFilePath TEXT" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadFilePath of type TEXT successfully added to table edgeworth_items"
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadFileSize into table edgeworth_items of type INTEGER." (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadFileSize INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadFileSize of type INTEGER successfully added to table
edgeworth_items" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadCaptionFilePath into table edgeworth_items of type TEXT."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadCaptionFilePath TEXT" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadCaptionFilePath of type TEXT successfully added to table
edgeworth_items" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadThumbnailFilePath into table edgeworth_items of type TEXT."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadThumbnailFilePath TEXT" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadThumbnailFilePath of type TEXT successfully added to table
edgeworth_items" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadCompletedAt into table edgeworth_items of type INTEGER."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadCompletedAt INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadCompletedAt of type INTEGER successfully added to table
edgeworth_items" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadLastUpdatedAt into table edgeworth_items of type INTEGER."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE edgeworth_items ADD downloadLastUpdatedAt INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadLastUpdatedAt of type INTEGER successfully added to table
edgeworth_items" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadState into table recommendations of type INTEGER." (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE recommendations ADD downloadState INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadState of type INTEGER successfully added to table recommendations"
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadPauseReason into table recommendations of type INTEGER."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE recommendations ADD downloadPauseReason INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadPauseReason of type INTEGER successfully added to table
recommendations" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadFilePath into table recommendations of type TEXT." (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE recommendations ADD downloadFilePath TEXT" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadFilePath of type TEXT successfully added to table recommendations"
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadFileSize into table recommendations of type INTEGER." (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE recommendations ADD downloadFileSize INTEGER" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadFileSize of type INTEGER successfully added to table
recommendations" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadCaptionFilePath into table recommendations of type TEXT."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE recommendations ADD downloadCaptionFilePath TEXT" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadCaptionFilePath of type TEXT successfully added to table
recommendations" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadThumbnailFilePath into table recommendations of type TEXT."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE recommendations ADD downloadThumbnailFilePath TEXT" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Column downloadThumbnailFilePath of type TEXT successfully added to table
recommendations" (:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"Adding column downloadCompletedAt into table recommendations of type INTEGER."
(:0)
Wed Aug 24 03:37:05 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
"ALTER TABLE recommendations ADD downloadCompletedAt INTEGER" (:0)
Fri Aug 26 15:32:01 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Fri Aug 26 15:32:02 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Fri Aug 26 15:32:03 GMT+08:00 2022 DATA gi.d Build model matches: false
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Aug 26 15:32:03 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Fri Aug 26 15:32:05 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Fri Aug 26 15:32:05 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Fri Aug 26 15:32:05 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Fri Aug 26 15:32:05 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Aug 26 15:32:05 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Fri Aug 26 15:32:05 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Fri Aug 26 15:32:06 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Aug 26 15:32:06 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Fri Aug 26 15:32:09 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Aug 26 15:32:10 GMT+08:00 2022 V com.microsoft.tokenshare.k_v1.6.2 Can't get
configuration from networkjava.net.UnknownHostException: Unable to resolve host
"oneclient.sfx.ms": No address associated with hostname
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 4478
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Aug 26 15:32:10 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 0, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Fri Aug 26 15:32:10 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Fri Aug 26 15:33:13 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1661499123 now: 1661499193 time to merge: 1 (:0)
Sat Aug 27 02:56:22 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Sat Aug 27 02:56:22 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Sat Aug 27 02:56:23 GMT+08:00 2022 DATA gi.d Build model matches: false
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sat Aug 27 02:56:23 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Sat Aug 27 02:56:24 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Sat Aug 27 02:56:24 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Sat Aug 27 02:56:24 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Sat Aug 27 02:56:24 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Aug 27 02:56:24 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sat Aug 27 02:56:25 GMT+08:00 2022 V com.microsoft.tokenshare.k_v1.6.2 Can't get
configuration from networkjava.net.UnknownHostException: Unable to resolve host
"oneclient.sfx.ms": No address associated with hostname
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 986
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Aug 27 02:56:25 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 0, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Sat Aug 27 02:56:25 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Sat Aug 27 02:56:26 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Sat Aug 27 02:57:47 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1661540183 now: 1661540267 time to merge: 1 (:0)
Tue Aug 30 21:55:37 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Tue Aug 30 21:55:38 GMT+08:00 2022 DATA gi.d Build model matches: false
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Aug 30 21:55:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Tue Aug 30 21:55:39 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 48
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Aug 30 21:55:39 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA Experimentation Logging device level
experiment exposure event from MainActivityController
Tue Aug 30 21:55:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ExperimentAssignment2 RequiredServiceData null null true
Tue Aug 30 21:55:40 GMT+08:00 2022 I com.microsoft.skydrive.MainActivity
resetDetailFragment
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:40 GMT+08:00 2022 I ActivityNotificationManager Application
state=StartedOrResumed
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ApplicationCameToForeground RequiredServiceData null null true
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/MainActivity RequiredServiceData null null true
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchExperience for SIGNED_OUT_STATE
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchActivity launching Signed Out State FRE activity
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
DevicePhotos/StoragePermissionsNotGranted RequiredServiceData null null true
Tue Aug 30 21:55:40 GMT+08:00 2022 I MediaStoreBucketsLiveData onActive
Tue Aug 30 21:55:40 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:40 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Aug 30 21:55:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Aug 30 21:55:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Tue Aug 30 21:55:41 GMT+08:00 2022 I MediaStoreBucketsLiveData onInactive
Tue Aug 30 21:55:43 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Tue Aug 30 21:55:46 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignedOutState/FRE/ButtonClicked RequiredServiceData null null true
Tue Aug 30 21:55:46 GMT+08:00 2022 I [Auth]SignInManager Add account
Tue Aug 30 21:55:46 GMT+08:00 2022 V [Auth]OneDriveAuthenticator addAccount()
Tue Aug 30 21:55:46 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignInDisambiguationEvent RequiredServiceData null null true
Sun Sep 04 07:37:58 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Sun Sep 04 07:37:58 GMT+08:00 2022 DATA gi.d Build model matches: false
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sun Sep 04 07:37:58 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Sun Sep 04 07:37:59 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Sep 04 07:37:59 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Sun Sep 04 07:38:00 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 672
Sun Sep 04 07:38:00 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Sep 04 07:38:00 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Sun Sep 04 07:38:00 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Sun Sep 04 07:38:00 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Sun Sep 04 07:38:00 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Sun Sep 04 07:38:00 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Sun Sep 04 07:38:00 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Sun Sep 04 07:39:30 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1662248278 now: 1662248370 time to merge: 0 (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Tue Sep 06 14:05:38 GMT+08:00 2022 DATA gi.d Build model matches: false
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Sep 06 14:05:38 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Tue Sep 06 14:05:39 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 32
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:39 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA Experimentation Logging device level
experiment exposure event from MainActivityController
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ExperimentAssignment2 RequiredServiceData null null true
Tue Sep 06 14:05:39 GMT+08:00 2022 I com.microsoft.skydrive.MainActivity
resetDetailFragment
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:39 GMT+08:00 2022 I ActivityNotificationManager Application
state=StartedOrResumed
Tue Sep 06 14:05:39 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ApplicationCameToForeground RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/MainActivity RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchExperience for SIGNED_OUT_STATE
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchActivity launching Signed Out State FRE activity
Tue Sep 06 14:05:40 GMT+08:00 2022 I MediaStoreBucketsLiveData onActive
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:40 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 06 14:05:40 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:40 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 06 14:05:41 GMT+08:00 2022 I MediaStoreBucketsLiveData onInactive
Tue Sep 06 14:05:53 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1662444338 now: 1662444353 time to merge: 1 (:0)
Tue Sep 06 14:07:23 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignedOutState/FRE/ButtonClicked RequiredServiceData null null true
Tue Sep 20 03:11:00 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Tue Sep 20 03:11:00 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Tue Sep 20 03:11:00 GMT+08:00 2022 DATA gi.d Build model matches: false
Tue Sep 20 03:11:00 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Tue Sep 20 03:11:00 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Tue Sep 20 03:11:00 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Tue Sep 20 03:11:01 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 64
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 20 03:11:01 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Tue Sep 20 03:11:01 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Tue Sep 20 03:11:02 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Tue Sep 20 03:22:46 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1663614661 now: 1663615366 time to merge: 3 (:0)
Mon Sep 26 02:23:23 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Mon Sep 26 02:23:23 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Mon Sep 26 02:23:23 GMT+08:00 2022 DATA gi.d Build model matches: false
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Mon Sep 26 02:23:24 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 331
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:24 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Mon Sep 26 02:23:24 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA Experimentation Logging device level
experiment exposure event from MainActivityController
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ExperimentAssignment2 RequiredServiceData null null true
Mon Sep 26 02:23:25 GMT+08:00 2022 I com.microsoft.skydrive.MainActivity
resetDetailFragment
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:25 GMT+08:00 2022 I ActivityNotificationManager Application
state=StartedOrResumed
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ApplicationCameToForeground RequiredServiceData null null true
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/MainActivity RequiredServiceData null null true
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchExperience for SIGNED_OUT_STATE
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchActivity launching Signed Out State FRE activity
Mon Sep 26 02:23:25 GMT+08:00 2022 I MediaStoreBucketsLiveData onActive
Mon Sep 26 02:23:25 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:25 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Mon Sep 26 02:23:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Mon Sep 26 02:23:26 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Sep 30 11:41:08 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Fri Sep 30 11:41:08 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA gi.d Build model matches: false
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Fri Sep 30 11:41:09 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Sep 30 11:41:09 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Fri Sep 30 11:41:10 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 473
Fri Sep 30 11:41:10 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Sep 30 11:41:10 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Fri Sep 30 11:41:10 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Fri Sep 30 11:41:10 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Fri Sep 30 11:41:10 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Fri Sep 30 11:41:10 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Fri Sep 30 11:41:10 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Fri Sep 30 11:41:47 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1664509269 now: 1664509307 time to merge: 47 (:0)
Fri Sep 30 11:52:03 GMT+08:00 2022 DATA DailyJob
com.microsoft.skydrive.jobs.LocalNotificationDailyJob.onStartJob() called
Fri Sep 30 11:52:03 GMT+08:00 2022 DATA DailyJob
com.microsoft.skydrive.jobs.LocalNotificationDailyJob.onStartJob(): Scheduling
thread
Fri Sep 30 11:52:03 GMT+08:00 2022 DATA DailyJob
com.microsoft.skydrive.jobs.LocalNotificationDailyJob.onStartJob():
requestingToRunJob: true
Fri Sep 30 11:52:03 GMT+08:00 2022 DATA DailyJob
com.microsoft.skydrive.jobs.LocalNotificationDailyJob.onStartJob(): Thread
scheduled
Fri Sep 30 11:52:03 GMT+08:00 2022 DATA LocalNotificationDailyJob Running Daily Job
Fri Sep 30 11:52:03 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Sep 30 11:52:03 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Sat Oct 08 17:36:43 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Sat Oct 08 17:36:44 GMT+08:00 2022 DATA gi.d Build model matches: false
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sat Oct 08 17:36:44 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Sat Oct 08 17:36:45 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sat Oct 08 17:36:45 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA Experimentation Logging device level
experiment exposure event from MainActivityController
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ExperimentAssignment2 RequiredServiceData null null true
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 849
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:46 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Sat Oct 08 17:36:46 GMT+08:00 2022 I com.microsoft.skydrive.MainActivity
resetDetailFragment
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:46 GMT+08:00 2022 I ActivityNotificationManager Application
state=StartedOrResumed
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ApplicationCameToForeground RequiredServiceData null null true
Sat Oct 08 17:36:46 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/MainActivity RequiredServiceData null null true
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchExperience for SIGNED_OUT_STATE
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:46 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchActivity launching Signed Out State FRE activity
Sat Oct 08 17:36:47 GMT+08:00 2022 I MediaStoreBucketsLiveData onActive
Sat Oct 08 17:36:47 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:47 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:47 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:47 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Sat Oct 08 17:36:47 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:47 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sat Oct 08 17:36:47 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:47 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sat Oct 08 17:36:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:32 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Thu Oct 13 07:28:32 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA gi.d Build model matches: false
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Thu Oct 13 07:28:33 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Thu Oct 13 07:28:33 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA Experimentation Logging device level
experiment exposure event from MainActivityController
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ExperimentAssignment2 RequiredServiceData null null true
Thu Oct 13 07:28:34 GMT+08:00 2022 I com.microsoft.skydrive.MainActivity
resetDetailFragment
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:34 GMT+08:00 2022 I ActivityNotificationManager Application
state=StartedOrResumed
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 809
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:34 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ApplicationCameToForeground RequiredServiceData null null true
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/MainActivity RequiredServiceData null null true
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchExperience for SIGNED_OUT_STATE
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:34 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchActivity launching Signed Out State FRE activity
Thu Oct 13 07:28:34 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Thu Oct 13 07:28:35 GMT+08:00 2022 I MediaStoreBucketsLiveData onActive
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:35 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:35 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Thu Oct 13 07:28:36 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Oct 14 11:49:14 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Fri Oct 14 11:49:14 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA gi.d Build model matches: false
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Fri Oct 14 11:49:15 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Oct 14 11:49:15 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Oct 14 11:49:15 GMT+08:00 2022 V com.microsoft.tokenshare.k_v1.6.2 Can't get
configuration from networkjava.net.UnknownHostException: Unable to resolve host
"oneclient.sfx.ms": No address associated with hostname
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 1001
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Oct 14 11:49:16 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Fri Oct 14 11:49:16 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Fri Oct 14 11:49:17 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Fri Oct 14 11:50:55 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1665719355 now: 1665719455 time to merge: 1 (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Sun Nov 06 07:34:18 GMT+08:00 2022 DATA gi.d Build model matches: false
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Sun Nov 06 07:34:18 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Sun Nov 06 07:34:19 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 520
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:19 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA Experimentation Logging device level
experiment exposure event from MainActivityController
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ExperimentAssignment2 RequiredServiceData null null true
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Sun Nov 06 07:34:19 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Sun Nov 06 07:34:20 GMT+08:00 2022 I com.microsoft.skydrive.MainActivity
resetDetailFragment
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:20 GMT+08:00 2022 I ActivityNotificationManager Application
state=StartedOrResumed
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ApplicationCameToForeground RequiredServiceData null null true
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/MainActivity RequiredServiceData null null true
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchExperience for SIGNED_OUT_STATE
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchActivity launching Signed Out State FRE activity
Sun Nov 06 07:34:20 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Sun Nov 06 07:34:20 GMT+08:00 2022 I MediaStoreBucketsLiveData onActive
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:20 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Sun Nov 06 07:34:20 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Performance/ContentPerformance RequiredServiceData null null true
Sun Nov 06 07:34:21 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Performance/ContentPerformance RequiredServiceData null null true
Sun Nov 06 07:34:22 GMT+08:00 2022 I MediaStoreBucketsLiveData onInactive
Sun Nov 06 07:34:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignedOutState/FRE/ButtonClicked RequiredServiceData null null true
Sun Nov 06 07:34:25 GMT+08:00 2022 I [Auth]SignInManager Add account
Sun Nov 06 07:34:25 GMT+08:00 2022 V [Auth]OneDriveAuthenticator addAccount()
Sun Nov 06 07:34:25 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignInDisambiguationEvent RequiredServiceData null null true
Sun Nov 06 07:34:33 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Merge wal to database. before merge: 0 after merge: 0 first db action on:
1667691258 now: 1667691273 time to merge: 2 (:0)
Sun Nov 06 07:34:44 GMT+08:00 2022 DATA EmailDisambiguationNetworkTask
getFederationProvider: Global
Sun Nov 06 07:34:44 GMT+08:00 2022 DATA EmailDisambiguationNetworkTask
getIdentityProvider: Neither
Sun Nov 06 07:34:44 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignInDisambiguationEvent RequiredServiceData null null true
Sun Nov 06 07:34:44 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignInDisambiguationEvent RequiredServiceData null null true
Sun Nov 06 07:34:45 GMT+08:00 2022 DATA EmailDisambiguationNetworkTask
getFederationProvider: Global
Sun Nov 06 07:34:45 GMT+08:00 2022 DATA EmailDisambiguationNetworkTask
getIdentityProvider: Neither
Sun Nov 06 07:34:45 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignInDisambiguationEvent RequiredServiceData null null true
Sun Nov 06 07:34:45 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignInDisambiguationEvent RequiredServiceData null null true
Sun Nov 06 07:34:46 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
SignInDisambiguationEvent RequiredServiceData null null true
Sun Nov 06 07:34:46 GMT+08:00 2022 DATA qg.b Use broker flow = false
Sun Nov 06 07:34:46 GMT+08:00 2022 DATA com.microsoft.authorization.live.h Starting
signin/up flow with an primary identifier (email or phone number)
Sun Nov 06 07:34:46 GMT+08:00 2022 DATA OdcSignInContext Starting web view
Sun Nov 06 07:34:47 GMT+08:00 2022 I [Auth]SignInManager Is convergence enabled:
false
Sun Nov 06 07:34:47 GMT+08:00 2022 I [Auth]SignInManager Is convergence enabled in
Beta: false
Sun Nov 06 07:34:47 GMT+08:00 2022 I [Auth]SignInManager Is convergence enabled in
AppCenter: false
Sun Nov 06 07:34:48 GMT+08:00 2022 DATA com.microsoft.authorization.live.i Logging
a Signup redirect event
Sun Nov 06 07:34:48 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
LiveAuth/SignUpRedirect RequiredDiagnosticData null null false
Sun Nov 06 07:35:49 GMT+08:00 2022 I ActivityNotificationManager Application
state=PausingOrClosing
Fri Nov 18 06:47:12 GMT+08:00 2022 DATA OneDSUtils OneDS mitigation checks passed
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.crossplaform.interop.m
loadStaticLibraries
Fri Nov 18 06:47:12 GMT+08:00 2022 DATA gi.d Build model matches: false
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Application is not started (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 173 (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 876544 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-shm" size: 32768
bytes permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db-wal" size: 0 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Reset SP Lists Comments on Launch (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Deleted 0 PhotoStream comments (cLocalStatus = cAddingToServer) on launch. (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
Updated 0 PhotoStream comments (cLocalStatus = cDeletingFromServer or
cFailedToDeleteFromServer) on launch. (:0)
Fri Nov 18 06:47:12 GMT+08:00 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Fri Nov 18 06:47:13 GMT+08:00 2022 I com.microsoft.authorization.adal.c
Build.VERSION.SDK_INT 29
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA NotificationChannelController
initNotificationChannels
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA SamsungMigrationUpsellJob checkIfJobIsValid
called()
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read ServiceConnections list from preferences: 0
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA com.microsoft.authorization.cloudaccounts.b
Read hidden cloud account IDs list from preferences: 0
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA OneAuth
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA OneDriveTokenProvider
OneDriveTokenProvider.java#getAccounts():
Total Accounts found: 0
OneAuth Accounts Shared: 0
Total Accounts shared: 0
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA PhotoStreamExperience initialize - trigger
experience check
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA SamsungAuthUtils Querying for Samsung
migration status took: 270
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:13 GMT+08:00 2022 I SamsungMigrationUpsellJob Samsung migration
info doesn't exist or isn't supported
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA SamsungMigrationUpsellJob Job is not
scheduled, no need to cancel it
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA MeridianActivity isMeridianEnabled: true,
isSamsungDevice: true, mockSamsungPreInstalled: false
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA MeridianUpsellJob isEnabled: true,
timesShown: 1, allAppsSetUp: false, areNotificationsEnabled, true,
isChannelEnabled: true
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA MeridianUpsellJob There is already a job
scheduled
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA Experimentation Logging device level
experiment exposure event from MainActivityController
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ExperimentAssignment2 RequiredServiceData null null true
Fri Nov 18 06:47:13 GMT+08:00 2022 I com.microsoft.skydrive.MainActivity
resetDetailFragment
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:13 GMT+08:00 2022 I ActivityNotificationManager Application
state=StartedOrResumed
Fri Nov 18 06:47:13 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
ApplicationCameToForeground RequiredServiceData null null true
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/MainActivity RequiredServiceData null null true
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchExperience for SIGNED_OUT_STATE
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA com.microsoft.skydrive.fre.e
FirstRunExperienceManager launchActivity launching Signed Out State FRE activity
Fri Nov 18 06:47:14 GMT+08:00 2022 W CreationTimeTracker Skipping launch time
telemetry because ramp is disabled
Fri Nov 18 06:47:14 GMT+08:00 2022 I MediaStoreBucketsLiveData onActive
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:14 GMT+08:00 2022 I FileUploadUtils
isSupportedAutoUploadAccountAvailable returned false because no supported account
found.
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA SamsungAuthUtils retrieved SA-MSA migration
status =ODUninitialized
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:14 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (I)
Page/SignedOutStateFREActivity RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true
Fri Nov 18 06:47:15 GMT+08:00 2022 DATA OneDrivePrivacyDelegate (Q) QoS
RequiredServiceData null null true

You might also like