mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-22 07:28:16 +01:00
new method stub to fix fdroid build crash
This commit is contained in:
parent
e70dc45fb1
commit
bdb31224e9
1 changed files with 1 additions and 0 deletions
|
@ -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 ) {}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue