This repository was archived by the owner on May 27, 2024. It is now read-only.
修改minicap的检查方式,使用-t替代-i - #105
Open
SalingerMa wants to merge 1 commit into
Open
Conversation
codeskyblue
force-pushed
the
master
branch
2 times, most recently
from
April 7, 2024 08:16
a4358c4 to
798d70b
Compare
Member
|
注释的代码直接删掉就好了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
你好,我使用的是小米手机,在网上找对应版本的minicap.so文件进行替换后;单独启动minicap是可以的,但是使用atx-agent不行;查看源码后发现是使用了-i来判断是否支持minicap,而我这手机这里报了segfault 139错误;感觉不应该以-i来判断是否支持minicap,我这里改成了使用-t,望参考!