mirror of
https://github.com/adelphes/android-dev-ext.git
synced 2026-02-06 16:05:07 +00:00
Can't read log output #44
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Snowworm3000 on 5/3/2021
Hello,
I can't see any of my Log.d output in the debug console. I can see the output in android studio but not when I'm running this in vscode using this extention.
This is running on a real device using the default configurations. If it makes any difference I'm running this on a mac m1 in the optimised for apple silicon version of vscode.
This is the only text logged to the debug console.
disconnectRequest Debugger stopped Checking build Warning: Build is not up-to-date. Source files may not match execution when debugging. Searching for devices... Found 1 device Current build already installed Launching on device 8f9b62a4 [API:28] Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x400000 cmp=com.example.myapp/.MainActivity } Application startedI have also checked the other terminals for example "problems", "output" and "terminal", however nothing is logged there either.
Thanks.