Skip to content

Commit

Permalink
android:完成函数调用栈n级调用(用户自定义)
Browse files Browse the repository at this point in the history
jackjintai committed May 26, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 69165ba commit 3667496
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -19,11 +19,11 @@
* ================================================
*/
public class MethodCostUtil {
private static final String TAG = "DOKIT_SLOW_METHOD";
/**
* key className&method
*/
private static ConcurrentHashMap<String, Long> METHOD_COSTS = new ConcurrentHashMap<>();
private static final String TAG = "MethodCostUtil";


/**
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@
* ================================================
*/
public class MethodStackUtil {
private static final String TAG = "MethodStackUtil";
private static final String TAG = "DOKIT_SLOW_METHOD";
/**
* key className&methodName
*/

0 comments on commit 3667496

Please sign in to comment.