You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently had to manually debug a case where I'd added a duplicate RPC name. The error I got when doing this is a generic server protocol error, as follows:
As my team is planning to add many new RPCs to our local copy of this snippet, it might prevent alot of headache if this particular error could be detected or flagged with a clearer error message, identifying (or at least mentioning) the duplicate RPC name. Is this possible to implement?
The text was updated successfully, but these errors were encountered:
Filed the internal FR. This is my first time working with gitHub in this way (i.e., in collaboration as an FTE), so let me know if there's a part of the process I'm missing.
I recently had to manually debug a case where I'd added a duplicate RPC name. The error I got when doing this is a generic server protocol error, as follows:
mobly.snippet.errors.ServerStartProtocolError: <AndroidDevice|8f152933> INSTRUMENTATION_RESULT: shortMsg=Process crashed.
As my team is planning to add many new RPCs to our local copy of this snippet, it might prevent alot of headache if this particular error could be detected or flagged with a clearer error message, identifying (or at least mentioning) the duplicate RPC name. Is this possible to implement?
The text was updated successfully, but these errors were encountered: