-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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