new method stub to fix fdroid build crash

This commit is contained in:
Eric House 2019-03-06 13:26:05 -08:00
parent 51c2ecd48a
commit d3abd31220

View file

@ -24,4 +24,5 @@ import android.content.Context;
public class CrashTrack {
public static void init( Context context ) {} // does nothing here
public static void logAndSend( String tag, String msg ) {}
}