如何在AEM Bundle中调试标准类

时间:2016-01-14 11:53:17

标签: java debugging aem

我得到了数千的跟随日志噪音

com.adobe.granite.ui.clientlibs.impl.CompilerProviderImpl no compiler found for txt

它在安装和启动AEM期间出现,它看起来与ClientLibrary配对了

com.adobe.granite.ui.clientlibs.impl.HtmlLibraryManagerImpl detected [JS, CSS] library: /libs/granite/contexthub/components/modules/location/clientlib, sourced from 6 files.

到目前为止,我发现以下与txt相关的日志消息来自以下文件

Bundle : com.adobe.granite.ui.clientlibs
ClassName: com.adobe.granite.ui.clientlibs.impl.CompilerProviderImpl
MethodName: findCompiler(String extension)

但是,我无法调试这个类,因为它是由AEM提供的,不包含在构建中。
我如何调试此类或至少知道此错误源自何处。(虽然这个问题与AEM无关,但是分享如何调试任何标准JavaSE类就足够了)

由于

0 个答案:

没有答案