I'm fairly new to Android apps and ran into a problem that I simply cannot figure out. I don't even know how to start debugging it so I'm hoping someone can help.
My app started to crash during startup only on Huawei phones and out of the blue (I didn't release an update, the crash seemed to just appear on Huawei). It happens before the first screen in my app is loaded so I don't know how to start investigating where the crash originates. I have posted the crash log below. I'm using Android Studio.
Can anyone tell me what I'm missing - or where I could start looking?
11-26 21:06:44.367 6874-6874/? E/HwOUC: [main-1]checkHwoucBetaApplicationExist NameNotFoundException is com.huawei.android.hwoucbeta(/HwOucUtility.java:4900)
android.content.pm.PackageManager$NameNotFoundException: com.huawei.android.hwoucbeta
at android.app.ApplicationPackageManager.getApplicationInfo(ApplicationPackageManager.java:321)
at com.huawei.android.hwouc.util.HwOucUtility.checkHwoucBetaApplicationExist(HwOucUtility.java:4896)
at com.huawei.android.hwouc.util.HwOucUtility.processCancelAllVersinoLockForBeta(HwOucUtility.java:4878)
at com.huawei.android.hwouc.util.HwOucUtility.initNewVersionRecord(HwOucUtility.java:2742)
at com.huawei.android.hwouc.util.HwOucConfig.initialize(HwOucConfig.java:1911)
at com.huawei.android.hwouc.HwOucApplication.onCreate(HwOucApplication.java:59)
at android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1015)
at android.app.ActivityThread.handleBindApplication(ActivityThread.java:4837)
at android.app.ActivityThread.access$1600(ActivityThread.java:168)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1440)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:150)
at android.app.ActivityThread.main(ActivityThread.java:5665)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:822)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:712)