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

DATA DIR is not correct when inside an adroid profile #130

Closed
lgafniel opened this issue Aug 24, 2016 · 4 comments
Closed

DATA DIR is not correct when inside an adroid profile #130

lgafniel opened this issue Aug 24, 2016 · 4 comments

Comments

@lgafniel
Copy link

When inside an android for work profile, data dir is at /data/user/ and not at /data/data (which is actually linked with /data/user/0 - the default).

CommonPathUtil's methods assume the default user is running the app, which causes file appenders defined with ${DATA_DIR} to not work in this scenario.

@stale stale bot added the wontfix label Mar 27, 2018
@tony19 tony19 added pinned and removed wontfix labels Mar 27, 2018
Repository owner deleted a comment from stale bot Mar 27, 2018
@tony19 tony19 added the bug label Mar 27, 2018
@mgohin
Copy link

mgohin commented Apr 9, 2018

+1, I have this problem too :(
With XML got directory path : DATA_DIR_IS_UNDEFINED

I tried to use java configuration but couldn't make it work properly

@tony19
Copy link
Owner

tony19 commented Apr 10, 2018

This should be fixed in 10d35f7. If interested, you can try the 1.1.1-11-SNAPSHOT.

@mgohin
Copy link

mgohin commented Apr 10, 2018

Nice it works ! Any chance to get a release @tony19 please ?

@tony19 tony19 closed this as completed in 10d35f7 Apr 11, 2018
@tony19
Copy link
Owner

tony19 commented Apr 11, 2018

Released in v_1.1.1-11

Repository owner deleted a comment from mgohin Apr 14, 2018
Repository owner deleted a comment from mgohin Apr 14, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants