Skip to content

Commit

Permalink
Merge pull request #17 from Bandyer/remove_unwanted_log
Browse files Browse the repository at this point in the history
remove unwanted log
  • Loading branch information
osama-raddad authored Nov 26, 2019
2 parents 5654573 + 37ee1a6 commit 3cd9ae8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import android.app.Application;
import android.content.Context;
import android.os.Bundle;
import android.util.Log;

import java.util.List;

Expand Down Expand Up @@ -69,7 +68,6 @@ public void uncaughtException(Thread thread, final Throwable throwable) {
crashListener.onCrash(throwable);
}
});
Log.e("FireCrasher.err", thread.getName(), throwable);
}

Application.ActivityLifecycleCallbacks getLifecycleCallbacks() {
Expand Down

1 comment on commit 3cd9ae8

@osama-raddad
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please write why you did this

Please sign in to comment.