Class ShadowEventLog

    • Constructor Detail

      • ShadowEventLog

        public ShadowEventLog()
    • Method Detail

      • clearAll

        @Resetter
        public static void clearAll()
      • writeEvent

        @Implementation
        protected static int writeEvent​(int tag,
                                        String str)
        Writes an event log message, returning an approximation of the bytes written.
      • writeEvent

        @Implementation
        protected static int writeEvent​(int tag,
                                        Object... list)
        Writes an event log message, returning an approximation of the bytes written.
      • writeEvent

        @Implementation
        protected static int writeEvent​(int tag,
                                        int value)
        Writes an event log message, returning an approximation of the bytes written.
      • writeEvent

        @Implementation(minSdk=23)
        protected static int writeEvent​(int tag,
                                        float value)
        Writes an event log message, returning an approximation of the bytes written.
      • writeEvent

        @Implementation
        protected static int writeEvent​(int tag,
                                        long value)
        Writes an event log message, returning an approximation of the bytes written.