Skip to content

Commit 8e80e45

Browse files
committed
bugfix
1 parent 8d47263 commit 8e80e45

File tree

1 file changed

+1
-1
lines changed
  • matrix/matrix-android/matrix-trace-canary/src/main/java/com/tencent/matrix/trace/core

1 file changed

+1
-1
lines changed

matrix/matrix-android/matrix-trace-canary/src/main/java/com/tencent/matrix/trace/core/AppMethodBeat.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static void i(int methodId) {
204204
}
205205

206206
if (status == STATUS_DEFAULT) {
207-
synchronized (statunnnnnnnsLock) {
207+
synchronized (statusLock) {
208208
if (status == STATUS_DEFAULT) {
209209
realExecute();
210210
status = STATUS_READY;

0 commit comments

Comments
 (0)