Skip to content

Commit

Permalink
Fix LSPosed-Bridge log TAG
Browse files Browse the repository at this point in the history
  • Loading branch information
JingMatrix committed Aug 31, 2024
1 parent f8409ad commit 16c09ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
public class BridgeService {
private static final int TRANSACTION_CODE = ('_' << 24) | ('L' << 16) | ('S' << 8) | 'P';
private static final String DESCRIPTOR = "LSPosed";
protected static final String TAG = "LSPosed Bridge";
protected static final String TAG = "LSPosed-Bridge";

enum ACTION {
ACTION_UNKNOWN,
Expand Down

0 comments on commit 16c09ce

Please sign in to comment.