Home
last modified time | relevance | path

Searched refs:mViewerConfig (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/protolog/
H A DBaseProtoLogImpl.java80 protected final ProtoLogViewerConfigReader mViewerConfig; field in BaseProtoLogImpl
110 messageString = mViewerConfig.getViewerString(messageHash); in logToLogcat()
232 mViewerConfig = viewerConfig; in BaseProtoLogImpl()
347 mViewerConfig.loadViewerConfig(pw, mViewerConfigFilename); in onShellCommand()
372 + "\nLogging definitions loaded: " + mViewerConfig.knownViewerStringsNumber(); in getStatus()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/protolog/
H A DShellProtoLogImpl.java107 mViewerConfig.loadViewerConfig(pw, VIEWER_CONFIG_FILENAME); in startTextLogging()