Twilio Changelog | Sep. 06, 2023

Twilio Voice mobile SDKs new logging functionality released

The Twilio Programmable Voice iOS and Android SDKs (mobile) now allow customers to implement their own logging mechanism instead of only relying on the SDKs internal logging functionality.

The Twilio Programmable Voice iOS and Android SDKs (mobile) now allow customers to implement their own logging mechanism instead of only relying on the SDKs internal logging functionality. While the built-in logger writes to stdout, developers can harness the new logging framework to conveniently capture device-level logs anywhere inside their application and send/store them wherever they like (e.g. piping to a cloud data store or writing to the device). This makes remote troubleshooting - which often requires getting access to these logs to root cause issues - much easier by virtue of capturing the following log modules:

  • iOS/Android platform logs

  • Core Twilio Voice SDK logs

  • Twilio Signaling logs 

  • WebRTC logs


Check out the latest iOS and Android Twilio Voice SDK releases to get started. We can’t wait to see what you build!

Voice