Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving logcat data #3

Open
GoogleCodeExporter opened this issue Aug 28, 2015 · 3 comments
Open

Saving logcat data #3

GoogleCodeExporter opened this issue Aug 28, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Open program
2. Save logcat output using menu option

What is the expected output? What do you see instead?
Expected result: Write logcat data to an accessible location

Actual result: /data/{package}/files is not readable without root, but this
where the files are written to.

Solution: A patch which will write files to /sdcard instead.

See http://pastebin.com/m130c099d

Original issue reported on code.google.com by [email protected] on 29 Dec 2008 at 12:20

@GoogleCodeExporter
Copy link
Author

the link above seems down, but i patched that for myself as well.
please get back to me if you want to include it into the official release. 
also, i'm thinking about including a filter for the logcat.

Original comment by [email protected] on 16 Feb 2009 at 4:21

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Hi, sorry for the late reply, got caught up with some other stuff. I lost the
original patch (and patched source) but no problem, I redid the changes.

Changes:
    - Option to clear log
    - Save files to /sdcard with a slightly different file name format
    - Removed unnecessary imports

Hope this gets added to the trunk. Cheers.

Original comment by [email protected] on 27 Apr 2009 at 1:28

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant