vault backup: 2024-07-30 10:24:14

This commit is contained in:
2024-07-30 10:24:14 +08:00
parent e71b9964d9
commit ab69f49005

View File

@@ -65,3 +65,9 @@ adb reverse tcp:8081 tcp:8080
## Logcat ## Logcat
- Enlarge logcat buffer to 16M: `adb logcat -G 16M` - Enlarge logcat buffer to 16M: `adb logcat -G 16M`
## Get foreground activity
#android #foreground #activity
```
adb shell "dumpsys activity activities | grep ResumedActivity"
```