-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
98 changed files
with
915 additions
and
786 deletions.
There are no files selected for viewing
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
15 changes: 0 additions & 15 deletions
15
app/src/main/java/cn/cqautotest/sunnybeach/aop/CheckNet.kt
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
app/src/main/java/cn/cqautotest/sunnybeach/aop/CheckNetAspect.kt
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,18 @@ | ||
package cn.cqautotest.sunnybeach.aop | ||
|
||
import com.flyjingfish.android_aop_annotation.anno.AndroidAopPointCut | ||
|
||
/** | ||
* author : Android 轮子哥 | ||
* github : https://github.com/getActivity/AndroidProject-Kotlin | ||
* time : 2019/12/06 | ||
* desc : Debug 日志注解 | ||
*/ | ||
@AndroidAopPointCut(LogInterceptCut::class) | ||
@Retention(AnnotationRetention.RUNTIME) | ||
@Target( | ||
AnnotationTarget.FUNCTION, | ||
AnnotationTarget.PROPERTY_GETTER, | ||
AnnotationTarget.PROPERTY_SETTER, | ||
AnnotationTarget.CONSTRUCTOR | ||
AnnotationTarget.PROPERTY_SETTER | ||
) | ||
annotation class Log constructor(val value: String = "AppLog") |
140 changes: 0 additions & 140 deletions
140
app/src/main/java/cn/cqautotest/sunnybeach/aop/LogAspect.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.