kean / Pulse

Network logger for Apple platforms
https://pulselogger.com
MIT License
6.25k stars 296 forks source link

Issue: #217 I have solved the Swift runtime failure. Now the app is not crashing #219

Closed Cretus-iosDev closed 10 months ago

Cretus-iosDev commented 12 months ago

217

I have solved the issue that was occurring. now the app does not crash

kean commented 12 months ago

Hey, @Cretus-iosDev. Thanks for taking a stab at it. I'm just wondering if you tested it because I'm not sure try will capture this type of exception. And if it does and we ignore the overflow, the database will end up in an incorrect state (incorrect link count).

Cretus-iosDev commented 12 months ago

hi @kean , actually, I have tested the app. Before applying any changes to the code i have just given a simple run and it was not running properly. and the app was getting crashed. also, the Logs were not loading and after Applying the code changes it was working good

kean commented 10 months ago

Fixed in https://github.com/kean/Pulse/commit/fcc72532cd488fadd1f4ec69614e3b41b041fa64 and will be released in the upcoming version.