ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

ADBView

作者 quarnster 全部

Sublime Text 2的Android调试桥(ADB)日志查看插件

详情

  • 2019.09.09.15.55.40
  • github.com
  • github.com
  • 5年前
  • 2小时前
  • 13年前

安装次数

  • 总数 13K
  • Win 7K
  • Mac 3K
  • Linux 2K
8月7日 8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 2 1 0 1 0
Mac 0 2 2 0 0 0 0 0 0 2 0 0 0 1 0 0 0 0 1 0 1 0 1 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 1 0 1 2 0 0 3 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1

自述文件

源代码
raw.githubusercontent.com

描述

一个插件,可以在Sublime Text 2中提供ADB日志视图。

已知问题和功能请求

请访问这里查看目前存在的问题和功能请求,或者提出新的。

先决条件

  1. 应该安装Android SDK,且ADB应该在您的路径中。
  2. 如果您想在Windows上连接到仿真器,您必须[启用telnet](http://social.technet.microsoft.com/wiki/contents/articles/910.enabling-telnet-client-in-windows-7-en-us.aspx)。参看#16。

安装

  1. 安装此插件的最简单方法是通过出色的Package Control插件
    1. 请参阅http://wbond.net/sublime_packages.package_control#Installation
      1. 安装Package Control后,打开命令面板(cmd+shift+P或ctrl+shift+P)
      2. 输入“安装”,然后选择“Package Control:安装包”
      3. 从列表中选择ADBView。Package Control将自动为您更新
    2. 如果您不想使用package control,您可以手动安装它
      1. 转到您的包目录,然后输入
        1. git clone https://github.com/quarnster/ADBView ADBView
  2. 默认命令是["adb", "logcat"]。如果您想更改此命令,可以通过文件设置"adb_command"进行更改

用法

安装后,按ctrl+alt+d打开ADB日志查看。

可以通过单击日志视图中的一行并右键点击然后选择其中一个菜单选项来设置消息过滤器

  1. ADB按进程ID过滤
  2. ADB按标签名过滤
  3. ADB按线程ID过滤
  4. ADB按消息级别过滤
  5. ADB按可调试应用过滤
  6. ADB自定义正则表达式过滤器

或者通过选择一些文本然后右键点击并选择其中一个菜单选项来设置过滤器

  1. ADB 通过包含的选择进行筛选
  2. ADB 通过排除的选择进行筛选

您还可以在首选项或项目设置中指定自定义的正则表达式筛选器。

许可协议

此插件使用 zlib 许可协议

Copyright (c) 2012 Fredrik Ehnbom

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

   1. The origin of this software must not be misrepresented; you must not
   claim that you wrote the original software. If you use this software
   in a product, an acknowledgment in the product documentation would be
   appreciated but is not required.

   2. Altered source versions must be plainly marked as such, and must not be
   misrepresented as being the original software.

   3. This notice may not be removed or altered from any source
   distribution.