我目前正在调查Xamarin应用程序的启动崩溃。我无法识别任何模式,尽管它会在启动时发生,并且我印象中它可能与某种热/冷启动问题有关。崩溃是间歇性的,我没有找到方法来复制它。
我能够捕获以下异常,并找到一些可能的解释here。
但是,此信息并没有帮助我前进。我已经检索了日志文件,但是没有找到任何相关信息。我们在appcenter.ms上使用了一些日志记录功能,但它似乎在应用程序崩溃之前就没有机会记录任何问题。
我有一个印象(这就是我的举报方式),它发生在三星Galaxy S8上,但无法确定。
我想知道是否有人有类似的经历,能否请我指出正确的方向?
谢谢
at java.lang.IllegalArgumentException: reportSizeConfigurations: ActivityRecord not found for: Token{8e9afed ActivityRecord{d6d9e04 u0 nz.co.ami/md57aeffea354204b009d2a3b62eec46074.SplashScreen t-1 f}}
at at android.os.Parcel.readException(Parcel.java:1963)
at at android.os.Parcel.readException(Parcel.java:1905)
at at android.app.IActivityManager$Stub$Proxy.reportSizeConfigurations(IActivityManager.java:9959)
at at android.app.ActivityThread.reportSizeConfigurations(ActivityThread.java:3091)
at at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3034)
at at android.app.ActivityThread.-wrap11(Unknown Source:0)
at at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1696)
at at android.os.Handler.dispatchMessage(Handler.java:105)
at at android.os.Looper.loop(Looper.java:164)
at at android.app.ActivityThread.main(ActivityThread.java:6938)
at at java.lang.reflect.Method.invoke(Native Method)
at at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:327)
at at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1374)