-
-
Notifications
You must be signed in to change notification settings - Fork 14
Description
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.
Background: roc-streaming/roc-droid#45 (comment)
Metadata
Metadata
Assignees
Labels
No labels