Skip to content

Commit 21371d7

Browse files
committed
record
1 parent 4164ce5 commit 21371d7

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

RECORD.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,3 +135,21 @@ AS 检索匹配中文
135135

136136

137137
serve --ssl-key *.key --ssl-cert *.crt
138+
139+
140+
获取崩溃日志
141+
142+
/// 清空
143+
adb logcat -d *:W > crash.log
144+
145+
/// 输出
146+
147+
win 平台可以
148+
149+
adb logcat -d *:E | Select-String "com.shuyu.gsygithub.gsygithubappflutter" > crash.log
150+
151+
mac 可以
152+
153+
adb logcat -d *:E | grep "com.shuyu.gsygithub.gsygithubappflutter" > crash.log
154+
155+
获取更进准

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ environment:
66
sdk: '>=3.6.0 <4.0.0'
77

88

9-
dependency_overrides:
9+
#dependency_overrides:
1010
#analyzer: 1.1.0
1111
#web_socket_channel: 2.0.0
1212
#pub_semver: 1.4.2

0 commit comments

Comments
 (0)