Closed swift-kim closed 2 years ago
Let GetExecutableDirectory find the executable's path based on /proc/self/exe if app_get_resource_path returns null.
GetExecutableDirectory
/proc/self/exe
app_get_resource_path
Contributes to https://github.com/flutter-tizen/engine/issues/239 (Fix failing tests cases). The GetExecutableDirectory function will be refactored again after the x64 build support is removed.
Let
GetExecutableDirectory
find the executable's path based on/proc/self/exe
ifapp_get_resource_path
returns null.Contributes to https://github.com/flutter-tizen/engine/issues/239 (Fix failing tests cases). The
GetExecutableDirectory
function will be refactored again after the x64 build support is removed.