0% found this document useful (0 votes)
3 views

Exception20240323

The document contains error logs indicating two instances of android.content.pm.PackageManager$NameNotFoundException for the packages 'com.samsung.android.deviceidservice' and 'com.mdid.msa'. These exceptions occur during attempts to retrieve package information, leading to failures in the associated methods within the application. The logs detail the stack traces of the errors, highlighting the specific classes and methods involved in the failures.

Uploaded by

mendizabalnathan
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)
3 views

Exception20240323

The document contains error logs indicating two instances of android.content.pm.PackageManager$NameNotFoundException for the packages 'com.samsung.android.deviceidservice' and 'com.mdid.msa'. These exceptions occur during attempts to retrieve package information, leading to failures in the associated methods within the application. The logs detail the stack traces of the errors, highlighting the specific classes and methods involved in the failures.

Uploaded by

mendizabalnathan
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/ 2

------------Time:2024-03-23 17:45:37---------------

android.content.pm.PackageManager$NameNotFoundException:
com.samsung.android.deviceidservice
at
android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManage
r.java:300)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:260)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:254)
at com.sand.oaid.impl.SamsungImpl.a(SamsungImpl.java:13)
at com.sand.oaid.tool.OAIDFactory.a(OAIDFactory.java:24)
at com.sand.oaid.DeviceID.O(DeviceID.java:3)
at
com.sand.airdroid.base.DeviceIDHelper$isOaidSupported$2.invoke(DeviceIDHelper.kt:2)
at
com.sand.airdroid.base.DeviceIDHelper$isOaidSupported$2.invoke(DeviceIDHelper.kt:1)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:21)
at com.sand.airdroid.base.DeviceIDHelper.m(DeviceIDHelper.kt:3)
at com.sand.airdroid.base.DeviceIDHelper.k(DeviceIDHelper.kt:59)
at com.sand.airdroid.base.DeviceIDHelper.f(DeviceIDHelper.kt:148)
at com.sand.airdroid.base.DeviceIDHelper.c(DeviceIDHelper.kt:1)
at
com.sand.airdroid.base.DeviceIDHelper$startState$1.invokeSuspend(DeviceIDHelper.kt:
36)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:
12)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:107)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.b1(CoroutineScheduler.kt:1)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.e(CoroutineScheduler.kt:15)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.q(CoroutineScheduler.kt:29)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:1
)

------------Time:2024-03-23 17:45:37---------------
android.content.pm.PackageManager$NameNotFoundException: com.mdid.msa
at
android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManage
r.java:300)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:260)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:254)
at com.sand.oaid.impl.MsaImpl.a(MsaImpl.java:13)
at com.sand.oaid.tool.OAIDFactory.c(OAIDFactory.java:6)
at com.sand.oaid.tool.OAIDFactory.a(OAIDFactory.java:52)
at com.sand.oaid.DeviceID.O(DeviceID.java:3)
at
com.sand.airdroid.base.DeviceIDHelper$isOaidSupported$2.invoke(DeviceIDHelper.kt:2)
at
com.sand.airdroid.base.DeviceIDHelper$isOaidSupported$2.invoke(DeviceIDHelper.kt:1)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:21)
at com.sand.airdroid.base.DeviceIDHelper.m(DeviceIDHelper.kt:3)
at com.sand.airdroid.base.DeviceIDHelper.k(DeviceIDHelper.kt:59)
at com.sand.airdroid.base.DeviceIDHelper.f(DeviceIDHelper.kt:148)
at com.sand.airdroid.base.DeviceIDHelper.c(DeviceIDHelper.kt:1)
at
com.sand.airdroid.base.DeviceIDHelper$startState$1.invokeSuspend(DeviceIDHelper.kt:
36)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:
12)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:107)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.b1(CoroutineScheduler.kt:1)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.e(CoroutineScheduler.kt:15)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.q(CoroutineScheduler.kt:29)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:1
)

You might also like