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
Add debug logs on java side for all non-realtime operations:
opening and closing context/sender/receiver
bind and connect
registering/unregistering/collecting object in NativeObjectCleaner
loading jni library first time (RocLibrary)
These operations should log their arguments.
If operation does a call to a native method, it should write to log before and after native call. This is useful when debugging crashes in native code.
Add debug logs on java side for all non-realtime operations:
These operations should log their arguments.
If operation does a call to a native method, it should write to log before and after native call. This is useful when debugging crashes in native code.
Background: roc-streaming/roc-droid#45 (comment)
The text was updated successfully, but these errors were encountered: