Page MenuHomePhabricator

[native] Use getMessageForException in registrationServerCall
ClosedPublic

Authored by ashoat on May 16 2024, 5:04 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 9, 1:44 AM
Unknown Object (File)
Sat, Nov 9, 12:28 AM
Unknown Object (File)
Sat, Nov 9, 12:25 AM
Unknown Object (File)
Sat, Nov 9, 12:25 AM
Unknown Object (File)
Fri, Nov 8, 8:07 AM
Unknown Object (File)
Fri, Nov 8, 7:49 AM
Unknown Object (File)
Thu, Nov 7, 9:55 PM
Unknown Object (File)
Thu, Nov 7, 7:49 PM
Subscribers

Details

Summary

Noticed a couple places where we were accessing e.message directly, which can be dangerous if a primitive is thrown.

Depends on D12083

Test Plan

I didn't test this beyond how I tested the rest of the stack. Based on my familiarity with this code, it should be a safe change

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable