Loading libs/WindowManager/Shell/src/com/android/wm/shell/ProtoLogController.java +0 −5 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.wm.shell; import android.os.Build; import com.android.wm.shell.protolog.ShellProtoLogImpl; import com.android.wm.shell.sysui.ShellCommandHandler; import com.android.wm.shell.sysui.ShellInit; Loading @@ -43,9 +41,6 @@ public class ProtoLogController implements ShellCommandHandler.ShellCommandActio void onInit() { mShellCommandHandler.addCommandCallback("protolog", this, this); if (Build.IS_DEBUGGABLE) { mShellProtoLog.startProtoLog(null /* PrintWriter */); } } @Override Loading libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ShellProtoLogImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ import java.io.PrintWriter; */ public class ShellProtoLogImpl extends BaseProtoLogImpl { private static final String TAG = "ProtoLogImpl"; private static final int BUFFER_CAPACITY = 128 * 1024; private static final int BUFFER_CAPACITY = 1024 * 1024; // TODO: find a proper location to save the protolog message file private static final String LOG_FILENAME = "/data/misc/wmtrace/shell_log.winscope"; private static final String VIEWER_CONFIG_FILENAME = "/system_ext/etc/wmshell.protolog.json.gz"; Loading Loading
libs/WindowManager/Shell/src/com/android/wm/shell/ProtoLogController.java +0 −5 Original line number Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.wm.shell; import android.os.Build; import com.android.wm.shell.protolog.ShellProtoLogImpl; import com.android.wm.shell.sysui.ShellCommandHandler; import com.android.wm.shell.sysui.ShellInit; Loading @@ -43,9 +41,6 @@ public class ProtoLogController implements ShellCommandHandler.ShellCommandActio void onInit() { mShellCommandHandler.addCommandCallback("protolog", this, this); if (Build.IS_DEBUGGABLE) { mShellProtoLog.startProtoLog(null /* PrintWriter */); } } @Override Loading
libs/WindowManager/Shell/src/com/android/wm/shell/protolog/ShellProtoLogImpl.java +2 −1 Original line number Diff line number Diff line Loading @@ -31,7 +31,8 @@ import java.io.PrintWriter; */ public class ShellProtoLogImpl extends BaseProtoLogImpl { private static final String TAG = "ProtoLogImpl"; private static final int BUFFER_CAPACITY = 128 * 1024; private static final int BUFFER_CAPACITY = 1024 * 1024; // TODO: find a proper location to save the protolog message file private static final String LOG_FILENAME = "/data/misc/wmtrace/shell_log.winscope"; private static final String VIEWER_CONFIG_FILENAME = "/system_ext/etc/wmshell.protolog.json.gz"; Loading