DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

Write configuration file to pass env variables/properties for Android projects. #118

Closed alex-iotiq closed 1 year ago

alex-iotiq commented 1 year ago

Creates a configuration file kopeme_config.json for Android projects inside its resources folder. Writes the values of "KOPEME_HOME" environment variable and "kopeme.workingdir" property into it.

DaGeRe commented 1 year ago

Thanks for the update, looks fine to me.