You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 issue reported on code.google.com by
[email protected]
on 29 Dec 2008 at 12:20The text was updated successfully, but these errors were encountered: