Skip to content

Commit

Permalink
perf: improve hit app bundle id log when triggering selecting text
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng committed Apr 22, 2024
1 parent 103706f commit dd58d4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Easydict/objc/EventMonitor/EZEventMonitor.m
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ - (EZTriggerType)getAppSelectTextActionType:(NSString *)appBundleID
for (EZAppModel *appModel in appModelList) {
if ([appModel.appBundleID isEqualToString:appBundleID]) {
triggerType = appModel.triggerType;
MMLogInfo(@"App bundleID: %@, %@", appBundleID, @(triggerType));
MMLogInfo(@"Hit app bundleID: %@, triggerType: %@", appBundleID, @(triggerType));
}
}
return triggerType;
Expand Down

0 comments on commit dd58d4a

Please sign in to comment.