Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a0d545c

Browse files
committed
Log start of plugin probing
Occasionally, linuxdeploy becomes unresponsive during plugin detection because a plugin is hanging. In those cases, we need to know which one causes the problem.
1 parent 7b88f8a commit a0d545c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linuxdeploy/plugin/base_impl.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ namespace linuxdeploy {
3939
throw PluginError("No such file or directory: " + path.string());
4040
}
4141

42+
ldLog() << LD_DEBUG << "Probing plugin" << path.string() << std::endl;
43+
4244
apiLevel = getApiLevelFromExecutable();
4345
pluginType = getPluginTypeFromExecutable();
4446

0 commit comments

Comments
 (0)