作者:Genesis Gaming | 来源:互联网 | 2023-02-10 10:17
我刚刚将Android Studio的版本升级到2.3并且gradle到3.3版本,我丢失了一个最有用的功能,即Debug Console中的日志.当我使用调试模式运行应用程序时,调试控制台中显示的唯一日志是:
03/03 10:35:40: Launching app Split APKs installed
$ adb shell am startservice com.myapp.android/com.android.tools.fd.runtime.InstantRunService
$ adb shell am start -n "com.myapp.android/com.myapp.android.UI.SplashActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D
Connecting to com.myapp.android Connected to the target VM, address: 'localhost:8601', transport: 'socket'
之后没有显示任何内容.知道如何解决这个问题吗?
1> Miles Krell..:
我不知道如何解决这个问题(我希望有人能尽快解决),但这里有另一种选择:
打开"Android Monitor"标签
选择"logcat"选项卡
在Android Monitor工具窗口的右上角,单击下拉菜单并选择"仅显示所选应用程序"
Android Monitor的输出现在几乎与Debug的输出相同.您可以通过单击logcat左侧边栏中的齿轮来选择消息前显示的信息.
你最终会得到这样的东西: