Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

ANR problrm with Android #39

Open
boris-741 opened this issue May 25, 2021 · 1 comment
Open

ANR problrm with Android #39

boris-741 opened this issue May 25, 2021 · 1 comment

Comments

@boris-741
Copy link

I get a lot of reports related to AppTetris

#00 pc 000000000003b008 /system/lib/libc.so (fsync+12)
#00 pc 000000000001ef43 /system/lib/libjavacore.so (???)
#00 pc 0000000000072d5f /system/framework/arm/boot.oat (Java_libcore_io_Posix_fsync__Ljava_io_FileDescriptor_2+102)
at libcore.io.Posix.fsync (Native method)
at libcore.io.BlockGuardOs.fsync (BlockGuardOs.java:143)
at java.io.FileDescriptor.sync (FileDescriptor.java:74)
at android.os.FileUtils.sync (FileUtils.java:152)
at android.app.SharedPreferencesImpl.writeToFile (SharedPreferencesImpl.java:598)
at android.app.SharedPreferencesImpl.access$800 (SharedPreferencesImpl.java:51)
at android.app.SharedPreferencesImpl$2.run (SharedPreferencesImpl.java:512)
at android.app.SharedPreferencesImpl.enqueueDiskWrite (SharedPreferencesImpl.java:533)
at android.app.SharedPreferencesImpl.access$100 (SharedPreferencesImpl.java:51)
at android.app.SharedPreferencesImpl$EditorImpl.commit (SharedPreferencesImpl.java:455)
at com.safedk.android.utils.PersistentConcurrentHashMap.b (SourceFile:142)
at com.safedk.android.utils.PersistentConcurrentHashMap.d (SourceFile:231)
at com.safedk.android.utils.PersistentConcurrentHashMap. (SourceFile:37)
at com.safedk.android.analytics.brandsafety.creatives.discoveries.h. (SourceFile:106)
at com.safedk.android.analytics.brandsafety.creatives.CreativeInfoManager.init (SourceFile)
at com.safedk.android.analytics.brandsafety.creatives.CreativeInfoManager. (SourceFile:202)
at com.safedk.android.SafeDK.b (SourceFile:625)
at com.safedk.android.SafeDK.a (SourceFile:262)
at com.safedk.android.internal.DexBridge.providerOnCreateBefore (SourceFile:52)
at com.yandex.metrica.PreloadInfoContentProvider.onCreate (SourceFile)
at android.content.ContentProvider.attachInfo (ContentProvider.java:1723)
at android.content.ContentProvider.attachInfo (ContentProvider.java:1692)
at android.app.ActivityThread.installProvider (ActivityThread.java:5674)
at android.app.ActivityThread.installContentProviders (ActivityThread.java:5269)
at android.app.ActivityThread.handleBindApplication (ActivityThread.java:5209)
at android.app.ActivityThread.access$1600 (ActivityThread.java:181)
at android.app.ActivityThread$H.handleMessage (ActivityThread.java:1535)
at android.os.Handler.dispatchMessage (Handler.java:102)
at android.os.Looper.loop (Looper.java:145)
at android.app.ActivityThread.main (ActivityThread.java:6117)
at java.lang.reflect.Method.invoke! (Native method)
at java.lang.reflect.Method.invoke (Method.java:372)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run (ZygoteInit.java:1399)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1194)

@ghost
Copy link

ghost commented May 25, 2021 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant