Skip to content

Commit 7220d3e

Browse files
CallMeLaNNthymikee
authored andcommitted
fix: log-android not working. update logkitty. (#469)
* fix: log-android not working. update logkitty. * fix registry
1 parent dabc2f5 commit 7220d3e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/platform-android/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "build/index.js",
55
"dependencies": {
66
"@react-native-community/cli-tools": "^2.0.2",
7-
"logkitty": "^0.4.0",
7+
"logkitty": "^0.5.0",
88
"slash": "^2.0.0",
99
"xmldoc": "^0.4.0"
1010
},

packages/platform-android/src/commands/logAndroid/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
makeTagsFilter,
1111
formatEntry,
1212
formatError,
13-
Priority,
13+
AndroidPriority,
1414
} from 'logkitty';
1515
import {logger} from '@react-native-community/cli-tools';
1616

@@ -19,7 +19,7 @@ async function logAndroid() {
1919

2020
const emitter = logkitty({
2121
platform: 'android',
22-
minPriority: Priority.VERBOSE,
22+
minPriority: AndroidPriority.VERBOSE,
2323
filter: makeTagsFilter('ReactNative', 'ReactNativeJS'),
2424
});
2525

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5971,10 +5971,10 @@ log-symbols@^2.2.0:
59715971
dependencies:
59725972
chalk "^2.0.1"
59735973

5974-
logkitty@^0.4.0:
5975-
version "0.4.0"
5976-
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.4.0.tgz#4a534bb4fb2b27f0120ed7b9fc62b8aa3ba6bb43"
5977-
integrity sha512-IKuHwaXYDpbEzC9EfsrmvwdS80b4Lv+W4n7g6GG0gBHt5kXzQEvew46E0omrSD3ycEpTOtAX7BXGWnOUFEksYA==
5974+
logkitty@^0.5.0:
5975+
version "0.5.0"
5976+
resolved "https://registry.yarnpkg.com/logkitty/-/logkitty-0.5.0.tgz#5a348c2049551aa02da69543c3b5c44e28c7c24f"
5977+
integrity sha512-UA06TmPaSPiHxMBlo5uxL3ZvjJ2Gx/rEECrqowHsIsNoAoSB8aBSP553Fr2FJhOp3it2ulLsd520DZWS1IaYOw==
59785978
dependencies:
59795979
ansi-fragments "^0.2.1"
59805980
yargs "^12.0.5"

0 commit comments

Comments
 (0)