Searched refs:stopLoggingToLogcat (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
D | ProtoLogController.java | 88 int result = mShellProtoLog.stopLoggingToLogcat(groups, logger); in onShellCommand() 101 return mShellProtoLog.stopLoggingToLogcat(groups, logger) == 0; in onShellCommand()
|
/frameworks/base/core/java/com/android/internal/protolog/common/ |
D | IProtoLog.java | 64 int stopLoggingToLogcat(String[] groups, ILogger logger); in stopLoggingToLogcat() method
|
/frameworks/base/core/java/com/android/internal/protolog/ |
D | ProcessedPerfettoProtoLogImpl.java | 135 public int stopLoggingToLogcat(String[] groups, @NonNull ILogger logger) { in stopLoggingToLogcat() method in ProcessedPerfettoProtoLogImpl 140 var status = super.stopLoggingToLogcat(groups, logger); in stopLoggingToLogcat()
|
D | LogcatOnlyProtoLogImpl.java | 84 public int stopLoggingToLogcat(String[] groups, ILogger logger) { in stopLoggingToLogcat() method in LogcatOnlyProtoLogImpl
|
D | NoViewerConfigProtoLogImpl.java | 66 public int stopLoggingToLogcat(String[] groups, ILogger logger) { in stopLoggingToLogcat() method in NoViewerConfigProtoLogImpl
|
D | PerfettoProtoLogImpl.java | 259 stopLoggingToLogcat(groups, logger); in toggleLogcat() 279 public int stopLoggingToLogcat(String[] groups, @NonNull ILogger logger) { in stopLoggingToLogcat() method in PerfettoProtoLogImpl 357 return stopLoggingToLogcat(groups, logger); in onShellCommand()
|
D | LegacyProtoLogImpl.java | 413 public int stopLoggingToLogcat(String[] groups, ILogger logger) { in stopLoggingToLogcat() method in LegacyProtoLogImpl
|
/frameworks/base/tests/Tracing/src/com/android/internal/protolog/ |
D | ProcessedPerfettoProtoLogImplTest.java | 871 sProtoLog.stopLoggingToLogcat( in enablesLogGroupAfterLoadingConfig() 897 sProtoLog.stopLoggingToLogcat( in disablesLogGroupBeforeUnloadingConfig()
|