Skip to content

Compilation issues #50

@Dyingchen

Description

@Dyingchen

Because compiling lsposed requires libxposed, I discovered while compiling the libxposed API that its XposedInterface class requires implementing hookClassInitializer. This corresponds to core/src/main/java/org/lsposed/lspd/impl/LSPosedContext.java in the LSP source code. This class inherits from XposedInterface, therefore also requiring the implementation of two overloaded hookClassInitializer methods with different parameters.

The problem is that neither the open-source LSP code nor some modified versions of the source code implement this method. My implementation, which directly returns null, compiles normally. My question is, will directly returning null, i.e., ignoring it, have any impact? Is this the correct approach?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions