Skip to content
Snippets Groups Projects
Commit 27c199d5 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

fileutils: cache get_data_dir and other paths

Avoids to recompute data_dir repeatedly.
This improves performance on Android, avoiding repeated JNI calls
by many native threads.

jami_plugin_manager is moved to a unique_ptr
to delay creation to init(),
allowing to retrieve the proper data path.

Change-Id: I31236363dbc3eb03f9e59ac038729af6fb68ce0b
parent ae1f2720
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment