Android app crashed on real ads

300 views
Skip to first unread message

dan

unread,
Nov 6, 2017, 11:40:26 PM11/6/17
to Google Mobile Ads SDK Developers
The phone an LGL34c and is running Android 4.4. The App is using: 'com.google.android.gms:play-services-ads:11.4.2'

My app consistently aborts shortly after startup and after the AdView is shown:

11-06 20:18:53.141 30241-30241/com.xcentric.flags A/libc: Fatal signal 6 (SIGABRT) at 0x00007621 (code=-6), thread 30241 (.xcentric.flags)

I'm positive the Ad library is the cause, because:
1) doesn't crash as long as new AdRequest.Builder().addTestDevice is added for the device.
2) never crashes when I totally comment out the AdView code.

Here is the full logcat from App startup:

11-06 20:18:46.611 30241-30241/? D/dalvikvm: Late-enabling CheckJNI
11-06 20:18:46.701 30241-30241/com.xcentric.flags D/HyLog: I : /data/font/config/sfconfig.dat, No such file or directory (2)
11-06 20:18:46.701 30241-30241/com.xcentric.flags D/HyLog: I : /data/font/config/dfactpre.dat, No such file or directory (2)
11-06 20:18:46.701 30241-30241/com.xcentric.flags D/HyLog: I : /data/font/config/sfconfig.dat, No such file or directory (2)
11-06 20:18:46.851 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method com.google.android.gms.common.zzo.zzx
11-06 20:18:46.851 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 613: Landroid/content/pm/PackageManager;.getPackageInstaller ()Landroid/content/pm/PackageInstaller;
11-06 20:18:46.851 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0013
11-06 20:18:46.851 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.pm.PackageManager.isInstantApp, referenced from method com.google.android.gms.internal.zzbec.zzalq
11-06 20:18:46.851 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 618: Landroid/content/pm/PackageManager;.isInstantApp (Ljava/lang/String;)Z
11-06 20:18:46.851 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x002d
11-06 20:18:46.921 30241-30241/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 185K, 5% free 4758K/5000K, paused 25ms, total 26ms
11-06 20:18:47.031 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.security.NetworkSecurityPolicy.getInstance, referenced from method com.google.android.gms.ads.internal.util.t.a
11-06 20:18:47.031 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve static method 1630: Landroid/security/NetworkSecurityPolicy;.getInstance ()Landroid/security/NetworkSecurityPolicy;
11-06 20:18:47.031 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x71 at 0x00b1
11-06 20:18:47.081 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method isw.a
11-06 20:18:47.081 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1127: Landroid/content/pm/PackageManager;.getPackageInstaller ()Landroid/content/pm/PackageInstaller;
11-06 20:18:47.081 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x001c
11-06 20:18:47.151 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.ContextWrapper.createCredentialProtectedStorageContext, referenced from method hpm.createCredentialProtectedStorageContext
11-06 20:18:47.151 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1031: Landroid/content/ContextWrapper;.createCredentialProtectedStorageContext ()Landroid/content/Context;
11-06 20:18:47.151 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6f at 0x0002
11-06 20:18:47.151 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.ContextWrapper.createDeviceProtectedStorageContext, referenced from method hpm.createDeviceProtectedStorageContext
11-06 20:18:47.151 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1032: Landroid/content/ContextWrapper;.createDeviceProtectedStorageContext ()Landroid/content/Context;
11-06 20:18:47.151 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6f at 0x0002
11-06 20:18:47.151 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.ContextWrapper.createCredentialProtectedStorageContext, referenced from method com.google.android.chimera.ModuleContext.createCredentialProtectedStorageContext
11-06 20:18:47.151 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1031: Landroid/content/ContextWrapper;.createCredentialProtectedStorageContext ()Landroid/content/Context;
11-06 20:18:47.151 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6f at 0x0002
11-06 20:18:47.151 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.ContextWrapper.createDeviceProtectedStorageContext, referenced from method com.google.android.chimera.ModuleContext.createDeviceProtectedStorageContext
11-06 20:18:47.151 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1032: Landroid/content/ContextWrapper;.createDeviceProtectedStorageContext ()Landroid/content/Context;
11-06 20:18:47.151 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6f at 0x0002
11-06 20:18:47.151 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.Context.isCredentialProtectedStorage, referenced from method bvc.a
11-06 20:18:47.151 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1011: Landroid/content/Context;.isCredentialProtectedStorage ()Z
11-06 20:18:47.151 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0000
11-06 20:18:47.161 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.os.UserManager.isUserUnlocked, referenced from method bvc.a
11-06 20:18:47.161 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1613: Landroid/os/UserManager;.isUserUnlocked ()Z
11-06 20:18:47.161 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x001a
11-06 20:18:47.161 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.Context.isDeviceProtectedStorage, referenced from method bvc.b
11-06 20:18:47.161 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1012: Landroid/content/Context;.isDeviceProtectedStorage ()Z
11-06 20:18:47.161 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0000
11-06 20:18:47.161 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.Context.isDeviceProtectedStorage, referenced from method bvc.c
11-06 20:18:47.161 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1012: Landroid/content/Context;.isDeviceProtectedStorage ()Z
11-06 20:18:47.161 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0000
11-06 20:18:47.181 30241-30241/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 280K, 7% free 4963K/5300K, paused 16ms, total 16ms
11-06 20:18:47.281 30241-30241/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 15K, 2% free 5455K/5532K, paused 16ms, total 16ms
11-06 20:18:47.311 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.Context.createDeviceProtectedStorageContext, referenced from method jef.a
11-06 20:18:47.311 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 981: Landroid/content/Context;.createDeviceProtectedStorageContext ()Landroid/content/Context;
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0029
11-06 20:18:47.311 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.Context.getSystemService, referenced from method jef.b
11-06 20:18:47.311 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1007: Landroid/content/Context;.getSystemService (Ljava/lang/Class;)Ljava/lang/Object;
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x000b
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_64_BIT_ABIS
11-06 20:18:47.311 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve static field 580 (SUPPORTED_64_BIT_ABIS) in Landroid/os/Build;
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x62 at 0x0012
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_32_BIT_ABIS
11-06 20:18:47.311 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve static field 579 (SUPPORTED_32_BIT_ABIS) in Landroid/os/Build;
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x62 at 0x0021
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_ABIS
11-06 20:18:47.311 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve static field 581 (SUPPORTED_ABIS) in Landroid/os/Build;
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x62 at 0x0008
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_64_BIT_ABIS
11-06 20:18:47.311 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve static field 580 (SUPPORTED_64_BIT_ABIS) in Landroid/os/Build;
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x62 at 0x0008
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_64_BIT_ABIS
11-06 20:18:47.311 30241-30241/com.xcentric.flags I/dalvikvm: DexOpt: unable to optimize static field ref 0x0244 at 0x17 in Lbxb;.a
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_32_BIT_ABIS
11-06 20:18:47.311 30241-30241/com.xcentric.flags I/dalvikvm: DexOpt: unable to optimize static field ref 0x0243 at 0x26 in Lbxb;.a
11-06 20:18:47.311 30241-30241/com.xcentric.flags D/dalvikvm: DexOpt: couldn't find static field Landroid/os/Build;.SUPPORTED_64_BIT_ABIS
11-06 20:18:47.311 30241-30241/com.xcentric.flags I/dalvikvm: DexOpt: unable to optimize static field ref 0x0244 at 0x0d in Lbxb;.b
11-06 20:18:47.351 30241-30241/com.xcentric.flags D/DynamitePackage: Instantiated singleton DynamitePackage.
11-06 20:18:47.351 30241-30241/com.xcentric.flags D/DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraMobileAdsSettingManagerCreatorImpl
11-06 20:18:47.381 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.security.NetworkSecurityPolicy.getInstance, referenced from method com.google.android.gms.ads.internal.util.ac.a
11-06 20:18:47.381 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve static method 1981: Landroid/security/NetworkSecurityPolicy;.getInstance ()Landroid/security/NetworkSecurityPolicy;
11-06 20:18:47.381 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x71 at 0x00d3
11-06 20:18:47.391 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.pm.PackageManager.getPackageInstaller, referenced from method jj.a
11-06 20:18:47.391 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1450: Landroid/content/pm/PackageManager;.getPackageInstaller ()Landroid/content/pm/PackageInstaller;
11-06 20:18:47.391 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0017
11-06 20:18:47.451 30241-30284/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 394K, 8% free 5560K/6016K, paused 25ms, total 25ms
11-06 20:18:47.461 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.pm.PackageManager.isInstantApp, referenced from method qg.a
11-06 20:18:47.461 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1454: Landroid/content/pm/PackageManager;.isInstantApp (Ljava/lang/String;)Z
11-06 20:18:47.461 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x002d
11-06 20:18:47.461 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.content.pm.PackageManager.isInstantApp, referenced from method qf.a
11-06 20:18:47.461 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1453: Landroid/content/pm/PackageManager;.isInstantApp ()Z
11-06 20:18:47.461 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0028
11-06 20:18:47.571 30241-30241/com.xcentric.flags D/DynamitePackage: Instantiating com.google.android.gms.ads.ChimeraAdManagerCreatorImpl
11-06 20:18:47.591 30241-30241/com.xcentric.flags I/Ads: Starting ad request.
11-06 20:18:47.601 30241-30241/com.xcentric.flags I/Ads: Use AdRequest.Builder.addTestDevice("9450CDC3F7BD49284FA94D6E1D239635") to get test ads on this device.
11-06 20:18:47.671 30241-30298/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 347K, 7% free 5719K/6128K, paused 36ms, total 37ms
11-06 20:18:47.771 30241-30319/com.xcentric.flags W/Ads: Invoke Firebase method getInstance error.
11-06 20:18:47.771 30241-30319/com.xcentric.flags W/Ads: The Google Mobile Ads SDK will not integrate with Firebase. Admob/Firebase integration requires the latest Firebase SDK jar, but Firebase SDK is either missing or out of date
11-06 20:18:48.041 30241-30298/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 268K, 7% free 5863K/6288K, paused 33ms, total 33ms
11-06 20:18:48.051 30241-30241/com.xcentric.flags I/Adreno-EGL: <qeglDrvAPI_eglInitialize:385>: EGL 1.4 QUALCOMM build:  ()
                                                                OpenGL ES Shader Compiler Version: E031.24.00.01
                                                                Build Date: 12/27/13 Fri
                                                                Local Branch: qualcomm_only
                                                                Remote Branch: 
                                                                Local Patches: 
                                                                Reconstruct Branch: 
11-06 20:18:48.191 30241-30241/com.xcentric.flags D/OpenGLRenderer: Enabling debug mode 0
11-06 20:18:48.231 30241-30241/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 472K, 9% free 5820K/6352K, paused 26ms, total 26ms
11-06 20:18:48.231 30241-30241/com.xcentric.flags I/dalvikvm-heap: Grow heap (frag case) to 6.433MB for 204816-byte allocation
11-06 20:18:48.271 30241-30241/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 2K, 9% free 6026K/6556K, paused 21ms, total 21ms
11-06 20:18:48.271 30241-30241/com.xcentric.flags I/dalvikvm-heap: Grow heap (frag case) to 6.699MB for 272656-byte allocation
11-06 20:18:48.341 30241-30241/com.xcentric.flags D/BubblePopupHelper: isShowingBubblePopup : false
11-06 20:18:48.581 30241-30248/com.xcentric.flags I/dalvikvm: Total arena pages for JIT: 11
11-06 20:18:48.581 30241-30248/com.xcentric.flags I/dalvikvm: Total arena pages for JIT: 12
11-06 20:18:48.581 30241-30248/com.xcentric.flags I/dalvikvm: Total arena pages for JIT: 13
11-06 20:18:48.581 30241-30248/com.xcentric.flags I/dalvikvm: Total arena pages for JIT: 14
11-06 20:18:50.011 30241-30253/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 107K, 6% free 6424K/6824K, paused 28ms, total 29ms
11-06 20:18:50.061 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.webkit.WebSettings.setMixedContentMode, referenced from method com.google.android.gms.ads.internal.webview.o.<init>
11-06 20:18:50.061 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 2276: Landroid/webkit/WebSettings;.setMixedContentMode (I)V
11-06 20:18:50.061 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x005c
11-06 20:18:50.141 30241-30241/com.xcentric.flags V/WebViewChromium: Binding Chromium to the background looper Looper{41ca8c00}
11-06 20:18:50.161 30241-30241/com.xcentric.flags I/chromium: [INFO:library_loader_hooks.cc(112)] Chromium logging enabled: level = 0, default verbosity = 0
11-06 20:18:50.171 30241-30241/com.xcentric.flags I/BrowserProcessMain: Initializing chromium process, renderers=0
11-06 20:18:50.291 30241-30429/com.xcentric.flags W/chromium: [WARNING:proxy_service.cc(888)] PAC support disabled because there is no system implementation
11-06 20:18:50.411 30241-30248/com.xcentric.flags I/dalvikvm: Total arena pages for JIT: 15
11-06 20:18:50.431 30241-30241/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 385K, 7% free 6585K/7080K, paused 22ms, total 22ms
11-06 20:18:51.731 30241-30241/com.xcentric.flags I/Ads: Scheduling ad refresh 30000 milliseconds from now.
11-06 20:18:51.741 30241-30241/com.xcentric.flags I/dalvikvm: Could not find method android.os.PowerManager.isInteractive, referenced from method com.google.android.gms.ads.internal.activeview.b.g
11-06 20:18:51.741 30241-30241/com.xcentric.flags W/dalvikvm: VFY: unable to resolve virtual method 1950: Landroid/os/PowerManager;.isInteractive ()Z
11-06 20:18:51.741 30241-30241/com.xcentric.flags D/dalvikvm: VFY: replacing opcode 0x6e at 0x0008
11-06 20:18:51.771 30241-30285/com.xcentric.flags W/ActivityThread: ClassLoader.loadClass: The class loader returned by Thread.getContextClassLoader() may fail for processes that host multiple applications. You should explicitly specify a context class loader. For example: Thread.setContextClassLoader(getClass().getClassLoader());
11-06 20:18:51.821 30241-30241/com.xcentric.flags D/dalvikvm: Note: class Lcom/lge/mdm/manager/ILGMDMDevicePolicyManager$Stub; has 318 unimplemented (abstract) methods
11-06 20:18:51.851 30241-30241/com.xcentric.flags I/Ads: Ad finished loading.
11-06 20:18:51.911 30241-30241/com.xcentric.flags I/chromium: [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported
11-06 20:18:51.921 30241-30285/com.xcentric.flags E/DataScheduler: isDataSchedulerEnabled(): DataScheduler is disabled, exeption=java.io.FileNotFoundException: /system/etc/datascheduling_policy_conf.xml: open failed: ENOENT (No such file or directory)
11-06 20:18:52.021 30241-30241/com.xcentric.flags I/chromium: [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported
11-06 20:18:52.211 30241-30429/com.xcentric.flags E/chromium: [ERROR:cache_creator.cc(115)] Unable to create cache
11-06 20:18:52.211 30241-30429/com.xcentric.flags E/chromium: [ERROR:appcache_storage_impl.cc(1803)] Failed to open the appcache diskcache.
11-06 20:18:52.641 30241-30285/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 684K, 11% free 6623K/7364K, paused 41ms, total 41ms
11-06 20:18:52.941 30241-30285/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 706K, 11% free 6630K/7408K, paused 35ms, total 35ms
11-06 20:18:53.001 30241-30285/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 495K, 11% free 6630K/7408K, paused 28ms, total 28ms
11-06 20:18:53.111 30241-30280/com.xcentric.flags D/dalvikvm: GC_FOR_ALLOC freed 588K, 11% free 6629K/7408K, paused 23ms, total 26ms
11-06 20:18:53.141 30241-30241/com.xcentric.flags A/libc: Fatal signal 6 (SIGABRT) at 0x00007621 (code=-6), thread 30241 (.xcentric.flags)

Ivan Bautista (Mobile Ads SDK Team)

unread,
Nov 7, 2017, 4:00:58 AM11/7/17
to Google Mobile Ads SDK Developers
Hi,

Thank you for bringing this to our attention and providing us helpful information such as the device logs.

It seems that you can reproduce the crash locally. If so, then could you provide to us privately (using Reply privately to author option) the following information so we can investigate further on our end?
  • Ad Unit Id/s in question
  • Charles logs (refer here for setup instructions) captured prior to sending the Ad request until the crash was encountered
Also, could you reproduce the crash using our sample app in your test device LGL34c?

Regards,
Ivan Bautista
Mobile Ads SDK Team

Ivan Bautista (Mobile Ads SDK Team)

unread,
Nov 13, 2017, 1:59:27 AM11/13/17
to google-adm...@googlegroups.com
Hi Dan,

Thank you for doing extra investigative work and for providing to us privately the Charles logs captured. Looking at the Charles logs, I verified that your Ad requests were successful.

That said, I'm happy to hear that the crash is no longer reproducible on your end after updating to the latest version (11.6.0 as of this writing) while testing the same scenario (running in debug). Feel free to get back to us with new set of Charles logs if you encounter the crash again.
Reply all
Reply to author
Forward
0 new messages