restcomm-android-sdk
restcomm-android-sdk copied to clipboard
Improve logging
- I noticed that there are times that the same (big chunk) of information is printed multiple times, like SDP being printed in JainSipClient.call(), JainSipCall.open() and when INVITE is sent out. So either only keep the last or at least, make the other 2 VERBOSE or DEBUG.
- Ensure that Application version is logged properly
- SDK version in SIP messages and maybe when RCDevice is initiated as well
- Olympus version + SDK version is about screen
- Olympus version in the logs
- Device + android version would be a plus (although we get that from TF right now)
- Output in TF is pretty cluttered. Let's check a TF session try to make it more readable. This will help a lot in serviceability
Let's leave it for next release where we 'll have more experience with the new signaling facilities and see what other logging changes might be needed.