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

Exception 20231128

The document reports two instances of an android.content.pm.PackageManager$NameNotFoundException error when trying to get package info for com.samsung.android.deviceidservice and com.mdid.msa. It occurs during the execution of methods in various classes related to obtaining a device ID, and causes failures in determining if OAID device ID support is present.

Uploaded by

efendisukarsono7
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)
14 views

Exception 20231128

The document reports two instances of an android.content.pm.PackageManager$NameNotFoundException error when trying to get package info for com.samsung.android.deviceidservice and com.mdid.msa. It occurs during the execution of methods in various classes related to obtaining a device ID, and causes failures in determining if OAID device ID support is present.

Uploaded by

efendisukarsono7
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:2023-11-28 19:04:09---------------

android.content.pm.PackageManager$NameNotFoundException:
com.samsung.android.deviceidservice
at
android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManage
r.java:302)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:262)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:256)
at com.sand.oaid.impl.SamsungImpl.a(SamsungImpl.java:2)
at com.sand.oaid.tool.OAIDFactory.a(OAIDFactory.java:5)
at com.sand.oaid.DeviceID.O(DeviceID.java:1)
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:5)
at com.sand.airdroid.base.DeviceIDHelper.m(DeviceIDHelper.kt:1)
at com.sand.airdroid.base.DeviceIDHelper.k(DeviceIDHelper.kt:4)
at com.sand.airdroid.base.DeviceIDHelper.f(DeviceIDHelper.kt:12)
at com.sand.airdroid.base.DeviceIDHelper.c(DeviceIDHelper.kt:1)
at
com.sand.airdroid.base.DeviceIDHelper$startState$1.invokeSuspend(DeviceIDHelper.kt:
4)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:
4)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:18)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.b1(CoroutineScheduler.kt:1)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.e(CoroutineScheduler.kt:4)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.q(CoroutineScheduler.kt:4)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:1
)

------------Time:2023-11-28 19:04:09---------------
android.content.pm.PackageManager$NameNotFoundException: com.mdid.msa
at
android.app.ApplicationPackageManager.getPackageInfoAsUser(ApplicationPackageManage
r.java:302)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:262)
at
android.app.ApplicationPackageManager.getPackageInfo(ApplicationPackageManager.java
:256)
at com.sand.oaid.impl.MsaImpl.a(MsaImpl.java:2)
at com.sand.oaid.tool.OAIDFactory.c(OAIDFactory.java:2)
at com.sand.oaid.tool.OAIDFactory.a(OAIDFactory.java:8)
at com.sand.oaid.DeviceID.O(DeviceID.java:1)
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:5)
at com.sand.airdroid.base.DeviceIDHelper.m(DeviceIDHelper.kt:1)
at com.sand.airdroid.base.DeviceIDHelper.k(DeviceIDHelper.kt:4)
at com.sand.airdroid.base.DeviceIDHelper.f(DeviceIDHelper.kt:12)
at com.sand.airdroid.base.DeviceIDHelper.c(DeviceIDHelper.kt:1)
at
com.sand.airdroid.base.DeviceIDHelper$startState$1.invokeSuspend(DeviceIDHelper.kt:
4)
at
kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:
4)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:18)
at
kotlinx.coroutines.scheduling.CoroutineScheduler.b1(CoroutineScheduler.kt:1)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.e(CoroutineScheduler.kt:4)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.q(CoroutineScheduler.kt:4)
at
kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:1
)

You might also like