We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4164ce5 commit 21371d7Copy full SHA for 21371d7
RECORD.md
@@ -135,3 +135,21 @@ AS 检索匹配中文
135
136
137
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
@@ -6,7 +6,7 @@ environment:
6
sdk: '>=3.6.0 <4.0.0'
7
8
9
-dependency_overrides:
+#dependency_overrides:
10
#analyzer: 1.1.0
11
#web_socket_channel: 2.0.0
12
#pub_semver: 1.4.2
0 commit comments