mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Include extension loading errors in error logs
This commit is contained in:
		| @@ -163,7 +163,7 @@ internal object ExtensionLoader { | ||||
|                         else -> throw Exception("Unknown source class type! ${obj.javaClass}") | ||||
|                     } | ||||
|                 } catch (e: Throwable) { | ||||
|                     Timber.w(e, "Extension load error: $extName ($it)") | ||||
|                     Timber.e(e, "Extension load error: $extName ($it)") | ||||
|                     return LoadResult.Error(e) | ||||
|                 } | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user