new method stub to fix fdroid build crash

This commit is contained in:
Eric House 2019-03-06 13:26:05 -08:00
parent e70dc45fb1
commit bdb31224e9

View file

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