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

Fix LogFileCollector to work with getFilesDir() sub-directories #336

Merged
merged 1 commit into from
Dec 17, 2015
Merged

Conversation

gregd
Copy link
Contributor

@gregd gregd commented Dec 4, 2015

context.openFileInput() name parameter can not contain path separators. So when a relative log file path is passed to ACRA config, we have to build full path to the file, then open it with FileInputStream().

context.openFileInput() name parameter can not contain path separators. So when a relative log file path is passed to ACRA config, we have to build full path to the file, then open it with FileInputStream().
@william-ferguson-au william-ferguson-au merged commit 28bd89c into ACRA:master Dec 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants