Skip to content

Commit

Permalink
Added @E3V3A to receive Error Logs
Browse files Browse the repository at this point in the history
  • Loading branch information
SecUpwN committed Nov 3, 2014
1 parent cc8b583 commit 84eb38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/SecUpwN/AIMSICD/AIMSICD.java
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ public void run() {
// show a share intent
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/html");
intent.putExtra(Intent.EXTRA_EMAIL, "some@email.com");
intent.putExtra(Intent.EXTRA_EMAIL, "xdae3v3a@gmail.com");
intent.putExtra(Intent.EXTRA_SUBJECT, "AIMSICD Error Log");
intent.putExtra(Intent.EXTRA_TEXT, log.toString());
startActivity(Intent.createChooser(intent, "Send Error Log"));
Expand Down

0 comments on commit 84eb38a

Please sign in to comment.