Skip to content

注释内容和代码逻辑相反 #3

@maxSayHi

Description

@maxSayHi

// 建议在在debug包或者灰度包中不要stop,保留发现问题的能力。为了Sample效果,先注释
//if (!BuildConfig.DEBUG) {
// return;
//}
这段被注释掉的代码是有问题的。如果打开了,那就是Debug环境下不会retrun,Release环境会return。代码的效果和注释中的内容完全相反,希望大家注意

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