Samsung / Castanets

Edge distributed web engine. Part of web engine processes are offloaded to a powerful devices and only graphical results are processed in local devices. This way, we overcome both CPU limitations and memory limitations of the low-end local devices
BSD 3-Clause "New" or "Revised" License
46 stars 43 forks source link

[Meerkat] Use ini file for the initialization on debug mode #379

Closed younghajung closed 3 years ago

younghajung commented 3 years ago

This patch uses an ini file for the initialization of Meerkat server when Service Offloading is set as debug app.

  1. Settings > Developer options > Select debug app
  2. In the terminal, adb push [your ini fle] /data/local/tmp/meerkat/server.ini
  3. Start Meerkat

Signed-off-by: yh106.jung yh106.jung@samsung.com