crash-reports

What is Partial apply for closure#1 in Swift

最后都变了- 提交于 2020-07-23 07:35:22
问题 I am trying to make sense of this crash report but can not make sense, because the function "applySettings()" is not called from init() as is shown in the crash report. What is "partial apply for closure#1" in Swift? Here is the desired code for init() function. public override init() { super.init() discoverySession = AVCaptureDevice.DiscoverySession(deviceTypes: [AVCaptureDevice.DeviceType.builtInWideAngleCamera, AVCaptureDevice.DeviceType.builtInDualCamera, AVCaptureDevice.DeviceType

What is Partial apply for closure#1 in Swift

流过昼夜 提交于 2020-07-23 07:33:08
问题 I am trying to make sense of this crash report but can not make sense, because the function "applySettings()" is not called from init() as is shown in the crash report. What is "partial apply for closure#1" in Swift? Here is the desired code for init() function. public override init() { super.init() discoverySession = AVCaptureDevice.DiscoverySession(deviceTypes: [AVCaptureDevice.DeviceType.builtInWideAngleCamera, AVCaptureDevice.DeviceType.builtInDualCamera, AVCaptureDevice.DeviceType

React Native ios app crashes when run outside of xcode with failed to scene-create after 19.88s error

拥有回忆 提交于 2020-04-21 04:54:26
问题 My react native app is crashing when launched outside of Xcode with the following exception showing up in the crash report on the device logs for thread 0. Incident Identifier: DB5E0F81-977F-44B0-BD8B-FAAF33F98119 CrashReporter Key: e3b8d0751b47b37db0d7d6fcc5dde46051f8d30c Hardware Model: iPhone7,1 Process: crashTest [388] Path: /var/mobile/Containers/Bundle/Application/CE56E818-7288-4A39-8220-16E17158C916/crashTest.app/crashTest Identifier: org.reactjs.native.example.crashTest Version: 1 (1

Xamarin App runs on debug but crashes on release

て烟熏妆下的殇ゞ 提交于 2020-04-13 06:55:12
问题 My Xamarin application works perfectly on debug mode but crashes on release mod. I get this error: "Unfortunately App has stopped". I connected my phone through USB and when I run the app in release mode I get this error. Unfortunately I can't debug the app in release mod because I get this message in the Output window: "Android application is running (debug is disabled in android project properties)", although the "Enable developer instrumentation" box is checked. I tried all linking

Cordova app compiles but crashes on run. How to get error report?

落花浮王杯 提交于 2020-01-03 17:12:24
问题 I have a Cordova app that compiles with no errors. However, when I lunch the app to my android device it instantly crashes on startup. I am having a hard time debugging when I do not know what the bug is… QUESTION: Is there a way to get the error report from this crash? I usually use chrome to debug my app but that only works if the app is able to load and run on the device. 回答1: You requested some article about logcat... I'm putting in the answer section since it is too much information for

How to let Hockeyapp collect Crash Reports of a Service?

扶醉桌前 提交于 2020-01-03 06:36:24
问题 I added the HockeyApp SDK to my Android App. This works as expected, and I also get crash reports of the main activity and the associated classes. However, I did not figure out how I will get crash reports of the [in my case started & bound] Service. The UpdateManager only accepts Activities and is defined as UpdateManager.register(Activity, String) Any idea? 回答1: It is sufficient when the Activity calls the appropriate methods of the UpdateManager . The Service must only register the

Crashlytics reporting multiples issues for TextView.makeSingleLayout

被刻印的时光 ゝ 提交于 2020-01-02 10:09:09
问题 I am receiving multiples crash reports about the same error, but I have no idea what is may causing it. The exception that is throwing is ArrayIndexOutOfBoundsException in android.widget.TextView.makeSingleLayout . I know it is not about Android versions and devices types, since it is getting reports from multiple versions and devices. Here is what I am getting from Crashlytics: Fatal Exception: java.lang.ArrayIndexOutOfBoundsException: length=125; index=-1 at android.text.StaticLayout

Native crash on an Android-Java based app?

强颜欢笑 提交于 2020-01-02 06:24:09
问题 Background My app has 100% code written in Java, it doesn't need to make any heavy operations. The app itself uses only the next libraries, yet non of them have JNI code: ActionBarSherlock google-play-services_lib The problem Today I got a weird crash report, which doesn't show any normal exception information . The report was sent via a "Galaxy S5 (klte)" device, with Android 4.4 . Here's the crash report title: Native crash at /dev/ashmem/dalvik-jit-code-cache in /dev/ashmem/dalvik-jit-code

XCode 4.6.3 crash everytime I open it on OS X 10.9.3

心已入冬 提交于 2019-12-31 17:11:28
问题 I updated Mavericks 10.9.2 to 10.9.3 and downloaded Xcode 6 beta. One of my project is still in Xcode 4.6.3. So now whenever I open this project Xcode crashes with the following pop up. It was working fine in OS X 10.9.2. Is it OS related issue? Please help 回答1: I had similar issue. This can be fixed using `sudo mv /System/Library/PrivateFrameworks/MobileDevice.framework{,-saved}` This will ask for system component installation and then Xcode starts working. I recommend to use latest version

How to send Android Crash report using ACRA

匆匆过客 提交于 2019-12-31 10:06:10
问题 Am trying to send crash report from my applicatio to my domain or Mail but failed still. To get the crash report in mail, I did @ReportsCrashes( formKey = "", mailTo = "abc@gmail.com" ) And the response is, Sending file 1372758321000-approved.stacktrace checkAndSendReports - finish To get the crash report in my domain, I did @ReportsCrashes( formKey = "", formUri = "http://www.abc.com/test1" ) And the response is, Sending file 1372856882000-approved.stacktrace Failed to send crash report for