Class ManagedErrorLog

  • All Implemented Interfaces:
    com.microsoft.appcenter.ingestion.models.Log, com.microsoft.appcenter.ingestion.models.Model

    public class ManagedErrorLog
    extends AbstractErrorLog
    Error log for managed platforms (such as Android Dalvik).
    • Constructor Detail

      • ManagedErrorLog

        public ManagedErrorLog()
    • Method Detail

      • getType

        public java.lang.String getType()
      • getException

        public Exception getException()
        Get the exception value.
        Returns:
        the exception value
      • setException

        public void setException​(Exception exception)
        Set the exception value.
        Parameters:
        exception - the exception value to set
      • getThreads

        public java.util.List<Thread> getThreads()
        Get the threads value.
        Returns:
        the threads value
      • setThreads

        public void setThreads​(java.util.List<Thread> threads)
        Set the threads value.
        Parameters:
        threads - the threads value to set
      • read

        public void read​(org.json.JSONObject object)
                  throws org.json.JSONException
        Specified by:
        read in interface com.microsoft.appcenter.ingestion.models.Model
        Overrides:
        read in class AbstractErrorLog
        Throws:
        org.json.JSONException
      • write

        public void write​(org.json.JSONStringer writer)
                   throws org.json.JSONException
        Specified by:
        write in interface com.microsoft.appcenter.ingestion.models.Model
        Overrides:
        write in class AbstractErrorLog
        Throws:
        org.json.JSONException