meitu/MTHawkeye

README上没有找到注册插件的方法

cjlcooper opened this issue · 3 comments

Describe the bug
A clear and concise description of what the bug is.

Log
There are two ways to get the running log of MTHawkeye:
A: Filter the Xcode Console log, they are start with [hawkeye]
B: Under the com.meitu.hawkeye folder in sandbox, the log was store as log.mtlog & log.mmap2

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Xcode Version: [e.g. 10.2]

Additional context
Add any other context about the problem here.

addDefaultUIClientMainPanelPluginsInto方法中mainPanelPlugins最终并没有使用到,不太明白怎么添加自定义的插件。

添加插件方法在MTHawkeyeUIClient方法中,已找到。