-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Comments
+1, I have this problem too :( I tried to use java configuration but couldn't make it work properly |
This should be fixed in 10d35f7. If interested, you can try the |
Nice it works ! Any chance to get a release @tony19 please ? |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: