add unload log

This commit is contained in:
Cloudburst 2022-08-09 14:17:29 +02:00 committed by GitHub
parent 1321009837
commit 8c87cd36bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -280,6 +280,7 @@ object PluginManager {
}
private suspend fun unloadPlugin(absolutePath: String) {
Log.i(TAG, "Unloading plugin: $absolutePath")
var plugin = plugins.get(absolutePath)
if (plugin == null) {
Log.w(TAG, "Couldn't find plugin $absolutePath")