B4i Library KSCrash - simple and powerful crash reports framework

JackKirk

Well-Known Member
Licensed User
Longtime User

JackKirk

Well-Known Member
Licensed User
Longtime User
KSCrash example where you can handle the crash reports programmatically is attached.
Erel - brilliant - took a bit of rearranging and tidy up and plugged it straight into my app's pre-existing AWS S3 error logging - worked first go.

I liked your little email trick...
 
Last edited:

JackKirk

Well-Known Member
Licensed User
Longtime User
KSCrash framework updated to v1.17. Note that the iCPP library is now a required dependency.
I have KSCrash in my major B4i app with the following code:
B4X:
    'Following required for KSCrash, see:
    'https://www.b4x.com/android/forum/threads/kscrash-simple-and-powerful-crash-reports-framework.120644/post-842685
    #AdditionalLib: KSCrash.framework.3
    #AdditionalLib: MessageUI.framework
    #AdditionalLib: SystemConfiguration.framework
    #AdditionalLib: libc++.dylib
    #AdditionalLib: libz.dylib
What do I need to change, if anything?

The framework will be updated to the online builders next week.
Is this done yet?

Thanks...
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Cookies are required to use this site. You must accept them to continue using the site. Learn more…