clean up gigaget code

This commit is contained in:
Christian Schabesberger 2016-05-25 23:08:15 +02:00
parent 39c2f31a22
commit 1421dca35f
6 changed files with 1 additions and 429 deletions

View file

@ -8,6 +8,7 @@ import android.os.Environment;
import java.io.File;
import java.io.PrintWriter;
//todo: replace this by using the internal crash handler of newpipe
public class CrashHandler implements Thread.UncaughtExceptionHandler
{
public static String CRASH_DIR = Environment.getExternalStorageDirectory().getPath() + "/GigaCrash/";