Initial commit
This commit is contained in:
12
sources/com/squareup/haha/perflib/ThreadObj.java
Normal file
12
sources/com/squareup/haha/perflib/ThreadObj.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.squareup.haha.perflib;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class ThreadObj {
|
||||
long mId;
|
||||
int mStackTrace;
|
||||
|
||||
public ThreadObj(long j, int i) {
|
||||
this.mId = j;
|
||||
this.mStackTrace = i;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user