public static interface

WebpBitmapFactory.WebpErrorLogger

com.facebook.common.webp.WebpBitmapFactory.WebpErrorLogger

Class Overview

We listen to events in Webp direct decoding

Summary

Public Methods
abstract void onWebpErrorLog(String message, String extra)
Invoked to notify the logger about an error

Public Methods

public abstract void onWebpErrorLog (String message, String extra)

Invoked to notify the logger about an error

Parameters
message The message to log
extra Extra message if any