crash-reports

Strange crash in UITextview undo on iOS 7

浪尽此生 提交于 2021-02-18 11:13:32
问题 I have been receiving a bunch of crash reports that look a lot like the following with different values for the range. Sometimes the range is not 0-x it could be say 2-x Application Specific Information: * Terminating app due to uncaught exception \'NSRangeException\',reason: \'* -[NSBigMutableString substringWithRange:]: Range {0, 69} out of bounds; string length 0\' Last Exception Backtrace: 0 CoreFoundation 0x2e879e83 __exceptionPreprocess + 131 1 libobjc.A.dylib 0x38bd66c7 objc_exception

Your app crashed on iPad or iPhone running iOS 11.2.5 connected to an IPv6 network during our review

吃可爱长大的小学妹 提交于 2021-02-08 12:13:47
问题 {"app_name":"vegecart","timestamp":"2018-03-14 18:23:03.00 -0700","app_version":"16.0","slice_uuid":"85dc3cef-370e-3818-9eab-976c8850e675","adam_id":0,"build_version":"16","bundleID":"com.kw4s.vegecart","share_with_app_devs":false,"is_first_party":false,"bug_type":"109","os_version":"iPhone OS 11.2.5 (15D60)","incident_id":"D6497F75-8811-4756-B897-A5D99D0EE2B1","name":"vegecart"} Incident Identifier: D6497F75-8811-4756-B897-A5D99D0EE2B1 CrashReporter Key:

Masive error after updating to Firebase Crashlytics SDK

混江龙づ霸主 提交于 2021-02-06 13:56:04
问题 I recently upgraded my app to Firebase Crashlytics SDK following this guide (https://firebase.google.com/docs/crashlytics/upgrade-sdk?platform=android) . I tested it and it worked properly so I uploaded it to Google Play. The problem is that I am receiving many error reports from my users since then. The report is as follows: java.util.concurrent.RejectedExecutionException: at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution (ThreadPoolExecutor.java:2086) at java.util

My app keeps crashing (Fatal exception)

时光怂恿深爱的人放手 提交于 2021-01-29 11:04:15
问题 my app opens with splash screen normally but cant proceed to home screen and crashes ! i'm trying to make tablayout (there is no error in code) this is the error through debugging : E/AndroidRuntime: FATAL EXCEPTION: main Process: com.foot.ws.worldcup, PID: 10249 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.foot.ws.worldcup/com.foot.ws.worldcup.MainActivity}: android.view.InflateException: Binary XML file line #11: Binary XML file line #11: Error inflating class

I want to change path of ~/Library/Developer/Xcode/iOS DeviceSupport to my External Drive

我的梦境 提交于 2021-01-21 09:18:31
问题 When we connect any iOS device to MAC OS X, by default Xcode copy device info into ~/Library/Developer/Xcode/iOS DeviceSupport path. I want that files for symbolicate crash log. But my MAC derive is almost full only 1 GB avaialble. So I want to move ~/Library/Developer/Xcode/iOS DeviceSupport to my External drive so my symbolication works well. So can any one please suggest me some way to change path. I have try to change the developer directory but that's not work. Any help or hint will be

Send stack trace information to backend server from android app on app crash

馋奶兔 提交于 2021-01-20 12:00:04
问题 We are in the process of writing a realtime error handling web platform, and I am trying to find out what is the best way to send the stack trace information via an http post request back to our server as soon as the android app crash occurs. I already use the Thread.setDefaultUncaughtExceptionHandler callback to register our callback handler so we can capture the stack trace. Hover I can't seem to make an http request right after the app crashes for some odd reason (behaviour is very weird,

Send stack trace information to backend server from android app on app crash

六眼飞鱼酱① 提交于 2021-01-20 11:59:53
问题 We are in the process of writing a realtime error handling web platform, and I am trying to find out what is the best way to send the stack trace information via an http post request back to our server as soon as the android app crash occurs. I already use the Thread.setDefaultUncaughtExceptionHandler callback to register our callback handler so we can capture the stack trace. Hover I can't seem to make an http request right after the app crashes for some odd reason (behaviour is very weird,

Crash reports from app on App Store

孤者浪人 提交于 2020-12-04 17:20:56
问题 I have just released an application on the App Store but for some users the app will crash. I am not able to reproduce this problem and therefore I was wondering if there is any way to get a crash report from the user so that I can get an idea of why the app will crash. 回答1: Being only a very part-time iOS developer and having a small app that doesn't have too much going on, I've not until recently had cause to try and find crash logs. Google led me to this very old thread. Just in case

Crash reports from app on App Store

一世执手 提交于 2020-12-04 17:13:25
问题 I have just released an application on the App Store but for some users the app will crash. I am not able to reproduce this problem and therefore I was wondering if there is any way to get a crash report from the user so that I can get an idea of why the app will crash. 回答1: Being only a very part-time iOS developer and having a small app that doesn't have too much going on, I've not until recently had cause to try and find crash logs. Google led me to this very old thread. Just in case