Assigned
Status Update
Comments
np...@google.com <np...@google.com>
as...@google.com <as...@google.com>
as...@google.com <as...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Please provide sample project or apk to reproduce the issue. Also mention the steps to be followed for reproducing the issue with the given sample project or apk.
Expected output
What is the expected output?
Current output
What is the current output?
as...@google.com <as...@google.com> #3
How can you possibly need more information, i just told you the exact part of code causing the issue, and the code changes required to fix it!
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
Please read the description.
Expected output:
What is the expected output?
See attached "expected.webm" video in OP
Current output
What is the current output?
See attached "actual.webm" video in OP
aa...@life360.com <aa...@life360.com> #4
1. Import attached project
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
2. Install and run on Android 5 (Lollipop) or above
3. Click FAB and see it fall below/behind the navigation bar once the Snackbar disappear
Description
Version used: 22.6.0
Devices/Android versions reproduced on: 10,12,13 ~ 44% Samung devices, 25% Oppo
Description:
Users are experiencing a crash within the first second of the apps session and are given DeadSystemException. As per the stack trace below, we see the ads-lite library being the culprit.
I dug into the obfuscated files, and the class zzbda referred below implements SharedPreferences.OnSharedPreferenceChangeListener; the only suspicion I have around this crash is that our application is also using SharedPreferences at the same time and for some reason this is causing a crash.
Stack Trace:
Fatal Exception: java.lang.RuntimeException: android.os.DeadSystemException
at android.app.LoadedApk.createOrUpdateClassLoaderLocked(LoadedApk.java:820)
at android.app.LoadedApk.access$200(LoadedApk.java:111)
at android.app.LoadedApk$SplitDependencyLoaderImpl.constructSplit(LoadedApk.java:640)
at android.content.pm.split.SplitDependencyLoader.loadDependenciesForSplit(SplitDependencyLoader.java:70)
at android.app.LoadedApk$SplitDependencyLoaderImpl.ensureSplitLoaded(LoadedApk.java:676)
at android.app.LoadedApk$SplitDependencyLoaderImpl.getSplitPathsForSplit(LoadedApk.java:688)
at android.app.LoadedApk.getSplitPaths(LoadedApk.java:708)
at android.app.ContextImpl.createResources(ContextImpl.java:2453)
at android.app.ContextImpl.createPackageContextAsUser(ContextImpl.java:2546)
at android.app.ContextImpl.createPackageContext(ContextImpl.java:2519)
at android.content.ContextWrapper.createPackageContext(ContextWrapper.java:1012)
at com.google.android.gms.common.GooglePlayServicesUtilLight.getRemoteContext(com.google.android.gms:play-services-basement@@18.2.0:1)
at com.google.android.gms.internal.ads.zzbda.zzc(com.google.android.gms:play-services-ads-lite@@22.6.0:5)
at com.google.android.gms.internal.ads.zzbdb.zza(com.google.android.gms:play-services-ads-lite@@22.6.0:1)
at com.google.android.gms.internal.ads.zzbdh.zza(com.google.android.gms:play-services-ads-lite@@22.6.0:7)
at com.google.android.gms.internal.ads.zzbdc.zza(com.google.android.gms:play-services-ads-lite@@22.6.0:1)
at com.google.android.gms.internal.ads.zzbpj.run(com.google.android.gms:play-services-ads-lite@@22.6.0:1)
at java.lang.Thread.run(Thread.java:1012)