Revert "chore: cover panic error"

This reverts commit 0bacfa9286cc650a06fc4943d40114222f3d6aed.
This commit is contained in:
huzibaca 2024-09-25 20:22:49 +08:00
parent 99ea6d5080
commit b9c8fa61b2

View File

@ -19,11 +19,6 @@ pub fn redirect_panic_to_log() {
&format!("{:?}", payload)
};
//TODO skip this error
if payload.contains("PostMessage failed ; is the messages queue full?") {
return;
}
let location = panic_info
.location()
.map(|l| l.to_string())