Skip to content

Commit

Permalink
modify method
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiqiangGe-xiaomi committed Aug 31, 2021
1 parent 5e60117 commit 487ef62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public void run() {
miBridgeModels.add(new MiBridgeModel("requestBindCore", new Runnable() {
@Override
public void run() {
int ret = MiBridge.requestBindCore(mBridgeUid, mBridgeTid);
int ret = MiBridge.requestBindCore(mBridgeUid, mBridgeTid,1000);
showResult(ret, "requestThreadPriority ");
}
}));
Expand Down

0 comments on commit 487ef62

Please sign in to comment.