Muirey03 / Cr4shed

More useful crash logs
117 stars 25 forks source link

Cr4shed not showing any logs on ios 15.3.1 #77

Open foxfortmobile opened 2 years ago

foxfortmobile commented 2 years ago

On tethered Palera1n jailbreak, when springboard crashes no logs is shown in Cr4shed app. Cr4shed version: 4.2.2 Device: iPhone 7 ios: 15.3.1

I put an abort() in code running into springboard to force a crash but no logs ever show up in Cr4shed app.

Muirey03 commented 2 years ago

Can you also try raising an NSException?

foxfortmobile commented 2 years ago

yes, throwing exceptions is caught properly and displayed in the app.

Muirey03 commented 2 years ago

That's good to know, it's just the cr4shedmach code that's now broken. @NSExceptional do you have a palera1n-compatible device?

NSExceptional commented 2 years ago

I do, but I have no devices on iOS 15 and no blobs saved 😅

Muirey03 commented 2 years ago

I'm afraid I also don't have a device I can jailbreak with palera1n, so I'm not sure we can do much about this. I can look to see if it's just something simple like method renaming on the CrashReport class, but I fear it will be a more breaking change than that.