I am trying to write a long text message on a Fabrics (Android) system, for example:
Answers.getInstance().logCustom(new CustomEvent("Request:" + requestUrl + "\nResponse:" + json));
The message is truncated and cannot find a way to expand it:

Even when a message is added as a custom attribute, such as suggested by @Alexizamerican,
Answers.getInstance().logCustom(new CustomEvent("Requests")) .putCustomAttribute("Request", requestUrl + "\nResponse:" + json)
it remains on the Events toolbar, see the figure below: 
How to see the whole message?
android google-fabric
David papirov
source share