debugActivity


NamedebugActivity JSON
Version 1.0.8 PyPI version JSON
download
home_pageNone
Summaryuse for jdb to debug android app
upload_time2025-02-10 06:50:05
maintainerNone
docs_urlNone
authorpareto
requires_pythonNone
licenseMIT
keywords android debug activity
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # debugA

优化android 分析过程、lldb调试流程 , 需要提前配置好java和adb环境,提前通过adb 和 jdb 启动被调试的应用。

* 签名用内置的jks签名
```
debugActivity -s apkPath 
```
* 调试模式启动,jdb自动附加, 需要包名 和 mainActivity的名称
```angular2html
debugActivity -p packageName -a activityName
```
* 自动将lldb-server推送到手机,并启动,绑定9999端口
```
debugActivity -l 
```
## 安装
```
pip install debugactivity
```
## usage
```angular2html
usage: debugA [-h] [-p PACKAGE] [-a ACTIVITY]

start a debug activity

options:
-h, --help            show this help message and exit
-p PACKAGE, --package PACKAGE
-a ACTIVITY, --activity ACTIVITY
-s SIGN signApkPath
-P process diff 对比前后的进程变化
```

记录下打包流程,
```angular2html
pip install wheel
pip install twine
python setup.py bdist_wheel --universal
twine upload dist/* --repository PROJECT_NAME
HTTPS_PROXY=socks5://192.168.50.47:7890 twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "debugActivity",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Android Debug Activity",
    "author": "pareto",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# debugA\n\n\u4f18\u5316android \u5206\u6790\u8fc7\u7a0b\u3001lldb\u8c03\u8bd5\u6d41\u7a0b , \u9700\u8981\u63d0\u524d\u914d\u7f6e\u597djava\u548cadb\u73af\u5883\uff0c\u63d0\u524d\u901a\u8fc7adb \u548c jdb \u542f\u52a8\u88ab\u8c03\u8bd5\u7684\u5e94\u7528\u3002\n\n* \u7b7e\u540d\u7528\u5185\u7f6e\u7684jks\u7b7e\u540d\n```\ndebugActivity -s apkPath \n```\n* \u8c03\u8bd5\u6a21\u5f0f\u542f\u52a8\uff0cjdb\u81ea\u52a8\u9644\u52a0, \u9700\u8981\u5305\u540d \u548c mainActivity\u7684\u540d\u79f0\n```angular2html\ndebugActivity -p packageName -a activityName\n```\n* \u81ea\u52a8\u5c06lldb-server\u63a8\u9001\u5230\u624b\u673a\uff0c\u5e76\u542f\u52a8\uff0c\u7ed1\u5b9a9999\u7aef\u53e3\n```\ndebugActivity -l \n```\n## \u5b89\u88c5\n```\npip install debugactivity\n```\n## usage\n```angular2html\nusage: debugA [-h] [-p PACKAGE] [-a ACTIVITY]\n\nstart a debug activity\n\noptions:\n-h, --help            show this help message and exit\n-p PACKAGE, --package PACKAGE\n-a ACTIVITY, --activity ACTIVITY\n-s SIGN signApkPath\n-P process diff \u5bf9\u6bd4\u524d\u540e\u7684\u8fdb\u7a0b\u53d8\u5316\n```\n\n\u8bb0\u5f55\u4e0b\u6253\u5305\u6d41\u7a0b\uff0c\n```angular2html\npip install wheel\npip install twine\npython setup.py bdist_wheel --universal\ntwine upload dist/* --repository PROJECT_NAME\nHTTPS_PROXY=socks5://192.168.50.47:7890 twine upload dist/*\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "use for jdb to debug android app",
    "version": "1.0.8",
    "project_urls": null,
    "split_keywords": [
        "android",
        "debug",
        "activity"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b813b205961810fd1f51d63e245000307276810f60390b82edd0506506b89014",
                "md5": "ee0e78107a2249b710e85fa23ef908e7",
                "sha256": "a677fc104f4ff2d94f545ccd8a265295df3b16a73f7801a766a542f79d9f4915"
            },
            "downloads": -1,
            "filename": "debugActivity-1.0.8-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ee0e78107a2249b710e85fa23ef908e7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 8032415,
            "upload_time": "2025-02-10T06:50:05",
            "upload_time_iso_8601": "2025-02-10T06:50:05.674714Z",
            "url": "https://files.pythonhosted.org/packages/b8/13/b205961810fd1f51d63e245000307276810f60390b82edd0506506b89014/debugActivity-1.0.8-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-10 06:50:05",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "debugactivity"
}
        
Elapsed time: 0.41592s