Feature #360

Collect logs from testers

Added by abeluck over 5 years ago. Updated over 4 years ago.

Status:In ProgressStart date:10/16/2012
Priority:NormalDue date:
Assignee:n8fr8% Done:

0%

Category:-
Target version:Feature Requests
Component:

Description

I've added the necessary plumbing to facilitate log collection:

https://github.com/abeluck/mrapp/commit/1e5310209a9b72b313469f93b8e717cb005f6c5d

I'm not sure where it should be integrated in the app, so I've left that to you.

The code you need to add:

    import com.xtralogic.android.logcollector.SendLogActivity;

    private void launchSendLog() {
        Intent intent = new Intent(this, SendLogActivity.class);
        startActivity(intent);
    }

It will launch an intent that allows the sharing of a text file. We should come up with instructions for testers:

"Send all logs to "

Is receiving email [1] enabled for our redmine? If so we could auto create a bug for every log submitted.

[1]" http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails#Enabling-unknown-users-to-create-issues-by-email

History

#1 Updated by n8fr8 over 5 years ago

Receiving email is supposed to work but its spotty. I will verify and let you know.

Checking out your commit now.

#2 Updated by n8fr8 over 5 years ago

  • Assignee changed from n8fr8 to abeluck

Question on best way to merge a single commit - historically we have used feature branches. It makes it clear which branch the dev is working from, and then we can do a pull request, add comments there, and then merge easily.

What is the best way or the expected way to merge just one commit when you provide a link like this?

#3 Updated by n8fr8 about 5 years ago

  • Target version changed from Dev Sprint 2 to Dev Sprint 5

#4 Updated by n8fr8 almost 5 years ago

  • Assignee changed from abeluck to n8fr8

#5 Updated by SteveWyshy over 4 years ago

  • Target version changed from Dev Sprint 5 to Feature Requests

Is this still relevant given that we're now using the Hockey App for collecting information from the app for crashes?

Also available in: Atom PDF