0% found this document useful (0 votes)
128 views7 pages

Current Log

The document contains log messages from an application startup. It records the application starting up, opening a database, checking for updates, and attempting to authenticate with the server. However, authentication fails with a network error, as the application is unable to resolve domain names due to no internet connection.

Uploaded by

Siva Ganesh
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)
128 views7 pages

Current Log

The document contains log messages from an application startup. It records the application starting up, opening a database, checking for updates, and attempting to authenticate with the server. However, authentication fails with a network error, as the application is unable to resolve domain names due to no internet connection.

Uploaded by

Siva Ganesh
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/ 7

Mon Oct 31 13:57:42 GMT+05:30 2022 I com.microsoft.onedrivecore.

LogWriterInterface
Application is not started (:0)
Mon Oct 31 13:57:42 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Starting application (:0)
Mon Oct 31 13:57:42 GMT+05:30 2022 W com.microsoft.onedrivecore.LogWriterInterface
WARNING: QApplication was not created in the main() thread. (:0)
Mon Oct 31 13:57:42 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Opening database "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 V WifiAvailableJob Scheduling a WifiAvailableJob
job.
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Current DB version is 76 (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Log the database file info (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
File: "/data/user/0/com.microsoft.skydrive/files/QTMetadata.db" size: 483328 bytes
permission: QFlags(0x200|0x400|0x2000|0x4000) (:0)
Mon Oct 31 13:57:43 GMT+05:30 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 Oct 31 13:57:43 GMT+05:30 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 Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Polling interval set to "43200" (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Next refresh at QDateTime(2022-10-16 01:07:22.241 IST Qt::LocalTime) (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
The CreateVaultFolder rule in policy doc is "empty" (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
onAppLaunch: updates records: 0 (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
cleanOrphanedCacheAsyncIfNecessary has the settings to run cleanup false (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Could not get
valid cached token for service::onedrivemobile.live.com::MBI_SSL
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Getting token
for: service::onedrivemobile.live.com::MBI_SSL
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Cached token
invalid, attempt to refresh token
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.authorization.a.d
Build.VERSION.SDK_INT 29
Mon Oct 31 13:57:43 GMT+05:30 2022 E com.microsoft.authorization.ae refresh token
IOException java.net.UnknownHostException: Unable to resolve host "login.live.com":
No address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at okhttp3.Dns$$CC.lambda$static$0$Dns$$CC(Unknown Source:39)
at okhttp3.Dns$$Lambda$0.lookup(Unknown Source:0)
at
okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(SourceFile:171
)
at okhttp3.internal.connection.RouteSelector.nextProxy(SourceFile:135)
at okhttp3.internal.connection.RouteSelector.next(SourceFile:84)
at okhttp3.internal.connection.ExchangeFinder.findConnection(SourceFile:187)
at
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(SourceFile:108)
at okhttp3.internal.connection.ExchangeFinder.find(SourceFile:88)
at okhttp3.internal.connection.Transmitter.newExchange(SourceFile:169)
at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:41)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:94)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:88)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.RealCall.getResponseWithInterceptorChain(SourceFile:229)
at okhttp3.RealCall.execute(SourceFile:81)
at e.l.a(SourceFile:188)
at e.g$a.a(SourceFile:104)
at com.microsoft.authorization.live.h.a(SourceFile:82)
at com.microsoft.authorization.live.h.a(SourceFile:152)
at com.microsoft.authorization.ae.b(SourceFile:736)
at com.microsoft.authorization.ae.a(SourceFile:709)
at com.microsoft.authorization.ae.b(SourceFile:298)
at com.microsoft.authorization.ae.a(SourceFile:260)
at com.microsoft.authorization.x$3.a(SourceFile:145)
at com.microsoft.authorization.x$a$2.run(SourceFile:193)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Linux.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 37 more

Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae TokenRefresh


has occurred, but not sending an event because we've sent one recently
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Refresh token
invalid
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Don't force re-
SignIn, account removed: false, network error occurred: true
Mon Oct 31 13:57:43 GMT+05:30 2022 E
com.microsoft.onedrivecore.AuthenticatorInterface SignInManger.getToken failed
android.accounts.AuthenticatorException: Unable to resolve host "login.live.com":
No address associated with hostname
at com.microsoft.authorization.x$a$a.a(SourceFile:280)
at com.microsoft.authorization.w.a(SourceFile:64)
at com.microsoft.authorization.x$a$2.run(SourceFile:194)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface


Cache MISS for Drive by Resource Id (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA n fixVaultTokenExpirationTime: start
checking and fixing vault expiration time.
Mon Oct 31 13:57:43 GMT+05:30 2022 E ScenarioNotificationChannels Error while
getting notification scenarios java.net.UnknownHostException: Unable to resolve
host "skyapi.live.net": No address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:156)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at okhttp3.Dns$$CC.lambda$static$0$Dns$$CC(Unknown Source:39)
at okhttp3.Dns$$Lambda$0.lookup(Unknown Source:0)
at
okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(SourceFile:171
)
at okhttp3.internal.connection.RouteSelector.nextProxy(SourceFile:135)
at okhttp3.internal.connection.RouteSelector.next(SourceFile:84)
at okhttp3.internal.connection.ExchangeFinder.findConnection(SourceFile:187)
at
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(SourceFile:108)
at okhttp3.internal.connection.ExchangeFinder.find(SourceFile:88)
at okhttp3.internal.connection.Transmitter.newExchange(SourceFile:169)
at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:41)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:94)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:88)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at com.microsoft.skydrive.vault.r$a.intercept(SourceFile:72)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.logging.HttpLoggingInterceptor.intercept(SourceFile:152)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.RealCall.getResponseWithInterceptorChain(SourceFile:229)
at okhttp3.RealCall.execute(SourceFile:81)
at e.l.a(SourceFile:188)
at e.g$a.a(SourceFile:104)
at com.microsoft.skydrive.pushnotification.e.onExecute(SourceFile:58)
at com.microsoft.odsp.task.TaskBase.run(SourceFile:84)
at com.microsoft.skydrive.s.m$a.run(SourceFile:70)
at java.lang.Thread.run(Thread.java:919)
Caused by: android.system.GaiException: android_getaddrinfo failed: EAI_NODATA (No
address associated with hostname)
at libcore.io.Linux.android_getaddrinfo(Native Method)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at libcore.io.BlockGuardOs.android_getaddrinfo(BlockGuardOs.java:200)
at libcore.io.ForwardingOs.android_getaddrinfo(ForwardingOs.java:74)
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:135)
... 36 more

Mon Oct 31 13:57:43 GMT+05:30 2022 DATA OnThisDayBackgroundProcessor Canceling


"(job:1073741838/com.microsoft.skydrive/.photos.onthisday.OnThisDayBackgroundProces
sor)" before scheduling a new one
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA DailyJob Received request for
com.microsoft.skydrive.photos.onthisday.OnThisDayBackgroundProcessor to run between
0:00:00.000 and 23:59:59.999 (absolute time of day)
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA DailyJob Scheduled time for
com.microsoft.skydrive.photos.onthisday.OnThisDayBackgroundProcessor is to run
between 0:00:00.001 and 10:53:20.198 from now
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA OnThisDayNotifier Canceling
"(job:1073741839/com.microsoft.skydrive/.photos.onthisday.OnThisDayNotifier)"
before scheduling a new one
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA DailyJob Received request for
com.microsoft.skydrive.photos.onthisday.OnThisDayNotifier to run between
7:00:00.000 and 23:59:59.999 (absolute time of day)
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA DailyJob Scheduled time for
com.microsoft.skydrive.photos.onthisday.OnThisDayNotifier is to run between
0:00:00.001 and 10:31:39.193 from now
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA com.microsoft.odsp.j.c Build model matches:
false
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Cache MISS for Drive by Resource Id (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA DeviceAndApplicationInfo Pre: true
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Creating refresh factory (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Could not get
valid cached token for service::onedrivemobile.live.com::MBI_SSL
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Getting token
for: service::onedrivemobile.live.com::MBI_SSL
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Cached token
invalid, attempt to refresh token
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Cache MISS for Command by Drive Id (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
The request sync root points to 1 "root" (:0)
Mon Oct 31 13:57:43 GMT+05:30 2022 E com.microsoft.authorization.ae refresh token
IOException java.net.UnknownHostException: Unable to resolve host "login.live.com":
No address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at okhttp3.Dns$$CC.lambda$static$0$Dns$$CC(Unknown Source:39)
at okhttp3.Dns$$Lambda$0.lookup(Unknown Source:0)
at
okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(SourceFile:171
)
at okhttp3.internal.connection.RouteSelector.nextProxy(SourceFile:135)
at okhttp3.internal.connection.RouteSelector.next(SourceFile:84)
at okhttp3.internal.connection.ExchangeFinder.findConnection(SourceFile:187)
at
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(SourceFile:108)
at okhttp3.internal.connection.ExchangeFinder.find(SourceFile:88)
at okhttp3.internal.connection.Transmitter.newExchange(SourceFile:169)
at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:41)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:94)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:88)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.RealCall.getResponseWithInterceptorChain(SourceFile:229)
at okhttp3.RealCall.execute(SourceFile:81)
at e.l.a(SourceFile:188)
at e.g$a.a(SourceFile:104)
at com.microsoft.authorization.live.h.a(SourceFile:82)
at com.microsoft.authorization.live.h.a(SourceFile:152)
at com.microsoft.authorization.ae.b(SourceFile:736)
at com.microsoft.authorization.ae.a(SourceFile:709)
at com.microsoft.authorization.ae.b(SourceFile:298)
at com.microsoft.authorization.ae.a(SourceFile:260)
at com.microsoft.authorization.x$3.a(SourceFile:145)
at com.microsoft.authorization.x$a$2.run(SourceFile:193)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae TokenRefresh


has occurred, but not sending an event because we've sent one recently
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Refresh token
invalid
Mon Oct 31 13:57:43 GMT+05:30 2022 V com.microsoft.authorization.ae Don't force re-
SignIn, account removed: false, network error occurred: true
Mon Oct 31 13:57:43 GMT+05:30 2022 E
com.microsoft.onedrivecore.AuthenticatorInterface SignInManger.getToken failed
android.accounts.AuthenticatorException: Unable to resolve host "login.live.com":
No address associated with hostname
at com.microsoft.authorization.x$a$a.a(SourceFile:280)
at com.microsoft.authorization.w.a(SourceFile:64)
at com.microsoft.authorization.x$a$2.run(SourceFile:194)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

Mon Oct 31 13:57:43 GMT+05:30 2022 DATA com.microsoft.authorization.cloudaccounts.a


Read ServiceConnections list from preferences: 0
Mon Oct 31 13:57:43 GMT+05:30 2022 DATA com.microsoft.authorization.cloudaccounts.a
Read hidden cloud account IDs list from preferences: 0
Mon Oct 31 13:57:44 GMT+05:30 2022 V com.microsoft.authorization.ae Could not get
valid cached token for service::onedrivemobile.live.com::MBI_SSL
Mon Oct 31 13:57:44 GMT+05:30 2022 V com.microsoft.authorization.ae Getting token
for: service::onedrivemobile.live.com::MBI_SSL
Mon Oct 31 13:57:44 GMT+05:30 2022 V com.microsoft.authorization.ae Cached token
invalid, attempt to refresh token
Mon Oct 31 13:57:44 GMT+05:30 2022 E com.microsoft.authorization.ae refresh token
IOException java.net.UnknownHostException: Unable to resolve host "login.live.com":
No address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:124)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:103)
at java.net.InetAddress.getAllByName(InetAddress.java:1152)
at okhttp3.Dns$$CC.lambda$static$0$Dns$$CC(Unknown Source:39)
at okhttp3.Dns$$Lambda$0.lookup(Unknown Source:0)
at
okhttp3.internal.connection.RouteSelector.resetNextInetSocketAddress(SourceFile:171
)
at okhttp3.internal.connection.RouteSelector.nextProxy(SourceFile:135)
at okhttp3.internal.connection.RouteSelector.next(SourceFile:84)
at okhttp3.internal.connection.ExchangeFinder.findConnection(SourceFile:187)
at
okhttp3.internal.connection.ExchangeFinder.findHealthyConnection(SourceFile:108)
at okhttp3.internal.connection.ExchangeFinder.find(SourceFile:88)
at okhttp3.internal.connection.Transmitter.newExchange(SourceFile:169)
at okhttp3.internal.connection.ConnectInterceptor.intercept(SourceFile:41)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.cache.CacheInterceptor.intercept(SourceFile:94)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.internal.http.BridgeInterceptor.intercept(SourceFile:93)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(SourceFile:88)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:142)
at okhttp3.internal.http.RealInterceptorChain.proceed(SourceFile:117)
at okhttp3.RealCall.getResponseWithInterceptorChain(SourceFile:229)
at okhttp3.RealCall.execute(SourceFile:81)
at e.l.a(SourceFile:188)
at e.g$a.a(SourceFile:104)
at com.microsoft.authorization.live.h.a(SourceFile:82)
at com.microsoft.authorization.live.h.a(SourceFile:152)
at com.microsoft.authorization.ae.b(SourceFile:736)
at com.microsoft.authorization.ae.a(SourceFile:709)
at com.microsoft.authorization.ae.b(SourceFile:298)
at com.microsoft.authorization.ae.a(SourceFile:260)
at com.microsoft.authorization.x$3.a(SourceFile:145)
at com.microsoft.authorization.x$a$2.run(SourceFile:193)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

Mon Oct 31 13:57:44 GMT+05:30 2022 V com.microsoft.authorization.ae TokenRefresh


has occurred, but not sending an event because we've sent one recently
Mon Oct 31 13:57:44 GMT+05:30 2022 V com.microsoft.authorization.ae Refresh token
invalid
Mon Oct 31 13:57:44 GMT+05:30 2022 V com.microsoft.authorization.ae Don't force re-
SignIn, account removed: false, network error occurred: true
Mon Oct 31 13:57:44 GMT+05:30 2022 E
com.microsoft.onedrivecore.AuthenticatorInterface SignInManger.getToken failed
android.accounts.AuthenticatorException: Unable to resolve host "login.live.com":
No address associated with hostname
at com.microsoft.authorization.x$a$a.a(SourceFile:280)
at com.microsoft.authorization.w.a(SourceFile:64)
at com.microsoft.authorization.x$a$2.run(SourceFile:194)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:919)

Mon Oct 31 13:57:44 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface


Got error during getting info for "root" , error: "{errorCode: 49, httpStatusCode:
0, message: Got an empty/invalid token for account type 1, type:
OneDriveException}" (:0)
Mon Oct 31 13:57:44 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Got error during getting info for "root" , error: "{errorCode: 49, httpStatusCode:
0, message: Got an empty/invalid token for account type 1, type:
OneDriveException}" (:0)
Mon Oct 31 13:57:44 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Exception thrown during GetChanges() run (:0)
Mon Oct 31 13:57:44 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Total time to sync (ms): 207 (:0)
Mon Oct 31 13:57:44 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
start to clean offline root id from moved files (:0)
Mon Oct 31 13:57:44 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
Items moved out of an offline root: 0 (:0)
Mon Oct 31 13:57:44 GMT+05:30 2022 DATA OnThisDayStatusProcessor Scan completed for
2022-10-31 with hasPhotos: false and hasGetChangesCompleted: true
Mon Oct 31 13:57:44 GMT+05:30 2022 I com.microsoft.onedrivecore.LogWriterInterface
removeAllDeletedItems removed 0 items (:0)
Mon Oct 31 13:57:44 GMT+05:30 2022 DATA DeviceAndApplicationInfo Pre: false
Mon Oct 31 13:57:44 GMT+05:30 2022 DATA DeviceAndApplicationInfo Pre: true
Mon Oct 31 13:57:44 GMT+05:30 2022 V com.microsoft.tokenshare.m_v1.4.8 Can't get
configuration from networkjava.net.UnknownHostException: Unable to resolve host
"oneclient.sfx.ms": No address associated with hostname

You might also like