David de Miguel Galan
David de Miguel Galan
A solution that works is to also have the option of filter by id and text at the same time.
Link to path for `AndroidReferenceMatchers class` at the bottom of this page https://square.github.io/leakcanary/fundamentals-how-leakcanary-works/ is incorrect and produces a 404. I think the url should be https://github.com/square/leakcanary/blob/main/shark/shark-android/api/shark-android.api
## Summary We are seeing some crashes coming from the SDK ``` Exception java.lang.IllegalArgumentException: Required value was null. at com.stripe.android.identity.camera.IdentityCameraManager.requireCameraAdapter (IdentityCameraManager.java:31) at com.stripe.android.identity.viewmodel.IdentityScanViewModel.stopScan (IdentityScanViewModel.kt:146) at com.stripe.android.identity.ui.LiveCaptureLaunchedEffectKt$LiveCaptureLaunchedEffect$1.invokeSuspend (LiveCaptureLaunchedEffect.kt:33) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33)...
## Summary We are seeing some crashes coming from the SDK ``` Exception java.lang.IllegalStateException: at com.stripe.android.identity.viewmodel.IdentityViewModel.uploadScanResult$identity_release (IdentityViewModel.kt:440) at com.stripe.android.identity.ui.LiveCaptureLaunchedEffectKt$LiveCaptureLaunchedEffect$1.invokeSuspend (LiveCaptureLaunchedEffect.kt:36) at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith (ContinuationImpl.kt:33) at kotlinx.coroutines.DispatchedTask.run (DispatchedTask.kt:108) at androidx.compose.ui.platform.AndroidUiDispatcher.performTrampolineDispatch (AndroidUiDispatcher.android.kt:81) at...
## Summary App crashes because of some null pointer inside the SDK. We have only seen this error once so far. ``` Fatal Exception: java.lang.IllegalArgumentException: Required value was null. at...
## Summary We are seeing some our app crashing sometimes (not many) with the exception below. ``` Fatal Exception: java.lang.IllegalArgumentException: Contents of /data/user/0/com.package/cache/a8bcf0129dcd29084f6797ede7e0be86f9e11ed5.tflite does not encode a valid TensorFlow Lite...
The camera crashes in some devices running Android 5.1. This is the issue to track it: https://github.com/google/cameraview/issues/72 ``` Caused by java.lang.NullPointerException: Attempt to invoke interface method 'java.lang.Object java.util.SortedSet.last()' on a...