Searched refs:startLoggingToLogcat (Results 1 – 4 of 4) sorted by relevance
47 int startLoggingToLogcat(String[] groups, ILogger logger); in startLoggingToLogcat() method
79 int result = mShellProtoLog.startLoggingToLogcat(groups, logger); in onShellCommand()97 return mShellProtoLog.startLoggingToLogcat(groups, logger) == 0; in onShellCommand()
392 public int startLoggingToLogcat(String[] groups, ILogger logger) { in startLoggingToLogcat() method in LegacyProtoLogImpl
508 public int startLoggingToLogcat(String[] groups, ILogger logger) { in startLoggingToLogcat() method in PerfettoProtoLogImpl