Daniel Campodonico

Results 2 issues of Daniel Campodonico

It would be nice to have the [TrackAvailability](https://docs.microsoft.com/en-us/dotnet/api/microsoft.applicationinsights.telemetryclient.trackavailability?view=azure-dotnet) method in Java. Currently it's only available in .NET.

Enhancement

I'm getting this exception if I set an error message in onCreate: ``` E/AndroidRuntime: FATAL EXCEPTION: main java.lang.IllegalArgumentException: Layout: -168 < 0 at android.text.Layout.(Layout.java:215) at android.text.StaticLayout.(StaticLayout.java:493) at android.text.StaticLayout.(StaticLayout.java:479) at android.text.StaticLayout.(StaticLayout.java:457)...