패키지 com.myclasss.analytics
패키지 com.myclass.common
클래스 com.myclass.common.MyLog
함수 getEnv
일떄
execution(* com.myclass..*.*(..))
&& !(execution(* com.myclass.common.MyLog.*(..)) || execution(* getEnvironment(..))
하면 MyLog , getEnv는 배고 출력됨.
패키지 com.myclasss.analytics
패키지 com.myclass.common
클래스 com.myclass.common.MyLog
함수 getEnv
일떄
execution(* com.myclass..*.*(..))
&& !(execution(* com.myclass.common.MyLog.*(..)) || execution(* getEnvironment(..))
하면 MyLog , getEnv는 배고 출력됨.
_작성강좌목록 Android 기초 강좌 by kth [ https://yunhos.blogspot.com/2021/03/androidminebookkth.html ] Android 팁 by kth [ h...
0 comments:
댓글 쓰기